]> git.sesse.net Git - stockfish/commit - src/tt.cpp
Improve transposition table remplacement strategy
authorStefan Geschwentner <stgeschwentner@gmail.com>
Wed, 8 Dec 2021 11:23:39 +0000 (12:23 +0100)
committerStéphane Nicolet <cassio@free.fr>
Wed, 8 Dec 2021 16:16:17 +0000 (17:16 +0100)
commit94514199123874c0029afb6e00634f26741d90db
tree10e33b1ec198ea885e8a27a6afc987abf23ccd62
parentc228f3196ae9965250f317c8784012c2485228c4
Improve transposition table remplacement strategy

Increase chance that PV node replaces old entry in transposition table.

STC:
LLR: 2.93 (-2.94,2.94) <0.00,2.50>
Total: 46744 W: 12108 L: 11816 D: 22820
Ptnml(0-2): 156, 5221, 12344, 5477, 174
https://tests.stockfishchess.org/tests/view/61ae068356fcf33bce7d99d0

LTC:
LLR: 2.94 (-2.94,2.94) <0.50,3.00>
Total: 88464 W: 22912 L: 22513 D: 43039
Ptnml(0-2): 84, 9133, 25393, 9544, 78
https://tests.stockfishchess.org/tests/view/61ae973656fcf33bce7db3e1

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

Bench: 5292488
src/tt.cpp