Using Branch and Bound Algorithm to solve Discrete Binary Quadratic Programming (QP) problem
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mohammad Al ja'idi
am 8 Nov. 2020
Bearbeitet: Matt J
am 8 Nov. 2020
Dear all,
Can I use the branch and bound algorithm to solve my problem ((Discrete Binary Quadratic Programming (QP) problem)) in Matlab, if yes, what is the name of function (solver) that I can use in Matlab??
if no, Does GA is an effective algorithm that can I use to solve my problem?
please send me useful documentation for this
0 Kommentare
Akzeptierte Antwort
Matt J
am 8 Nov. 2020
Bearbeitet: Matt J
am 8 Nov. 2020
Can I use the branch and bound algorithm to solve my problem ((Discrete Binary Quadratic Programming (QP) problem)) in Matlab
No, except in the special case where your QP is also an LP. In that case, use intlinprog.
if no, Does GA is an effective algorithm that can I use to solve my problem?
The only way to find out is to try.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Quadratic Programming and Cone Programming finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!