weak, strict and epsilon dominance added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1265 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4f804ac318
commit
f999e44098
8 changed files with 673 additions and 2 deletions
|
|
@ -58,16 +58,18 @@
|
|||
#include <archive/moeoSPEA2Archive.h>
|
||||
#include <archive/moeoBoundedArchive.h>
|
||||
|
||||
|
||||
#include <comparator/moeoAggregativeComparator.h>
|
||||
#include <comparator/moeoComparator.h>
|
||||
#include <comparator/moeoDiversityThenFitnessComparator.h>
|
||||
#include <comparator/moeoEpsilonObjectiveVectorComparator.h>
|
||||
#include <comparator/moeoFitnessThenDiversityComparator.h>
|
||||
#include <comparator/moeoGDominanceObjectiveVectorComparator.h>
|
||||
#include <comparator/moeoObjectiveVectorComparator.h>
|
||||
#include <comparator/moeoObjectiveObjectiveVectorComparator.h>
|
||||
#include <comparator/moeoOneObjectiveComparator.h>
|
||||
#include <comparator/moeoParetoObjectiveVectorComparator.h>
|
||||
#include <comparator/moeoStrictObjectiveVectorComparator.h>
|
||||
#include <comparator/moeoWeakObjectiveVectorComparator.h>
|
||||
|
||||
#include <core/MOEO.h>
|
||||
#include <core/moeoBitVector.h>
|
||||
|
|
@ -120,7 +122,6 @@
|
|||
#include <metric/moeoHyperVolumeMetric.h>
|
||||
#include <metric/moeoHyperVolumeDifferenceMetric.h>
|
||||
|
||||
|
||||
#include <replacement/moeoElitistReplacement.h>
|
||||
#include <replacement/moeoEnvironmentalReplacement.h>
|
||||
#include <replacement/moeoGenerationalReplacement.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue