Navigation: Code Documentation > GeneticAlgorithm > RSGAConsts > Types
TGPMutationMethodWeights Type
Defines the weights or probabilities that a particular mutation method will be chosen from the set of genetic programming mutation methods
Namespace: RSGAConsts
Delphi
type TGPMutationMethodWeights = Array[TGPMutationMethod] of 0..100;
•RSGAConsts.TGPMutationMethod
•RSGAConsts