A Genetic Programming Framework for .NET

EngineOptions.Sum Method 

Sums the specified raw fitness values.

public static decimal Sum(
   HistoryCollection rawFitnessValues
);

Parameters

rawFitnessValues
IHistory instances containing the RawFitness values to aggregate.

Return Value

The sum of the aggregated fitness values.

Exceptions

Exception Type Condition
ArgumentNullException Thrown when rawFitnessValues is null.

See Also

EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | Aggregator Delegate | RawFitness Property | fitness Term