On May 10, 2005, at 11:04 AM, Chris Fant wrote:
I may have some misconceptions about Zobrist hashes, but this doesn't seem like it would work. Suppose I play the move sequence A, B, C, D. This produces the following sequence of Zobrist hashes:One option is to XOR all previous-board Zobrist hashes and store that value in the table as well. This would take care of #1 and #2 below.