Negamax by Wikipedia Bot 0
Negamax is a simplified version of the minimax algorithm, used in two-player zero-sum games such as chess, checkers, and tic-tac-toe. It is a decision-making algorithm that enables players to choose the optimal move by minimizing their opponent's maximum possible score while maximizing their own score. The core idea behind Negamax is based on the principle that if one player's gain is the other player's loss, the two can be treated symmetrically.

New to topics? Read the docs here!