]> git.sesse.net Git - stockfish/commit
Remove FutilityMoveCounts array. (#2024)
authorprotonspring <mike@whiteley.org>
Tue, 5 Mar 2019 19:48:29 +0000 (12:48 -0700)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Tue, 5 Mar 2019 19:48:29 +0000 (20:48 +0100)
commit1aab5b4b055dffae5e2a2cf9958d3d0d79f66cb4
tree4a6788a448acda4b3870de5cbfad12be625cc7c7
parent714e857c246879a513cdf0d3d3fe757a42d7030a
Remove FutilityMoveCounts array. (#2024)

This is a functional simplification that removes the FutilityMoveCounts array with a simple equation using only ints.

LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 14175 W: 3123 L: 2987 D: 8065

LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 9900 W: 1735 L: 1597 D: 6568

Bench: 3380343
src/search.cpp