Optimization of a power system using matlab and Genetic Algorithm
Afficher commentaires plus anciens
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?
Réponses (3)
Vesselina Trashlieva
le 17 Août 2016
0 votes
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 commentaire
Nabil Q
le 17 Août 2016
Mostafa Elkony
le 15 Déc 2017
0 votes
do you reach to any point for that code ?
Banoth Krishna
le 12 Avr 2023
0 votes
is there any one working.....genetic algorithm matlab code for power, speed optimization in two-step 16bit flash analog-to-digital converter. basic program....
Catégories
En savoir plus sur Genetic Algorithm dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!