]> git.sesse.net Git - stockfish/commit
Remove pawn history from ProbCut constructor
authorTaras Vuk <taraslina.vuk@gmail.com>
Mon, 6 Nov 2023 14:00:06 +0000 (15:00 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 7 Nov 2023 07:23:11 +0000 (08:23 +0100)
commitd0e87104aa782176735442e1f6668f91014f07eb
tree3781d3a35d585ddedf940ad9f393ceee0708d0d6
parent442c294a07836e9e32ad8b3bad49a853cc6f47de
Remove pawn history from ProbCut constructor

use same style as other history tables

Passed STC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 184672 W: 46953 L: 46896 D: 90823
Ptnml(0-2): 604, 21095, 48887, 21140, 610
https://tests.stockfishchess.org/tests/view/654766b4136acbc573526602

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

No functional change
src/movepick.cpp
src/movepick.h
src/search.cpp