Hide Comments
Hide Comments

Comments (0)

Defines the weights or probabilities that a particular mutation method will be chosen from the set of genetic programming mutation methods

Namespace: RSGAConsts

expandingSyntax

Delphi

type
  TGPMutationMethodWeights = Array[TGPMutationMethod] of 0..100;
 

expandingSee Also

Comments (0)