Function for solving MINLP
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Andreas Rhein
il 20 Ott 2020
Commentato: Alan Weiss
il 20 Ott 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!
0 Commenti
Risposta accettata
Ameer Hamza
il 20 Ott 2020
ga() is the only function in MATLAB, which supports nonlinear integer programming. There is no other specific function for this purpose.
1 Commento
Alan Weiss
il 20 Ott 2020
There is also the relatively new surrogateopt function. This function is mainly for time-consuming objective functions.
Alan Weiss
MATLAB mathematical toolbox documentation
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Surrogate Optimization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!