GlobalSearch does not keep the best solution

3 ビュー (過去 30 日間)
Ghazal Arabidarrehdor
Ghazal Arabidarrehdor 2021 年 2 月 1 日
コメント済み: Walter Roberson 2021 年 2 月 4 日
Hi All!
I have a cmplex, non-convex problem with ~30 parameters. I have been using GlobalSearch for a long while now, but since my model got more complex, I have been expereincing this issue, where I can see that GlobalSearch finds some good solutions (let's say they result in ~15% error), but when it keeps running, it doesn't necessarily return those as the local minima. Instead it return solutions with worst results such as 25% error. Any ideas what might be wrong?

採用された回答

Shashank Gupta
Shashank Gupta 2021 年 2 月 4 日
Hi ghazal,
The optimization becomes very difficult with increase in the dimension or parameter. I am not sure what exactly can be the reason of failure of global search since I don't the what optimization problem you are tackling. Although there are some resources available for you to refer. Check out this link, it will give you the reference on what solver we should prefer depending on optimization problem. Also there is one documentation available to tell us whether we reach the optimal solution or not, check out this link for the same.
I hope this helps.
Cheers.
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 2 月 4 日
There are some situations where fmincon might not return the lowest value for some algorithms. I have not checked to see if the bug/limitation was fixed yet.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGlobal or Multiple Starting Point Search についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by