Hide Comments
Hide Comments

TRSCustomGeneticComponent.SelectElitist(TObject,TRSPopulation,TRSIndividual) Method

Comments (0)

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

expandingSyntax

Delphi

protected
  procedure SelectElitist(Sender: TObject; const Population: TRSPopulation; var Parent: TRSIndividual ); virtual;
 

Parameters

Sender

Type: TObject

Population

Type: TRSPopulation

Parent

Type: TRSIndividual

expandingSee Also

Comments (0)