Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Methods

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

Parameters

Sender

Type: TObject

Population

Type: TRSPopulation

Parent

Type: TRSIndividual

Overrides

TRSCustomGeneticComponent.SelectTournament(TObject,TRSPopulation,TRSIndividual)
 

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb