Click or drag to resize

GlobalCurveFitterToleranceTrustRegionArea Property

Gets and sets the tolerance used to check the trust region area.

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

Property Value

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