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

chore: re-write evaluation in preparation for tuning #58

Merged
merged 9 commits into from
Dec 19, 2024

Conversation

DeveloperPaul123
Copy link
Owner

Changes

  • Made PSQT and evaluation types public
  • Added traits to make eval more generic so we can re-use more in the tuner
  • Various tweaks to some structs in the chess crate.
  • Re-implemented evaluation using new traits and other helpers. PSQT tables now stored as phased scores with piece values baked it.
Elo   | -0.25 +- 2.59 (95%)
SPRT  | 8.0+0.08s Threads=1 Hash=16MB
LLR   | 2.96 (-2.94, 2.94) [-5.00, 0.00]
Games | N: 33408 W: 9539 L: 9563 D: 14306
Penta | [1049, 3857, 6953, 3759, 1086]
https://pyronomy.pythonanywhere.com/test/520/

bench: 1583604

DeveloperPaul123 and others added 7 commits December 16, 2024 22:27
Needed for tuning

(cherry picked from commit 9a138e2)
Added new types and traits to make eval more generic so we can re-use some aspects of it in our tuner.
bench: 1583604
bench: 1583604
@DeveloperPaul123 DeveloperPaul123 merged commit 4f2f22b into main Dec 19, 2024
3 checks passed
@DeveloperPaul123 DeveloperPaul123 deleted the feature/eval-rewrite branch December 19, 2024 14:55
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