Optimization of a power system using matlab and Genetic Algorithm
이전 댓글 표시
I'm using genetic algorithm with matlab to optimize the control of a power system taking into consideration the whole power flows in the power system to satisfy the power balance with respect to conversion efficiency and all other imposed constraints so I have a lot of big equations and formulations.
The problem is that I stuck at the begening of my code because the documetation and examples are very rare on the net, I'm trying to do somthing like this :
min Ctot = Cwt+Cpv+Cs+Cb
with respect to :
Ppv(t) + Pwt(t) = Pb(t) - Pl(t), t ∈ {t0,t0+∆t,...,t0+nt}
If Ppv(t) > Pl(t) then Pb(t)=0
Ppv_max ≤ Ppv(t)≤ Ppv_min
....
Pl : load power output
Ppv : Photovoltaic power output
Ctot : total cost of energy of the power system
....
I wish to create a "m" file or fintenss function of matlab using GA of formulations described above?
답변 (3개)
Vesselina Trashlieva
2016년 8월 17일
0 개 추천
Try this http://www.mathworks.com/help/gads/computing-objective-functions.html and then ... there is a simple example here http://www.mathworks.com/help/gads/ga.html?s_tid=srchtitle#responsive_offcanvas.
Mostafa Elkony
2017년 12월 15일
0 개 추천
do you reach to any point for that code ?
Banoth Krishna
2023년 4월 12일
0 개 추천
is there any one working.....genetic algorithm matlab code for power, speed optimization in two-step 16bit flash analog-to-digital converter. basic program....
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!