Optimization of a power system using matlab and Genetic Algorithm
Mostra commenti meno recenti
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?
Risposte (3)
Vesselina Trashlieva
il 17 Ago 2016
0 voti
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.
1 Commento
Nabil Q
il 17 Ago 2016
Mostafa Elkony
il 15 Dic 2017
0 voti
do you reach to any point for that code ?
Banoth Krishna
il 12 Apr 2023
0 voti
is there any one working.....genetic algorithm matlab code for power, speed optimization in two-step 16bit flash analog-to-digital converter. basic program....
Categorie
Scopri di più su Genetic Algorithm in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!