Replies: 2 comments 6 replies
-
Good point, which I think was not mentioned before in the benchmark discussions. The plot you are mentioning here is a performance profile. We chose not to plot those in the benchmark for reasons detailed here: #49 There is however the beginning of a plotting tool with the This plot being generated by this command line:
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi Stephane,
Just for your information: Currently, I have finished the Python interface
and started (local) integration to the qpsolvers to be able to run the
benchmark with our solver.
Pavel Otta
čt 9. 2. 2023 v 18:03 odesílatel Stéphane Caron ***@***.***>
napsal:
… You're right, this was actually an issue with the underlying histogram
calculation. I implemented a simpler solution in #50
<#50> that
fixes this.
Good idea! Possible improvement: To show the total number of evaluated
problems as the upper bound on the y-axis. It cannot be seen if e.g. proxqp
solved all the problems eventually from this figure.
Done 👍 You can pull the latest commit from main to get the fix.
Note that I've changed the command name from hist to just plot:
python benchmark.py maros_meszaros_dense plot runtime high_accuracy --solvers proxqp osqp scs
The result is now:
[image: image]
<https://user-images.githubusercontent.com/1189580/217885413-c3e68c24-d04c-4a76-9ba5-f859899f92e8.png>
Thanks for your feedback!
—
Reply to this email directly, view it on GitHub
<#48 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACSCH2WHXPO5QRTFCMSXQE3WWUPM5ANCNFSM6AAAAAAUVMKGZA>
.
You are receiving this because you authored the thread.Message ID:
<stephane-caron/qpsolvers_benchmark/repo-discussions/48/comments/4922154@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
The results generated by this benchmark are pretty extensive already. With minimal additional effort, is it possible to add a plotting feature, e.g., similar to that for Maros Meszaros benchmark in https://github.com/Simple-Robotics/proxqp_benchmark?
Beta Was this translation helpful? Give feedback.
All reactions