]> git.sesse.net Git - stockfish/commit
Report longest PV lines for multithreaded search
authormstembera <MissingEmail@email>
Tue, 9 Aug 2022 04:33:59 +0000 (21:33 -0700)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 15 Aug 2022 15:46:27 +0000 (17:46 +0200)
commit4568f6369bfb94d8a105a8074e43e8d79c57eaee
treee0466a9ecc545bc88d945a14c2871c1cc5081d01
parent1054a483ca0c560d30fb61617c0192cb4cd31528
Report longest PV lines for multithreaded search

In case several threads find the same bestmove,
report the longest PV line found.

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

No functional change.
src/thread.cpp