Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Properties
TRSCustomGeneticProgramming<T>.OnConstantMutation Property
Occurs when constant mutation is selected. Use this event to supply a new constant value for a genetic program node
Namespace: RSGenerics.GeneticProgramming
Delphi
public property OnConstantMutation: TNodeNotifyEvent<T> read FOnConstantMutation write FOnConstantMutation;
Property Value
Type: TNodeNotifyEvent<T>
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.Value
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.MutateConstantWeight
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Mutate(TIndividual,TGPMutationMethod)
•TRSCustomGeneticProgramming<T>
•RSGenerics.GeneticProgramming