Hide Comments
Hide Comments

TRSCustomGeneticComponent.GetNormalizedFitness(TGAFitness) Method

Comments (0)

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

The normalized fitness equals Fitness / Sum of All Fitness

Namespace: RSGeneticBase

expandingSyntax

Delphi

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

Parameters

Fitness

Type: TGAFitness

Return Value

Type: TGAFitness

expandingSee Also

Comments (0)