TMtxNonLinReg::SoftSearch Property

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

Defines line search algorithm for Quasi-Newton and Conjugate methods.

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

If true then Quasi-Newton and Conjugate gradient method internal line search algoritm will use soft line search method. Set TMtxNonLinReg::SoftSearch to true if you're using numerical approximation for derivative. 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 derivative procedure.

Declared in Dew::Stats::TMtxNonLinReg · Dew.Stats/StatTools.h · Cross-compiler