Migration from SVN
This commit is contained in:
parent
d7d6c3a217
commit
8cd56f37db
29069 changed files with 0 additions and 4096888 deletions
211
mo/src/mo.h
Executable file
211
mo/src/mo.h
Executable file
|
|
@ -0,0 +1,211 @@
|
|||
/*
|
||||
<mo.h>
|
||||
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
||||
|
||||
Sébastien Verel, Arnaud Liefooghe, Jérémie Humeau
|
||||
|
||||
This software is governed by the CeCILL license under French law and
|
||||
abiding by the rules of distribution of free software. You can use,
|
||||
modify and/ or redistribute the software under the terms of the CeCILL
|
||||
license as circulated by CEA, CNRS and INRIA at the following URL
|
||||
"http://www.cecill.info".
|
||||
|
||||
As a counterpart to the access to the source code and rights to copy,
|
||||
modify and redistribute granted by the license, users are provided only
|
||||
with a limited warranty and the software's author, the holder of the
|
||||
economic rights, and the successive licensors have only limited liability.
|
||||
|
||||
In this respect, the user's attention is drawn to the risks associated
|
||||
with loading, using, modifying and/or developing or reproducing the
|
||||
software by the user in light of its specific status of free software,
|
||||
that may mean that it is complicated to manipulate, and that also
|
||||
therefore means that it is reserved for developers and experienced
|
||||
professionals having in-depth computer knowledge. Users are therefore
|
||||
encouraged to load and test the software's suitability as regards their
|
||||
requirements in conditions enabling the security of their systems and/or
|
||||
data to be ensured and, more generally, to use and operate it in the
|
||||
same conditions as regards security.
|
||||
The fact that you are presently reading this means that you have had
|
||||
knowledge of the CeCILL license and that you accept its terms.
|
||||
|
||||
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
|
||||
Contact: paradiseo-help@lists.gforge.inria.fr
|
||||
*/
|
||||
|
||||
#ifndef _newmo_h
|
||||
#define _newmo_h
|
||||
|
||||
#include <acceptCrit/moAcceptanceCriterion.h>
|
||||
#include <acceptCrit/moAlwaysAcceptCrit.h>
|
||||
#include <acceptCrit/moBetterAcceptCrit.h>
|
||||
|
||||
#include <algo/moDummyLS.h>
|
||||
#include <algo/moFirstImprHC.h>
|
||||
#include <algo/moILS.h>
|
||||
#include <algo/moLocalSearch.h>
|
||||
#include <algo/moMetropolisHasting.h>
|
||||
#include <algo/moNeutralHC.h>
|
||||
#include <algo/moRandomBestHC.h>
|
||||
#include <algo/moRandomNeutralWalk.h>
|
||||
#include <algo/moRandomSearch.h>
|
||||
#include <algo/moRandomWalk.h>
|
||||
#include <algo/moSA.h>
|
||||
#include <algo/moSimpleHC.h>
|
||||
#include <algo/moTS.h>
|
||||
#include <algo/moVNS.h>
|
||||
#include <algo/eoDummyMonOp.h>
|
||||
|
||||
#include <comparator/moComparator.h>
|
||||
#include <comparator/moNeighborComparator.h>
|
||||
#include <comparator/moEqualNeighborComparator.h>
|
||||
#include <comparator/moEqualSolNeighborComparator.h>
|
||||
#include <comparator/moSolComparator.h>
|
||||
#include <comparator/moEqualSolComparator.h>
|
||||
#include <comparator/moSolNeighborComparator.h>
|
||||
|
||||
#include <continuator/moAverageFitnessNeighborStat.h>
|
||||
#include <continuator/moBestSoFarStat.h>
|
||||
#include <continuator/moBestFitnessStat.h>
|
||||
#include <continuator/moUnsignedStat.h>
|
||||
#include <continuator/moValueStat.h>
|
||||
#include <continuator/moBooleanStat.h>
|
||||
#include <continuator/moCheckpoint.h>
|
||||
#include <continuator/moCombinedContinuator.h>
|
||||
#include <continuator/moContinuator.h>
|
||||
#include <continuator/moCounterMonitorSaver.h>
|
||||
#include <continuator/moCounterStat.h>
|
||||
#include <continuator/moDistanceStat.h>
|
||||
#include <continuator/moFitContinuator.h>
|
||||
#include <continuator/moFitnessStat.h>
|
||||
#include <continuator/moFullEvalContinuator.h>
|
||||
#include <continuator/moEvalsContinuator.h>
|
||||
#include <continuator/moIterContinuator.h>
|
||||
#include <continuator/moMaxNeighborStat.h>
|
||||
#include <continuator/moMinNeighborStat.h>
|
||||
#include <continuator/moMinusOneCounterStat.h>
|
||||
#include <continuator/moNbInfNeighborStat.h>
|
||||
#include <continuator/moNbSupNeighborStat.h>
|
||||
#include <continuator/moNeighborBestStat.h>
|
||||
#include <continuator/moNeighborEvalContinuator.h>
|
||||
#include <continuator/moNeighborFitnessStat.h>
|
||||
#include <continuator/moNeighborhoodStat.h>
|
||||
#include <continuator/moNeutralDegreeNeighborStat.h>
|
||||
#include <continuator/moSecondMomentNeighborStat.h>
|
||||
#include <continuator/moSizeNeighborStat.h>
|
||||
#include <continuator/moSolutionStat.h>
|
||||
#include <continuator/moStat.h>
|
||||
#include <continuator/moStatBase.h>
|
||||
#include <continuator/moStatFromStat.h>
|
||||
#include <continuator/moStdFitnessNeighborStat.h>
|
||||
#include <continuator/moTimeContinuator.h>
|
||||
#include <continuator/moTrueContinuator.h>
|
||||
#include <continuator/moVectorMonitor.h>
|
||||
|
||||
#include <coolingSchedule/moCoolingSchedule.h>
|
||||
#include <coolingSchedule/moDynSpanCoolingSchedule.h>
|
||||
#include <coolingSchedule/moSimpleCoolingSchedule.h>
|
||||
#include <coolingSchedule/moDynSpanCoolingSchedule.h>
|
||||
|
||||
#include <eval/moDummyEval.h>
|
||||
#include <eval/moEval.h>
|
||||
#include <eval/moEvalCounter.h>
|
||||
#include <eval/moFullEvalByCopy.h>
|
||||
#include <eval/moFullEvalByModif.h>
|
||||
#include <eval/moDoubleIncrNeighborhoodEval.h>
|
||||
|
||||
#include <explorer/moDummyExplorer.h>
|
||||
#include <explorer/moFirstImprHCexplorer.h>
|
||||
#include <explorer/moILSexplorer.h>
|
||||
#include <explorer/moMetropolisHastingExplorer.h>
|
||||
#include <explorer/moNeighborhoodExplorer.h>
|
||||
#include <explorer/moNeutralHCexplorer.h>
|
||||
#include <explorer/moRandomBestHCexplorer.h>
|
||||
#include <explorer/moRandomNeutralWalkExplorer.h>
|
||||
#include <explorer/moRandomSearchExplorer.h>
|
||||
#include <explorer/moRandomWalkExplorer.h>
|
||||
#include <explorer/moSAexplorer.h>
|
||||
#include <explorer/moSimpleHCexplorer.h>
|
||||
#include <explorer/moTSexplorer.h>
|
||||
#include <explorer/moVNSexplorer.h>
|
||||
|
||||
#include <memory/moAspiration.h>
|
||||
#include <memory/moBestImprAspiration.h>
|
||||
#include <memory/moCountMoveMemory.h>
|
||||
#include <memory/moDiversification.h>
|
||||
#include <memory/moDummyDiversification.h>
|
||||
#include <memory/moDummyIntensification.h>
|
||||
#include <memory/moDummyMemory.h>
|
||||
#include <memory/moIndexedVectorTabuList.h>
|
||||
#include <memory/moIntensification.h>
|
||||
#include <memory/moMemory.h>
|
||||
#include <memory/moMonOpDiversification.h>
|
||||
#include <memory/moNeighborVectorTabuList.h>
|
||||
#include <memory/moRndIndexedVectorTabuList.h>
|
||||
#include <memory/moSolVectorTabuList.h>
|
||||
#include <memory/moRndIndexedVectorTabuList.h>
|
||||
#include <memory/moTabuList.h>
|
||||
|
||||
#include <neighborhood/moBackableNeighbor.h>
|
||||
#include <neighborhood/moBackwardVectorVNSelection.h>
|
||||
#include <neighborhood/moDummyNeighbor.h>
|
||||
#include <neighborhood/moDummyNeighborhood.h>
|
||||
#include <neighborhood/moForwardVectorVNSelection.h>
|
||||
#include <neighborhood/moIndexNeighbor.h>
|
||||
#include <neighborhood/moIndexNeighborhood.h>
|
||||
#include <neighborhood/moNeighbor.h>
|
||||
#include <neighborhood/moNeighborhood.h>
|
||||
#include <neighborhood/moOrderNeighborhood.h>
|
||||
#include <neighborhood/moRndNeighborhood.h>
|
||||
#include <neighborhood/moRndVectorVNSelection.h>
|
||||
#include <neighborhood/moRndWithoutReplNeighborhood.h>
|
||||
#include <neighborhood/moRndWithReplNeighborhood.h>
|
||||
#include <neighborhood/moVariableNeighborhoodSelection.h>
|
||||
#include <neighborhood/moVectorVNSelection.h>
|
||||
#include <neighborhood/moEvaluatedNeighborhood.h>
|
||||
|
||||
#include <perturb/moLocalSearchInit.h>
|
||||
#include <perturb/moMonOpPerturb.h>
|
||||
#include <perturb/moNeighborhoodPerturb.h>
|
||||
#include <perturb/moPerturbation.h>
|
||||
#include <perturb/moRestartPerturb.h>
|
||||
#include <perturb/moSolInit.h>
|
||||
|
||||
#include <problems/bitString/moBitNeighbor.h>
|
||||
#include <problems/bitString/moBitsNeighbor.h>
|
||||
#include <problems/bitString/moBitsNeighborhood.h>
|
||||
#include <problems/bitString/moBitsWithoutReplNeighborhood.h>
|
||||
#include <problems/bitString/moBitsWithReplNeighborhood.h>
|
||||
|
||||
#include <problems/permutation/moIndexedSwapNeighbor.h>
|
||||
#include <problems/permutation/moShiftNeighbor.h>
|
||||
#include <problems/permutation/moSwapNeighbor.h>
|
||||
#include <problems/permutation/moSwapNeighborhood.h>
|
||||
#include <problems/permutation/moTwoOptExNeighbor.h>
|
||||
#include <problems/permutation/moTwoOptExNeighborhood.h>
|
||||
|
||||
//#include <problems/eval/moMaxSATincrEval.h>
|
||||
//#include <problems/eval/moOneMaxIncrEval.h>
|
||||
//#include <problems/eval/moQAPIncrEval.h>
|
||||
//#include <problems/eval/moRoyalRoadIncrEval.h>
|
||||
//#include <problems/eval/moUBQPSimpleIncrEval.h>
|
||||
//#include <problems/eval/moUBQPdoubleIncrEvaluation.h>
|
||||
//#include <problems/eval/moUBQPBitsIncrEval.h>
|
||||
|
||||
|
||||
#include <sampling/moAdaptiveWalkSampling.h>
|
||||
#include <sampling/moAutocorrelationSampling.h>
|
||||
#include <sampling/moDensityOfStatesSampling.h>
|
||||
#include <sampling/moFDCsampling.h>
|
||||
#include <sampling/moFitnessCloudSampling.h>
|
||||
#include <sampling/moHillClimberSampling.h>
|
||||
#include <sampling/moAdaptiveWalkSampling.h>
|
||||
#include <sampling/moMHBestFitnessCloudSampling.h>
|
||||
#include <sampling/moMHRndFitnessCloudSampling.h>
|
||||
#include <sampling/moNeutralDegreeSampling.h>
|
||||
#include <sampling/moNeutralWalkSampling.h>
|
||||
#include <sampling/moRndBestFitnessCloudSampling.h>
|
||||
#include <sampling/moRndRndFitnessCloudSampling.h>
|
||||
#include <sampling/moSampling.h>
|
||||
#include <sampling/moStatistics.h>
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue