JuliaSmoothOptimizers / SolverTools.jl

Tools for developing nonlinear optimization solvers.
Other
26 stars 18 forks source link

Use `logger` for `armijo_wolfe` #180

Open tmigot opened 2 years ago

tmigot commented 2 years ago

Connected to https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/issues/94 we could use the logger for armijo_wolfe. This will create a new dependency to SolverCore.jl though.