Dew MtxVec NET
TMtxOptimization.SoftSearch Property
Summary
Defines the internal line search algorithm.

Class
TMtxOptimization

Declaration
Property SoftSearch: boolean read FSoftSearch write SetSoftSearch default true;
Description
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 2008 Dew Research
http://www.dewresearch.com