Hide Comments
Hide Comments

Comments (0)

Defines how often the genetic programming component attemps point mutation in a tree

Namespace: RSGAConsts

expandingSyntax

Delphi

type 
  TGPPointMutationMethod = ( 
  pmmPerNode, 
  pmmPerTree); 
 

expandingMembers

 

Name

Description

public enummember

pmmPerNode

Attempt point mutation on every node of the tree. If point mutation occurs, keep trying for all other nodes

public enummember

pmmPerTree

Attempt point mutation on every node of the tree. Once point mutation occurs, stop mutation.

Top

expandingSee Also

Comments (0)