plotting the objective function #938
-
Hi Johan, Hope you are well, I have a small question regarding plotting the objective function. I have a linear objective function comprised of four decision variables, the objective is to minimize the error between a setpoint (Q_max_power) and manipulated variables (u{k})
I want to plot the objective function with respect to all the variables and see how it evolves, this is solved through gurobi. Thank you so much, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
all variables? more than two will make it tricky... general plotting of expressions is not possible, but if you mean you have an optimizer object and you want to plot the optimal objective w.r.t 2d-parameters, there are example here https://yalmip.github.io/optimizerupdates |
Beta Was this translation helpful? Give feedback.
all variables? more than two will make it tricky...
general plotting of expressions is not possible, but if you mean you have an optimizer object and you want to plot the optimal objective w.r.t 2d-parameters, there are example here https://yalmip.github.io/optimizerupdates