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: store tt table per game, not per search #28

Merged
merged 4 commits into from
Nov 29, 2024

Conversation

DeveloperPaul123
Copy link
Owner

Persist the tt table per game, not per search. Also added way to clear the table so that it is cleared between games.

Note that the engine is kinda broken now, so we will likely reset things and revert to a more basic negamax without transposition table support.

bench: 2577543

Persist the tt table per game, not per search. Also added way to clear the table so that it is cleared between games.

bench: 2577543
Tried to fix TT issues and also added a way to support custom commands in UCI mode. For now, only support `hash` command.  TT still seems to be broken though as the new engine loses spectacularly to the engine on `main`

bench: 2153098
@DeveloperPaul123 DeveloperPaul123 merged commit 22a7018 into main Nov 29, 2024
2 of 3 checks passed
@DeveloperPaul123 DeveloperPaul123 deleted the fix/store-tt-per-game branch November 29, 2024 20:58
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