LBFGSB.jl icon indicating copy to clipboard operation
LBFGSB.jl copied to clipboard

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

Open andreasvarga opened this issue 2 years ago • 0 comments

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.

andreasvarga avatar Nov 16 '23 15:11 andreasvarga