]> git.sesse.net Git - stockfish/commit
Less reduction for capture/promotions.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Wed, 26 May 2021 14:17:37 +0000 (16:17 +0200)
committerStéphane Nicolet <cassio@free.fr>
Wed, 26 May 2021 15:32:54 +0000 (17:32 +0200)
commit1b325bf86d02e02af8f693e7e1e70c8be5c7967b
treea2c06246723e73e56b7fc764853e60775764df5a
parent83e0af288a8da69973721a8ae727d6c4a642e3f8
Less reduction for capture/promotions.

Exclude captures/promotions at expected cut nodes (which also not a
former PV node) from LMR if a response to the first previous
opponent move.

STC:
LLR: 2.93 (-2.94,2.94) <-0.50,2.50>
Total: 288656 W: 24886 L: 24413 D: 239357
Ptnml(0-2): 900, 19738, 102578, 20213, 899
https://tests.stockfishchess.org/tests/view/60ad505112066fd29979595b

LTC:
LLR: 2.97 (-2.94,2.94) <0.50,3.50>
Total: 31344 W: 1107 L: 975 D: 29262
Ptnml(0-2): 12, 879, 13757, 1013, 11
https://tests.stockfishchess.org/tests/view/60adffce12066fd2997959d2

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

Bench: 3827710
src/search.cpp