© 2000 Todd Neller.  A.I.M.A. text figures © 1995 Prentice Hall.  Used by permission.
Expectiminimax
•A chance node is evaluated as follows
–the value of each child is multiplied times the probability of reaching that child
–these products are then summed.
•Disadvantages to this approach:
–branching factor of chance nodes can be large!
–no pruning allowed
–evaluation functions are hard!…