]> git.sesse.net Git - stockfish/commitdiff
Fix bestThread selection
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 28 Nov 2022 19:59:38 +0000 (20:59 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 2 Dec 2022 19:06:59 +0000 (20:06 +0100)
If multiple threads have the same best move,
pick the thread with the largest contribution to the confidence vote.
This thread will later be used to display PV, so this patch is
about user-friendliness and/or least surprises, it non-functional for playing strenght.

closes https://github.com/official-stockfish/Stockfish/pull/4246

No functional change


No differences found