22 #ifndef ACOVARIANCEUPDATE_H
23 #define ACOVARIANCEUPDATE_H
25 #include "cmaparameters.h"
26 #include "cmasolutions.h"
41 template <
class TGenoPheno>
Holder of the set of evolving solutions from running an instance of CMA-ES.
Definition: cmasolutions.h:41
linear scaling of the parameter space to achieve similar sensitivity across all components.
Definition: acovarianceupdate.cc:25
Parameters for various flavors of the CMA-ES algorithm.
Definition: cmaparameters.h:35
Active Covariance Matrix update. This implementation closely follows N. Hansen, R. Ros, "Benchmarking a Weighted Negative Covariance Matrix Update on the BBOB-2010 Noiseless Testbed", GECCO'10, 2010.
Definition: acovarianceupdate.h:38