Using Levenberg-Marquardt method with matlab
이전 댓글 표시
Hi all, I have a question about the using of Levenberg-Marquardt method with matlab. In fact, I have the following system, and I aim to solve the minimization problem for the h function :

So, I can get the intial solution with the SVD method h0. Now I want to apply the Levenberg-Marquardt optimization ,then I define my objective function (1) and I got the (2) fucntion after some optimization :

So, how can I apply the Levenberg-Marquardt method to the second function (2) , that is to say how can I refine the solution by minimizing Eq (2) using L.M. with matlab??
답변 (3개)
Torsten
2016년 3월 15일
0 개 추천
Any constraints on h ? If not, the obvious solution is h=0.
Best wishes
Torsten.
Mokhtar Bouain
2016년 3월 15일
0 개 추천
댓글 수: 2
Torsten
2016년 3월 15일
I don't understand why it should make a problem with objecive function (2) if you have a general Levenberg-Marquardt solver for equation (1).
Best wishes
Torsten.
Mokhtar Bouain
2016년 3월 15일
카테고리
도움말 센터 및 File Exchange에서 Choose a Solver에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!