You are here: Symbol Reference > MtxVecTools Namespace > Classes > TMtxOptimization Class > published > TMtxOptimization.SoftSearch Property
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxOptimization.SoftSearch Property

Internal line search algorithm.

Pascal
property SoftSearch: boolean;

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.

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