https://github.com/mattmilten/mittelmann-plots
Visualizations of Mittelmann benchmarks
https://github.com/mattmilten/mittelmann-plots
benchmarks plotly visualizations
Last synced: about 1 year ago
JSON representation
Visualizations of Mittelmann benchmarks
- Host: GitHub
- URL: https://github.com/mattmilten/mittelmann-plots
- Owner: mattmilten
- License: mit
- Created: 2020-04-28T20:50:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T08:22:35.000Z (over 1 year ago)
- Last Synced: 2025-04-13T05:41:42.992Z (about 1 year ago)
- Topics: benchmarks, plotly, visualizations
- Language: Python
- Homepage: https://mattmilten.github.io/mittelmann-plots/
- Size: 57.3 MB
- Stars: 57
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# [📊 Interactive Visualizations of Mittelmann benchmarks](https://mattmilten.github.io/mittelmann-plots/)
We generate interactive [Plotly](https://plotly.com/python/) graphs comparing the results of [Hans Mittelmann's benchmarks](http://plato.asu.edu/bench.html). Each solver can be selected for pairwise running time comparisons with every other solver in the respective benchmark. The times are compared using shifted factors on a logarithmic scale. Additionally, the absolute times of the selected base solver are also plotted on a secondary logarithmic axis on the right.
We also calculate a "virtual best" or "ensemble" solver that picks the best performance over all solvers for every single problem instance. This might reveal show how much potential the individual solvers still have.
These plots should make browsing the results easier. Please let me know if you have a question or if there is an error.
Click on the solver name in the legend to enable or disable it in the plot.
Plots are updated daily.
[](https://github.com/mattmilten/mittelmann-plots/actions/workflows/run-python.yml)