How to solve MINLP via problom-based optimization

2 ビュー (過去 30 日間)
Jingyu Liu
Jingyu Liu 2022 年 2 月 21 日
回答済み: Matt J 2022 年 2 月 21 日
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 件のコメント
Jingyu Liu
Jingyu Liu 2022 年 2 月 21 日
@Torsten Thanks for your comments!

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

回答 (1 件)

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

カテゴリ

Help Center および File ExchangeGet Started with Problem-Based Optimization and Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by