SingleObjectivization algorithms added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1624 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
943c3083f9
commit
cb88ff2dff
10 changed files with 1036 additions and 0 deletions
|
|
@ -52,6 +52,11 @@
|
|||
#include <algo/moeoSEEA.h>
|
||||
#include <algo/moeoASEEA.h>
|
||||
#include <algo/moeoSPEA2.h>
|
||||
#include <algo/moeoHC.h>
|
||||
#include <algo/moeoTS.h>
|
||||
#include <algo/moeoVNS.h>
|
||||
#include <algo/moeoSA.h>
|
||||
#include <algo/moeoILS.h>
|
||||
|
||||
|
||||
#include <archive/moeoArchive.h>
|
||||
|
|
@ -130,6 +135,7 @@
|
|||
#include <fitness/moeoAugmentedAchievementScalarizingFunctionMetricFitnessAssignment.h>
|
||||
#include <fitness/moeoWeightedChebychevMetricFitnessAssignment.h>
|
||||
#include <fitness/moeoAugmentedWeightedChebychevMetricFitnessAssignment.h>
|
||||
#include <fitness/moeoIncrEvalSingleObjectivizer.h>
|
||||
|
||||
|
||||
#include <metric/moeoAdditiveEpsilonBinaryMetric.h>
|
||||
|
|
@ -169,6 +175,9 @@
|
|||
#include <utils/moeoObjVecStat.h>
|
||||
#include <utils/moeoQuadTree.h>
|
||||
|
||||
#include <explorer/moeoHCMoveLoopExpl.h>
|
||||
#include <explorer/moeoTSMoveLoopExpl.h>
|
||||
|
||||
|
||||
|
||||
#endif /*MOEO_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue