Joe Prendergast
- 20
- 4
Hello, does anyone know how to retrieve the Hessian at the minimum when using method = ‘trust-constr’?
The discussion focuses on retrieving the Hessian matrix at the minimum when using the 'trust-constr' method in the Python scipy.optimize.minimize function. Users must calculate the Hessian manually by utilizing the 'hess' argument in the minimize function, as the default method is not specified in the documentation. This highlights a limitation in the scipy documentation regarding Hessian retrieval for the 'trust-constr' method.
PREREQUISITESData scientists, machine learning practitioners, and Python developers who are working with optimization problems using the scipy library.
What software system does this question refer to?Joe Prendergast said:Hello, does anyone know how to retrieve the Hessian at the minimum when using method = ‘trust-constr’?
Python as stated in my subject line. Specifically the scipy package.renormalize said:What software system does this question refer to?
Thanks (sorry I overlooked your subject line!).Joe Prendergast said:Python as stated in my subject line. Specifically the scipy package.
Never hurts to repeat in the body of the post :)renormalize said:Thanks (sorry I overlooked your subject line!).