Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Benazera committed Oct 30, 2014
2 parents c35d936 + 402c4b9 commit 004343a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2014-10-30 Emmanuel Benazera <emmanuel.benazera at inria.fr>
* libcmaes v.0.9.2:
- new VD-CMA algorithm with linear time and space complexity for black-box optimization, ref #72
- API control of stopping criteria, with individual activation scheme, ref #74
- improved memory control when tackling large-scale optimization problems, ref #78
- solutions now support printing out in pheno space
- improved API of solutions object
- fixed compilation error with gcc 4.7, ref #79


2014-10-09 Emmanuel Benazera <emmanuel.benazera at inria.fr>
* libcmaes v0.9.1:
- small API improvements
Expand Down
2 changes: 1 addition & 1 deletion src/cmaparameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace libcmaes
if (algo.find("sep")!=std::string::npos)
set_sep();
if (algo.find("vd")!=std::string::npos)
_vd = true;
set_vd();
}

/**
Expand Down

0 comments on commit 004343a

Please sign in to comment.