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