Computer Science, asked by bhasitadasari4997, 11 months ago

Describe hill climbing algorithm. what are the problems of hill climbing?

Answers

Answered by sunny6629
0
Hope !hey
In numerical analysis, hill climbing is a mathematical optimization technique which belongs to the family of local search. It is an iterative algorithm that starts with an arbitrary solution to a problem, then attempts to find a better solution by making an incrementalchange to the solution. If the change produces a better solution, another incremental change is made to the new solution, and so on until no further improvements can be found.

For example, hill climbing can be applied to the travelling salesman problem. It is easy to find an initial solution that visits all the cities but will likely be very poor compared to the optimal solution. The algorithm starts with such a solution and makes small improvements to it, such as switching the order in which two cities are visited. Eventually, a much shorter route is likely to be obtained.
Hope Its are cleared u !


sunny6629: marks its branelist
sunny6629: please
Similar questions