0
2.6kviews
Hill climbing search.
1 Answer
0
52views

The Hill – climbing search algo is shown in figure 4.11. it is simply a loop that continuously moves in the direction of increasing value i.e. uphill. It terminates when it reaches a “peak”. Where no neighbor has a higher value. The algorithm does not maintain a search tree, so …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.