First Steps in Calculating Chess Player Biases
Last week, I went over some functions I created to compress a chess board state into a set of integers, based on the component functions created during the Stockfish evaluation process. For example, in the above position, we get the compressed board state of (0.9,0.05,-0.05,-0.42,0.31,0.0,-0.3,0.0). These values correspond to Material, Read more…