recategorized
1,963 views
1 votes
1 votes

Math List-I with List-II:

$$\begin{array}{|c|l|c|l|} \hline {} & \text{List-I} & {}  & \text{List-II} \\ \hline (a) & \text{Greedy best-first} & (i) & \text{Minimal cost } (p)+h(p) \\ \hline (b) & \text{Lowest cost-first} & (ii) & \text{Minimal } h(p) \\ \hline (c) & A^* \text{ algorithm} & (iii) & \text{Minimal cost } (p) \\ \hline \end{array}$$

Choose the correct option from those given below:

  1. (a) – (i) ; (b) – (ii); (c) – (iii)
  2. (a) – (iii) ; (b) – (ii); (c) – (i)
  3. (a) – (i) ; (b) – (iii); (c) – (ii)
  4. (a) – (ii) ; (b) – (iii); (c) – (i)
recategorized

2 Answers

0 votes
0 votes

Greedy best first:  Minimal h(p)

Lowest cost: Minimal cost(p)

A* search: Minimal cost(p)+h(p) where, 

=> g = the movement cost to move from the starting point to a given square on the grid, following the path generated to get there. 
=> h = the estimated movement cost to move from that given square on the grid to the final destination. This is often referred to as the heuristic,

So,  option D is correct.

Answer:

Related questions

3.3k
views
1 answers
2 votes
Arjun asked Jul 2, 2019
3,310 views
Consider the game tree given below:Here $\bigcirc$ and $\Box$ represents MIN and MAX nodes respectively. The value of the root node of the game tree is$4$7$11$12$
2.6k
views
1 answers
1 votes
Arjun asked Jul 2, 2019
2,644 views
The STRIPS representation isa feature-centric representationan action-centric representationa combination of feature-centric and action-centric representationsa hierarchical feature-centric representation
3.5k
views
1 answers
1 votes
Arjun asked Jul 2, 2019
3,509 views
A fuzzy conjunction operator denoted as $t(x,y)$ and a fuzzy disjunction operator denoted as $s(x,y)$ form a dual pair if they satisfy the condition:$t(x,y) = 1-s(x,y)$t(x,y) = s(1-x,1-y)$t(x,y) = 1-s(1-x,1-y)$t(x,y) = s(1+x,1+y)$
6.7k
views
2 answers
1 votes
Arjun asked Jul 2, 2019
6,714 views
Consider the following:EvolutionSelectionReproductionMutationWhich of the following are found in genetic algorithms?b, c and d onlyb and d onlya, b, c and da, b and d only