Computer Science, asked by pinalpatel1623, 1 year ago

Describe hill-climbing algorithm. What are it's limitations.

Answers

Answered by aneemashree
0

A hill climbing algorithm is a technique of logical searching.It is an algorithm that starts with a solution to a problem which then further attempts to get a proper solution.

Limitations of hill climbing algorithm is that global imformation might been encoded in function which are heuristic.

Similar questions