diff --git a/contribution/branches/MOLS/test/t-moeoUnifiedDominanceBasedLS.cpp b/contribution/branches/MOLS/test/t-moeoUnifiedDominanceBasedLS.cpp index 292958a91..3e51f113b 100644 --- a/contribution/branches/MOLS/test/t-moeoUnifiedDominanceBasedLS.cpp +++ b/contribution/branches/MOLS/test/t-moeoUnifiedDominanceBasedLS.cpp @@ -29,16 +29,23 @@ int main(int argc, char* argv[]) ExchangeMoveInit moveInit; ExchangeMove move; eoEvalFuncCounter& eval = do_make_eval(parser, state); - + eoInit& init = do_make_genotype(parser, state); // population - eoPop < FlowShop > pop; - eoTimeContinue < FlowShop > continuator(5); + eoPop& pop = do_make_pop(parser, state, init); + + eoTimeContinue < FlowShop > continuator(10000000); moeoAllSolAllNeighborsExpl < ExchangeMove > explorer(moveInit,moveNext, eval); // moeoUnifiedDominanceBasedLS < ExchangeMove > algo(continuator, explorer); + + for (unsigned int i=0; i