Retrieving inverse hessian when using ScipyMinimize('BFGS')
#381
Labels
enhancement
New feature or request
ScipyMinimize('BFGS')
#381
Hi,
Is there any way to retrieve the
hess_inv
(approximated inverse Hessian) after running the BFGS optimizer? In the original scipy's implementation, the matrix is stored in the returnOptimizeResult
object.The text was updated successfully, but these errors were encountered: