Expand description
Acceptance conditions
§Line search conditions
For a step length to be accepted in a line search, it needs to satisfy one of several conditions.
A condition exposes an interface defined by the trait
LineSearchCondition
.
§Available line search conditions
§Reference
Jorge Nocedal and Stephen J. Wright (2006). Numerical Optimization. Springer. ISBN 0-387-30303-0.
Structs§
- Armijo Condition
- Goldstein conditions
- Strong Wolfe conditions
- Wolfe conditions
Traits§
- Interface which a condition needs to implement.