How to solve MINLP via problom-based optimization

5 visualizaciones (últimos 30 días)
Jingyu Liu
Jingyu Liu el 21 de Feb. de 2022
Respondida: Matt J el 21 de Feb. de 2022
I have an optimization problem which is a MINLP (mixed integer nonlinear programming). I tried to solve it via problem-based optimization. I use opts = optimoptions(prob) but it failed. MATLAB told me Nonlinear problem with integer variables not supported.
I wonder what solver should I choose to solve such a problem and how to do. Any suggestion is appreciated. Thanks!
  4 comentarios
Jingyu Liu
Jingyu Liu el 21 de Feb. de 2022
@Torsten Thanks for your comments!

Iniciar sesión para comentar.

Respuestas (1)

Matt J
Matt J el 21 de Feb. de 2022
You can use prob2struct()
to convert problem-based formulations of your bounds, linear and integer constraints to a format suitable for ga().

Categorías

Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by