You are here: Symbol Reference > StatTools Namespace > Classes > TMtxNonLinReg Class > TMtxNonLinReg Properties > TMtxNonLinReg.SoftSearch Property
Stats Master VCL
ContentsIndex
PreviousUpNext
TMtxNonLinReg.SoftSearch Property

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

Pascal
property SoftSearch: boolean;

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 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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!