Artificial Intelligence: A Modern Approach
Artificial Intelligence: A Modern Approach
3rd Edition
ISBN: 9780136042594
Author: Stuart Russell, Peter Norvig
Publisher: Prentice Hall
bartleby

Concept explainers

Expert Solution & Answer
Book Icon
Chapter 3, Problem 14E

Explanation of Solution

a. Depth-first search always expands at least as many nodes as A* search with an admissible heuristic:

  • It is a false statement.
  • Reason: a lucky DFS might expand exactly d nodes in order to reach the goal.
  • A* largely dominates any graph-search algorithm that is guaranteed to find optimal solutions.

b. h(n)=0 is an admissible heuristic for the 8-puzzle.

  • It is a true statement
  • Reason: h(n)=0 is always an admissible heuristic, since costs are nonnegative.

c. A* is of no use in robotics because percepts, states, actions are continuous.

  • It is a true statement.
  • Reason: A*search is generally used in robotics...

Blurred answer
Students have asked these similar questions
Artificial Intelligence - Adversarial Search 1. Consider the following three variants of minimax search: the simple version, alpha-beta search, anddepth-limited search, and consider the games of tic-tac-toe and chess. For the chess game, supposethat the Threefold Repetition Rule and the Fifty-Move Rule, and the similar rules if any, are notconsidered, i.e., the game will not terminate if the same position occurs multiple times. For eachcombination of minimax variant and game, answer the following question: can that minimax variantpossibly never terminate, in computing the best next move? Justify your answer.
Consider a graph and implement Breadth-first search, Uniform-cost search, Depth-first search, Depth-limited search, Iterative deepening depth-first search and Bidirectional search using your favorite programming language. Also draw and visualize the solution.
3) The graph k-coloring problem is stated as follows: Given an undirected graph G= (V,E) with N vertices and M edges and an integer k. Assign to each vertex v in V a color c(v) such that 1
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education