]> git.sesse.net Git - stockfish/commit
Do lmr for more captures
authorVizvezdenec <Vizvezdenec@gmail.com>
Wed, 20 Nov 2019 20:20:20 +0000 (23:20 +0300)
committerStéphane Nicolet <cassio@free.fr>
Thu, 21 Nov 2019 08:52:13 +0000 (09:52 +0100)
commit3f4191392c18f08011294aab880c31b15fc6f61c
treef0f083eee0b966659789ddb756117055b474e131
parent37698b0396e26a0f1364912dd1feae5dae5892ef
Do lmr for more captures

Based on machinery introduced by vondele. Logic behind patch if relatively simple -
if we reduce less with high hit rate of transposition table somewhat logical is to
reduce more with low hit rate. For example enable all captures for LMR.

Threshold 0.375 is arbitrary and can be tweaked :)

STC
http://tests.stockfishchess.org/tests/view/5dd4d51df531e81cf278eaac
LLR: 2.97 (-2.94,2.94) [-1.50,4.50]
Total: 16495 W: 3591 L: 3434 D: 9470

LTC
http://tests.stockfishchess.org/tests/view/5dd52265f531e81cf278eace
LLR: 2.96 (-2.94,2.94) [0.00,3.50]
Total: 23598 W: 3956 L: 3716 D: 15926

Closes https://github.com/official-stockfish/Stockfish/pull/2420

Bench: 5067870
src/search.cpp