debug ASEEA and SEEA

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1633 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2009-12-21 16:19:57 +00:00
commit 22f6a92661
2 changed files with 14 additions and 9 deletions

View file

@ -152,7 +152,8 @@ public:
// generate offspring
breed (_pop, offspring);
popEval (_pop, offspring); // eval of offspring
archive (_pop); // archive update
// archive (_pop); // archive update
archive (offspring); // archive update
_pop.resize(0);
offspring.resize(0);
}