Click or drag to resize

SequentialQuadraticProgrammingSolverOptimalX Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public abstract DoubleVector OptimalX { get; }

Property Value

DoubleVector
See Also