How to fix time for simulation (Say if i want to see some result after some specific time)
1 回表示 (過去 30 日間)
古いコメントを表示
I am working on some optimization problem.I am trying to compare two methods with respect to time .... for that.....I need to fix specific time for both programs ....Please help how to do that in matlab...if i want see result of optimization after 1 min for both the programs.how to do it???
0 件のコメント
採用された回答
Jan
2011 年 11 月 28 日
1 minute simulation time or processing time? If you want the later, this is a very strange measurement. Imagine on optimization method needs 30 seconds for initialisation and 31 seconds to get the result with a quadratic convergence at the end. The other method needs 0.5 seconds for initialisation and 100 seconds to reach the final point, but it converges linearily only. What does a temporary result after 60 seconds tell you then?!
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Optimization Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!