edo/CMakeLists.txt updated

This commit is contained in:
Johann Dreo 2012-07-23 15:05:56 +02:00
commit 9bd53e3057
18 changed files with 154 additions and 251 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 edoAlgoStateless< Distrib >
(popEval, *selector, *estimator, *sampler, *replacor,
pop_continue, *distribution_continue );