]> git.sesse.net Git - stockfish/commit
Simplify away complexity in evaluation
authorMuzhen Gaming <61100393+XInTheDark@users.noreply.github.com>
Fri, 14 Apr 2023 12:48:22 +0000 (20:48 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 22 Apr 2023 08:43:29 +0000 (10:43 +0200)
commitc90dd38903206ede56fa73c15d7d2b366d56ebdb
tree06dd3cd4b018f5855d6eb675437324b3013eaaf7
parentf9d9c69bc33dc7a17c28cd586d7e67c1bfff66f6
Simplify away complexity in evaluation

Simplification STC: https://tests.stockfishchess.org/tests/view/64394bc0605991a801b4f6f0
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 72360 W: 19313 L: 19138 D: 33909
Ptnml(0-2): 206, 7883, 19800, 8112, 179

Simplification LTC: https://tests.stockfishchess.org/tests/view/6439e788c233ce943b6bdac1
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 224992 W: 60665 L: 60654 D: 103673
Ptnml(0-2): 96, 21875, 68526, 21920, 79

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

Bench: 3709369
src/evaluate.cpp
src/evaluate.h
src/search.cpp
src/thread.cpp
src/thread.h