EvolvingObjects
|
Intermediate crossover == linear combination. More...
#include <eoRealAtomXover.h>
Public Member Functions | |
eoDoubleIntermediate () | |
(Default) Constructor. | |
virtual std::string | className () const |
The class name. Used to display statistics. | |
bool | operator() (double &r1, const double &r2) |
Linear combination of both parents. |
Intermediate crossover == linear combination.
Definition at line 77 of file eoRealAtomXover.h.