]> git.sesse.net Git - stockfish/commit - src/nnue/nnue_feature_transformer.h
Reduce the number of accumulator states
authorTomasz Sobczyk <tomasz.sobczyk1997@gmail.com>
Sat, 12 Jun 2021 18:45:14 +0000 (20:45 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 14 Jun 2021 09:22:08 +0000 (11:22 +0200)
commit900f249f596417b35129f1dc357cd5392018e575
tree4a5d0c9614586a4afbc8d9884978c144c7976c05
parentf8c779dbe538315aa6f65556d0acf11640558504
Reduce the number of accumulator states

Reduce from 3 to 2. Make the intent of the states clearer.

STC: https://tests.stockfishchess.org/tests/view/60c50111457376eb8bcaad03
LLR: 2.95 (-2.94,2.94) <-2.50,0.50>
Total: 61888 W: 5007 L: 4944 D: 51937
Ptnml(0-2): 164, 3947, 22649, 4030, 154

LTC: https://tests.stockfishchess.org/tests/view/60c52b1c457376eb8bcaad2c
LLR: 2.94 (-2.94,2.94) <-2.50,0.50>
Total: 20248 W: 688 L: 618 D: 18942
Ptnml(0-2): 7, 551, 8946, 605, 15

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

No functional change.
src/nnue/nnue_accumulator.h
src/nnue/nnue_feature_transformer.h
src/position.cpp