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

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double OptimalValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property OptimalValue As Double
Visual C++
public:
property double OptimalValue {
	double get ();
}

See Also