[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [computer-go] Ko and transposition tables



> Using your notation, notice that the value F (which presumably
> represents a stone at some location) is no longer a factor in the
> final cumulative hash.  This means that the cumulative hash will be
> the same no matter where move 3 is played.  Isn't this a problem?

Yes, that is a problem.  Thanks for pointing out that it was me who
was mistaken.  So a simple modification would be the following:

NewCumHash = (OldCumHash<<1) ^ BoardHash
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/