Gets the minimum value of the object function if the algorithm converged to a solution. If the algorithm did not converge, returns the objective function value at the last iteration before termination.

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

Syntax

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

See Also