Computer Science, asked by Jeet611, 9 months ago

Which Search Uses The Problem Specific Knowledge In Addition To The Definition Of The Problem Statement

Answers

Answered by MaskedTitan
24

Explanation:

Informed search strategy is one that uses problem-specific knowledge beyond the definition of the problem itself. It can find solutions more efficiently than uninformed strategy.

Answered by poojan
1

Informed Search uses the problem specific knowledge in addition to the definition of the problem statement.

  • With low cost, It makes intelligent choices in the expansion of nodes, to reduce the no.of searches to be made. Optimization of searches!

  • So, the solutions can be find quickly using this type of search.

  • It is best known for it's working (it works beyond the function) and efficiency.

  • Using the heuristic function, iterations are done on the problem statement repeatedly, in attempt of trying to yield optimized solutions.

Learn more :

1) Do you think heuristic for rule learning and heuristics for decision trees are both same

https://brainly.in/question/5082850

2) What is heuristic in AI?

https://brainly.in/question/17593862

Similar questions