Hide Comments
Hide Comments

Comments (0)

Controls the percentage of "elite" parents used every generation for evolution. 0 means 0% of the population, 0.5 means 50% of the population, and 1 means 100% of the population. The ElitistPct property is used when the  SelectionMethod is smElitist.
 

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property ElitistPct: TGAProbability read FElitistPct write SetElitistPct stored IsElitistPctStored;
 

Property Value

Type: TGAProbability

expandingSee Also

Comments (0)