[Thesis MS] More useful stats output by privPrecCompare#1431
[Thesis MS] More useful stats output by privPrecCompare#1431michael-schwarz merged 2 commits intomichael-schwarz-dissertationfrom
Conversation
|
Can you explain in what way has the output changed over time and why the buckets are needed? I don't recall |
|
The output has not changed over time. However, I am now considering many different configurations, and the pairwise output gets tedious: I have 18 configurations and thus 288 more pairwise comparisons like this (where many have equal precision). With this PR, we still create the detailed output, but then at the end create buckets of approaches that have the same precision and then output one comparison per bucket. For example, this output here (all approaches equally precise, TIDs do not matter, intervals pay off) is much easier to intuitively grasp than the 306 pairwise comparisons. I merged this only into my dissertation branch for now, but wanted to have a PR we can refer to do decide if we want to merge this also into master. |
|
This looks more human-readable indeed. It might be worth considering to port it into Goblint (possibly with slight generalization for all of our compare business). |
Creates list of buckets and boils down comparisons to per-bucket comparisons.