Add problems directory and rename SimpleHCneutralExplorer in RamdomBestHCExplorer
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1735 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
67a701f9ff
commit
4819120e6c
21 changed files with 43 additions and 44 deletions
|
|
@ -72,7 +72,7 @@
|
|||
#include <explorer/moRandomNeutralWalkExplorer.h>
|
||||
#include <explorer/moRandomWalkExplorer.h>
|
||||
#include <explorer/moSimpleHCexplorer.h>
|
||||
#include <explorer/moSimpleHCneutralExplorer.h>
|
||||
#include <explorer/moRandomBestHCExplorer.h>
|
||||
#include <explorer/moTSExplorer.h>
|
||||
#include <explorer/moILSexplorer.h>
|
||||
#include <explorer/moSAexplorer.h>
|
||||
|
|
@ -90,7 +90,6 @@
|
|||
#include <memory/moCountMoveMemory.h>
|
||||
|
||||
#include <neighborhood/moBackableNeighbor.h>
|
||||
#include <neighborhood/moBitNeighbor.h>
|
||||
#include <neighborhood/moIndexNeighbor.h>
|
||||
#include <neighborhood/moIndexNeighborhood.h>
|
||||
#include <neighborhood/moNeighbor.h>
|
||||
|
|
@ -112,6 +111,8 @@
|
|||
#include <coolingSchedule/moCoolingSchedule.h>
|
||||
#include <coolingSchedule/moSimpleCoolingSchedule.h>
|
||||
|
||||
#include <problems/bitString/moBitNeighbor.h>
|
||||
|
||||
//#include <old/moMove.h>
|
||||
//#include <old/moMoveIncrEval.h>
|
||||
//#include <old/moMoveInit.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue