TWO-PLAYER GAMES SEARCH ALGORITHMS

The second major application of heuristic search algorithms in Artificial Intelligence is two-player games. One of the original challenge of AI, which in fact predates the term, Artificial Intelligence, was to build a program that could play chess at the level of the best human players, a goal recently achieved.

Following are the algorithms meant to solve this problem.

Minimax Search

Alpha-Beta Pruning

Quiecence

Transposition Tables

Limited Discrepancy Search

Intelligent Backtracking

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top