Hide Comments
Hide Comments

Comments (0)

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

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property NormalizedWeigthedFitness: TGAFitness read GetNormalizedWeightedFitness;
 

Property Value

Type: TGAFitness

expandingSee Also

Comments (0)