EvolvingObjects
eoSSGAStochTournamentReplacement< EOT > Class Template Reference

SSGA stochastic tournament replacement. More...

#include <eoReduceMerge.h>

Inheritance diagram for eoSSGAStochTournamentReplacement< EOT >:
eoReduceMerge< EOT > eoReplacement< EOT > eoBF< eoPop< EOT > &, eoPop< EOT > &, void > eoFunctorBase binary_function

List of all members.

Public Member Functions

 eoSSGAStochTournamentReplacement (double _t_rate)

Private Attributes

eoStochTournamentTruncate< EOT > truncate
eoPlus< EOT > plus

Detailed Description

template<class EOT>
class eoSSGAStochTournamentReplacement< EOT >

SSGA stochastic tournament replacement.

Is an eoReduceMerge. It much cleaner to insert directly the offspring in the parent population, but it is NOT equivalent in case of more than 1 offspring as already replaced could be removed , which is not possible in the eoReduceMerge So what the heck !

Definition at line 112 of file eoReduceMerge.h.


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