How to select the design variables on an optimization problem?

1 view (last 30 days)
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.

Accepted Answer

Alan Weiss
Alan Weiss on 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

More Answers (0)

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!