Gnimuc / LBFGSB.jl

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

Occasional printing even when `iprint<0` #14

Open frankwswang opened 1 year ago

frankwswang commented 1 year ago

Sometimes lbfgsb will print info:

ascent direction in projection gd =    0.0000000000000000

even though I have set iprint to -1.