pytorch-minimize icon indicating copy to clipboard operation
pytorch-minimize copied to clipboard

Output the hess_inv from bfgs using the Optimizer API

Open richinex opened this issue 3 years ago • 1 comments

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?

richinex avatar Aug 24 '22 17:08 richinex

I found it in optimizer._result

Thanks

richinex avatar Aug 25 '22 09:08 richinex