I want to implement the robot path planning program applying hill climbing algorithm.
I understand the basic of hill climbing algorithm but I cannot think any idea!
I also Googled the hill climbing algorithm, but I cannot find any information about robot path planning with hill climbing algorithm.
It is hard to implement start function, choosing neighbor function, and check/draw path using Bresenham's line algorithm.