<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGAConsts > Types:
Comments (0)
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;