Debug pack unpack des moeoVector et changement d'un cast dynamic en reinterpret
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1834 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
d5842c8d90
commit
6dca6d0ed4
3 changed files with 137 additions and 65 deletions
|
|
@ -129,7 +129,7 @@ void main_function(int argc, char **argv)
|
|||
|
||||
eoGenContinue<Problem> genCont(param.maxGen); // generation continuation
|
||||
|
||||
eoEasyEA<Problem> gga(genCont, plainEval, select, transform, replace);
|
||||
eoEasyEA<Problem> gga(genCont, eval, select, transform, replace);
|
||||
|
||||
// PEO ADD
|
||||
peo :: init( argc, argv );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue