TMtxOptimization::SoftSearch Property

__declspec(property(get = GetSoftSearch, put = SetSoftSearch)) bool SoftSearch;

Internal line search algorithm.

Read: bool GetSoftSearch();
Write: void SetSoftSearch(const bool Value);
Remarks:

Defines the internal line search algorithm. If true then Quasi-Newton and Conjugate gradient method internal line search algoritm will use soft line search method. Set SoftSearch to true if you're using numerical approximation for gradient.

If SoftSearch if false, then the internal line search algorithm will use exact line search method. Set SoftSearch to false if you're using exact gradient.

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