How to select the design variables on an optimization problem?

2 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Alan Weiss
Alan Weiss il 22 Lug 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

Più risposte (0)

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by