Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Minimax algorithm in AI

Open SimranLahrani842 opened this issue 1 year ago • 2 comments

Mini-max algorithm is a recursive or backtracking algorithm which is used in decision-making and game theory. It provides an optimal move for the player assuming that opponent is also playing optimally. Mini-Max algorithm uses recursion to search through the game-tree. Min-Max algorithm is mostly used for game playing in AI. Such as Chess, Checkers, tic-tac-toe, go, and various tow-players game. This Algorithm computes the minimax decision for the current state.

SimranLahrani842 avatar Jun 07 '23 14:06 SimranLahrani842

Mini-max algorithm is a recursive or backtracking algorithm which is used in decision-making and game theory. It provides an optimal move for the player assuming that opponent is also playing optimally. Mini-Max algorithm uses recursion to search through the game-tree. Min-Max algorithm is mostly used for game playing in AI. Such as Chess, Checkers, tic-tac-toe, go, and various tow-players game. This Algorithm computes the minimax decision for the current state.

Assign me this @Kumar-laxmi

SimranLahrani842 avatar Jun 07 '23 15:06 SimranLahrani842

@Kumar-laxmi Sir ji please assign me this issue as I eagerly want to contribute to this issue under SSoC'23.

mayank2mahi avatar Jun 27 '23 20:06 mayank2mahi

Stale issue message

github-actions[bot] avatar Jun 20 '24 16:06 github-actions[bot]