]> git.sesse.net Git - stockfish/commit
Use more continuation histories.
authorMichael Chaly <Vizvezdenec@gmail.com>
Sat, 14 Oct 2023 14:41:41 +0000 (17:41 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 14 Oct 2023 14:52:35 +0000 (16:52 +0200)
commit38e830af4bfa6c9e9c11279a8e6a60b6ca4ec2cd
tree74f2a0ee415e10af306afb0c54db6c996d3ec544
parent002636362e175134c6d0d53b332b527ec4a12db0
Use more continuation histories.

This patch allows stats updates and movepicker bonuses for continuation history 3 plies deep - so counter counter move.
Updates and movepicker usage are done with 1/4 multiplier compared to other histories.

Passed STC:
https://tests.stockfishchess.org/tests/view/6528f28d3125598fc7ebb5a3
LLR: 2.96 (-2.94,2.94) <0.00,2.00>
Total: 161344 W: 41369 L: 40868 D: 79107
Ptnml(0-2): 535, 18720, 41679, 19185, 553

Passed LTC:
https://tests.stockfishchess.org/tests/view/652a397a3125598fc7ebd1d6
LLR: 2.95 (-2.94,2.94) <0.50,2.50>
Total: 48564 W: 12556 L: 12215 D: 23793
Ptnml(0-2): 25, 5149, 13595, 5486, 27

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

bench 1327410
src/movepick.cpp
src/search.cpp