EvolvingObjects
|
Binary genetic operator: subclasses eoOp, and defines basically the operator() with two operands, only the first one can be modified When defining your own, make sure that you return a boolean value indicating that you have changed the content. More...
#include <eoOp.h>
Public Member Functions | |
eoBinOp () | |
Ctor. | |
virtual std::string | className () const |
Binary genetic operator: subclasses eoOp, and defines basically the operator() with two operands, only the first one can be modified When defining your own, make sure that you return a boolean value indicating that you have changed the content.