]> git.sesse.net Git - stockfish/commit - AUTHORS
Decrease LMR at PV nodes with low depth.
authorKJE-98 <>
Fri, 15 Apr 2022 02:09:50 +0000 (22:09 -0400)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 17 Apr 2022 19:38:05 +0000 (21:38 +0200)
commitdf2f7e75276cc93a8cb8c70057903ab0edbd92bd
tree22d3f112c439000e8660a637a31d577455710680
parentc25d4c4887dbc23395afef59e24a520c5d12ab52
Decrease LMR at PV nodes with low depth.

This patch lessens the Late Move Reduction at PV nodes with low depth. Previously the affect of depth on LMR was independant of nodeType. The idea behind this patch is that at PV nodes, LMR at low depth is will miss out on potential alpha-raising moves.

Passed STC:
https://tests.stockfishchess.org/tests/view/625aa867d3367522c4b8965c
LLR: 2.93 (-2.94,2.94) <0.00,2.50>
Total: 19360 W: 5252 L: 5006 D: 9102
Ptnml(0-2): 79, 2113, 5069, 2321, 98

Passed LTC:
https://tests.stockfishchess.org/tests/view/625ae844d3367522c4b8a009
LLR: 2.94 (-2.94,2.94) <0.50,3.00>
Total: 39264 W: 10636 L: 10357 D: 18271
Ptnml(0-2): 18, 3928, 11473, 4183, 30

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

bench: 8129754
AUTHORS
src/search.cpp