bugfix: missing files for cmaes, renamed edoCMAES to AdaptiveAlgo for further refactorization
This commit is contained in:
parent
251c5b94e6
commit
948903ac18
4 changed files with 258 additions and 2 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Reference in a new issue