Code lesson1_simpleHC.cpp ajouter au tutorial

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1747 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-04-27 12:21:32 +00:00
commit 7b518b9d08
11 changed files with 1157 additions and 111 deletions

View file

@ -37,6 +37,7 @@
#include <algo/moLocalSearch.h>
#include <algo/moSA.h>
#include <algo/moSimpleHC.h>
#include <comparator/moComparator.h>
#include <comparator/moNeighborComparator.h>
@ -117,6 +118,7 @@
#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>