TRSCustomGeneticComponent.SelectStochasticTournament(TObject,TRSPopulation,TRSIndividual) Method |
Scroll Prev Top Next More |
Selected a Parent individual from the Population using the Elitist method.
Select "best" (in this case using roulette wheel) parents from a tournament field (size of tournament field is determined by the
TournamentField property), e.g., select the best parent by selecting better fit individuals proportionally TournamentField times and then choosing the "winner" of the tournament. Note: for speed purposes, this selection method does not ensure that the same individual cannot be picked twice
Namespace: RSGeneticBase
Delphi |
protected |
Parameters
Sender
Type: TObject
Population
Type: TRSPopulation
Parent
Type: TRSIndividual