Hide Comments
Hide Comments

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

expandingSyntax

Delphi

public
  property OnConstantMutation: TNodeNotifyEvent<T> read FOnConstantMutation write FOnConstantMutation;
 

Property Value

Type: TNodeNotifyEvent<T>

expandingSee Also

Comments (0)