Question on fmincon in formulating a constrained optimization
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
JFz
am 18 Okt. 2017
Kommentiert: Nicolas Schmit
am 19 Okt. 2017
Hi, I am facing a complex optimization problem. It is a constrained nonlinear minimization problem. So I use fmincon and it works. But it turns out, there are a number of intermediate results that also need to be under certain constraints. How to formulate that in fmincon? Or is fmincon the right function to use? Thank you for any suggestions.
2 Kommentare
Walter Roberson
am 19 Okt. 2017
I am not sure what you mean by "intermediate results" here? Do you mean that the variables have to have particular relationships to each other?
Akzeptierte Antwort
Nicolas Schmit
am 19 Okt. 2017
fmincon() seems to be the right choice. The constraints on the intermediate results can be specified as nonlinear constraints in fmincon(). See the following example https://www.mathworks.com/help/optim/ug/nonlinear-inequality-constraints.html
3 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!