#include <eoFlOrBinOp.h>
Inheritance diagram for eoFlOrAllAtomBinOp< EOT >:

Public Types | |
| typedef EOT::AtomType | AtomType |
Public Member Functions | |
| eoFlOrAllAtomBinOp (eoBinOp< AtomType > &_op, float _rate=1.0) | |
| default ctor: requires an Atom BinOp | |
| bool | operator() (EOT &_eo1, const EOT &_eo2) |
| applies Atom crossover to ALL components with given rate | |
| virtual string | className () const |
| inherited className() | |
Private Attributes | |
| double | rate |
| eoBinOp< AtomType > & | op |
Definition at line 49 of file eoFlOrBinOp.h.
1.3.9.1