You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Hill climbing method is an optimization technique that is able to build a search trajectory in the search space until reaching the local optima. It only accepts the uphill movement which leads it to easily get stuck in local optima. Several extensions to hill climbing have been proposed to overcome such problem such as Simulated Annealing, Tabu Search. In this paper, an extension version of hill climbing method has been proposed and called β-hill climbing. A stochastic operator called β-operator is utilized in hill climbing to control the balance between the exploration and exploitation during the search.
This is the source codes of the paper: Al-Betar, Mohammed Azmi. "β-Hill climbing: an exploratory local search." Neural Computing and Applications 28, no. 1 (2017): 153-168.
Cite As
Mohammed Awadallah (2026). β-Hill Climbing Optimizer (βHC) (https://uk.mathworks.com/matlabcentral/fileexchange/103935-hill-climbing-optimizer-hc), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (3.82 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
