Click or drag to resize

SequentialQuadraticProgrammingSolverOptimalObjectiveFunctionValue 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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public abstract double OptimalObjectiveFunctionValue { get; }

Property Value

Double
See Also