This is a 0-1000 scale of how full the hash table is. See [hobbes impl](https://github.com/kelseyde/hobbes-chess-engine/blob/13f7e412977a80f1022d35cdf04df91b7d8f1c63/src/search/tt.rs#L241-L251) and [icarus](https://github.com/Sp00ph/icarus/blob/e0546db7990bba0db5042658d9f286095376c1ce/src/search/transposition_table.rs#L196-L204). Also see this [chess stackexchange post](https://chess.stackexchange.com/questions/38815/what-does-hashfull-1000-mean-in-stockfish).