Can I solve Mixed-Integer Quadratic Programming (MIQP) problems in MATLAB using built-in functions? 

Can I solve Mixed-Integer Quadratic Programming (MIQP) problems in MATLAB using built-in functions?

 採用された回答

MathWorks Support Team
MathWorks Support Team 2025 年 1 月 17 日
編集済み: MathWorks Support Team 2025 年 1 月 31 日
The following two functions help solve MIQP problems in MATLAB:
1. The "ga" function:
Please run the following command in the command window of installed MATLAB R2020b to get release specific documentation:
>> web(fullfile(docroot, 'gads/mixed-integer-optimization.html'))
2. The "surrogateopt" function:
Please run the following command in the command window of installed MATLAB R2020b to get release specific documentation:
>> web(fullfile(docroot, 'gads/surrogateopt.html'))
If you have binary integer constraints, run the following command  in the command window of installed MATLAB R2020b to get release specific documentation, where an MIQP is solved by iteratively approximating it as Mixed-Integer Linear Programming Problem:
>> web(fullfile(docroot, 'optim/ug/miqp-portfolio-problem-based.html'))
Please follow the below link to search for the required information regarding the current release:

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

リリース

R2020a

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by