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.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also