Hide Comments
Hide Comments

TRSCustomGeneticComponent.DoEvaluateWeightedFitness(TRSIndividual) Method

Comments (0)

Calls the OnEvaluateWeightedFitness event and returns the result. If the event handler has not been defined, this method returns the regular fitness

Namespace: RSGeneticBase

expandingSyntax

Delphi

protected
  function DoEvaluateWeightedFitness(const Item: TRSIndividual): TGAFitness; virtual;
 

Parameters

Item

Type: TRSIndividual

Return Value

Type: TGAFitness

expandingSee Also

Comments (0)