Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given a variation of A* search that uses a heuristic function which is not admissible but is Q-admissible (i.e. h(n) 0 and h*(n) is the

Given a variation of A* search that uses a heuristic function which is not admissible but is Q-admissible (i.e. h(n) <= Q + h*(n) for all nodes n, where Q>0 and h*(n) is the true cost from node n to a goal). This implies h(n) will never be more than Q away from being a perfect estimator of the least cost path btwn n and a goal state.

a) Will this search be complete? Explain why or why not

b) Will this search be optimal? If X* is the optimal cost from the start to a goal state, what is the worst cost solution this type of A* search would generate? Justify why.

c) How can you modify a Q-admissible search in order to generate an optimal solution every time? Explain and justify the mods.

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

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

More Books

Students also viewed these Databases questions