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

Optimise NNUE accumulator updates #299

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

cj5716
Copy link
Collaborator

@cj5716 cj5716 commented Jan 9, 2024

Do all updates at once rather than each time AddPieceNNUE, MovePieceNNUE or ClearPieceNNUE is called.
Credit is shared with @connormcmonigle (Seer author) who was the person who introduced this idea to me.

ELO | 8.19 +- 4.54 (95%)
SPRT | 8.0+0.08s Threads=1 Hash=16MB
LLR | 2.90 (-2.25, 2.89) [0.00, 3.00]
GAMES | N: 10816 W: 2730 L: 2475 D: 5611
https://chess.swehosting.se/test/5287/

Bench: 7592451

@cj5716 cj5716 merged commit 22d108d into PGG106:master Jan 9, 2024
0 of 2 checks passed
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.

2 participants