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

@ -128,8 +128,8 @@ int main (int argc, char *argv[])
nsgaII (pop);
// extract first front of the final population using an moeoArchive (this is the output of nsgaII)
moeoArchive < Sch1 > arch;
arch.update (pop);
moeoUnboundedArchive < Sch1 > arch;
arch(pop);
// printing of the final archive
cout << "Final Archive" << endl;