Optimization problem

11 ビュー (過去 30 日間)
Razvan
Razvan 2012 年 4 月 3 日
編集済み: John Kelly 2015 年 2 月 26 日
Hi, I try to get the minimum of a function which is defined at discrete points (i,j - integers). The simplest example would be to get the indices i, j which minimize the sum: sum(f(i:j)) Is there an optimization function in Matlab which deals with functions defined on discrete sets?
Thanks,
Razvan

採用された回答

Paul Kerr-Delworth
Paul Kerr-Delworth 2012 年 4 月 16 日
編集済み: John Kelly 2015 年 2 月 26 日
Hi,
You could try the genetic algorithm solver, ga, in the Global Optimization Toolbox. It is possible to specify integer constraints to the ga solver.
For more information see the documentation. There is also a video example and another example available on the MathWorks website.
Hope this helps.
Best regards,
Paul
  1 件のコメント
Razvan
Razvan 2012 年 4 月 16 日
Thanks. That's exactly what I did in the end. The tutorials are very helpful anyway.
Best,
Razvan

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by