MINLP minimisation problem help

2 views (last 30 days)
Mathilda89
Mathilda89 on 18 Apr 2015
Edited: Mathilda89 on 19 Apr 2015
s

Accepted Answer

Torsten
Torsten on 18 Apr 2015
1. Loop over all possible combinations of y1,y2,y3.
2. Then, with a problem where y1,y2 and y3 are fixed values, use fmincon to solve.
3. Choose the combination of y1,y2,y3 (and the values of the other variables) where the objective function was minimal.
Best wishes
Torsten.

More Answers (0)

Categories

Find more on Software Development Tools in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!