22#ifndef IPOPCMASTRATEGY_H
23#define IPOPCMASTRATEGY_H
25#include <libcmaes/cmastrategy.h>
34 template <
class TCovarianceUpdate,
class TGenoPheno>
91 void reset_search_state();
Holder of the set of evolving solutions from running an instance of CMA-ES.
Definition cmasolutions.h:42
This is an implementation of CMA-ES. It uses the reference algorithm and termination criteria of the ...
Definition cmastrategy.h:46
an optimizer main class.
Definition esoptimizer.h:72
int optimize()
finds the minimum of a function, by calling on the underlying procedure of the EOSOptimizer object,...
Definition esoptimizer.h:112
Implementation of the IPOP flavor of CMA-ES, with restarts that linearly increase the population of o...
Definition ipopcmastrategy.h:36
int optimize()
Finds the minimum of the objective function. It makes alternate calls to ask(), tell() and stop() unt...
Definition ipopcmastrategy.h:82
linear scaling of the parameter space to achieve similar sensitivity across all components.
Definition acovarianceupdate.h:30