Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are designing a heuristic to use with A * search for a navigation problem. Every location in the problem has a unique color assigned

You are designing a heuristic to use with A* search for a navigation problem. Every location in the problem has a unique color assigned to it.
The Goal location and any location that is less than 30 miles away from it is colored Red.
Any location that is colored Yellow is 30 miles or more away from the Goal location (but it is less than 50 miles away).
A Location that is colored Blue is more than 50 miles away from the Goal and atleast 40 miles away from a location that is colored
Yellow.
A Location that is colored Green is more than 50 miles away from the Goal but is less than 40 miles away from a location that is colored Yellow.
All Locations colored Black are atleast 100 miles away from the Goal.
Note: All distances are discrete values (you do not have to worry about values less than 1 mile)
Based on the given information give a maximally admissible heuristic that uses the color of a location to estimate distance from that location to the goal.

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

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions

Question

8. Discuss the communication skills you need to resolve a conflict.

Answered: 1 week ago