Expand description
Enhanced Strong Wolfe conditions line search implementation
This module provides robust implementations of line search algorithms that satisfy the Strong Wolfe conditions, which are essential for ensuring convergence of quasi-Newton methods.
Structs§
- Strong
Wolfe Options - Strong Wolfe line search options
- Strong
Wolfe Result - Result of Strong Wolfe line search
Functions§
- create_
strong_ wolfe_ options_ for_ method - Create Strong Wolfe options optimized for specific optimization methods
- strong_
wolfe_ line_ search - Enhanced Strong Wolfe line search with robust implementation