Can I use fmincon to solve Mixed Integer Convex Problem?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mohamed Faraj
am 20 Nov. 2019
Kommentiert: Walter Roberson
am 21 Nov. 2019
I have a mixed integer convex problem (some variables are binary). If yes, How to define the binary variables?. I have matlab 2013a
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 20 Nov. 2019
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 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!