-
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 #5803
base: master
Are you sure you want to change the base?
VVLTC search tune #5803
Conversation
Bench: 1294909
Bench: 999324
Bench: 1576697
Bench: 1379150
Bench: 1633960
clang-format 18 needs to be run on this PR. (execution 12850958264 / 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.
Parameters were tuned with 75k VVLTC games: https://tests.stockfishchess.org/tests/view/678b0e5ac00c743bc9ea0135.
Passed VVLTC sprt 1: https://tests.stockfishchess.org/tests/view/678b9326c00c743bc9ea0f2f
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 33866 W: 8913 L: 8630 D: 16323
Ptnml(0-2): 2, 2994, 10659, 3275, 3
Passed VVLTC sprt 2: https://tests.stockfishchess.org/tests/view/678bca3ef4dc0a8b4ae8cd95
LLR: 2.95 (-2.94,2.94) <0.00,2.00>
Total: 42258 W: 10969 L: 10695 D: 20594
Ptnml(0-2): 2, 3801, 13253, 4067, 6
Passed VVLTC sprt 3 (rebased): https://tests.stockfishchess.org/tests/view/678c60f8f4dc0a8b4ae8db9f
LLR: 2.95 (-2.94,2.94) <0.50,2.50>
Total: 60822 W: 15851 L: 15514 D: 29457
Ptnml(0-2): 4, 5572, 18925, 5903, 7
Bench: 1633960