CS63 Artificial Intelligence


Week 4: Journal Questions

  1. Do you think the minimax algorithm mimics the way humans play games? Briefly explain your answer in 3-5 sentences.
  2. What is the point of adding alpha-beta pruning onto the Minimax algorithm?
  3. Define the term evaluation function. When is an evalutation function necessary for AI game players?