Click or drag to resize

MasterCurveImprovementOptionsNumberOfIterations Property

Gets or sets the number of iterations. Must be greater than or equal to 0 (0 means that the curve is interpolated with the provided function, but nothing more). This number determines how many rounds the master curve is fitted. Increasing this value will in most cases increase the quality of the fit.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override int NumberOfIterations { get; init; }

Property Value

Int32
The number of iterations for master curve creation.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue - Must be a number >= 1
See Also