]> git.sesse.net Git - stockfish/commit
Removed quadratic term in optimism
authorwindfishballad <windfishballadtcec@gmail.com>
Tue, 23 May 2023 00:13:44 +0000 (20:13 -0400)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 28 May 2023 18:05:50 +0000 (20:05 +0200)
commit7e9b131efb832339ee6cd9e22b7c837c3e69a1b5
tree9a93eb9b3280df0b05e5811efa6d6b3c75046313
parent7f0b19dedf7bff7dbe2dd42e73788826486b36b6
Removed quadratic term in optimism

Remove term which is quadratic in optimism in the eval.
Simplifies and should also remove the bias towards side to move making the eval better for analysis.

STC: https://tests.stockfishchess.org/tests/view/6470a9d8c29e0d4352b0bca5
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 154432 W: 41127 L: 41040 D: 72265
Ptnml(0-2): 380, 17094, 42190, 17163, 389

LTC: https://tests.stockfishchess.org/tests/view/6471e9b3e549d9cf2fb219ef
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 127926 W: 34474 L: 34369 D: 59083
Ptnml(0-2): 43, 12505, 38776, 12582, 57

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

Bench: 2541211
AUTHORS
src/evaluate.cpp