Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int MaxIterations { get; set; }

Property Value

Int32
See Also