Question
5) Please answer full question showing detailed work for thumbs up. Suppose you have two admissible heuristics, h1 and h2. You decide to create the
5) Please answer full question showing detailed work for thumbs up.
Suppose you have two admissible heuristics, h1 and h2. You decide to create the following new heuristic functions defined as follows:
h3(n) = max(h1(n), h2(n))
h4(n) = max(h1(n), 1.1 * h2(n))
h5(n) = min(h1(n), 3Explain * h2(n))
h6(n) = h1(n) + h2(n)
h7(n) = (h1(n) + h2(n)) / 2
For each of the new heuristics specify of it is admissible or not. Justify your answer. For the new heuristics h2(n) to h7(n), if they are admissible, would you use them instead of using h1 or h2? why (or why not)?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started