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

VVLTC search tune #5812

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

XInTheDark
Copy link
Contributor

@XInTheDark XInTheDark commented Jan 20, 2025

Based on #5803, the tuning was further continued to 200k games.

Tested against #5803.

Passed VVLTC sprt 1: https://tests.stockfishchess.org/tests/view/678c96f6f4dc0a8b4ae8dc33
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 51624 W: 13371 L: 13054 D: 25199
Ptnml(0-2): 2, 4639, 16217, 4948, 6

Passed VVLTC sprt 2: https://tests.stockfishchess.org/tests/view/678ccbc1f4dc0a8b4ae8dd85
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 154064 W: 39782 L: 39368 D: 74914
Ptnml(0-2): 15, 14243, 48099, 14663, 12

Bench: 1649548

Copy link

github-actions bot commented Jan 20, 2025

clang-format 18 needs to be run on this PR.
If you do not have clang-format installed, the maintainer will run it when merging.
For the exact version please see https://packages.ubuntu.com/noble/clang-format-18.

(execution 12861301296 / attempt 1)

@vondele vondele added the 🚀 gainer Gains elo label Jan 21, 2025
@@ -34,7 +34,7 @@ using Range = std::pair<int, int>; // Option's min-max values
using RangeFun = Range(int);

// Default Range function, to calculate Option's min-max values
inline Range default_range(int v) { return v > 0 ? Range(0, 2 * v) : Range(2 * v, 0); }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

contains changes that should probably not be merged. Please rebase after the next merge wave, and squash in a single commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 gainer Gains elo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants