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

feat: implement aspiration windows #53

Merged
merged 11 commits into from
Dec 12, 2024
Merged

Conversation

DeveloperPaul123
Copy link
Owner

@DeveloperPaul123 DeveloperPaul123 commented Dec 12, 2024

Changes

  • Added start of a tunable file for constants that are part of search and can be tuned later on via SPSA
  • Added AspirationWindow struct
  • Added more scoring constants

Resolves #52

Elo   | 51.79 +- 20.20 (95%)
SPRT  | 8.0+0.08s Threads=1 Hash=16MB
LLR   | 3.28 (-2.94, 2.94) [0.00, 10.00]
Games | N: 588 W: 216 L: 129 D: 243
Penta | [7, 54, 114, 83, 36]
https://pyronomy.pythonanywhere.com/test/385/

bench: 1583604

Reduce confusion with alpha/beta start points and revert to using the INF constant. Also simplified aspiration window widening with just a constant for now.
bench: 1583604
Break out of the ID loop if search was cancelled during aspiration loop.
bench: 1583604
bench: 1583604
@DeveloperPaul123 DeveloperPaul123 merged commit a78d965 into main Dec 12, 2024
3 checks passed
@DeveloperPaul123 DeveloperPaul123 deleted the feature/aspiration-windows branch December 12, 2024 17:04
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.

[FEATURE] Implement Aspiration Windows
1 participant