Hide Comments
Hide Comments

Comments (0)

Returns the Fitness of the individual normalized over the entire population's fitness values so that it is a value between 0 and 1 (where 0 will be the individual with the lowest fitness and 1 will be the individual with the highest fitness).
 

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property NormalizedFitness: TGAFitness read GetNormalizedFitness;
 

Property Value

Type: TGAFitness

expandingSee Also

Comments (0)