Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgrammingExecutor<T>
TRSCustomGeneticProgrammingExecutor<T> Properties
Name
Description
GPProgram
Represents the genetic program tree to execute
GPProgramLines
Provides an XML string representation of the genetic program
Instructions
Specifies the set of instructions allowed in the genetic program, including all functions, variables and constants.
Top