TMtxOptimization::NumericGradMethod Property

__declspec(property(get = GetNumericGradMethod, put = SetNumericGradMethod)) TNumericGradMethod NumericGradMethod;

Defines which gradient numerical approximation method will be used to to evaluate gradient.

Read: TNumericGradMethod GetNumericGradMethod();
Write: void SetNumericGradMethod(const TNumericGradMethod Value);
Remarks:

Defines which gradient numerical approximation method will be used to evaluate gradient. The NumericGradMethod is used only if TMtxOptimization::GradProcedure is nil.

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