Hide Comments
Hide Comments

Comments (0)

Specifies the probability that an individual's  Fitness will be set to UnfitFitness when its genetic program    Size or    Depth exceeds the average size or depth. The Tarpeian anti-bloat strategy has the advantage that the individual is judged before evaluating fitness which can significantly reduce computation.

This property is used when the BloatStrategy is bsTarpeianDepth or bsTarpeianSize.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property TarpeianProbability: TGAFloat read FTarpeianProbability write SetTarpeianProbability stored IsTarpeianProbabilityStored;
 

Property Value

Type: TGAFloat

expandingSee Also

Comments (0)