Search: retry quiet main-search SEE pruning - #28
Open
sebhofmann wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3
Summary
mainWhy the first attempt failed
PR #22 reached -2.7 +/- 9.4 Elo after 1,030 LTC games. The move-count gate alone still allowed SEE to remove useful quiets. The additional negative-history gate targets only moves that ordering already considers weak.
Validation
make clean && make both./see_test.sh: 112 passed, 0 failed./perft_test.sh --fast: 29 passed, 0 failed, 4 slow cases skippedmake test-nnue: passed2+0.02, 600 games): 133 / 103 / 364, +17.4 +/- 17.4 Elo, LOS 97.5%LTC SPRT
Running:
TC=60+0.6 ./tournament.sh sprt 3_review_new 3_review_base0 / +5 Elo, alpha=beta=0.05513ee20d7f9e9e82995cb0078fc9ef10f27fcbef57554b2e7e8da7309be5bdf1ae4c20dac83ad372-repeat,/home/paschty/Downloads/2moves_v2.pgnThe PR remains contingent on the LTC boundary; the STC screen is not final acceptance.