Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Properties
TRSCustomGeneticComponent.RouletteIndex Property
Index of the individual next up in Elitist selection method or index of winner of roulette wheel selection method
Namespace: RSGeneticBase
Delphi
protected property RouletteIndex: Integer read FRouletteIndex write FRouletteIndex;
Property Value
Type: Integer
•RSGeneticBase.TRSCustomGeneticComponent.SelectElitist(TObject,TRSPopulation,TRSIndividual)
•RSGeneticBase.TRSCustomGeneticComponent.SelectRoulette(TObject,TRSPopulation,TRSIndividual)
•TRSCustomGeneticComponent
•RSGeneticBase