]> git.sesse.net Git - stockfish/commit
Simplify reduction condition for cutNodes
authorDubslow <bunslow@gmail.com>
Tue, 19 Jul 2022 06:09:30 +0000 (01:09 -0500)
committerStéphane Nicolet <cassio@free.fr>
Sun, 24 Jul 2022 07:18:38 +0000 (09:18 +0200)
commitc4a644922dc219aade86ea07c85e95899850fac8
tree01459b4b1c2ee76697f73d0292d4aa2693fa9629
parent4b4b7d1209259811537634c68555d2a8f4af197c
Simplify reduction condition for cutNodes

LMR: for cutNodes, dont exclude killer moves. This was a prelude to reducing
allNodes, altho that's failed so far.

STC https://tests.stockfishchess.org/tests/view/62d64ad147ae1768b34a27c3
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 37064 W: 10044 L: 9889 D: 17131
Ptnml(0-2): 162, 4115, 9828, 4260, 167

LTC https://tests.stockfishchess.org/tests/view/62d66cc047ae1768b34a2b14
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 39832 W: 10796 L: 10659 D: 18377
Ptnml(0-2): 69, 3969, 11706, 4100, 72

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

bench: 5697891
src/search.cpp