libcmaes
A C++11 library for stochastic optimization with CMA-ES
|
Covariance Matrix update. This is an implementation closely follows: Hansen, N. (2009). Benchmarking a BI-Population CMA-ES on the BBOB-2009 Function Testbed. Workshop Proceedings of the GECCO Genetic and Evolutionary Computation Conference, ACM, pp. 2389-2395. More...
#include <covarianceupdate.h>
Static Public Member Functions | |
template<class TGenoPheno > | |
static void | update (const CMAParameters< TGenoPheno > ¶meters, Eigen::EigenMultivariateNormal< double > &esolver, CMASolutions &solutions) |
update the covariance matrix. More... | |
Covariance Matrix update. This is an implementation closely follows: Hansen, N. (2009). Benchmarking a BI-Population CMA-ES on the BBOB-2009 Function Testbed. Workshop Proceedings of the GECCO Genetic and Evolutionary Computation Conference, ACM, pp. 2389-2395.
|
static |
update the covariance matrix.
parameters | current set of parameters |
esolver | Eigen eigenvalue solver |
solutions | currrent set of solutions. |