EvolvingObjects
|
The uniform crossover - exchanges atoms uniformly ! More...
#include <eoFlOrQuadOp.h>
Public Types | |
typedef EOT::AtomType | AtomType |
Public Member Functions | |
eoVlUniformQuadOp (double _rate=0.5) | |
default ctor: requires a rate - 0.5 by default | |
bool | operator() (EOT &_eo1, EOT &_eo2) |
excahnges atoms at given rate | |
virtual string | className () const |
inherited className() | |
Private Attributes | |
double | rate |
The uniform crossover - exchanges atoms uniformly !
Definition at line 131 of file eoFlOrQuadOp.h.