libcmaes
A C++11 library for stochastic optimization with CMA-ES
 All Classes Namespaces Functions Variables Typedefs
Public Member Functions | Friends | List of all members
libcmaes::NoScalingStrategy Class Reference

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
 

Friends

class CMASolutions
 
template<class U , class V >
class GenoPheno
 

The documentation for this class was generated from the following file: