人工知能学会全国大会論文集
Online ISSN : 2758-7347
27th (2013)
セッションID: 3C3-IOS-2-6
会議情報

Suffix Tree Index Structure on Go Game Records
*Shi-Jim YenChen-Hsin LeeJr-Chang ChenTai-Ning YangShun-Chin Hsu
著者情報
会議録・要旨集 フリー

詳細
抄録

Computer Go is important in the computer game field. The state-of-the-art Go programs contain tactical look-ahead, pattern-matching, evaluation function and highly selective global search. One issue in computer Go is to analyze a database constructed from game records collection and to discover patterns contained in it. To acquire sequence patterns from game records, the methods used in natural language processing and statistics were applied by regarding each game record as a text string and suitably encoding each move to a character. Furthermore, the way to look for a specific pattern from the huge database efficiently is critical to computer Go programs. Both search depth and branching factor of computer Go are much larger than those of other chess-like games, due to the bigger board size and more available moves. Therefore, pattern matching in computer Go requires more computation resource. In this paper, we propose a mechanism which applies the suffix tree algorithm to build an efficient data structure with indexing function for numerous game records. Besides, we also show the position and occurrence times in the game records of Go. The experimental results show that the search time for patterns of Go is speeded up.

著者関連情報
© 2013 The Japanese Society for Artificial Intelligence
前の記事 次の記事
feedback
Top