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
Delphi |
protected |
Parameters
Sender
Type: TObject
Population
Type: TRSPopulation
Parent
Type: TRSIndividual