changement à cause de déplacement des evals

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1761 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-04-29 12:26:03 +00:00
commit 09c88986fd
2 changed files with 1 additions and 3 deletions

View file

@ -120,9 +120,7 @@
#include <coolingSchedule/moSimpleCoolingSchedule.h>
#include <problems/bitString/moBitNeighbor.h>
#include <problems/eval/oneMaxFullEval.h>
#include <problems/eval/moOneMaxIncrEval.h>
#include <problems/eval/queenFullEval.h>
#include <problems/permutation/moShiftNeighbor.h>
#include <problems/permutation/moSwapNeighbor.h>
#include <problems/permutation/moSwapNeighborhood.h>

View file

@ -102,7 +102,7 @@ void main_function(int argc, char **argv)
*
* ========================================================= */
oneMaxFullEval<Indi> eval;
oneMaxEval<Indi> eval;
/* =========================================================