A Genetic Programming Framework for .NET

GenerationHistory.Aggregator Property

Gets or sets the Aggregator method used to aggregate the fitness values in this Generation.

public Delegates.Aggregator Aggregator {get; set;}

Property Value

The Aggregator method used to aggregate fitness values, or null if no Aggregator has been set.

Exceptions

Exception Type Condition
ArgumentNullException Thrown when value is null.

See Also

GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace | Aggregator Delegate | Aggregator Property