<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Properties:
Comments (0)
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>