Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

everything is all in the question Consider a graph G in the following If you use a search tree for your answers, you will HAVE

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
everything is all in the question
Consider a graph G in the following If you use a search tree for your answers, you will HAVE TO use the following one which is rooted at a, and the goal is g. (a). (5 marks) Find a path from a to g in the graph G using the search strategy of depth-first search. Is the returned solution path an optimal one? Give your explanation and remarks on "why-optimal" or "why-non-optimal". (b). (5 marks) Find a path from a to g in the graph G using the search strategy of breadth-first search. Is the returned solution path an optimal one? Give your explanation and remarks on "why-opeimal" or "why-non-optimal". (c). (6 marks) Find a path from a to g in the graph G using the search strategy of least-cost first search. Is the returned solution path an optimal one? Give your explanation and remarks on "why-optimal" or "why-non-optimal". (d). (6 marks) Find a path from a to g in the graph G using the search strategy of best-first search. The heuristics for these nodes are: h(a,25);h(b,43);h(c,5);h(d, 64); h(g,0). Is the returned solution path an optimal one? Give your explanation and remarks on "why-optimal or "why-non-optimal". (e). (6 marks) Suppose AGAIN the heuristics of h(a,25);h(b,43);h(c,5);h(d,64);h(g, 0). Find a path from a to g in the graph G using the search strategy of A search. Is the returned solution path an optimal one? Give your explanation and remarks on "why-optimal" or "why-non-optimal". (f). (6 marks) Suppose the heuristics is now UPDATED to h(a,5);h(b,9);h(c,5);h(d, 29); h(g,0). Find a path from a to g in the graph G using the search strategy of A search again. Is the returned solution path an optimal one? Give your explanation and remarks on "why-optimal" or "wliy-non-optimal". (g). (6 marks) Suppose the heuristics is FURTHER UPDATED to h(a,5);h(b,8);h(c,5); h(d,9);h(g,0). Find a path from a to g in the graph G using the search strategy of A search again. Is the returned solution path an optimal one? Give your explanation and remarks on "why-optimal" or "why-non-optimal". What would be your additional comments in terms of the solution path finding under this heuristics

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

Oracle RMAN For Absolute Beginners

Authors: Darl Kuhn

1st Edition

1484207637, 9781484207635

More Books

Students also viewed these Databases questions

Question

30 This 15B/

Answered: 1 week ago