]> git.sesse.net Git - stockfish/commit
Simplify away nnue scale pawn count multiplier
authorLinmiao Xu <linmiao.xu@gmail.com>
Fri, 7 Apr 2023 16:33:28 +0000 (12:33 -0400)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 10 Apr 2023 09:03:52 +0000 (11:03 +0200)
commit7bd23d4d04d6644b6ccae8ea63cfc6646e4248dd
treec1897cbaf8e603984bd525384f1ee8c544f95b4c
parent1a64afb1c65591ccd374504c791eb27b762f6c8f
Simplify away nnue scale pawn count multiplier

Removes 2x multipliers in nnue scale calculation along with the pawn count term that was recently reintroduced.

Passed non-regression STC:
https://tests.stockfishchess.org/tests/view/64305bc720eb941419bdf72e
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 38008 W: 10234 L: 10021 D: 17753
Ptnml(0-2): 96, 4151, 10323, 4312, 122

Passed non-regression LTC:
https://tests.stockfishchess.org/tests/view/6430b76a028b029b01ac9bfd
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 91232 W: 24686 L: 24547 D: 41999
Ptnml(0-2): 30, 8721, 27986, 8838, 41

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

bench 4017320
src/evaluate.cpp