Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public
  property MutateReplacementWeight: Integer index mmReplacement read GetMutateWeights write SetMutateWeights default 25;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)