Hide Comments
Hide Comments

Comments (0)

Defines the weights or probabilities that particular mutation methods 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.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property MutationWeights: TGPMutationMethodWeights read FMutationWeights write SetMutationWeights;
 

Property Value

Type: TGPMutationMethodWeights

expandingSee Also

Comments (0)