Adding files in es for ES Crossovers

This commit is contained in:
evomarc 2001-05-02 10:57:35 +00:00
commit 6af035d2fa
3 changed files with 98 additions and 1 deletions

View file

@ -47,6 +47,9 @@
// general operators
#include <es/eoRealOp.h>
#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
// the ES-mutations
#include <es/eoEsMutationInit.h>