A Genetic Programming Framework for .NET

GenerationHistory.GetEnumerator Method 

Returns an enumerator that can iterate through this GenerationHistory.

public IEnumerator GetEnumerator();

Return Value

Returns an IEnumerator that can iterate through the HistoryInfos in this GenerationHistory.

Implements

IEnumerable.GetEnumerator

See Also

GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace