add new classes

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@329 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-06-19 08:02:26 +00:00
commit 1ff33b7550

View file

@ -16,9 +16,10 @@
#include <eo> #include <eo>
#include <MOEO.h> #include <MOEO.h>
#include <moeoAchievementFitnessAssignment.h>
#include <moeoArchive.h>
#include <moeoArchiveObjectiveVectorSavingUpdater.h> #include <moeoArchiveObjectiveVectorSavingUpdater.h>
#include <moeoArchiveUpdater.h> #include <moeoArchiveUpdater.h>
#include <moeoArchive.h>
#include <moeoCombinedLS.h> #include <moeoCombinedLS.h>
#include <moeoComparator.h> #include <moeoComparator.h>
#include <moeoConvertPopToObjectiveVectors.h> #include <moeoConvertPopToObjectiveVectors.h>
@ -38,14 +39,16 @@
//#include <moeoIndicatorBasedLS.h> //#include <moeoIndicatorBasedLS.h>
//#include <moeoIteratedIBMOLS.h> //#include <moeoIteratedIBMOLS.h>
#include <moeoLS.h> #include <moeoLS.h>
//#include <moeoMoveIncrEval.h>
#include <moeoNSGAII.h> #include <moeoNSGAII.h>
#include <moeoObjectiveVectorComparator.h>
#include <moeoObjectiveVector.h> #include <moeoObjectiveVector.h>
#include <moeoObjectiveVectorComparator.h>
#include <moeoRandomSelect.h> #include <moeoRandomSelect.h>
#include <moeoReplacement.h> #include <moeoReplacement.h>
#include <moeoRouletteSelect.h> #include <moeoRouletteSelect.h>
#include <moeoSelectFromPopAndArch.h> #include <moeoSelectFromPopAndArch.h>
#include <moeoSelectOne.h> #include <moeoSelectOne.h>
#include <moeoSelectors.h>
#include <moeoStochTournamentSelect.h> #include <moeoStochTournamentSelect.h>
#include <moeoVector.h> #include <moeoVector.h>
#include <metric/moeoBinaryMetricSavingUpdater.h> #include <metric/moeoBinaryMetricSavingUpdater.h>