  | ActiveSetLineSearchSQPOptimalObjectiveFunctionValue Property | 
            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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override double OptimalObjectiveFunctionValue { get; }Public Overrides ReadOnly Property OptimalObjectiveFunctionValue As Double
	Get
public:
virtual property double OptimalObjectiveFunctionValue {
	double get () override;
}abstract OptimalObjectiveFunctionValue : float with get
override OptimalObjectiveFunctionValue : float with get
Property Value
Double
See Also