Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. Informed Search ( 20 points) a. Evaluation function (5 points) Recall that an admissible heuristic function always makes a conservative estimate to the goal.

image text in transcribed

2. Informed Search ( 20 points) a. Evaluation function (5 points) Recall that an admissible heuristic function always makes a conservative estimate to the goal. With S as initial state and G1,G2, and G3 as final states in the figure above, does the heuristic function h in the graph above satisfy the condition of an admissible heuristic? Explain why or why not? (2 points) If your answer is NO, what is the minimum modification needed to make h admissible? [Type "No modification needed if your answer is YES"] (3 points) b. Greedy Best First Search (5 points) After making the modification, with S as the initial State and G1, G2, and G3 as the Goal States, find the order of node expansion using greedy best first search. Assume successor/children priority order: Left to Right while adding nodes to the fringe, e.g., successors of CF,C. Show the steps in detail. Solve the problem for both cases: keeping track vs. not keeping track of visited nodes. c. Uniform Cost Search (5 points) Repeat the same with A search. Solve the problem for both cases: keeping track of visited nodes vs. not keeping track of visited nodes. d. A* Search (5 points) Repeat the same with A search. Solve the problem for both cases: keeping track of visited nodes vs. not keeping track of visited nodes

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases

Authors: Ian Robinson, Jim Webber, Emil Eifrem

1st Edition

1449356265, 978-1449356262

More Books

Students also viewed these Databases questions