Hide Comments
Hide Comments

Comments (0)

expandingMethods

 

Name

Description

public method

Assign(TPersistent)

Represents method Assign(TPersistent).

public method

Clone

Returns an exact copy of the current individual.

public method

EvaluateFitness

Evaluates the     Fitness of the individual. The fitness function is supplied in the RSGeneticBase.TRSCustomGeneticComponent.OnEvaluateFitness event.

Normally, the Fitness is only evaluated if the individual is modified. This function forces evaluation.

protected method

GetDisplayName

Represents method GetDisplayName.

public method

LoadFromXML(IXMLNode)

Reads the individual's data from the XML node

public method

Modified

Informs the object that you have modified it so that its Fitness must be reevaluated

public method

SaveToXML(IXMLNode)

Writes the individual's data to the XML node

Top

Comments (0)