How can I find a good initial guess for Levenberg-Marquardt algorithm?

13 ビュー (過去 30 日間)
Ale
Ale 2017 年 7 月 13 日
編集済み: Prashant Arora 2017 年 7 月 19 日
Hello, I would like to know if there are any parameters to set a good initial guess for LMA. I want to apply trilateration with approximate distances and according to different documents LMA is a good approach. My problem is that sometimes I don't get good results and I need to apply the algorithm several times with different initial points. Is there an easy way to know which guess will produce good results?
Thanks in advance!

採用された回答

Prashant Arora
Prashant Arora 2017 年 7 月 19 日
編集済み: Prashant Arora 2017 年 7 月 19 日
Hi Ale,
I don't believe there is a "correct" answer for finding the initial guess for an optimization problem. It depends on how the objective function looks like. The simplest technique which you can use to come up with a better initial guess is doing a random search on the objective function and picking the one resulting in minimum value. You can also refer to MATLAB functions like "GlobalSearch" and "MultiStart" to implement such algorithms more efficiently.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurrogate Optimization についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by