Function for solving MINLP

21 vues (au cours des 30 derniers jours)
Andreas Rhein
Andreas Rhein le 20 Oct 2020
Commenté : Alan Weiss le 20 Oct 2020
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!

Réponse acceptée

Ameer Hamza
Ameer Hamza le 20 Oct 2020
ga() is the only function in MATLAB, which supports nonlinear integer programming. There is no other specific function for this purpose.
  1 commentaire
Alan Weiss
Alan Weiss le 20 Oct 2020
There is also the relatively new surrogateopt function. This function is mainly for time-consuming objective functions.
Alan Weiss
MATLAB mathematical toolbox documentation

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Surrogate Optimization dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by