-
Calculate the size of the state space as a function of
$n$ . -
Calculate the branching factor as a function of
$n$ . -
Suppose that vehicle
$i$ is at$(x_i,y_i)$ ; write a nontrivial admissible heuristic$h_i$ for the number of moves it will require to get to its goal location$(n-i+1,n)$ , assuming no other vehicles are on the grid. -
Which of the following heuristics are admissible for the problem of moving all
$n$ vehicles to their destinations? Explain.-
$\sum_{i= 1}^{n} h_i$ . -
$\max{h_1,\ldots,h_n}$ . -
$\min{h_1,\ldots,h_n}$ .
-