Can anyone explain me about the simulation of hill climbing algorithm??
Mostra commenti meno recenti
Hill climbing algorithm
Risposta accettata
Più risposte (2)
aswin t surendran
il 5 Mar 2015
0 voti
grace peng
il 19 Dic 2017
0 voti
hill climb algorithm is similar to the simulated annealing algorithm, which both of them are optimization.
this method selects an optimal solution as the current solution from the solution space of the current solution until it reaches a partial optimal solution。
Hill climbing algorithm is very simple to achieve, the main disadvantage is that it will fall into the partial optimal solution, but not necessarily able to search the ordinal (overall) optimal solution
Categorie
Scopri di più su Particle Swarm in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!