This namespace contains all of the classes and interfaces for implementing Precode representations.
Although not required for most GeneticProgrammingEngine.ProblemSpace classes, new implementations may need to define their own IPrecodeTree implementations. Since most Problem Space implementations will not require their own version of IPrecodeTree, this namespace was created to hold that interface and related classes.
Click here for a visual overview of this namespace.
| Interface | Description |
|---|---|
| IPrecodeTree | Represents the operations performed by an IIndividual before they are converted to actual computer code. |