update to add new classes

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@341 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-06-19 12:01:18 +00:00
commit 1981ca509b

View file

@ -35,6 +35,7 @@
#include <moeoFitnessAssignment.h>
#include <moeoGenerationalReplacement.h>
#include <moeoHybridLS.h>
#include <moeoIBEA.h>
#include <moeoIndicatorBasedFitnessAssignment.h>
//#include <moeoIndicatorBasedLS.h>
//#include <moeoIteratedIBMOLS.h>
@ -44,6 +45,7 @@
#include <moeoObjectiveVector.h>
#include <moeoObjectiveVectorComparator.h>
#include <moeoRandomSelect.h>
//#include <moeoReferencePointIndicatorBasedFitnessAssignment.h>
#include <moeoReplacement.h>
#include <moeoRouletteSelect.h>
#include <moeoSelectFromPopAndArch.h>