Gnimuc / LBFGSB.jl

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

Question: how to access the maximum linesearches parameter? #16

Open tom-plaa opened 3 months ago

tom-plaa commented 3 months ago

I have abnormal terminations in the linesearch reported. I want to try increasing the number of maximum linesearches as reported in scipy's interface: https://docs.scipy.org/doc/scipy/reference/optimize.minimize-lbfgsb.html Can we do this in this package?