Question

Let h1(s) be an admissible A* heuristic. Let h2(s)=2*h1(s)

  1. Is the solution found by A* tree search with h2 guaranteed to be an optimal solution? Justify your answer
  2. Is the solution found by A* tree search with h2 guaranteed to have a cost at most twice as much as the optimal path? Justify your answer
  3. Consider the state space graph shown below in which some of the states are missing a heuristic value. Determine the possible range for each missing heuristic value so that the heuristic is admissible and consistent. If this isn’t possible write so

QUESTION 2 Let h(s) be an admissible A* heuristic. Let h2(s) = 2 h;(s) optimal solution? Justify (a) Is the solution found by

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Question 2 а) Solution False Explanation In h2 is not a guaranteed process to an optimal solution because only one side oftheSuch that g h0 g 2h1 <2(gh1)2C For C is the optimal cost Therefore g can be found path is twice then that of optimal path 2CFor s D Heuristic (D) c(D, G) heuristic (G) heuristic (D) <3 heuristic (B)c(B, D) heuristic (D) - 0heuristic (D) heuristic (F

Add a comment
Know the answer?
Add Answer to:
Let h1(s) be an admissible A* heuristic. Let h2(s)=2*h1(s) Is the solution found by A* tree...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • and the arrows represent possible action transitions. S is the start state and there are two goal states: G1 and G1. The cost of each action is given by the number next to the arrow. Each state is la...

    and the arrows represent possible action transitions. S is the start state and there are two goal states: G1 and G1. The cost of each action is given by the number next to the arrow. Each state is labelled by an identifying name (S, A-F, G1, G2, H) and also a number. The number is the value of a heuristic function, which gives an estimate of the cost of getting to the nearest goal from that node. (a) Consider the...

  • 1) Consider the directed graph below. “S” is the start state and “G1,G2,G3” are 3 goal...

    1) Consider the directed graph below. “S” is the start state and “G1,G2,G3” are 3 goal states. In traversing the graph one can move only in the direction indicated by the arrows. The numbers on the edges indicate the step-cost for traversing that edge. The numbers in the nodes represent the estimated cost to the nearest goal state. In the following you will be asked to search this graph using various search strategies. When you work out your answer, please...

  • Let T_1 be the rooted tree consisting of a single root vertex. For n greaterthanorequalto 2,...

    Let T_1 be the rooted tree consisting of a single root vertex. For n greaterthanorequalto 2, let T_n be the rooted tree consisting of a root vertex with four children, where the subtree rooted at each child is the tree T_n - 1. (a) Calculate how many paths in T_n start from the root vertex and end at a leaf vertex. (b) What is the minimum number of bits (0's and 1's) required to represent a path in T_n that...

  • Could someone let me know the correct answers for these questions?

    Question 1A finite-state machine (FSM) can serve as a useful model of a continuous (all its variables / attributes have real number values with infinite range and precision) environment. Yes or no?YesNo       Question 2Breadth-first and depth-first tree searches always start the search process at the root of the tree. Yes or no?YesNo      Question 3Consider a single-agent system where some agent A can travel to every place on the surface of the Earth (environment). Every place (environment state) on Earth can...

  • 2. Find the value(s) of h which make each system consistent. 5 (b) (a)22y h 1...

    2. Find the value(s) of h which make each system consistent. 5 (b) (a)22y h 1 (d)-2r3y 5 2rthy9 3. Suppose the system below is consistent for all possible values of f and . What can you say about the coefficients e and d Justify your answer

  • Assume that both populations are normally distributed. a) Test whether H1 H2 at the a= 0.01...

    Assume that both populations are normally distributed. a) Test whether H1 H2 at the a= 0.01 level of significance for the given sample data. b) Construct a 99% confidence interval about 11 -42 n Sample 1 20 53.5 9.4 Sample 2 13 44.8 11.3 х s Click the icon to view the Student t-distribution table. a) Perform a hypothesis test. Determine the null and alternative hypotheses. A. HO HH2, H:17H2 O B. Ho H1 H2, H7:41 H2 OC. Ho H1...

  • Write the equilibrium constant expression for the given reaction C(s) + 2 H,(9) = CH (8)...

    Write the equilibrium constant expression for the given reaction C(s) + 2 H,(9) = CH (8) Answer Bank K= ICH, IC) TH C Choose the equation below that best represents the first law of thermodynamics Eystem AE surroundings = AE. Esystem оооо ΔΕ,γ πεπι = -A Erroundings A Este > 0 If the value of K for a given reaction is found to be 2, what is the value of K for the reverse reaction? Cannot be determined 0.2 O...

  • Question 8 (Chapters 6-7) 12+2+2+3+2+4+4-19 marks] Let 0メS C Rn and fix E S. For a E R consider the following optimization problem: (Pa) min a r, and define the set K(S,x*) := {a E Rn : x. is a...

    Question 8 (Chapters 6-7) 12+2+2+3+2+4+4-19 marks] Let 0メS C Rn and fix E S. For a E R consider the following optimization problem: (Pa) min a r, and define the set K(S,x*) := {a E Rn : x. is a solution of (PJ) (a) Prove that K(S,'). Hint: Check 0 (b) Prove that K(S, r*) is a cone. (c) Prove that K(S,) is convex d) Let S C S2 and fix eS. Prove that K(S2, ) cK(S, (e) Ifx. E...

  • C++ Binary Search Tree question. I heed help with the level 2 question please, as level...

    C++ Binary Search Tree question. I heed help with the level 2 question please, as level 1 is already completed. I will rate the answer a 100% thumbs up. I really appreciate the help!. Thank you! searching.cpp #include <getopt.h> #include <iostream> #include <sstream> #include <stdlib.h> #include <unistd.h> using namespace std; // global variable for tree operations // use to control tree maintenance operations enum Mode { simple, randomised, avl } mode; // tree type // returns size of tree //...

  • C++ Binary Search Tree question. I heed help with the level 2 question please, as level...

    C++ Binary Search Tree question. I heed help with the level 2 question please, as level 1 is already completed. I will rate the answer a 100% thumbs up. I really appreciate the help!. Thank you! searching.cpp #include <getopt.h> #include <iostream> #include <sstream> #include <stdlib.h> #include <unistd.h> using namespace std; // global variable for tree operations // use to control tree maintenance operations enum Mode { simple, randomised, avl } mode; // tree type // returns size of tree //...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT