Clear Filters
Clear Filters

Power flow control using PSO

4 views (last 30 days)
kash
kash on 6 Nov 2012
Answered: muluken on 29 May 2023
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 Comments
Walter Roberson
Walter Roberson on 6 Nov 2012
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 on 6 Nov 2012
ok walter thanks a lot for assistance

Sign in to comment.

Answers (1)

muluken
muluken on 29 May 2023
It is in correct if i say calculatePowerFlow in codding

Tags

Community Treasure Hunt

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

Start Hunting!