EvolvingObjects
eoMonOp< EOType > Class Template Reference

eoMonOp is the monary operator: genetic operator that takes only one EO. More...

#include <eoOp.h>

Inheritance diagram for eoMonOp< EOType >:
eoOp< EOType > eoUF< EOType &, bool > eoFunctorBase unary_function

List of all members.

Public Member Functions

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

Detailed Description

template<class EOType>
class eoMonOp< EOType >

eoMonOp is the monary operator: genetic operator that takes only one EO.

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 120 of file eoOp.h.


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