How to select the design variables on an optimization problem?

4 vues (au cours des 30 derniers jours)
Serbring
Serbring le 22 Juil 2020
Commenté : Serbring le 25 Juil 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.

Réponse acceptée

Alan Weiss
Alan Weiss le 22 Juil 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

Plus de réponses (0)

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by