- Do you have a rand() in there that makes your function non-deterministic?
- Is your function non-deterministic in some other way?
- Are you using the same starting point, x0?
- Are you modifying the options at all?
why fmincon returns different results every time
4 ビュー (過去 30 日間)
古いコメントを表示
Hi fellows,
I am using fmincon to do the optimization problem. But every time I run it it gives me different result. Is there anyone who know what the reason could be?
Cheers
0 件のコメント
採用された回答
Sean de Wolski
2012 年 9 月 10 日
The more details you can provide us with the better.
1 件のコメント
SHWETA GUPTA
2013 年 2 月 28 日
I don't have rand() in my code, starting point is same every time I run the code but still it gives me different result. Please help.
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!