Replace old archive by moeoUnboundedArchive.

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1198 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2008-05-28 13:32:46 +00:00
commit afd7bdb03d
3 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@ int main(int argc, char* argv[])
// initialization of the population
eoPop<FlowShop>& pop = do_make_pop(parser, state, init);
// definition of the archive
moeoArchive<FlowShop> arch;
moeoUnboundedArchive<FlowShop> arch;
// stopping criteria
unsigned int maxGen = parser.createParam((unsigned int)(100), "maxGen", "Maximum number of gen.",'G',"Stopping criterion").value();
eoGenContinue<FlowShop> term(maxGen);