template <class EOType> class BinOp : public EOOp<EOType> Binary genetic operator: subclasses EOOp, and defines basically the operator() with two operands
Binary genetic operator: subclasses EOOp, and defines basically the operator() with two operands
BinOp( const BinOp& _ebop )
~BinOp()
virtual void operator)( EOType& _eo1, EOType& _eo2 )
virtual void applyAt( EOType& _eo1, EOType& _eo2, unsigned _i, unsigned _j)