Represents the operations performed by an IIndividual before they are converted to actual computer code.
For a list of all members of this type, see IPrecodeTree Members.
| Type | Description |
|---|---|
| ActionPerceptionTree | Represents an Action-Perception tree. |
To give the GPEngine access to support methods, such as GenerateRandomTree, implementations of IPrecodeTree should define a default constructor (one taking no arguments). This tree will only be used to access these support methods and need not be syntactically correct.
This representation gives the GPEngine access to the implementation-specific genetic operations of mutation and recombination.
Namespace: GeneticProgrammingEngine.ProblemSpace.Precode
Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)
IPrecodeTree Members | GeneticProgrammingEngine.ProblemSpace.Precode Namespace | IPrecodeVerifier Interface | IndividualInfo Class | Problem Space Term