Hide Comments
Hide Comments

TRSCustomGeneticComponent.GetNormalizedWeightedFitness(TGAFitness) Method

Comments (0)

Calculates the normalized weighted fitness, a value between 0 and 1.

The normalized fitness equals Fitness / Sum of All Weighted Fitness

Namespace: RSGeneticBase

expandingSyntax

Delphi

protected
  function GetNormalizedWeightedFitness( const Fitness: TGAFitness ): TGAFitness;
 

Parameters

Fitness

Type: TGAFitness

Return Value

Type: TGAFitness

expandingSee Also

Comments (0)