How to restrict the search space to integers to solve a multi objective function
Ältere Kommentare anzeigen
I have been using fmincon to minimize a multi objective problem with inequality and equality constraints.As a constarint how can be the data type of the variable be changed to integer.Is there a method to restrict the variables to take only integer values.
Antworten (1)
Andrew Newell
am 1 Mai 2011
0 Stimmen
If your problem is linear, you can use mixed-integer LP from the File Exchange. If it isn't, you're on your own (see this thread from MATLAB Newsreader).
Kategorien
Mehr zu Multiobjective Optimization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!