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: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property Instructions: TInstructions read FInstructions write SetInstructions;
 

Property Value

Type: TInstructions

expandingSee Also

Comments (0)