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.

Point mutation replaces a node of the child with a node of the same type (e.g., arity and TRSGPInstruction<T>). The    PointMutationMethod and    PointMutationProbability control how the point mutation occurs.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property MutatePointWeight: Integer index mmPoint read GetMutateWeights write SetMutateWeights default 0;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)