Using fsolve function with binary non-linear problem

4 Ansichten (letzte 30 Tage)
Mohammad Al ja'idi
Mohammad Al ja'idi am 22 Nov. 2020
Beantwortet: Ameer Hamza am 23 Nov. 2020
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?

Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 23 Nov. 2020
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().

Weitere Antworten (0)

Kategorien

Mehr zu Systems of Nonlinear Equations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by