If the qpSubproblemSolver_ was successful, OptimalX returns the point at which the objective function is minimized.

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

Syntax

C#
public DoubleVector OptimalX { get; }
Visual Basic (Declaration)
Public ReadOnly Property OptimalX As DoubleVector
Visual C++
public:
property DoubleVector^ OptimalX {
	DoubleVector^ get ();
}

See Also