libcmaes
A C++11 library for stochastic optimization with CMA-ES
|
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. More...
#include <acovarianceupdate.h>
Static Public Member Functions | |
template<class TGenoPheno > | |
static void | update (const CMAParameters< TGenoPheno > ¶meters, Eigen::EigenMultivariateNormal< double > &esolver, CMASolutions &solutions) |
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.