EvolvingObjects
|
SSGA stochastic tournament replacement. More...
#include <eoReduceMerge.h>
Public Member Functions | |
eoSSGAStochTournamentReplacement (double _t_rate) | |
Private Attributes | |
eoStochTournamentTruncate< EOT > | truncate |
eoPlus< EOT > | plus |
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.