Adding SBX crossover operator in es dir
This commit is contained in:
parent
4c2d0f2ea0
commit
c249cecc62
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@
|
|||
#include <es/eoRealOp.h>
|
||||
#include <es/eoNormalMutation.h>
|
||||
#include <es/eoRealAtomXover.h> // for generic operators
|
||||
|
||||
// SBX crossover (following Deb)
|
||||
#include <eoSBXcross.h>
|
||||
|
||||
// ES specific operators
|
||||
#include <es/eoEsGlobalXover.h> // Global ES Xover
|
||||
#include <es/eoEsStandardXover.h> // 2-parents ES Xover
|
||||
|
||||
|
|
|
|||
Reference in a new issue