Hide Comments
Hide Comments

Comments (0)

Specifies the set of instructions allowed in a genetic program, including all functions, variables and constants. When the genetic programming component is evolving the population of genetic programs, it uses this collection to select a function, variable or constant.

Namespace: RSGeneticProgramming

expandingSyntax

Delphi

public
  property Instructions: TRSGPFloatInstructions read GetInstructions write SetInstructions;
 

Property Value

Type: TRSGPFloatInstructions

expandingSee Also

Comments (0)