<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticProgramming > Classes > TRSCustomGeneticProgrammingVariant > Events:
Comments (0)
Occurs when constant mutation is selected. Use this event to supply a new constant value for a genetic program node
Namespace: RSGeneticProgramming
Delphi
public property OnConstantMutation: TVariantNodeNotifyEvent read GetOnConstantMutation write SetOnConstantMutation;
Value
Type: TVariantNodeNotifyEvent