Click or drag to resize

LineSearchT Fields

The LineSearchT generic type exposes the following members.

Fields
  NameDescription
Public fieldMaxLineSearchIter
Maximum number of line search iterations. Default 10.
Public fieldStepLimited
Limits the dx search step. Set to false to also allow -dx and a very large multipla of dx.

When true, the largest search step length accepted is

2 * 2^MaxLineSearchIter * initial search step length

Top
See Also