Instead of ga, what else can I use to solve nonlinear optimization problem with integer constraints?

6 views (last 30 days)
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.

Accepted Answer

sloppydisk
sloppydisk on 3 May 2018
Edited: Walter Roberson on 27 May 2019
Here is a file exchange entry which might help, not sure how well it works.
There's also the Midaco-solver:

More Answers (1)

Sean de Wolski
Sean de Wolski on 3 May 2018
Sometimes: patternsearch() and round()

Categories

Find more on Systems of Nonlinear Equations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!