JuliaSmoothOptimizers / JuliaSmoothOptimizers/SolverTools.jl
`armijo-wolfe`: float16 slope coefficient default value unstable
Open
bug
- Dominant language
- Julia
- Stars
- 24
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Keyword argument τ1 of `armijo-wolfe` default value (0.9999) is rounded up to 1 with Float16. I believe this breaks theoretical convergence of the line-search algorithm.
Contributor guide
Assessment
This issue has not been assessed yet.