kdajskdjla alsdklsa For more articles Subscribe and follow my blog and me. If you have doubts in expanding and exploring research with this article kindly send me mail( balakawshik2000@gmail.com ) regarding your doubt. I am open to clarify. Attribution: Some Images were taken from unsplash.com Under a free license scheme. Images were used with proper attribution in the ALT tag of every Image. Remaining Images were created by me using( draw.io ) and I declare them as Open Source and Attribution is not mandatory.
Introduction
Hill Climbing Algorithm comes under the heuristic search or informed search strategy which used to solve many types of AI problem such as block-world, water-jug, etc.,
In this article we are going to discuss about the usage, benefits and drawback of this algorithm. But we are going to focus only on How the algorithm works? rather than on How it is applied?
This algorithm named according to its working. The algorithm works very similar to the person in the below image who always focuses on higher points to climb the hill (Goal) .
Types of Hill Climbing Algorithm
- Simple Hill Climbing Algorithm
- Steepest Ascent Hill Climbing Algorithm
- Stochastic Hill Climbing Algorithm
General Working
- The Algorithm generally move up in the direction of higher values.
- IT breaks while moving up in the loop when it reaches the peak and no neighbour has a higher value.
- It doesn't maintain any search tree.
- It only looks for immediate neighbour of current state.
For more articles Subscribe and follow my blog and me. If you have doubts in expanding and exploring research with this article kindly send me mail( balakawshik2000@gmail.com ) regarding your doubt. I am open to clarify.
Attribution:
Some Images were taken from unsplash.com
Under a free license scheme. Images were used with proper attribution in the ALT tag of every Image.
Remaining Images were created by me using(draw.io) and I declare them as Open Source and Attribution is not mandatory.
Comments
Post a Comment