[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] Computer Go hardware
> But that was a bit knee-jerk: you could need a different 1,000
> patterns at different times.
Correct.
Otherwise I would not need ten million :)
> Maybe I don't understand what you mean by
> "lookup a pattern"? I.e. what are the keys and what are the values in
> the "pattern database".
My pattern database is a set of Zobrist hashes.
Every time a move is played, hundreds of patterns on the board change (700
or so).
I look up those changed pattern in the pattern database and sort them in
order of how "good" they are, to feed the move suggester.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/