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.MasterCurvesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override int NumberOfIterations { get; init; }
Property Value
Int32
The number of iterations for master curve creation.
Exceptions See Also