Ajout de la random neutral walk sampling, on tient le bon bout ;)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1797 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bee9d839a6
commit
312b213a01
8 changed files with 614 additions and 1 deletions
|
|
@ -45,6 +45,7 @@
|
|||
#include <algo/moRandomBestHC.h>
|
||||
#include <algo/moNeutralHC.h>
|
||||
#include <algo/moRandomWalk.h>
|
||||
#include <algo/moRandomNeutralWalk.h>
|
||||
#include <algo/moTS.h>
|
||||
#include <algo/moILS.h>
|
||||
|
||||
|
|
@ -67,6 +68,8 @@
|
|||
#include <continuator/moNeighborhoodStat.h>
|
||||
#include <continuator/moNeutralDegreeNeighborStat.h>
|
||||
#include <continuator/moSecondMomentNeighborStat.h>
|
||||
#include <continuator/moAverageFitnessNeighborStat.h>
|
||||
#include <continuator/moStdFitnessNeighborStat.h>
|
||||
#include <continuator/moSizeNeighborStat.h>
|
||||
#include <continuator/moCounterStat.h>
|
||||
#include <continuator/moCounterMinusOneStat.h>
|
||||
|
|
@ -133,6 +136,7 @@
|
|||
#include <perturb/moRestartPerturb.h>
|
||||
#include <perturb/moNeighborhoodPerturb.h>
|
||||
#include <perturb/moLocalSearchInit.h>
|
||||
#include <perturb/moSolInit.h>
|
||||
|
||||
#include <acceptCrit/moAcceptanceCriterion.h>
|
||||
#include <acceptCrit/moAlwaysAcceptCrit.h>
|
||||
|
|
@ -152,6 +156,7 @@
|
|||
#include <sampling/moRndBestFitnessCloudSampling.h>
|
||||
#include <sampling/moMHRndFitnessCloudSampling.h>
|
||||
#include <sampling/moMHBestFitnessCloudSampling.h>
|
||||
#include <sampling/moNeutralWalkSampling.h>
|
||||
|
||||
#include <problems/bitString/moBitNeighbor.h>
|
||||
#include <problems/eval/moOneMaxIncrEval.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue