Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Interfaces > IRSGeneticProgramEngine<T>
IRSGeneticProgramEngine<T> Properties
Name
Description
Instructions
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.
Top