Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods
TRSCustomGeneticComponent.DoInvert(TRSIndividual) Method
Performs the actual inversion of the individual. The decision to invert the individual has already been made before calling this method.
Namespace: RSGeneticBase
Delphi
protected function DoInvert(const Item: TRSIndividual): Boolean; virtual;
Parameters
Item
Type: TRSIndividual
Type: Boolean
•RSGeneticBase.TRSCustomGeneticComponent.Invert(TRSIndividual)
•RSGeneticBase.TRSCustomGeneticComponent.Evolve
•RSGeneticBase.TRSIndividual
•TRSCustomGeneticComponent
•RSGeneticBase