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