pytorch-minimize
pytorch-minimize copied to clipboard
Output the hess_inv from bfgs using the Optimizer API
Hi Reuben, I would like to ask if it is possible to extract the hessian_inv from BFGS using the Optimizer API (Minimizer) as is possible with the functional API?
I found it in optimizer._result
Thanks