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:
parent
8b177dd6cd
commit
91342e7080
2 changed files with 27 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue