Power flow control using PSO

1 次查看(过去 30 天)
kash
kash 2012-11-6
回答: muluken 2023-5-29
I have a image below which contains objective function
please tell hoe to form it by PSO..IS ANY EXAMPLS AVAILABE for PSO for power flow
please help
i have found an example
pso('10+5*x1^2-0.8*x2',[-10 -20],[20 40],'min')
here the objective function is '10+5*x1^2-0.8*x2'
but i need the objective function as in the Image ,please help
  4 个评论
Walter Roberson
Walter Roberson 2012-11-6
After a bunch of study of the paper, it appears that the subscript "i" refers to three different control areas. The subscript on delta-P is "tie", with delta-P having been defined early on in the paper. Delta-f is also defined early on in the paper.
The only way to get the proper objective function is to expand the meanings of all of the functions such as delta-f, going right down to expanding the membership functions. You need to have each particle defined in terms of a 5-dimensional vector. It appears that you have some work ahead of you to get it right, and it appears that looking at PSO for some other power system is not going to be much assistance.
The meaning of the integral is not obvious; you will need to study that in order to figure out what is being integrated.
kash
kash 2012-11-6
ok walter thanks a lot for assistance

请先登录,再进行评论。

回答(1 个)

muluken
muluken 2023-5-29
It is in correct if i say calculatePowerFlow in codding

类别

Help CenterFile Exchange 中查找有关 Particle Swarm 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by