MATLAB: MINLP minimisation problem help

s

Best Answer

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.
Related Question