Ajout des dummeLS et dummyExplorer. Travaux en cours sur RndRndFC

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1793 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-06 18:31:22 +00:00
commit 85fa0b461f
11 changed files with 299 additions and 14 deletions

View file

@ -36,6 +36,7 @@
#define _newmo_h
#include <algo/moLocalSearch.h>
#include <algo/moDummyLS.h>
#include <algo/moRandomSearch.h>
#include <algo/moMetropolisHasting.h>
#include <algo/moSA.h>
@ -90,6 +91,7 @@
#include <explorer/moNeutralHCexplorer.h>
#include <explorer/moMetropolisHastingExplorer.h>
#include <explorer/moNeighborhoodExplorer.h>
#include <explorer/moDummyExplorer.h>
#include <explorer/moRandomSearchExplorer.h>
#include <explorer/moRandomNeutralWalkExplorer.h>
#include <explorer/moRandomWalkExplorer.h>