Represents an IIndividual's History in an IEnvironment, as used by the GPEngine.
For a list of all members of this type, see IHistory Members.
GeneticProgrammingEngine.ProblemSpace.IHistory
GeneticProgrammingEngine.ProblemSpace.IGraphicHistory
| Type | Description |
|---|---|
| AntHistory | Holds a collection of actions taken by an AntIndividual in an AntEnvironment. |
IHistory records the actions of an IIndividual in an IEnvironment. It uses this record to calculate the fitness of the IIndividual.
IHistory implementations are meant to be light-weight as they may be kept in memory for an extended period of time.
Within the framework, only the RawFitness value is used. However, this class is passed on to the caller (i.e. the GUI) where any additional display information contained in the class may be used.
Namespace: GeneticProgrammingEngine.ProblemSpace
Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)
IHistory Members | GeneticProgrammingEngine.ProblemSpace Namespace | History Term | IGraphicHistory Interface | IIndividual Interface | IEnvironment Interface | History Property