Navigation: Code Documentation > GeneticAlgorithm > RSGeneticAlgorithm > Classes > TRSCustomGeneticAlgorithm > Methods
TRSCustomGeneticAlgorithm.DoMutate(TRSIndividual) Method
Performs the actual mutation of the individual. The decision to mutat the individual has already been made before calling this method.
Namespace: RSGeneticAlgorithm
Delphi
protected function DoMutate( const Item: TRSIndividual ): Boolean; override;
Parameters
Item
Type: TRSIndividual
Type: Boolean
TRSCustomGeneticComponent.DoMutate(TRSIndividual)
•RSGeneticBase.TRSCustomGeneticComponent.Mutate(TRSIndividual)
•RSGeneticBase.TRSCustomGeneticComponent.Evolve
•RSGeneticBase.TRSIndividual
•TRSCustomGeneticAlgorithm
•RSGeneticAlgorithm