libcmaes 0.10.2
A C++11 library for stochastic optimization with CMA-ES
|
This is the complete list of members for libcmaes::errstats< TGenoPheno >, including all inherited members.
contour_points(FitFunc &func, const int &px, const int &py, const int &npoints, const double &fup, const CMAParameters< TGenoPheno > ¶meters, CMASolutions &cmasol, const double &delta=0.1, const int &maxiters=1e4) | libcmaes::errstats< TGenoPheno > | static |
cross(FitFunc &func, const CMAParameters< TGenoPheno > ¶meters, CMASolutions &cmasol, const double &fup, const std::vector< int > &par, const std::vector< double > &pmid, const std::vector< double > &pdir, const double &ftol) | libcmaes::errstats< TGenoPheno > | privatestatic |
optimize_pk(FitFunc &func, const CMAParameters< TGenoPheno > ¶meters, const CMASolutions &cmasol, const int &k, const double &vk, const dVec &x0, const bool &pheno_x0=true, const bool &pheno_vk=true) | libcmaes::errstats< TGenoPheno > | static |
optimize_vpk(FitFunc &func, const CMAParameters< TGenoPheno > ¶meters, const CMASolutions &cmasol, const std::vector< int > &k, const std::vector< double > &vk, const dVec &x0, const bool &pheno_x0=true, const bool &pheno_vk=true) | libcmaes::errstats< TGenoPheno > | static |
profile_likelihood(FitFunc &func, const CMAParameters< TGenoPheno > ¶meters, CMASolutions &cmasol, const int &k, const bool &curve=false, const int &samplesize=10, const double &fup=0.1, const double &delta=0.1, const int &maxiters=1e4) | libcmaes::errstats< TGenoPheno > | static |
profile_likelihood_search(FitFunc &func, const CMAParameters< TGenoPheno > ¶meters, pli &le, const CMASolutions &cmasol, const int &k, const bool &neg, const int &samplesize, const double &fup, const double &delta, const int &maxiters, const bool &curve) | libcmaes::errstats< TGenoPheno > | privatestatic |
take_linear_step(FitFunc &func, const CMAParameters< TGenoPheno > ¶meters, const int &k, const double &minfvalue, const double &fup, const double &delta, const int &n, const bool &linit, const dMat &eigenve, double &d, dVec &x) | libcmaes::errstats< TGenoPheno > | privatestatic |