Click or drag to resize

TrustRegionMinimizerToleranceImprovement Property

Gets and sets the tolerance used to check the improvement between steps.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double ToleranceImprovement { get; set; }

Property Value

Double
Remarks
If this tolerance is reached, the process will stop with ImprovementWithinTolerance.
See Also