]> git.sesse.net Git - stockfish/commit - src/evaluate.cpp
Simplify pawn count in evaluation
authorFauziAkram <fauzi.dabat@hotmail.com>
Sat, 23 Sep 2023 10:24:09 +0000 (13:24 +0300)
committerDisservin <disservin.social@gmail.com>
Fri, 29 Sep 2023 20:12:46 +0000 (22:12 +0200)
commit9739ed7a97c153c3223b608b24717edbf2dfd7bc
tree7e446a984305fe5a66e2465add3cc9337bc231fa
parentce99b4b2ef74d09499f35f09bc33102d203791cd
Simplify pawn count in evaluation

This simplifies the evaluation by removing the unnecessary pawn count term when
combining nnue and optimism values.

Passed STC
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 61472 W: 15748 L: 15554 D: 30170
Ptnml(0-2): 191, 7123, 15933, 7279, 210
https://tests.stockfishchess.org/tests/view/650c34cf7ca0d3f7bbf264ff

Passed LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 81264 W: 20657 L: 20500 D: 40107
Ptnml(0-2): 30, 8713, 22997, 8854, 38
https://tests.stockfishchess.org/tests/view/650cc30efb151d43ae6d5987

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

Bench: 1530568
src/evaluate.cpp