Filter löschen
Filter löschen

How to solve linear optimization problem with non linear conditions in MATLAB?

1 Ansicht (letzte 30 Tage)
How to solve this optimization problem in MATLAB? How it can be solved using “linprog” as it has nonlinear constrains? Can you suggest any other better way of doing that in MATLAB?

Antworten (1)

Alan Weiss
Alan Weiss am 22 Dez. 2014
If you look in the Optimization Decision Table, when you have a linear objective and general smooth constraints, you should use fmincon.
It is conceivable that you could reformulate your problem to have a quadratic objective and linear constraints. In that case, you could use quadprog.
Alan Weiss
MATLAB mathematical toolbox documentation

Kategorien

Mehr zu Problem-Based Optimization Setup 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