TMtxNonLinReg::GradTolerance Property

__declspec(property(get = GetGradTolerance, put = SetGradTolerance)) double GradTolerance;

Defines minimal allowed gradient C-Norm.

Read: double GetGradTolerance();
Write: void SetGradTolerance(const double Value);
Remarks:

Defines minimal allowed gradient C-Norm. If during the regression parameters calculation gradient C-Norm falls bellow GradTolerance then calculation will stop and return StopReason = OptResSmallGrad.

See Also: TMtxNonLinReg::MaxIteration, TMtxNonLinReg::Tolerance
Declared in Dew::Stats::TMtxNonLinReg · Dew.Stats/StatTools.h · Cross-compiler