Module strong_wolfe

Module strong_wolfe 

Source
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§

StrongWolfeOptions
Strong Wolfe line search options
StrongWolfeResult
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