You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Classes > TMtxNonLinReg Class > TMtxNonLinReg Properties > TMtxNonLinReg.SoftSearch Property
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
TMtxNonLinReg.SoftSearch Property

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

Syntax
C#
Visual Basic
public bool SoftSearch;

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!