CMA-ES / libcmaes

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
315 stars 79 forks source link

Is there any way to specify mu? #242

Open happypepper opened 10 months ago

happypepper commented 10 months ago

It seems mu is always lambda / 2. Is there any way to adjust this?

beniz commented 9 months ago

Not directly, its relation to lambda if fixed. You could change it if there's a need for it.