文件名称:The Minimax Algorithm
文件大小:114KB
文件格式:PDF
更新时间:2012-05-31 04:21:07
Minimax Algorithm The Minimax Algorithm
The minimax algorithm is a specialized search algorithm which returns the optimal sequence of moves for a player in an zero-sum game. On its own, it is too complex to be practical for a game-playing program, but there are several extensions that, taken together, make it an effective algorithm.