An Approach to Conquer Difficulties in Developing a Go Playing Program
スポンサーリンク
概要
- 論文の詳細を見る
In this paper, we show an approach to developing a Go playing program. First, we describe the method to represent and implement the situation on a Go board. We formally define the operations for objects with a hierarchical structure, and implement them by applying the localization and abstraction techniques to our Pascal program. Thus we have a modularized program in which the realization parts and utilization parts are separated only with a few interfaces. Second, we describe the usage of the Go pattern knowledge, and a human oriented non-procedural language Gopal. A pattern in a Gopal program consists of the conditions to characterize it and the enumeration of move candidates. We have been convinced of its descriptive capability and understandability by writing many patterns.
- 一般社団法人情報処理学会の論文
- 1984-07-31
著者
関連論文
- An Interactive Graph Manipulation System GMS and Its Applications
- An Approach to Conquer Difficulties in Developing a Go Playing Program