factorize edoEDA into edoAdaptiveAlgo, use it for both EDA and CMAES applications
This commit is contained in:
parent
1317f3b25a
commit
5e31fa3020
4 changed files with 72 additions and 198 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Reference in a new issue