Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods

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

Parameters

Sender

Type: TObject

Population

Type: TRSPopulation

Parent

Type: TRSIndividual

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb