JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.11k stars 213 forks source link

Saving intermediate results during optimization #1007

Closed ErikLW closed 1 year ago

ErikLW commented 1 year ago

Hi, It would be very helpful for me, to be able to save intermediate results of the optimization (value of the loss function, variational parameters, norm of the gradient etc.) to file during a long-running optimization. Is that possible? Thanks in advance!