Hide Comments
Hide Comments

Comments (0)

Specifies the Instructions of the engine. This is the total set of functions and terminals (constants and variables) that a genetic program can perform. Every individual's genetic program in the engine shares these instructions.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  property Instructions: TRSGPInstructions<T> read GetInstructions write SetInstructions;
 

Property Value

Type: TRSGPInstructions<T>

expandingSee Also

Comments (0)