Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. h1(n),h2(n),h3(n), and h4(n) are four heuristic estimates to the distance from node n to the nearest goal node. It is known that h2(n).h3(n), and

image text in transcribed

2. h1(n),h2(n),h3(n), and h4(n) are four heuristic estimates to the distance from node n to the nearest goal node. It is known that h2(n).h3(n), and h4(n) are admissible heuristics, but h1(n) is not known to be admissible. We define other heuristics as combinations of the given heuristics: h5(n)=4h1(n)+h2(n)+h3(n)+h4(n)h6(n)=3h2(n)+h3(n)+h4(n)h7(n)=h1(n)+h2(n)+h3(n)h8(n)=max{h1(n),h2(n)}h9(n)=min{h1(n),h2(n)}h10(n)=max{h3(n),h4(n)}h11(n)=min{h3(n),h4(n)}h12(n)=min{max(h1(n),h2(n)),max(h3(n),h4(n))}h13(n)=max{min(h1(n),h2(n)),min(h3(n),h4(n))} (1). (14 pts) If these heuristics are used by A, in which cases are we guaranteed to find the optimal solution? (Circle the ones you would like to choose) Answer: h1/h2/h3/h4/h5/h6/h7/h8/h9/h10/h11/h12/h13 (2). (7 pts) With no additional information about h1,h2,h3,h4, give a formula that produces a heuristic h that you consider to be better than h1,h2,,h13 when used by A* algorithm. Answer: (4 pts) Circle at least one of the following statements: a. I am unable to find a solution that would be a guaranteed improvement. The best heuristic in (1) is b. My solution improves over the heuristics in (1), in terms of MEMORY. In all other aspects my solution is at least as good as the heuristics in (1). c. My solution improves over the heuristics in (1), in terms of SPEED. In all other aspects my solution is at least as good as the heuristics in (1). d. My solution improves over the heuristics in (1), in terms of GUARANTEED OPTIMAL SOLUTION. In all other aspects my solution is at least as good as the heuristics in (1). e. My solution improves over the heuristics in (1). in terms of QUALITY OF SOLUTION. (I expect it to find a better solution.) In all other aspects my solution is at least as good as the heuristics in (1)

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_2

Step: 3

blur-text-image_3

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

Filing And Computer Database Projects

Authors: Jeffrey Stewart

2nd Edition

007822781X, 9780078227813

More Books

Students also viewed these Databases questions

Question

7. Describe phases of multicultural identity development.

Answered: 1 week ago