|
libcmaes 0.10.2
A C++11 library for stochastic optimization with CMA-ES
|
Public Member Functions | |
| NoScalingStrategy (const double *lbounds, const double *ubounds, const int &dim) | |
| void | scale_to_internal (dVec &x, const dVec &y) const |
| void | scale_to_f (const dVec &x, dVec &y) const |
| void | remove_dimensions (const std::vector< int > &k) |
| bool | is_id () const |
Private Attributes | |
| double | _intmin = -std::numeric_limits<double>::max() |
| double | _intmax = std::numeric_limits<double>::max() |
| bool | _id = true |
Friends | |
| class | CMASolutions |
| template<class U , class V > | |
| class | GenoPheno |
default internal max bound.
default internal min bound.