-
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
Add terminal pruning for initial transposition sweep #653
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #653 +/- ##
=============================================
+ Coverage 97.311% 97.331% +0.020%
=============================================
Files 90 90
Lines 6471 6520 +49
=============================================
+ Hits 6297 6346 +49
Misses 174 174 ☔ View full report in Codecov by Sentry. |
ab2832b
to
b6b5783
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
🟢 Regression Test (QBF 'hex/hein_08_5x5-11_bwnib')'origin/quantify/pruning-quantification' is a change in performance of 9.78% (stdev: 0.96%).
Number of samples: 8 |
🟡 Regression Test (QBF 'connect4/6x6_11_connect4_bwnib')'origin/quantify/pruning-quantification' is a change in performance of -0.22% (stdev: 0.69%).
Number of samples: 9 |
🟢 Regression Test (QBF 'breakthrough_dual/3x6_10_bwnib')'origin/quantify/pruning-quantification' is a change in performance of 0.24% (stdev: 0.88%).
Number of samples: 9 |
This comment was marked as off-topic.
This comment was marked as off-topic.
🟢 Regression Test (QBF 'domineering/5x5_13_bwnib')'origin/quantify/pruning-quantification' is a change in performance of 18.68% (stdev: 0.80%).
Number of samples: 7 |
🟡 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'origin/quantify/pruning-quantification' is a change in performance of -0.18% (stdev: 0.72%).
Number of samples: 7 |
This comment was marked as off-topic.
This comment was marked as off-topic.
🟡 Regression Test (QBF 'ep_dual/8x8_6_e-8-1_p-2-3_bwnib')'origin/quantify/pruning-quantification' is a change in performance of -2.34% (stdev: 3.93%).
Number of samples: 10 |
🟡 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'origin/quantify/pruning-quantification' is a change in performance of -0.52% (stdev: 0.70%).
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/quantify/pruning-quantification' is a change in performance of 6.47% (stdev: 0.73%).
Number of samples: 8 |
This comment was marked as off-topic.
This comment was marked as off-topic.
17c49e3
to
7503afe
Compare
7503afe
to
1f68d23
Compare
1f68d23
to
21a93a0
Compare
Closes #652 ; the code is feels slightly hacky/ugly. But, it seems more a sign of a deeper problem that ought to be fixed.