|  | ActiveSetLineSearchSQPOptionsMaxIterations Property | 
            Gets and sets the maximum number of iterations for this solver. The
            algorithm will continue to iterate until a convergence test is passed,
            or an error occurs, or the maximum number of iterations is exceeded.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int MaxIterations { get; set; }Public Property MaxIterations As Integer
	Get
	Set
public:
property int MaxIterations {
	int get ();
	void set (int value);
}member MaxIterations : int with get, set
Property Value
Int32 See Also
See Also