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
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
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
Post is closed for comments.
Comments
2 comments