]> git.sesse.net Git - stockfish/commit - src/search.cpp
Decrease Depth more for positions not in TT.
authorFauziAkram <fauzi.dabat@hotmail.com>
Sat, 1 Apr 2023 12:22:53 +0000 (15:22 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 1 Apr 2023 14:28:52 +0000 (16:28 +0200)
commit6a6e32dfc80488dfdcd6c23e601063b47729e890
tree2851b73ced50c8df729dc33c1be6ce65936c8b83
parentbc50378ff1915a8ad6ac3e4946193c65e4cacb56
Decrease Depth more for positions not in TT.

If the position is not in TT, decrease depth by 2
or by 4 if the TT entry for the current position was hit
and the stored depth is greater than or equal to the current depth.

Many thanks to Vizvezdenec as the main idea was his.

Passed STC:
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 70664 W: 18995 L: 18639 D: 33030
Ptnml(0-2): 228, 7712, 19090, 8080, 222
https://tests.stockfishchess.org/tests/view/64258a8bdb43ab2ba6f9b682

Passed LTC:
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 85040 W: 23227 L: 22836 D: 38977
Ptnml(0-2): 26, 8115, 25867, 8466, 46
https://tests.stockfishchess.org/tests/view/64262057db43ab2ba6f9d0e7

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

bench: 4380438
src/search.cpp