This namespace contains all of the classes and interfaces used by the GPEngine while running.
Click here for a visual overview of this namespace.
| Class | Description |
|---|---|
| CompilationException | The exception that is thrown when errors occur during compilation using an ICodeCompiler. |
| EngineOptions | Holds simple values that control how the GPEngine performs. |
| EnvironmentReference | Represents a reference to an IEnvironment. |
| GenerationHistory | Holds all of the Histories from a generation, and related statistics |
| HistoryInfo | Holds information on an IIndividual and its IHistory instances from a test. |
| HistoryInfoComparer | Exposes a method that compares to HistoryInfo objects. |
| IndividualInfo | Holds information about an IIndividual. |
| Population | Represents a Population of Individuals in Genetic Programming. |
| Tester | Compiles and tests a Population. |