Gnimuc / LBFGSB.jl

Julia wrapper for L-BFGS-B Nonlinear Optimization Code
MIT License
38 stars 6 forks source link

Control maximum number of line search steps? #2

Closed Gnimuc closed 3 years ago

Gnimuc commented 6 years ago

Just like what scipy did here:

https://github.com/scipy/scipy/blob/10233db264d15fa26ba3e2026006db95e59fd2c0/scipy/optimize/lbfgsb/lbfgsb.f#L778

Gnimuc commented 3 years ago

close in favor of #11