Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 Informed Search Node h(n) 70100 80 T100 60 Figure 2: Informed Search. Question 8 (15 pts): (1) Repeat the problem right above with A*

image text in transcribedimage text in transcribed

2 Informed Search Node h(n) 70100 80 T100 60 Figure 2: Informed Search. Question 8 (15 pts): (1) Repeat the problem right above with A* search. (2) In addition, show the f(n) value for all nodes expanded (you need this to sort them in the node list). (3)Which one gives a lower cost solution: Greedy best-first or A*? Note: Note that the same node can appear in the node list with a different f(n) value, depending on the path taken. For example, f(e) will be different if you followed a different path to reach the node: a + b + e vs. a + b + e. Due to this, you may need to track which path you followed to reach node n and calculate the f(n) value accordingly. It helps to write the node f as ac f to indicate the path in the subscript (a +0+ f). Also, for sorting, it helps to indicate the f value as a subscript. For example, ac f. Note: When sorting the node list by hand, some tied values may appear. In this case, put the oldest node ahead of new nodes. 2 Informed Search Node h(n) 70100 80 T100 60 Figure 2: Informed Search. Question 8 (15 pts): (1) Repeat the problem right above with A* search. (2) In addition, show the f(n) value for all nodes expanded (you need this to sort them in the node list). (3)Which one gives a lower cost solution: Greedy best-first or A*? Note: Note that the same node can appear in the node list with a different f(n) value, depending on the path taken. For example, f(e) will be different if you followed a different path to reach the node: a + b + e vs. a + b + e. Due to this, you may need to track which path you followed to reach node n and calculate the f(n) value accordingly. It helps to write the node f as ac f to indicate the path in the subscript (a +0+ f). Also, for sorting, it helps to indicate the f value as a subscript. For example, ac f. Note: When sorting the node list by hand, some tied values may appear. In this case, put the oldest node ahead of new 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

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions

Question

1. What is meant by Latitudes? 2. What is cartography ?

Answered: 1 week ago

Question

What is order of reaction? Explain with example?

Answered: 1 week ago