Retrieving inverse hessian when using `ScipyMinimize('BFGS')`
Open
enhancement
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 76
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
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 return `OptimizeResult` object.
Contributor guide
Assessment
This issue has not been assessed yet.