TRSCustomGeneticProgramming<T>.SelectTournament(TObject,TRSPopulation,TRSIndividual) Method |
Scroll Prev Top Next More |
Selected a Parent individual from the Population using the Tournament method.
Select "best" parents from a tournament field (size of tournament field is determined by the
TournamentField property), e.g., select the best parent from randomly selecting individuals 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: RSGenerics.GeneticProgramming
Delphi |
protected |
Parameters
Sender
Type: TObject
Population
Type: TRSPopulation
Parent
Type: TRSIndividual
TRSCustomGeneticComponent.SelectTournament(TObject,TRSPopulation,TRSIndividual)