TRSCustomGeneticComponent.SelectRoulette(TObject,TRSPopulation,TRSIndividual) Method |
Scroll Prev Top Next More |
Selected a Parent individual from the Population using the Roulette Wheel (fitness proportional) method.
The better "fit" parents are more likely to be chosen (and re-chosen), e.g., the probability of selection is proportional to the fitness of the parent. Also known as fitness proportionate selection.
Namespace: RSGeneticBase
Delphi |
protected |
Parameters
Sender
Type: TObject
Population
Type: TRSPopulation
Parent
Type: TRSIndividual