]> git.sesse.net Git - stockfish/commit
Simplified select best thread (#958)
authorElbertoOne <ElbertoOne@users.noreply.github.com>
Mon, 9 Jan 2017 09:26:50 +0000 (10:26 +0100)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Mon, 9 Jan 2017 09:26:50 +0000 (10:26 +0100)
commitd39ffbeea6ad54c90123a352d50b65c5bda1561b
tree819e49a45f3a8d375a17069b944f5866142273da
parent3ab3e55bb5faf57aec864f3bb7268601c11d72be
Simplified select best thread (#958)

Only select best thread if score is better and depth equal or larger.

STC (7 threads): http://tests.stockfishchess.org/tests/view/586a4d090ebc5903140c64b2
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 120297 W: 18652 L: 18682 D: 82963

LTC (7 threads): http://tests.stockfishchess.org/tests/view/586e31b30ebc5903140c663d
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 57187 W: 7035 L: 6959 D: 43193

bench: 4940355
src/search.cpp