#include <eoCloneOps.h>

Public Member Functions | |
| eoMonCloneOp () | |
| Ctor. | |
| virtual std::string | className () const |
| virtual bool | operator() (EOT &) |
they do nothing)
eoQuadCloneOp at least is useful to emulate the standard crossover(pCross) + mutation(pMut) within the eoGenOp framework eoMonCloneOp will probably be useful as the copy operator eoBinCloneOp will certainly never been used - but let's be complete :-) Mon clone: one argument
Definition at line 44 of file eoCloneOps.h.
1.5.5