A Genetic Programming Framework for .NET

GenerationHistory.MaximizeFitness Property

Gets a value indicating whether fitness values should be maximized.

public bool MaximizeFitness {get;}

Property Value

true if fitness values should be maximized; otherwise, false.

Remarks

This value is used to compare the fitness values from different IIndividuals. See EngineOptions' MaximizeFitness property for more information.

See Also

GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace | MaximizeFitness Property