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