Alpha-Beta Pruning: method used in MINIMAX to dismiss some actions, based on unlikelihood of the opposing player selecting them. (Such as on MAX Player move, a branch's smallest value is greater than another branch's second value. No longer need to consider other values in that other branch.)