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 CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by