Expand description
Enhanced L-BFGS-B optimizer with stable dot product, adaptive finite differences, and Strong Wolfe line search for robust convergence.
Structs§
- Lbfgsb
Config - Configuration parameters for L-BFGS-B optimization.
Functions§
- lbfgsb_
optimize - L-BFGS-B optimizer implementation with optional configuration.