Can anyone explain me about the simulation of hill climbing algorithm??
3 views (last 30 days)
Show older comments
Hill climbing algorithm
0 Comments
Accepted Answer
Fan
on 5 Mar 2015
Simply speaking, in PV system, you change the voltage of the PV array, and measure the output power. E.g., if the voltage increase will lead to output power increase, then you need to continue increase the voltage, as this will lead you to the peak of the PV output. If the increase of voltage will result in decrease of output power, then you need to decrease the voltage as you already pass the peak point.
More Answers (2)
grace peng
on 19 Dec 2017
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
0 Comments
See Also
Categories
Find more on Solar Power in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!