Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Properties

TRSCustomGeneticProgramming<T>.MutateReplacementWeight Property

Scroll Prev Top Next More

Defines the weight or probability that the subtree mutation method will be chosen over the other genetic programming mutation methods. When mutation is selected to occur (see MutationProbability ), the genetic programming component chooses a mutation method using the weights you supply.

Replacement mutation is similar to Subtree mutation. It replaces a node of child with a node of the same type (e.g., arity and TRSGPGeneticInstruction<T>) and then grows a new subtree.
 

Namespace: RSGenerics.GeneticProgramming

Property Value

Type: Integer

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb