Back to the 2024 paper
Similar questions
Artificial intelligenceDescribe Alpha-Beta Pruning. Why is it used in game playing?20257mArtificial intelligenceConstraint Satisfaction Problems are usually solved using (i) Backtracking (ii) Breadth First Search (iii) A* Search (iv) Alpha-Beta Pruning20252mArtificial intelligenceCreate a simple two-player game tree (3 levels) and show how the Minimax algorithm selects the best move for the maximizing player.20247mArtificial intelligenceMinimax is used in game playing to: (i) Maximize randomness (ii) Minimize evaluation time (iii) Make optimal moves assuming the opponent plays optimally (iv) Store all possible states20242m
PreviousMinimax is used in game playing to: (i) Maximize randomness (ii) Minimize evaluation time (iii) Make optimal moves assuming the opponent plays optimally (iv) Store all possible statesNextPropositional logic cannot express which of the following? (i) True/false statements (ii) Compound statements (iii) Logical connectives (iv) Variables and functions