]> git.sesse.net Git - stockfish/commit
Fix TB PV extension and MultiPV
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 21 Jul 2024 11:15:12 +0000 (13:15 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 23 Jul 2024 15:51:30 +0000 (17:51 +0200)
commite57fba7fc9be461cbb97c063b269a1e231cdd284
treeed6ff8d58b80bdb6bc4b7253cfbb8875714b342b
parent1fb4dc2e0f0dbeddff889bcd75466e4be4fe1ad6
Fix TB PV extension and MultiPV

in the case of MultiPV, the first move of the Nth multiPV could actually turn a
winning position in a losing one, so don't attempt to correct it. Instead,
always perform the first move without correction.

Fixes #5505

Closes https://github.com/official-stockfish/Stockfish/pull/5506

No functional change
src/search.cpp