]> git.sesse.net Git - stockfish/commit
Simplify threshold handling for probcut. (#936)
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 22 Dec 2016 15:02:32 +0000 (16:02 +0100)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Thu, 22 Dec 2016 15:02:32 +0000 (16:02 +0100)
commit1ceaea701baaa79f378b0842ff0fb5d2a1f53ef7
tree0ab5b7dfabc9882ad3b0c37b251cc05008be59db
parentf72b7dc99af07c4f012ef229f9d3dcc490d6d69f
Simplify threshold handling for probcut. (#936)

Just use greater equal as this is what see_ge does now.

passed STC
LLR: 2.94 (-2.94,2.94) [-3.00,1.00]
Total: 226506 W: 39755 L: 39978 D: 146773

passed LTC
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 138483 W: 17450 L: 17479 D: 103554

Bench: 5212921
src/movepick.cpp