Navigation: Code Documentation > GeneticAlgorithm > RSGAConsts > Variables
NONTERMINALS_SELECTION_PROBABILITY Variable
Default probability that non-terminals (functions) will be selected for genetic operations in genetic programming
Namespace: RSGAConsts
Delphi
NONTERMINALS_SELECTION_PROBABILITY: TGAProbability = 0.9;
Value
Type: TGAProbability
•RSGAConsts