What is the Minimax Algorithm? - Artificial Intelligence

Gaurav Sen
Gaurav Sen
222.4 هزار بار بازدید - 8 سال پیش - The minimax algorithm is one
The minimax algorithm is one of the oldest artificial intelligence algorithms ever. It uses a simple zero sum rule to find which player will win from a current position. This is arguably the most powerful and basic tool for building game playing artificial intelligence. It captures the intentions of two player games fighting against one another. Minimax is the foundation for algorithms like alpha-beta pruning and iterative deepening. Engines like deep blue use optimized versions of minimax to play chess, while other computer programs have also been successful at playing games with minimax. Source Code (Complicated, glance over the evaluate function to get a gist): github.com/gkcs/ChainReaction/blob/master/src/main… 00:00 Basic Game Tree 01:17 Basic Algorithm - Winning 03:42 Heuristics 06:40 Benefits of Heuristics 07:34 Thank you! #minimax #minmax #game-tree
8 سال پیش در تاریخ 1395/12/16 منتشر شده است.
222,418 بـار بازدید شده
... بیشتر