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:
parent
a22c778263
commit
22f6a92661
2 changed files with 14 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue