Is there a specific function (with integrated algorithms) to solve MINLP ? I can find the MILP function (intlinprog) and the NLP function (fmincon)...Otherwise i will use a greedy algorithm like ga for my problem.
Thanks!

 Respuesta aceptada

Ameer Hamza
Ameer Hamza el 20 de Oct. de 2020

0 votos

ga() is the only function in MATLAB, which supports nonlinear integer programming. There is no other specific function for this purpose.

1 comentario

Alan Weiss
Alan Weiss el 20 de Oct. de 2020
There is also the relatively new surrogateopt function. This function is mainly for time-consuming objective functions.
Alan Weiss
MATLAB mathematical toolbox documentation

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 20 de Oct. de 2020

Comentada:

el 20 de Oct. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by