]> git.sesse.net Git - stockfish/commit
Late move reduction, captures and CUT nodes
authorVizvezdenec <Vizvezdenec@gmail.com>
Wed, 21 Aug 2019 05:30:48 +0000 (08:30 +0300)
committerStéphane Nicolet <stephanenicoletsuriphone@gmail.com>
Wed, 21 Aug 2019 08:47:40 +0000 (10:47 +0200)
commit10d2ebc6ae7aad8ee3a48aac41ad00321b1b7e78
treeb0def293e0e181c4f809fd45369f78d70d0f9d48
parent18279b24fc76bb6eaf6ac01f3032b1b90da5dabb
Late move reduction, captures and CUT nodes

Expand of Stefan Geschwentner's original idea: we always do LMR for captures at cutnodes.

Passed STC
http://tests.stockfishchess.org/tests/view/5d5b2f8e0ebc5925cf1111b8
LLR: 2.96 (-2.94,2.94) [0.50,4.50]
Total: 36026 W: 8122 L: 7779 D: 20125

Passed LTC
http://tests.stockfishchess.org/tests/view/5d5b40c80ebc5925cf111353
LLR: 3.22 (-2.94,2.94) [0.00,3.50]
Total: 133502 W: 22508 L: 21943 D: 89051

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

Bench: 3494372
src/search.cpp