EvolvingObjects
eoBinOp< EOType > Class Template Reference

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>

Inheritance diagram for eoBinOp< EOType >:
eoOp< EOType > eoBF< EOType &, const EOType &, bool > eoFunctorBase binary_function

List of all members.

Public Member Functions

 eoBinOp ()
 Ctor.
virtual std::string className () const

Detailed Description

template<class EOType>
class eoBinOp< EOType >

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.

Examples:
t-eoGenOp.cpp, and t-eoSSGA.cpp.

Definition at line 136 of file eoOp.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends