A Genetic Programming Framework for .NET

GenerationHistory.Refresh Method 

Refreshes this GenerationHistory.

public void Refresh();

Remarks

GenerationHistory caches the various best, worst, and average properties. If any of the HistoryInfo members are modified after the Aggregator and Normalizer properties have been set, call the method to refresh the cached values.

See Also

GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace