Can someone explain the concept of this?
Alpha-Beta Pruning
Posts
Total:
9
And how to implement it into the minimax algorithm.
-->
@BearMan
When applied to a standard minimax tree, it returns the same move as minimax would, but prunes away branches that cannot possibly influence the final decision.
-->
@oromagi
Yeah but how? Minimax only knows the rating of a board once it has a winner.
what
what
what
what
that