1.

A complete, local search algorithm always finds goal if one exists, an optimal algorithm always finds a global minimum/maximum.(a) True(b) FalseThis question was addressed to me in an online quiz.My question is based upon Local Search Problems and Optimization Problems in section Problem Solving of Artificial Intelligence

Answer»

Right answer is (a) True

To elaborate: An ALGORITHM is COMPLETE if it FINDS a solution if EXISTS and optimal if finds optimal GOAL (minimum or maximum).



Discussion

No Comment Found

Related InterviewSolutions