Click or drag to resize

InteriorPointQPSolverParamsMaxIterations Property

controls the maximum number of iterations performed by the solver. If the number of iterations is exceeded the solver status will be Interrupted. MaxIterations is less than zero implies no limit on the number of iterations. This is the default.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int MaxIterations { get; set; }

Property Value

Int32
See Also