Computer Science, asked by akshaigv8809, 1 year ago

explain hill climbing algorithm with its limitation ques10

Answers

Answered by Geekydude121
0

A hlll climbing algorithm is nothing but a technique of logical searching.It is an algorithm that starts with a solution to a problem which then furthur attempts to get a proper solution.

This is basically used for mathematical optimization in the artificial intelligence field and also belongs to a family of local search.

the only important limitation of hill climbing is that gloabal information might be encoded in functions which are heuristic.

Similar questions