]> git.sesse.net Git - stockfish/commit
Keep more pawns
authorStéphane Nicolet <cassio@free.fr>
Sun, 4 Apr 2021 08:51:45 +0000 (10:51 +0200)
committerStéphane Nicolet <cassio@free.fr>
Tue, 6 Apr 2021 07:07:20 +0000 (09:07 +0200)
commitf40913f7f699d9d875e44929608b45947421ad03
treee64caf865cf7905de963b8ec42ef86660181b3c9
parentb862c8d4be2cf6245360a8072ab910a67eb5bc00
Keep more pawns

This patch increases the weight of pawns in the scale factor applied
to the output of the NNUE evaluation. This has the effect that Stockfish
will try a little bit harder to keep more pawns in position where the
engine has the advantage, and exchange more pawns in bad positions.

STC:
LLR: 2.93 (-2.94,2.94) {-0.20,1.10}
Total: 42552 W: 3858 L: 3668 D: 35026
Ptnml(0-2): 152, 2956, 14876, 3134, 158
https://tests.stockfishchess.org/tests/view/606a06dd2b2df919fd5f0504

LTC:
LLR: 2.95 (-2.94,2.94) {0.20,0.90}
Total: 44328 W: 1703 L: 1531 D: 41094
Ptnml(0-2): 20, 1373, 19207, 1543, 21
https://tests.stockfishchess.org/tests/view/606aa4ec2b2df919fd5f053e

Closes https://github.com/official-stockfish/Stockfish/pull/3420

Bench: 4310076
src/evaluate.cpp