Navigation: Code Documentation > GeneticAlgorithm > RSGAConsts > Constants
DefaultMutationWeights Constant
Default Mutation Weights/Probabilities for genetic programming
Namespace: RSGAConsts
Delphi
DefaultMutationWeights: TGPMutationMethodWeights = (25, 0, 0, 25, 25, 0);
Value
Type: TGPMutationMethodWeights
•RSGAConsts