#include <shark/Algorithms/DirectSearch/CMA.h>#include <shark/ObjectiveFunctions/Benchmarks/Benchmarks.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 40 of file CMASimple.cpp.
References shark::AbstractObjectiveFunction< PointType, ResultT >::evaluationCounter(), shark::CMA::init(), shark::ResultSet< SearchPointT, ResultT >::point, shark::Sphere::proposeStartingPoint(), shark::CMA::setInitialSigma(), shark::CMA::sigma(), shark::AbstractSingleObjectiveOptimizer< PointType >::solution(), shark::CMA::step(), and shark::ResultSet< SearchPointT, ResultT >::value.