-
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/restrict pruning #656
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #656 +/- ##
=============================================
+ Coverage 97.331% 97.371% +0.040%
=============================================
Files 90 90
Lines 6520 6505 -15
=============================================
- Hits 6346 6334 -12
+ Misses 174 171 -3 ☔ View full report in Codecov by Sentry. |
🟢 Regression Test (QBF 'connect4/6x6_11_connect4_bwnib')'origin/internal/quantify/restrict-pruning' is a change in performance of 2.53% (stdev: 0.52%).
Number of samples: 8 |
🟢 Regression Test (QBF 'ep_dual/8x8_6_e-8-1_p-2-3_bwnib')'origin/internal/quantify/restrict-pruning' is a change in performance of 0.06% (stdev: 0.86%).
Number of samples: 8 |
🟡 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'origin/internal/quantify/restrict-pruning' is a change in performance of -0.70% (stdev: 1.00%).
Number of samples: 6 |
This comment was marked as off-topic.
This comment was marked as off-topic.
🟢 Regression Test (QBF 'domineering/5x5_13_bwnib')'origin/internal/quantify/restrict-pruning' is a change in performance of 8.21% (stdev: 0.76%).
Number of samples: 7 |
🟢 Regression Test (QBF 'hex/hein_08_5x5-11_bwnib')'origin/internal/quantify/restrict-pruning' is a change in performance of 4.94% (stdev: 1.11%).
Number of samples: 7 |
This comment was marked as off-topic.
This comment was marked as off-topic.
🟢 Regression Test (QBF 'httt/4x4_9_tippy_bwnib')'origin/internal/quantify/restrict-pruning' is a change in performance of 5.54% (stdev: 1.34%).
Number of samples: 8 |
🟢 Regression Test (QBF 'breakthrough_dual/3x6_10_bwnib')'origin/internal/quantify/restrict-pruning' is a change in performance of 2.77% (stdev: 0.77%).
Number of samples: 8 |
🟢 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'origin/internal/quantify/restrict-pruning' is a change in performance of 11.04% (stdev: 0.71%).
Number of samples: 7 |
🟡 Regression Test (Picotrav 'arbiter')'origin/internal/quantify/restrict-pruning' is a change in performance of -0.07% (stdev: 0.63%).
Number of samples: 5 |
As a follow-up on #655 , we'll try to decrease the constant in the initial transposition by using the Select algorithm instead of the extended Quantification algorithm.
Either way, the first two commits ought to be merged.