-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
base: master
Are you sure you want to change the base?
VVLTC search tune #5812
Conversation
Bench: 1294909
Bench: 999324
Bench: 1576697
Bench: 1379150
Bench: 1649548
clang-format 18 needs to be run on this PR. (execution 12861301296 / attempt 1) |
@@ -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); } |
There was a problem hiding this comment.
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
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