Click or drag to resize

AirPLSBaseMaximumNumberOfIterations Property

Gets the maximum number of iterations. The default value is 100. Usually, the number of iterations is determined by TerminationRatio, but with this value the maximum number of iterations can be limited.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int MaximumNumberOfIterations { get; init; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be >= 1.
See Also