]> git.sesse.net Git - stockfish/commit
Reintroduce depth reduction
authorUnai Corzo <corzounai@gmail.com>
Fri, 28 Aug 2020 07:27:15 +0000 (09:27 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 30 Aug 2020 12:04:29 +0000 (14:04 +0200)
commitd90d893b5eeea020b2d59d1372f5aa0a20b45412
treeb34346853b49c0b440c7fe018f80bac1a4d9e3c5
parente4ed7d3dd7b8895ce523180cb3da3ec2714050fc
Reintroduce depth reduction

Reintroduce depth reduction if the position is not in TT.

STC https://tests.stockfishchess.org/tests/view/5f4652e85089a564a10d868c
LLR: 2.97 (-2.94,2.94) {-0.25,1.25}
Total: 40240 W: 4535 L: 4331 D: 31374
Ptnml(0-2): 215, 3276, 12969, 3410, 250

LTC https://tests.stockfishchess.org/tests/view/5f46ca5e5089a564a10d86f3
LLR: 2.93 (-2.94,2.94) {0.25,1.25}
Total: 63096 W: 3426 L: 3188 D: 56482
Ptnml(0-2): 51, 2798, 25645, 2970, 84

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

bench: 3611906
src/search.cpp