Skip to content
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

Quiet history on beta cutoff #106

Merged
merged 2 commits into from
Dec 6, 2019
Merged

Quiet history on beta cutoff #106

merged 2 commits into from
Dec 6, 2019

Conversation

TerjeKir
Copy link
Owner

@TerjeKir TerjeKir commented Dec 6, 2019

Update history also on a beta cutoff. The beta cutoffs are the best moves found in the position, so encouraging trying them earlier is obviously better than only encouraging moves that beat alpha but not beta.

Passes easily:

ELO | 26.13 +- 11.31 (95%)
SPRT | 10.0+0.1s Threads=1 Hash=32MB
LLR | 2.98 (-2.94, 2.94) [0.00, 5.00]
Games | N: 2105 W: 688 L: 530 D: 887
http://chess.grantnet.us/viewTest/3944/

And is probably slightly better than only updating on beta cutoffs (beta only vs this):

ELO | -2.90 +- 4.76 (95%)
SPRT | 60.0+0.6s Threads=1 Hash=128MB
LLR | -3.02 (-2.94, 2.94) [0.00, 5.00]
Games | N: 10194 W: 2501 L: 2586 D: 5107
http://chess.grantnet.us/viewTest/3946/

@TerjeKir TerjeKir merged commit 78dd35f into master Dec 6, 2019
@TerjeKir TerjeKir deleted the QuietHistBetaCut branch December 6, 2019 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant