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

Re: computer-go: 5x5 Go is solved



> Symmetry lookups in the Transposition table means that I check if a
> mirrored or rotated version of a position has already been examined. If
> this is the case the result can be re-used to narrow bounds, or directly
> return the score.

I would be interested to know how you check for mirror / rotation in the 
transposition table. Do you use Huima's hash function (which is broken)?
Another similar function? Do you store whole board position in the TT?
Do you maintain many hash value for the same board position (one for
every possible mirroring/rotation)? Or something else?

Regards,

    Antoine