]> git.sesse.net Git - stockfish/commit - src/syzygy/tbprobe.cpp
Simplify pieceValue to one phase.
authorShahin M. Shahin <41402573+peregrineshahin@users.noreply.github.com>
Mon, 7 Aug 2023 19:27:12 +0000 (22:27 +0300)
committerDisservin <disservin.social@gmail.com>
Sun, 13 Aug 2023 09:58:08 +0000 (11:58 +0200)
commit3322349c1a3dbe2f4c42f84141745c4d94efde2e
tree9a6f1bb7c26c25033e61b127a0324a61d9c18c20
parent495852fecdd9ce0fe0c1e9c0518f1bc01ccfa239
Simplify pieceValue to one phase.

Simplifies the usage of pieceValues to mg values with the exception of pawnValues, After the removal of PSQT.

passed STC:
https://tests.stockfishchess.org/tests/view/64d147845b17f7c21c0dd86c
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 197248 W: 50168 L: 50125 D: 96955
Ptnml(0-2): 651, 23029, 51222, 23070, 652

passed LTC:
https://tests.stockfishchess.org/tests/view/64d212de5b17f7c21c0debbb
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 181170 W: 45949 L: 45893 D: 89328
Ptnml(0-2): 84, 19656, 51052, 19706, 87

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

Bench: 1494401
src/movepick.cpp
src/position.cpp
src/search.cpp
src/syzygy/tbprobe.cpp
src/types.h