bugfix: missing files for cmaes, renamed edoCMAES to AdaptiveAlgo for further refactorization

This commit is contained in:
Johann Dreo 2012-07-17 18:11:16 +02:00
commit 948903ac18
4 changed files with 258 additions and 2 deletions

View file

@ -140,7 +140,7 @@ int main(int ac, char** av)
eoPopLoopEval<RealVec> popEval( eval );
// EDA algorithm configuration
edoAlgo< Distrib >* algo = new edoCMAES< Distrib >
edoAlgo< Distrib >* algo = new edoAdaptiveAlgo< Distrib >
(distribution, popEval, *selector, *estimator, *sampler, *replacor,
pop_continue, *distribution_continue );