libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES algorithm for Covariance Matrix Adaptation Evolution Strategy
Other
322
stars
78
forks
source link
Possible typo in population size of first regime #229
https://github.com/CMA-ES/libcmaes/blob/bf994354c072e58f3125014a40029ee65cd7e00d/src/bipopcmastrategy.cc#L122
Should not the value sampled from uniform distribution be squared as suggested in: https://hal.inria.fr/inria-00382093/document https://hal.inria.fr/hal-00818596v1/document
Also it might be desirable to change the sigma expression to the one proposed in second paper. sigma expression of first publication:
sigma expression of the second publication: