Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSIndividual
TRSIndividual Methods
Name
Description
Assign(TPersistent)
Represents method Assign(TPersistent).
Clone
Returns an exact copy of the current individual.
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.
GetDisplayName
Represents method GetDisplayName.
LoadFromXML(IXMLNode)
Reads the individual's data from the XML node
Modified
Informs the object that you have modified it so that its Fitness must be reevaluated
SaveToXML(IXMLNode)
Writes the individual's data to the XML node
Top