Function for solving MINLP

14 ビュー (過去 30 日間)
Andreas Rhein
Andreas Rhein 2020 年 10 月 20 日
コメント済み: Alan Weiss 2020 年 10 月 20 日
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!

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 10 月 20 日
ga() is the only function in MATLAB, which supports nonlinear integer programming. There is no other specific function for this purpose.
  1 件のコメント
Alan Weiss
Alan Weiss 2020 年 10 月 20 日
There is also the relatively new surrogateopt function. This function is mainly for time-consuming objective functions.
Alan Weiss
MATLAB mathematical toolbox documentation

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurrogate Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by