Should I set my bounds in the main function call or in the constraints function in global optimization?

1 Ansicht (letzte 30 Tage)
Should I set my bounds in the main function call or in the constraints function in global optimization?

Akzeptierte Antwort

Bruno Luong
Bruno Luong am 8 Jul. 2019
In the lb, ub if you can.
Then in linear constraints.
then in non-linear constraints.
Don't do in the main function.

Weitere Antworten (0)

Kategorien

Mehr zu Nonlinear Optimization 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