Computer Science, asked by ansu3871, 1 year ago

Difference between informed and uninformed search strategies in ai

Answers

Answered by praveen2003d
8

Difference between uniformed search and informed search are given :

Uniformed search technique have access only to the problem definition whereas Informed search technique have access to heuristic function as well as problem definition.

Uniformed search is less efficient whereas informed search is more efficient.

Every action is equally good in uninformed search whereas Every action is not equally good in informed search.

Many problems are not solved by uniformed search whereas Most of the problem are solved by informed search.

Uniformed search known as blind search whereas Informed search is known as heuristic search.

Uniformed search can handle large search problem whereas Informed search can not handle large search problem.

Uniformed search use more computation whereas Informed search use less computation.

Answered by phillipinestest
0

The main difference between the uniformed search and the informed search are as follows:

An uninformed search is also referred as a blind search because the search is not conditional and it follows no specific criteria to search the list.

On the other hand informed search has all the related information about the search like the estimated distance, the current state of the search etc.  

Similar questions