Instead of ga, what else can I use to solve nonlinear optimization problem with integer constraints?
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Sean de Wolski
il 3 Mag 2018
1 voto
Sometimes: patternsearch() and round()
2 Commenti
sloppydisk
il 3 Mag 2018
I didn't know that! This page seems relevant too: https://mathworks.com/matlabcentral/answers/285753-pattern-search-with-integer-decision-variable
Cheng-Kai Lin
il 4 Mag 2018
Modificato: Cheng-Kai Lin
il 4 Mag 2018
Categorie
Scopri di più su Surrogate Optimization in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!