How to select the design variables on an optimization problem?

1 Ansicht (letzte 30 Tage)
Serbring
Serbring am 22 Jul. 2020
Kommentiert: Serbring am 25 Jul. 2020
Dear all,
I have a large optimization problem with linear, and non linear constraints, and bounds. The solver I have been using is fmincon. I need to carry out different optimizations with all the design variables, and only a portion of the design variables. To this goal, I have chosen to impose equal lower and upper bound for the variable that should not part of the problem. I know that is not an elegant approach but the code modifications are limited. Is there any other approach you would reccomend with limited impact on the code?
Thank you,
Best regards.

Akzeptierte Antwort

Alan Weiss
Alan Weiss am 22 Jul. 2020
That is a reasonable approoach. In fact, some solvers check for "fixed" variables (those with equal upper and lower bounds) and remove them internally. See Fix Variables in surrogateopt.
Alan Weiss
MATLAB mathematical toolbox documentation

Weitere Antworten (0)

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by