Operations Performed during Game Playing | Artificial Intelligence
The three basic operations which can be performed on game trees in the process of designing a game playing program are: 1. Generation 2. Evaluation 3. Pruning. Operation # 1. Generation: The two methods available for generation of a game tree are variations of the breadth- first and depth-first searches. In breadth first generation, all possible states at level 1 [...]