]> git.sesse.net Git - stockfish/commit
Remove non_pawn_material in NNUE::evaluate
authorMinetaS <skdty87@gmail.com>
Wed, 22 Mar 2023 07:50:55 +0000 (16:50 +0900)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 25 Mar 2023 08:25:49 +0000 (09:25 +0100)
commit587bc647d7d14b53d8625c4446006e23a4acd82a
tree0005c828ef886fb0b0bfe07c6b2c9092ab0a0268
parent1b5738e0c958ac8d3d140a3d182b85f8c0c0cd2c
Remove non_pawn_material in NNUE::evaluate

After "Use NNUE complexity in search, retune related parameters" commit,
the effect of non-pawn material adjustment has been nearly diminished.
This patch removes pos.non_pawn_material as a simplification, which
passed non-regression tests with both STC and LTC.

Passed non-regression STC:
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 75152 W: 20030 L: 19856 D: 35266
Ptnml(0-2): 215, 8281, 20459, 8357, 264
https://tests.stockfishchess.org/tests/view/641ab471db43ab2ba6f7bc58

Passed non-regression LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 193864 W: 51870 L: 51829 D: 90165
Ptnml(0-2): 86, 18968, 58794, 18987, 97
https://tests.stockfishchess.org/tests/view/641b4fe6db43ab2ba6f7db96

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

Bench: 5020718
src/nnue/evaluate_nnue.cpp