]> git.sesse.net Git - stockfish/commit
Simplify failedLow away #1986
authorxoto10 <buylow001@gmail.com>
Fri, 1 Feb 2019 20:02:03 +0000 (20:02 +0000)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 10 Mar 2019 09:47:42 +0000 (10:47 +0100)
commitacc47e8b79058a06508fee804aa428820e163b8b
tree0ff0cf6b82b70ce16e9d53618872e976cbb8ef85
parent4d0981fef37c85edfd7a0e713d68a4542d7a6784
Simplify failedLow away #1986

FailedLow doesn't seem to add any value so remove it.

STC:
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 43915 W: 9682 L: 9604 D: 24629
http://tests.stockfishchess.org/tests/view/5c5339770ebc592fc7baef74

LTC:
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 58515 W: 9670 L: 9609 D: 39236
http://tests.stockfishchess.org/tests/view/5c53cc840ebc592fc7baf6c1

Ideas for further work:

    Tune the values in the revised fallingEval calculation
    Consider adding a term using delta, e.g. c * (delta - 20) as an indicator of eval instability

Bench: 3318033
src/search.cpp