Q301. Which function is used to calculate the feasibility of whole game tree?
✅ Correct Answer: A) Evaluation function
Explanation: Because we need to cut the search off at some point and apply an evaluation function that gives an estimate of the utility of the state.