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:
jhumeau 2010-04-29 10:15:25 +00:00
commit 5031737299
26 changed files with 44 additions and 37 deletions

View file

@ -28,7 +28,7 @@ using namespace std;
//-----------------------------------------------------------------------------
// fitness function, and evaluation of neighbors
#include <problems/eval/oneMaxFullEval.h>
#include <eval/oneMaxEval.h>
#include <problems/eval/moOneMaxIncrEval.h>
#include <eval/moFullEvalByModif.h>
@ -123,7 +123,7 @@ void main_function(int argc, char **argv)
* ========================================================= */
// the fitness function is just the number of 1 in the bit string
oneMaxFullEval<Indi> fullEval;
oneMaxEval<Indi> fullEval;
/* =========================================================
*