3 Feb 2005
CS 3243 - Game playing
15
Properties of α-β
nPruning does not affect final result
n
nGood move ordering improves effectiveness of pruning
n
nWith “perfect ordering”, time complexity = O(bm/2)
nà doubles depth of search
nWhat’s the worse and average case time complexity?
nDoes it make sense then to have good heuristics for which nodes to expand first?
n
nA simple example of the value of reasoning about which computations are relevant (a form of metareasoning)