Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following graph, where S is the start state and G is the goal. The arrows in black indicate the actual cost of getting

Consider the following graph, where S is the start state and G is the goal. The arrows in black indicate the actual cost of getting from one state to the next while the arrows in red indicate the optimum estimated cost of getting from a state to the next. I just would like to understand how I would answer this question.
Apply the A* algorithm for the following 2 cases. Recall that the value at a node N is calculated as f(N)= g + h*.
Case 1 :Overestimation by the algorithm
h*(from A to G)=80
h*(from B to G)=70
Case 2: Underestimation by the algorithm
h*(from A to G)=30
h*(from B to G)=20
Discuss the solutions obtained in both cases. What is your conclusion?
image text in transcribed

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

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions