]> git.sesse.net Git - stockfish/commit
Simplify the thread term for reduction formula
authorIIvec <ivan.ivec@gmail.com>
Thu, 20 May 2021 18:02:32 +0000 (20:02 +0200)
committerStéphane Nicolet <cassio@free.fr>
Wed, 26 May 2021 15:25:05 +0000 (17:25 +0200)
commit83e0af288a8da69973721a8ae727d6c4a642e3f8
tree6d68bd6342a38cda13310a6d2b087f91d17412cc
parent9d53129075177cb11b63b43236556051ba60f7dd
Simplify the thread term for reduction formula

Dependance on Threads.size() was removed Search::init() for the Reductions[] initialization.

STC:
LLR: 2.94 (-2.94,2.94) <-2.50,0.50>
Total: 17376 W: 1024 L: 929 D: 15423
Ptnml(0-2): 24, 781, 6989, 864, 30
https://tests.stockfishchess.org/tests/view/60ac110812066fd2997957dc

LTC:
LLR: 2.95 (-2.94,2.94) <-2.50,0.50>
Total: 145552 W: 3656 L: 3673 D: 138223
Ptnml(0-2): 37, 3351, 66014, 3340, 34
https://tests.stockfishchess.org/tests/view/60ac267412066fd299795825

closes https://github.com/official-stockfish/Stockfish/pull/3502

Bench 3864295
src/search.cpp