changement a cause du deplacement des eval
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1760 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
d85d4c22b9
commit
5031737299
26 changed files with 44 additions and 37 deletions
|
|
@ -33,7 +33,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
|
||||
#include <perturb/moRestartPerturb.h>
|
||||
#include <problems/permutation/moShiftNeighbor.h>
|
||||
#include <problems/eval/queenFullEval.h>
|
||||
#include <eval/queenEval.h>
|
||||
|
||||
#include <eoInt.h>
|
||||
#include <eoInit.h>
|
||||
|
|
@ -67,7 +67,7 @@ int main(){
|
|||
|
||||
dummyInit initializer(4);
|
||||
|
||||
queenFullEval<QUEEN> eval;
|
||||
queenEval<QUEEN> eval;
|
||||
|
||||
moRestartPerturb<moShiftNeighbor<QUEEN> > test(initializer, eval, 3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue