This namespace contains all of the classes and interfaces for implementing Genetic Programming problems.
The framework also uses classes from the GeneticProgrammingEngine.ProblemSpace.Precode namespace to represent the code of IIndividuals before they are compiled.
Click here for a visual overview of this namespace.
| Interface | Description |
|---|---|
| IEnvironment | Represents an Environment in Genetic Programming, as used by the GPEngine. |
| IGraphicHistory | Provides a graphic representation of an IIndividual's performance in an IEnvironment. |
| IHistory | Represents an IIndividual's History in an IEnvironment, as used by the GPEngine. |
| IIndividual | Represents an Individual in Genetic Programming, as used by the GPEngine. |