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!