]> git.sesse.net Git - stockfish/commit
Fixed UCI TB win values
authordisservin <disservin.social@gmail.com>
Mon, 23 Jan 2023 18:32:26 +0000 (19:32 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 28 Jan 2023 15:37:29 +0000 (16:37 +0100)
commitdef296670dbde6cfad446a735f37f25cfe9df6a2
tree48fac0698f546ed38b1e51b694ccb731c6b2190c
parentd3860f8d5efa4d9df726fa605b24689d6a829c7e
Fixed UCI TB win values

This patch results in search values for a TB win/loss to be reported in a way that does not change with normalization, i.e. will be consistent over time.

A value of 200.00 pawns is now reported upon entering a TB won position. Values smaller than 200.00 relate to the distance in plies from the root to the probed position position,
with 1 cp being 1 ply distance.

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

No functional change
src/uci.cpp