-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal/quantify/terminal heuristic (1) #645
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #645 +/- ##
=============================================
- Coverage 97.315% 97.314% -0.000%
=============================================
Files 90 90
Lines 6480 6479 -1
=============================================
- Hits 6306 6305 -1
Misses 174 174 ☔ View full report in Codecov by Sentry. |
🟢 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'origin/internal/quantify/terminal_heuristic' is a change in performance of 0.30% (stdev: 0.41%).
Number of samples: 3 |
🟢 Regression Test (QBF 'domineering/5x5_13_bwnib')'origin/internal/quantify/terminal_heuristic' is a change in performance of 4.29% (stdev: 0.37%).
Number of samples: 3 |
3881aee
to
4e5e0b4
Compare
It turns out, most of the improvements due to Repeated Transposition happen when doing so can remove 'shortcut (node)' requests, i.e. when there is a non-shortcutting (but rather idempotent) terminal.
4e5e0b4
to
545f78d
Compare
🟢 Regression Test (QBF 'connect4/6x6_11_connect4_bwnib')'origin/internal/quantify/terminal_heuristic' is a change in performance of 0.35% (stdev: 0.53%).
Number of samples: 3 |
🔴 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'origin/internal/quantify/terminal_heuristic' is a change in performance of -135.62% (stdev: 2.82%).
Number of samples: 3 |
🟢 Regression Test (QBF 'httt/4x4_9_tippy_bwnib')'origin/internal/quantify/terminal_heuristic' is a change in performance of 1.11% (stdev: 0.30%).
Number of samples: 3 |
🟢 Regression Test (QBF 'hex/hein_08_5x5-11_bwnib')'origin/internal/quantify/terminal_heuristic' is a change in performance of 5.38% (stdev: 0.99%).
Number of samples: 3 |
🔴 Regression Test (QBF 'breakthrough_dual/3x6_10_bwnib')'origin/internal/quantify/terminal_heuristic' is a change in performance of -50.57% (stdev: 1.62%).
Number of samples: 4 |
🔴 Regression Test (QBF 'ep_dual/8x8_6_e-8-1_p-2-3_bwnib')'origin/internal/quantify/terminal_heuristic' is a change in performance of -18.56% (stdev: 0.95%).
Number of samples: 4 |
🟢 Regression Test (Picotrav 'adder')'origin/internal/quantify/terminal_heuristic' is a change in performance of 0.13% (stdev: 0.44%).
Number of samples: 4 |
🟢 Regression Test (12-Queens)'origin/internal/quantify/terminal_heuristic' is a change in performance of 0.17% (stdev: 0.72%).
Number of samples: 4 |
🟢 Regression Test (Picotrav 'mem_ctrl')'origin/internal/quantify/terminal_heuristic' is a change in performance of 0.65% (stdev: 1.04%).
Number of samples: 3 |
🟡 Regression Test (14-Queens)'origin/internal/quantify/terminal_heuristic' is a change in performance of -0.13% (stdev: 0.44%).
Number of samples: 3 |
🟢 Regression Test (Picotrav 'arbiter')'origin/internal/quantify/terminal_heuristic' is a change in performance of 0.71% (stdev: 23.98%).
Number of samples: 9 |
Updates Adiar's terminal heuristic based on the data from our experiments.