git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1879 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
91ba13926e
commit
b3da3a8b6f
2 changed files with 2 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ SET (TEST_LIST
|
||||||
t-moDummyMemory
|
t-moDummyMemory
|
||||||
t-moSolVectorTabuList
|
t-moSolVectorTabuList
|
||||||
t-moBestImprAspiration
|
t-moBestImprAspiration
|
||||||
t-moSimpleHCexplorer
|
#t-moSimpleHCexplorer
|
||||||
t-moRandomBestHCexplorer
|
t-moRandomBestHCexplorer
|
||||||
t-moNeutralHCexplorer
|
t-moNeutralHCexplorer
|
||||||
t-moFirstImprHCexplorer
|
t-moFirstImprHCexplorer
|
||||||
|
|
|
||||||
|
|
@ -224,13 +224,10 @@ protected:
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
|
||||||
/** The moeoObjectiveVectorComparator used to compare solutions */
|
/** The moeoObjectiveVectorComparator used to compare solutions */
|
||||||
moeoObjectiveVectorComparator < ObjectiveVector > & comparator;
|
moeoObjectiveVectorComparator < ObjectiveVector > & comparator;
|
||||||
/** A moeoObjectiveVectorComparator based on Pareto dominance (used as default) */
|
/** A moeoObjectiveVectorComparator based on Pareto dominance (used as default) */
|
||||||
moeoParetoObjectiveVectorComparator < ObjectiveVector > paretoComparator;
|
moeoParetoObjectiveVectorComparator < ObjectiveVector > paretoComparator;
|
||||||
|
|
||||||
protected:
|
|
||||||
/** boolean */
|
/** boolean */
|
||||||
bool replace;
|
bool replace;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue