renaming files with right name: moMetropolisHasting*s*, moSA*E*xplorer

This commit is contained in:
LPTK 2013-07-16 15:32:07 +02:00
commit f8460a7ea5
10 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@
#include <neighborhood/moNeighborhood.h> #include <neighborhood/moNeighborhood.h>
#include <eval/moEval.h> #include <eval/moEval.h>
#include <eoEvalFunc.h> #include <eoEvalFunc.h>
#include <algo/moMetropolisHasting.h> #include <algo/moMetropolisHastings.h>
#include <continuator/moNeighborBestStat.h> #include <continuator/moNeighborBestStat.h>
#include <sampling/moFitnessCloudSampling.h> #include <sampling/moFitnessCloudSampling.h>
@ -87,7 +87,7 @@ public:
delete localSearch; delete localSearch;
// Metropolis-Hasting sampling // Metropolis-Hasting sampling
localSearch = new moMetropolisHasting<Neighbor>(_neighborhood, _fullEval, _eval, _nbStep); localSearch = new moMetropolisHastings<Neighbor>(_neighborhood, _fullEval, _eval, _nbStep);
// delete the checkpoint with the wrong continuator // delete the checkpoint with the wrong continuator
delete checkpoint; delete checkpoint;

View file

@ -39,7 +39,7 @@
#include <neighborhood/moNeighborhood.h> #include <neighborhood/moNeighborhood.h>
#include <eval/moEval.h> #include <eval/moEval.h>
#include <eoEvalFunc.h> #include <eoEvalFunc.h>
#include <algo/moMetropolisHasting.h> #include <algo/moMetropolisHastings.h>
#include <continuator/moNeighborFitnessStat.h> #include <continuator/moNeighborFitnessStat.h>
#include <sampling/moFitnessCloudSampling.h> #include <sampling/moFitnessCloudSampling.h>
@ -87,7 +87,7 @@ public:
delete localSearch; delete localSearch;
// Metropolis-Hasting sampling // Metropolis-Hasting sampling
localSearch = new moMetropolisHasting<Neighbor>(_neighborhood, _fullEval, _eval, _nbStep); localSearch = new moMetropolisHastings<Neighbor>(_neighborhood, _fullEval, _eval, _nbStep);
// delete the checkpoint with the wrong continuator // delete the checkpoint with the wrong continuator
delete checkpoint; delete checkpoint;

View file

@ -38,7 +38,7 @@ set (TEST_LIST
t-moNeutralHCexplorer t-moNeutralHCexplorer
t-moFirstImprHCexplorer t-moFirstImprHCexplorer
t-moRandomWalkExplorer t-moRandomWalkExplorer
t-moMetropolisHastingExplorer t-moMetropolisHastingsExplorer
t-moRandomNeutralWalkExplorer t-moRandomNeutralWalkExplorer
t-moTSexplorer t-moTSexplorer
t-moSolComparator t-moSolComparator
@ -52,7 +52,7 @@ set (TEST_LIST
t-moMonOpPerturb t-moMonOpPerturb
t-moRestartPerturb t-moRestartPerturb
t-moNeighborhoodPerturb t-moNeighborhoodPerturb
t-moSAexplorer t-moSAExplorer
t-moSA t-moSA
t-moLocalSearch t-moLocalSearch
t-moILSexplorer t-moILSexplorer
@ -65,7 +65,7 @@ set (TEST_LIST
t-moILS t-moILS
t-moDummyLS t-moDummyLS
t-moRandomSearch t-moRandomSearch
t-moMetropolisHasting t-moMetropolisHastings
t-moNeutralHC t-moNeutralHC
t-moRandomWalk t-moRandomWalk
t-moRandomNeutralWalk t-moRandomNeutralWalk