factorize edoEDA into edoAdaptiveAlgo, use it for both EDA and CMAES applications

This commit is contained in:
Johann Dreo 2012-07-17 18:24:04 +02:00
commit 5e31fa3020
4 changed files with 72 additions and 198 deletions

View file

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