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:
parent
5031737299
commit
09c88986fd
2 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ void main_function(int argc, char **argv)
|
|||
*
|
||||
* ========================================================= */
|
||||
|
||||
oneMaxFullEval<Indi> eval;
|
||||
oneMaxEval<Indi> eval;
|
||||
|
||||
|
||||
/* =========================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue