an optimizer main class.
More...
#include <esoptimizer.h>
|
|
| ESOptimizer () |
| | dummy constructor
|
| |
| | ESOptimizer (FitFunc &func, TParameters ¶meters) |
| | constructor More...
|
| |
| | ESOptimizer (FitFunc &func, TParameters ¶meters, const TSolutions &solution) |
| | constructor for starting from an existing solution More...
|
| |
|
int | optimize () |
| | finds the minimum of a function, by calling on the underlying procedure of the EOSOptimizer object, like a variety of flavor of CMA-ES.
|
| |
template<class TESOStrategy, class TParameters, class TSolutions = CMASolutions>
class libcmaes::ESOptimizer< TESOStrategy, TParameters, TSolutions >
an optimizer main class.
template<class TESOStrategy , class TParameters , class TSolutions = CMASolutions>
constructor
- Parameters
-
| func | function to minimize |
| parameters | optimization parameters |
template<class TESOStrategy , class TParameters , class TSolutions = CMASolutions>
constructor for starting from an existing solution
- Parameters
-
| func | function to minimize |
| parameters | optimization parameters |
| solution | solution to start from |
The documentation for this class was generated from the following file: