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.

Hoist mutation replaces the entire child program tree with a subtree from the child (the subtree becomes the root node). This has the effect of reducing the complexity of the child.
 

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property MutateHoistWeight: Integer index mmHoist read GetMutateWeights write SetMutateWeights default 25;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)