| libcmaes 0.10.2
    A C++11 library for stochastic optimization with CMA-ES | 
| Public Member Functions | |
| NoBoundStrategy (const double *lbounds=nullptr, const double *ubounds=nullptr, const int dim=0) | |
| NoBoundStrategy (const double *lbounds, const double *ubounds, const double *plbounds, const double *pubounds, const int dim=0) | |
| void | to_f_representation (const dVec &x, dVec &y) const | 
| void | remove_dimensions (const std::vector< int > &k) | 
| bool | is_id () const | 
| double | getLBound (const int &k) const | 
| double | getUBound (const int &k) const | 
| double | getPhenoLBound (const int &k) const | 
| double | getPhenoUBound (const int &k) const | 
| Private Attributes | |
| bool | _id = true |