eoMGGReplacement< EOT > Class Template Reference

eoMGGReplacement is an eoReplacement: - choose N (2) parents RANDOMLY - remove them from the parent population - select best offspring, add to parents - merge (other?) offspring and the N removed parents - select best N-1 of this merged population (detTournament only at the moment) - put them back into parent population More...

#include <eoMGGReplacement.h>

Inheritance diagram for eoMGGReplacement< EOT >:

eoReplacement< EOT > eoBF< eoPop< EOT > &, eoPop< EOT > &, void > eoFunctorBase List of all members.

Public Member Functions

 eoMGGReplacement (eoHowMany _howManyEliminatedParents=eoHowMany(2, false), unsigned _tSize=2)
void operator() (eoPop< EOT > &_parents, eoPop< EOT > &_offspring)
 The pure virtual function that needs to be implemented by the subclass.

Private Attributes

eoLinearTruncateSplit< EOTsplit
eoPlus< EOTplus
unsigned int tSize

Detailed Description

template<class EOT>
class eoMGGReplacement< EOT >

eoMGGReplacement is an eoReplacement: - choose N (2) parents RANDOMLY - remove them from the parent population - select best offspring, add to parents - merge (other?) offspring and the N removed parents - select best N-1 of this merged population (detTournament only at the moment) - put them back into parent population

Definition at line 50 of file eoMGGReplacement.h.


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 05:06:51 2006 for EO by  doxygen 1.3.9.1