Quadratic problem with integer variables and lineal constraints

2 ビュー (過去 30 日間)
Paula P
Paula P 2021 年 1 月 19 日
コメント済み: Paula P 2021 年 1 月 29 日
Hello,
I am trying to find the appropiate method to solve a quadratic problem with integer variables and lineal constraints.
I tried quadprog but quadratic problem with integer variables is not supported.
I have found some useful functions like ga() and surrogateopt(). Is it possible to solve with them? Which function is the best? If not, what other solver would be the best choice?
Thank you,

採用された回答

Deepak Meena
Deepak Meena 2021 年 1 月 22 日
Hi Paula ,
From my understanding you are talking about Mixed Integer Quadratic Problem. I think this doc can be very helpful for this.
Coming back to your question about using surrogateopt() , I think it won't be helpful in this case as surrogateopt is useful in optimising objective functions.
Thanks

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeQuadratic Programming and Cone Programming についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by