Glossary of Genetic Programming Terms

History Term

The actions taken by an Individual in an Environment.

Remarks

History objects store the actions taken by an Individual in an Environment during a test.

Design Note

In this framework, all History classes implement a problem-specific version of IHistory. Alternatively, users may implement a class using IGraphicHistory, which adds a facility for displaying the recorded actions visually.

See Also

IHistory Interface | GeneticProgrammingEngine.ProblemSpace Namespace