Gnimuc / LBFGSB.jl

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

A function fg! to compute both function and gradient would be more suitable for this software #15

Open andreasvarga opened 11 months ago

andreasvarga commented 11 months ago

Since the function and gradient evaluations occur always simultaneously, a function fg! to compute both function and gradient would be more suitable for this software (or at least supported as an option). This is especially desirable if the function and gradient evaluations share some computations.