Instead of ga, what else can I use to solve nonlinear optimization problem with integer constraints?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Cheng-Kai Lin
am 3 Mai 2018
Bearbeitet: Walter Roberson
am 27 Mai 2019
I'm currently working on a optimization problem which has a nonlinear objective fun, 1 linear constraint, 3 nonlinear constraints, and 10 variables that must be integers. At first I tried using ga but found that it's not effective enough because I had to run it multiple times to get better solutions.
So I'm wondering is there any other build-in functions in Matlab that can help me with this? Thanks for any help given in advance.
0 Kommentare
Akzeptierte Antwort
sloppydisk
am 3 Mai 2018
Bearbeitet: Walter Roberson
am 27 Mai 2019
Here is a file exchange entry which might help, not sure how well it works.
There's also the Midaco-solver:
2 Kommentare
Weitere Antworten (1)
Sean de Wolski
am 3 Mai 2018
Sometimes: patternsearch() and round()
2 Kommentare
sloppydisk
am 3 Mai 2018
I didn't know that! This page seems relevant too: https://mathworks.com/matlabcentral/answers/285753-pattern-search-with-integer-decision-variable
Siehe auch
Kategorien
Mehr zu Nonlinear Optimization 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!