Alpha–beta pruning
Alpha–beta pruning speeds up minimax search by skipping branches that cannot change the final decision. It preserves minimax’s result while often reducing the number of positions examined.
Alpha–beta pruning speeds up minimax search by skipping branches that cannot change the final decision. It preserves minimax’s result while often reducing the number of positions examined.