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

Fix crazyhouse hash keys #99

Merged
merged 1 commit into from Nov 2, 2016
Merged

Fix crazyhouse hash keys #99

merged 1 commit into from Nov 2, 2016

Conversation

ianfab
Copy link
Collaborator

@ianfab ianfab commented Nov 2, 2016

Add pieces in hand to Zobrist hashing to avoid hash collisions.

Measured to be an improvement even at very short time control:
ELO: 92.46 +-69.2 (95%) LOS: 99.7%
Total: 100 W: 60 L: 34 D: 6

Add pieces in hand to Zobrist hashing to avoid hash collisions.

Measured to be an improvement even at very short time control:
ELO: 92.46 +-69.2 (95%) LOS: 99.7%
Total: 100 W: 60 L: 34 D: 6
@ianfab ianfab mentioned this pull request Nov 2, 2016
@ddugovic
Copy link
Owner

ddugovic commented Nov 2, 2016

Excellent. Given the high likelihood of "transpositions" (where White drops any piece and Black immediately captures it) this is expected to be an improvement.

@ddugovic ddugovic merged commit 03aac32 into ddugovic:master Nov 2, 2016
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.

None yet

2 participants