Can I solve Mixed-Integer Quadratic Programming (MIQP) problems in MATLAB using built-in functions?
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 13 Mai 2020
Modifié(e) : MathWorks Support Team
le 31 Jan 2025
Can I solve Mixed-Integer Quadratic Programming (MIQP) problems in MATLAB using built-in functions?
Réponse acceptée
MathWorks Support Team
le 17 Jan 2025
Modifié(e) : MathWorks Support Team
le 31 Jan 2025
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Linear Programming and Mixed-Integer Linear Programming dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!