Decoupage du reste des leçons
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1737 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
05d984cb3b
commit
ecbc80f577
14 changed files with 64 additions and 21 deletions
|
|
@ -23,10 +23,10 @@ using namespace std;
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
// fitness function
|
||||
#include <funcOneMax.h>
|
||||
#include <problems/eval/oneMaxFullEval.h>
|
||||
#include <problems/bitString/moBitNeighbor.h>
|
||||
#include <eoInt.h>
|
||||
#include <neighborhood/moRndWithReplNeighborhood.h>
|
||||
#include <oneMaxBitNeighbor.h>
|
||||
|
||||
#include <eval/moFullEvalByModif.h>
|
||||
#include <eval/moFullEvalByCopy.h>
|
||||
|
|
@ -102,7 +102,7 @@ void main_function(int argc, char **argv)
|
|||
*
|
||||
* ========================================================= */
|
||||
|
||||
FuncOneMax<Indi> eval(vecSize);
|
||||
oneMaxFullEval<Indi> eval;
|
||||
|
||||
|
||||
/* =========================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue