]> git.sesse.net Git - stockfish/commit
Fix easy move bug in SMP mode
authormstembera <MissingEmail@email>
Mon, 14 Dec 2015 18:34:43 +0000 (18:34 +0000)
committerJoona Kiiski <joona@zoox.com>
Mon, 14 Dec 2015 18:47:12 +0000 (18:47 +0000)
commit2c1797ab81957221266f7dd445845a1a525ccb9d
treee8e3443186a85f5d787a9773b8c9bfefb831e991
parent9fac5774f414ec4a2e86c6b0306f07de427cd5db
Fix easy move bug in SMP mode

Fix a bug where we could stop the search after only 10% of time used due to a matching easy move but later switch to a different move that was never pre-screened as easy due to SMP thread select.

STC:
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 27227 W: 4910 L: 4800 D: 17517

LTC:
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 40368 W: 5826 L: 5733 D: 28809

Resolves #521
src/search.cpp