Can I use fmincon to solve Mixed Integer Convex Problem?
2 ビュー (過去 30 日間)
古いコメントを表示
mohamed Faraj
2019 年 11 月 20 日
コメント済み: Walter Roberson
2019 年 11 月 21 日
I have a mixed integer convex problem (some variables are binary). If yes, How to define the binary variables?. I have matlab 2013a
0 件のコメント
採用された回答
Walter Roberson
2019 年 11 月 20 日
Mixed integer problems are discontinuous and fmincon can only work with continuous functions.
You would need to evaluate once for each possible binary arrangement of the variables, and then pick the best of the results.
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!