Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Measuring the Hessian matrix for lsqnonlin in MATLAB

Status
Not open for further replies.

SM1994

Bioengineer
Joined
Mar 25, 2020
Messages
49
Location
NZ
Hello
In MATLAB, I am optimising a multiobjective function using the lsqnonlin function with the trust-region reflective algorithm. I was wondering how I can get the hessian matrix as an output? Matlab provides a matrix of Jacobian,is it possible to calculate Hessian matrix using the Jacobian matrix at the optimum solution? I think I cannot use the H(f(x)) = J(∇f(x)) since I do not know hot to get the ∇f(x) from lsqnonlin. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top