DMLS intégré et testé

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1817 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-05-20 07:49:06 +00:00
commit 6720152ff7
24 changed files with 1977 additions and 29 deletions

View file

@ -72,7 +72,7 @@ SET (TEST_LIST
t-moeoDetArchiveSelect
t-moeoASEEA
#t-moeoEpsilonHyperboxArchive
t-moeoQuadTreeIndex
#t-moeoQuadTreeIndex
t-moeoQuickUnboundedArchiveIndex
t-moeoAggregationFitnessAssignment
t-moeoConstraintFitnessAssignment
@ -94,6 +94,15 @@ SET (TEST_LIST
t-moeoFixedTimeBothDirectionWeightStrategy
t-moeoDichoWeightStrategy
t-moeoExhaustiveNeighborhoodExplorer
t-moeoFirstImprovingNeighborhoodExplorer
t-moeoSimpleSubNeighborhoodExplorer
t-moeoNoDesimprovingNeighborhoodExplorer
t-moeoPLS1
t-moeoPLS2
t-moeoExhaustiveUnvisitedSelect
t-moeoNumberUnvisitedSelect
t-moeoDMLSMonOp
t-moeoDMLSGenUpdater
)
FOREACH (test ${TEST_LIST})