Author: Vincent Diepeveen
Date: 12:49:12 09/17/00
Go up one level in this thread
On September 16, 2000 at 12:25:27, Larry Griffiths wrote: >I have tried using a 64-bit hash key and storing it in each hash entry to insure >that different positions that point to the same hash table entry can be >verified. > >I also have a 32 byte smallboard that I use for debugging. This smallboard has >4bits for each piece color and type so I know for sure if the current position >matches the hash table entry. > >The 64-bit hashkey works most of the time, but sometimes different board >positions produce the same hash-key. > >Is there a fail-safe method other than my 32 byte smallboard for insuring that >different board positions with the same hash keys can be resolved? > >Larry. If you hash 10^40 positions roughly to 2^64 then there will be positions the same, however using better random numbers you will usually prevent that you get a lot of them while searching. Also store side to move as extra bit and store bound and depth, that all helps.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.