From: MinetaS Date: Tue, 24 Jan 2023 22:32:02 +0000 (+0900) Subject: Expand statistics tools for engine development X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5a30b087c3a3c4435e680e6c61082d5432fa0ace;hp=5a30b087c3a3c4435e680e6c61082d5432fa0ace;p=stockfish Expand statistics tools for engine development This patch adds more debugging slots up to 32 per type and provide tools to calculate standard deviation and Pearson's correlation coefficient. However, due to slot being 0 at default, dbg_hit_on(c, b) has to be removed. Initial idea from snicolet/Stockfish@d8ab604 closes https://github.com/official-stockfish/Stockfish/pull/4354 No functional change ---