libcmaes
A C++11 library for stochastic optimization with CMA-ES
|
This is the complete list of members for libcmaes::Candidate, including all inherited members.
_fvalue | libcmaes::Candidate | protected |
_id | libcmaes::Candidate | protected |
_r | libcmaes::Candidate | protected |
_x | libcmaes::Candidate | protected |
Candidate() | libcmaes::Candidate | inline |
Candidate(const double &fvalue, const dVec &x) | libcmaes::Candidate | inline |
get_fvalue() const | libcmaes::Candidate | inline |
get_id() const | libcmaes::Candidate | inline |
get_rank() const | libcmaes::Candidate | inline |
get_x() const | libcmaes::Candidate | inline |
get_x_dvec() const | libcmaes::Candidate | inline |
get_x_dvec_ref() | libcmaes::Candidate | inline |
get_x_pheno_dvec(const CMAParameters< TGenoPheno > &p) const | libcmaes::Candidate | inline |
get_x_ptr() const | libcmaes::Candidate | inline |
get_x_size() const | libcmaes::Candidate | inline |
set_fvalue(const double &fval) | libcmaes::Candidate | inline |
set_id(const int &id) | libcmaes::Candidate | inline |
set_rank(const int &r) | libcmaes::Candidate | inline |
set_x(const dVec &x) | libcmaes::Candidate | inline |
~Candidate() (defined in libcmaes::Candidate) | libcmaes::Candidate | inline |