Skip to content Skip to sidebar Skip to footer

Min Max Algorithm In Artificial Intelligence

Min Max Algorithm In Artificial Intelligence. It uses a simple zero sum rule to find which player will win from a current position. Also known as alpha beta pruning algorithm, alpha beta pruning is a search algorithm that is used to decrease the number of nodes or branches that are evaluated by the minimax algorithm in the search tree.

Minmax Algorithm In Artificial Intelligence slides
Minmax Algorithm In Artificial Intelligence slides from www.slideshare.net

The max nodes will always choose the maximum value out of their successors. The minimax algorithm is a way to model an adversarial task between two agents, where one agent is trying to maximize a certain score and the other is trying to minimize it. It captures the intentions of two player games fighting against one another.

Similarly, Our Opponent Will Select The Rest Of The Nodes.


So, our opponent will select 9. The minimax algorithm is a way to model an adversarial task between two agents, where one agent is trying to maximize a certain score and the other is trying to minimize it. The minimax algorithm is one of the oldest artificial intelligence algorithms ever.

The General Process Of The Minimax Algorithm Is As Follows:


This is arguably the most powerful and basic tool for building game playing artificial intelligence. What is min max algorithm? The max nodes will always choose the maximum value out of their successors.

Properties Of Min Max Algorithm In Ai The Algorithm Is Complete, Meaning In A Finite Search Tree, A Solution Will Be Certainly Found.


The player max tries to get the highest possible score and min tries to get the lowest possible score, i.e., min and max try to act opposite of each other. Minimax is a type of backtracking algorithm. It provides an optimal move for the player assuming that opponent is also playing optimally.

It Provides An Optimal Move For The Player Assuming That Opponent Is Also Playing Optimally.


Pruning is an act where we get rid of branches that do not contribute to the result. Min max algorithm in artificial intelligence in hindi | solved example | lec 17. First, generate the entire game tree starting with the current position of the game all the way upto the terminal states.

By Eliminating Unnecessary Computations, We Save Precious Resources That Could Be Used To Go Deeper Into The Tree.


If we move ahead, we have 9 and 11; The minimax algorithm is one of the oldest artificial intelligence algorithms ever. D, e, f, and g are the max nodes.

Post a Comment for "Min Max Algorithm In Artificial Intelligence"