フィルターのクリア

Using fsolve function with binary non-linear problem

2 ビュー (過去 30 日間)
Mohammad Al ja'idi
Mohammad Al ja'idi 2020 年 11 月 22 日
回答済み: Ameer Hamza 2020 年 11 月 23 日
Can I use fsolve function in matlab to solve binary-nonlinear problem (discrete problem where variables are 0 - 1 only) with constraints.
if not what are the proposed solvers in matlab I can use to solve this problem?

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 11 月 23 日
No. ga(): https://www.mathworks.com/help/gads/ga.html from Global optimization toolbox is the only solver that supports nonlinear integer problems. surrogateopt() also support integer variables, but it has limited options as compared to ga().

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSystems of Nonlinear Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by