Because it has not extension, I had forgotten to update the eo file itself!

Now reflects the change of eoGenOp interface and the changes of names in ga
This commit is contained in:
evomarc 2001-02-09 05:25:25 +00:00
commit d347fa9da2

View file

@ -81,7 +81,7 @@
// Selection
// the eoSelectOne's
#include <eoRandomSelect.h>
#include <eoRandomSelect.h> // also contains the eoSequentialSelect
#include <eoDetTournamentSelect.h>
#include <eoProportionalSelect.h>
#include <eoFitnessScalingSelect.h>
@ -105,9 +105,6 @@
// Variation
#include <eoProportionalCombinedOp.h>
#include <eoProportionalOpSel.h>
#include <eoProportionalGOpSel.h>
#include <eoSequentialGOpSel.h>
// a simple transformer
#include <eoSGATransform.h>
@ -115,12 +112,7 @@
// Algorithms
#include <eoEasyEA.h>
#include <eoSGA.h>
#include <eoSteadyStateEA.h>
#include <eoEvolutionStrategy.h>
// Inserters
#include <eoDetTournamentInserter.h>
#include <eoStochTournamentInserter.h>
// #include <eoEvolutionStrategy.h> removed for a while - until eoGenOp is done
// Utils
#include <utils/checkpointing>