필터 지우기
필터 지우기

Can anyone explain me about the simulation of hill climbing algorithm??

조회 수: 6 (최근 30일)
Hill climbing algorithm

채택된 답변

Fan
Fan 2015년 3월 5일
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.
  댓글 수: 3
Fan
Fan 2015년 3월 5일
In File Exchange, search "MPPT", majority of the models are based on hill climbing PO or INC methods.
Fan
Fan 2015년 3월 5일
Pay attention to the MATLAB version, I think some of them may have problems running in latest MATLAB.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

aswin t surendran
aswin t surendran 2015년 3월 5일
matlab model

grace peng
grace peng 2017년 12월 19일
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

카테고리

Help CenterFile Exchange에서 Solar Power에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by