Ajout de la random search, et du DOS sampling

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1778 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-04 17:11:05 +00:00
commit 40e4285b7a
6 changed files with 503 additions and 1 deletions

View file

@ -36,6 +36,7 @@
#define _newmo_h
#include <algo/moLocalSearch.h>
#include <algo/moRandomSearch.h>
#include <algo/moSA.h>
#include <algo/moSimpleHC.h>
#include <algo/moFirstImprHC.h>
@ -85,6 +86,7 @@
#include <explorer/moNeutralHCexplorer.h>
#include <explorer/moMetropolisHastingExplorer.h>
#include <explorer/moNeighborhoodExplorer.h>
#include <explorer/moRandomSearchExplorer.h>
#include <explorer/moRandomNeutralWalkExplorer.h>
#include <explorer/moRandomWalkExplorer.h>
#include <explorer/moSimpleHCexplorer.h>
@ -132,6 +134,7 @@
#include <coolingSchedule/moSimpleCoolingSchedule.h>
#include <sampling/moSampling.h>
#include <sampling/moDensityOfStatesSampling.h>
#include <sampling/moAutocorrelationSampling.h>
#include <problems/bitString/moBitNeighbor.h>