TMtxOptimization::GradTolerance Property

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

The precision for numeric gradient and/or Hessian matrix calculation.

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

Sets the precision for numeric gradient and/or Hessian matrix calculation. This value is used only if TMtxOptimization::GradProcedure or TMtxOptimization::GradHessProcedure is nil (i.e. if numerical approximation is being used).

Declared in Dew::Math::TMtxOptimization · Dew.Math/MtxVecTools.h · Cross-compiler