Closed giewev closed 7 years ago
Zobrist hashing seems like a good way to hash a board state. This will enable evaluation and move generation lookups
Added a class which implements Zobrist hashing on boards, and a unit test validating that updating it is consistent with reloading it on a new board.
Zobrist hashing seems like a good way to hash a board state. This will enable evaluation and move generation lookups