[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] Computer Go hardware
> I see. So the patterns are extracted from parts of the total position?
> And then you look up each pattern (~700 for any given board position)
> in the pattern database (using a hash table lookup) to get ... what? A
> suggested move relative somewhere relative to the pattern on the board
> and a "goodness" score for that move? (I'm just guessing here.)
All yes.
Except that I do not look up all 700 patterns, I have 8 patterns per legal
move point but I look up only one of them (the largest but still they all
need to be maintained to speed things up over-all).
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/