Plot pareto front and visualize convergence
AnsweredDear community,
I have a few questions that one of you might be able to help with.
- How do I plot the Pareto front of a multi-objective problem in Gurobi-Python?
- Is there a graphical way to visualize how the solution converges? E.g. Obj. value in y-axis and no. of iterations in the x-axis.
Regards
Buddi
0
-
We have no out-of-the-box functionality for this, however it should be possible to program something like this in Python. Chances are you may benefit from using callbacks (to get the incumbent values, for example, when visualizing convergence etc.)
0
Please sign in to leave a comment.
Comments
1 comment