SimulatedAnnealingOptimizer.BestValue Property

Gets the value of the objective function at the best solution.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public double BestValue { get; }

Property Value

Double

See Also