Menu

Problem Solving Questions

MCQ
61.
Heuristic function h(n) is ________
forum Discussion
MCQ
62.
Greedy search strategy chooses the node for expansion in ___________
forum Discussion
MCQ
63.
What is the evaluation function in greedy approach?
forum Discussion
MCQ
64.
What is the space complexity of Greedy search?
forum Discussion
MCQ
65.
What is the evaluation function in A* approach?
forum Discussion
MCQ
66.
A* is optimal if h(n) is an admissible heuristic-that is, provided that h(n) never underestimates the cost to reach the goal.
forum Discussion
MCQ
67.
In many problems the path to goal is irrelevant, this class of problems can be solved using ____________
forum Discussion
MCQ
68.
Though local search algorithms are not systematic, key advantages would include __________
forum Discussion
MCQ
69.
A complete, local search algorithm always finds goal if one exists, an optimal algorithm always finds a global minimum/maximum.
forum Discussion
MCQ
70.
A complete, local search algorithm always finds goal if one exists, an optimal algorithm always finds a global minimum/maximum.
forum Discussion
chevron_left BackPage 7 of 10Next chevron_right