Hide Comments
Hide Comments

Comments (0)

Defines the type of genetic instructions (and tree nodes) in a genetic program

Namespace: RSGAConsts

expandingSyntax

Delphi

type 
  TGPGeneticInstruction = ( 
  gpVariable, 
  gpConstant, 
  gpFunction); 
 

expandingMembers

 

Name

Description

public enummember

gpConstant

Terminal node with 0 arity that contains a constant

public enummember

gpFunction

Function node

public enummember

gpVariable

Terminal node with 0 arity that returns a variable value
 

Top

expandingSee Also

Comments (0)