Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods
TRSCustomGeneticComponent.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: RSGeneticBase
Delphi
protected function DoMutate(const Item: TRSIndividual): Boolean; virtual;
Parameters
Item
Type: TRSIndividual
Type: Boolean
•RSGeneticBase.TRSCustomGeneticComponent.Mutate(TRSIndividual)
•RSGeneticBase.TRSCustomGeneticComponent.Evolve
•RSGeneticBase.TRSIndividual
•TRSCustomGeneticComponent
•RSGeneticBase