 | INonlinearLeastSqMinimizerMaxIterationsMet Property |
Returns true if the minimum just computed stopped because the
maximum number of iterations was reached; otherwise, false.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxbool MaxIterationsMet { get; }
ReadOnly Property MaxIterationsMet As Boolean
Get
property bool MaxIterationsMet {
bool get ();
}
abstract MaxIterationsMet : bool with get
Property Value
Boolean
Remarks
Returns true if this.Iterations == this.MaxIterations.
See Also