Click or drag to resize

NonlinearMinimizerBaseNonAllocating.MinimalRSSImprovement Property

Gets or sets the minimal RSS improvement.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public double MinimalRSSImprovement { get; set; }

Property Value

Double
The minimal RSS (ChiĀ²) improvement. If after 8 iterations the improvement is smaller than this value, the evaluation is stopped.
See Also