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 <eval/moEval.h>
#include <eoEvalFunc.h>
#include <algo/moMetropolisHasting.h>
#include <algo/moMetropolisHastings.h>
#include <continuator/moNeighborBestStat.h>
#include <sampling/moFitnessCloudSampling.h>
@ -87,7 +87,7 @@ public:
delete localSearch;
// 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 checkpoint;

View file

@ -39,7 +39,7 @@
#include <neighborhood/moNeighborhood.h>
#include <eval/moEval.h>
#include <eoEvalFunc.h>
#include <algo/moMetropolisHasting.h>
#include <algo/moMetropolisHastings.h>
#include <continuator/moNeighborFitnessStat.h>
#include <sampling/moFitnessCloudSampling.h>
@ -87,7 +87,7 @@ public:
delete localSearch;
// 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 checkpoint;

View file

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