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 - Armijo Condition
- Goldstein
Condition - Goldstein conditions
- Strong
Wolfe Condition - Strong Wolfe conditions
- Wolfe
Condition - Wolfe conditions
Traits§
- Line
Search Condition - Interface which a condition needs to implement.