Question: Consider a search problem with unit edge costs ( i . e . , the cost of each edge is 1 ) and two consistent

Consider a search problem with unit edge costs (i.e., the cost of each edge is 1) and two consistent heuristic functions
h1 and h2. Recall that a heuristic function h is consistent if it satisfies the triangle inequality:
h(n)<= c(n, n0
)+ h(n
0
)
where c(n, n0
) is the optimal cost between nodes n and n
0
, and also satisfies h(goal)=0. Let h3(n)= max(h1(n), h2(n))
denote a new heuristic function.
(d)[3 pts] Is the heuristic function h3 admissible? If it is, prove it. If it is not, give a counter-example.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!