AirPLSBaseMaximumNumberOfIterations Property |
Gets or sets the maximum number of iterations. The default value is 100.
Usually, the number of iterations is determined by the
TerminationRatio, but
with this value, the maximum number of iterations can be limited to a smaller value.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic int MaximumNumberOfIterations { get; init; }
Property Value
Int32
Exceptions
See Also