Show/Hide Toolbars

RiverSoftAVG Products Help

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

TRSCustomGeneticComponent.SelectElitist(TObject,TRSPopulation,TRSIndividual) Method

Scroll Prev Top Next More

Selected a Parent individual from the Population using the Elitist method.

The top nth percentile parents are chosen (and re-chosen) using this method. Elitist is a heavy-weight selection algorithm (in our implementation at least) because we must figure out the top nth percentile population first
 

Namespace: RSGeneticBase

Parameters

Sender

Type: TObject

Population

Type: TRSPopulation

Parent

Type: TRSIndividual

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb