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:
parent
a8723080f8
commit
afd7bdb03d
3 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue