A Genetic Programming Framework for .NET

GenerationHistory.Update Method 

Calculates the values for various cached properties.

protected void Update();

Remarks

The cached properties updated by this method are:

Exceptions

Exception Type Condition
InvalidOperationException Thrown when either the Aggregator or Normalizer properties are null, or when the Histories property in any of the HistoryInfo elements is empty.

See Also

GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace