LineSearchT Fields |
The LineSearchT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaxLineSearchIter |
Maximum number of line search iterations. Default 10.
|
![]() | StepLimited |
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 |