add new classes
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@329 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
63fc5cfaa9
commit
1ff33b7550
1 changed files with 5 additions and 2 deletions
|
|
@ -16,9 +16,10 @@
|
|||
#include <eo>
|
||||
|
||||
#include <MOEO.h>
|
||||
#include <moeoAchievementFitnessAssignment.h>
|
||||
#include <moeoArchive.h>
|
||||
#include <moeoArchiveObjectiveVectorSavingUpdater.h>
|
||||
#include <moeoArchiveUpdater.h>
|
||||
#include <moeoArchive.h>
|
||||
#include <moeoCombinedLS.h>
|
||||
#include <moeoComparator.h>
|
||||
#include <moeoConvertPopToObjectiveVectors.h>
|
||||
|
|
@ -38,14 +39,16 @@
|
|||
//#include <moeoIndicatorBasedLS.h>
|
||||
//#include <moeoIteratedIBMOLS.h>
|
||||
#include <moeoLS.h>
|
||||
//#include <moeoMoveIncrEval.h>
|
||||
#include <moeoNSGAII.h>
|
||||
#include <moeoObjectiveVectorComparator.h>
|
||||
#include <moeoObjectiveVector.h>
|
||||
#include <moeoObjectiveVectorComparator.h>
|
||||
#include <moeoRandomSelect.h>
|
||||
#include <moeoReplacement.h>
|
||||
#include <moeoRouletteSelect.h>
|
||||
#include <moeoSelectFromPopAndArch.h>
|
||||
#include <moeoSelectOne.h>
|
||||
#include <moeoSelectors.h>
|
||||
#include <moeoStochTournamentSelect.h>
|
||||
#include <moeoVector.h>
|
||||
#include <metric/moeoBinaryMetricSavingUpdater.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue