On Sat, 2007-01-20 at 10:19 +0100, Heikki Levanto wrote: > That also means that you have to keep enough data in each node to > recalculate the hash keys from, for example the board position etc. > Maybe it would be enough to keep the zobrist hash of the position, and > use different bits of it for the hash key, or a different modulus, or > something.
That's a very good point. cuckoo hashing is a pretty cool, but I don't think it's the appropriate data structure here. - Don _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
