Provides a graphic representation of an IIndividual's performance in an IEnvironment.
For a list of all members of this type, see IGraphicHistory Members.
| Type | Description |
|---|---|
| AntHistory | Holds a collection of actions taken by an AntIndividual in an AntEnvironment. |
IGraphicHistory extends IHistory to provide a simple method for displaying the recorded actions. Other functionality, such as automatic playback, pausing, and stopping, are implemented by the caller that displays the Graphics object.
For example, in the case of the Artificial Ant problem, an IGraphicHistory would generally display a grid containing different colored squares showing food and the ant (which represents the Environment where the Individual was tested). As new frames are displayed, the ant would move around the grid according to the actions it took.
Namespace: GeneticProgrammingEngine.ProblemSpace
Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)
IGraphicHistory Members | GeneticProgrammingEngine.ProblemSpace Namespace | History Term | IHistory Interface