Gets and sets the maximum number of iterations to be performed when solving the Quadratic Programming subproblem each iteration.

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

Syntax

C#
public int MaxQPsubproblemIterations { get; set; }
Visual Basic (Declaration)
Public Property MaxQPsubproblemIterations As Integer
Visual C++
public:
property int MaxQPsubproblemIterations {
	int get ();
	void set (int value);
}

See Also