A Genetic Programming Framework for .NET

GenerationHistory.Normalizer Property

Gets or sets the Normalizer method used to normalize the aggregated fitness values in this Generation.

public Delegates.Normalizer Normalizer {get; set;}

Property Value

The Normalizer method used to normalize fitness values, or null if no Normalizer has been set.

Exceptions

Exception Type Condition
ArgumentNullException Thrown when value is null.

See Also

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