A Genetic Programming Framework for .NET

IGraphicHistory Interface

Provides a graphic representation of an IIndividual's performance in an IEnvironment.

For a list of all members of this type, see IGraphicHistory Members.

public interface IGraphicHistory : IHistory

Types that implement IGraphicHistory

Type Description
AntHistory Holds a collection of actions taken by an AntIndividual in an AntEnvironment.

Remarks

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.

Requirements

Namespace: GeneticProgrammingEngine.ProblemSpace

Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)

See Also

IGraphicHistory Members | GeneticProgrammingEngine.ProblemSpace Namespace | History Term | IHistory Interface