]> git.sesse.net Git - stockfish/commit
Avoid truncated PV in the threaded case
authormstembera <MissingEmail@email>
Sat, 10 Dec 2022 02:50:06 +0000 (18:50 -0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 12 Dec 2022 07:15:19 +0000 (08:15 +0100)
commit310928e985a6d87bdd73542e2109f93c31e2cc41
treef8bedab6834b618acc6b9df6a3a8ca428c83c2ce
parent955edf1d1d4f5643b450b1ee1e95dc3f094e1884
Avoid truncated PV in the threaded case

strongly prefer to pick as bestThread those threads with a longer PV,
among those threads that all found the same bestmove.

extended discussion in #4244
closes https://github.com/official-stockfish/Stockfish/pull/4278

No functional change
src/thread.cpp