1.

Which values are independant in minimax search algorithm?(a) Pruned leaves x and y(b) Every states are dependant(c) Root is independant(d) None of the mentionedThis question was addressed to me during an interview.My query is from Alpha Beta Pruning topic in portion Adversarial Search of Artificial Intelligence

Answer»

The CORRECT OPTION is (a) Pruned leaves X and y

Best EXPLANATION: The minimax DECISION are independant of the values of the pruned values x and y because of the root values.



Discussion

No Comment Found

Related InterviewSolutions