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

⚡ Add a Board array to Position to track where pieces are indexed by square #849

Merged
merged 8 commits into from
Sep 17, 2024

Conversation

eduherminio
Copy link
Member

@eduherminio eduherminio commented Jul 6, 2024

Not the expected speedup:

Test  | perf/board-bitboard
Elo   | 0.25 +- 1.70 (95%)
SPRT  | 8.0+0.08s Threads=1 Hash=32MB
LLR   | -2.26 (-2.25, 2.89) [0.00, 3.00]
Games | 79402: +24850 -24793 =29759
Penta | [2687, 8751, 16815, 8714, 2734]
https://openbench.lynx-chess.com/test/444/

Update SPRT

Test  | perf/board-bitboard
Elo   | 1.05 +- 2.41 (95%)
SPRT  | 8.0+0.08s Threads=1 Hash=32MB
LLR   | 2.90 (-2.25, 2.89) [-3.00, 1.00]
Games | 33570: +9440 -9339 =14791
Penta | [768, 3906, 7382, 3915, 814]
https://openbench.lynx-chess.com/test/728/

Merging since this will help some HCE heuristics such as making PieceAttackedByPawnPenalty easily indexable by piece

@eduherminio eduherminio marked this pull request as ready for review September 17, 2024 12:31
@eduherminio eduherminio merged commit eb9bf40 into main Sep 17, 2024
27 checks passed
@eduherminio eduherminio deleted the perf/board-bitboard branch September 17, 2024 12:31
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