eoSGAGenOp< EOT > Class Template Reference

*************************************************************************** eoSGAGenOp (for Simple GA) mimicks the usual crossover with proba pCross + mutation with proba pMut inside an eoGeneralOp It does it exactly as class eoSGATransform, i.e. More...

#include <eoSGAGenOp.h>

Inheritance diagram for eoSGAGenOp< EOT >:

eoGenOp< EOT > eoOp< EOType > eoUF< A1, R > eoFunctorBase

List of all members.

Public Member Functions

 eoSGAGenOp (eoQuadOp< EOT > &_cross, double _pCross, eoMonOp< EOT > &_mut, double _pMut)
 Ctor from crossover (with proba) and mutation (with proba) Builds the sequential op that first applies a proportional choice between the crossover and nothing (cloning), then the mutation.
virtual void apply (eoPopulator< EOT > &_pop)
 do the job: delegate to op
virtual unsigned max_production (void)
 inherited from eoGenOp
virtual std::string className () const

Private Attributes

eoQuadOp< EOT > & cross
double pCross
eoMonOp< EOT > & mut
double pMut
eoProportionalOp< EOTpropOp
eoQuadCloneOp< EOTquadClone
eoSequentialOp< EOTop


Detailed Description

template<class EOT>
class eoSGAGenOp< EOT >

*************************************************************************** eoSGAGenOp (for Simple GA) mimicks the usual crossover with proba pCross + mutation with proba pMut inside an eoGeneralOp It does it exactly as class eoSGATransform, i.e.

only accepts quadratic crossover and unary mutation It was introduced for didactic reasons, but seems to be popular :-)

Definition at line 44 of file eoSGAGenOp.h.


The documentation for this class was generated from the following file:

Generated on Thu Jan 1 23:19:50 2009 for EvolvingObjects by  doxygen 1.5.5