Can anyone explain me about the simulation of hill climbing algorithm??
Ältere Kommentare anzeigen
Hill climbing algorithm
Akzeptierte Antwort
Weitere Antworten (2)
aswin t surendran
am 5 Mär. 2015
0 Stimmen
grace peng
am 19 Dez. 2017
0 Stimmen
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
Kategorien
Mehr zu Particle Swarm finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!