Modifs in es (crossover added in make_op_es).

Added a dummy selector in eoReandomSelect that does work even with invalid EOs
This commit is contained in:
evomarc 2001-05-21 04:14:36 +00:00
commit 91342e7080
2 changed files with 27 additions and 4 deletions

View file

@ -49,15 +49,12 @@
#include <es/eoNormalMutation.h>
#include <es/eoRealAtomXover.h> // for generic operators
#include <es/eoEsGlobalXover.h> // Global ES Xover
#include <es/eoEsLocalXover.h> // Local ES Xover
#include <es/eoEsStandardXover.h> // 2-parents ES Xover
// the ES-mutations
#include <es/eoEsMutationInit.h>
#include <es/eoEsMutate.h>
// the crossover - to be continued
#include <es/eoEsStdevXOver.h>
#endif _es_h
// Local Variables: