From 0e2b5e0cd2fdb4d39332419389d57b9fefa0f0b2 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Fri, 6 Feb 2009 13:06:55 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1409 331e1502-861f-0410-8da2-ba01fb791d7f --- .../MOLS/test/t-moeoUnifiedDominanceBasedLS.cpp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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