]> git.sesse.net Git - stockfish/commit - src/evaluate.cpp
Simplify the use of classical eval
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 12 Aug 2022 10:31:49 +0000 (12:31 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 15 Aug 2022 16:01:37 +0000 (18:01 +0200)
commit15ac117ac492e3147b391aa0ee3665fe8876be63
tree507c9563d327a3d90e86dd5005ce2dc6a08ea63e
parent5f290352cd91beb9374671f6ae489165bd8ac2c0
Simplify the use of classical eval

no benefit of the fallback term (exercised rarely).
Cleanup the associated code.

passed STC
https://tests.stockfishchess.org/tests/view/62f62c2b6f0a08af9f776367
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 67832 W: 18334 L: 18148 D: 31350
Ptnml(0-2): 369, 7171, 18609, 7439, 328

passed LTC
https://tests.stockfishchess.org/tests/view/62f68beb6f0a08af9f77710e
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 104664 W: 28363 L: 28233 D: 48068
Ptnml(0-2): 169, 10162, 31511, 10350, 140

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

Bench: 6079565
src/evaluate.cpp