SlideShare a Scribd company logo
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 1 
Paper Publications 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP Algorithm to Solve Optimal Reactive Power Dispatch Algorithm 
1Mr.K.Lenin, 2Dr.B.Ravindhranath Reddy, 3Dr.M.Surya Kalavathi 
1,2,3 Jawaharlal Nehru Technological University Kukatpally, Hyderabad 500 085, India 
Abstract: In this paper, merging Immune Genetic Particle Swarm Optimization algorithm (IGPSO) with BP algorithm to optimize BP Neural Network parameter i.e., BPIGPSO amalgamation to solve optimal reactive power dispatch algorithm. The basic perception is that first training BP neural network with IGPSO to find out a comparatively optimal solution, then take the network parameter at this time as the preliminary parameter of BP algorithm to carry out the training, finally searching the optimal solution. The proposed BPIGPSO has been tested on standard IEEE 57 bus test system and simulation results show clearly the better performance of the proposed algorithm in reducing the real power loss. 
Keywords: BP neural network, Immune Genetic Particle Swarm Optimization algorithm, Optimal Reactive Power, Transmission loss. 
I. INTRODUCTION 
Reactive power optimization places a significant role in optimal operation of power systems. Various numerical methods like the gradient method [1-2], Newton method [3] and linear programming [4-7] have been implemented to solve the optimal reactive power dispatch problem. Both the gradient and Newton methods have the intricacy in managing inequality constraints. The problem of voltage stability and collapse play a key role in power system planning and operation [8]. Evolutionary algorithms such as genetic algorithm have been already projected to solve the reactive power flow problem [9-11]. Evolutionary algorithm is a heuristic methodology used for minimization problems by utilizing nonlinear and non-differentiable continuous space functions. In [12], Hybrid differential evolution algorithm is projected to increase the voltage stability index. In [13] Biogeography Based algorithm is projected to solve the reactive power dispatch problem. In [14], a fuzzy based method is used to solve the optimal reactive power scheduling method. In [15], an improved evolutionary programming is used to elucidate the optimal reactive power dispatch problem. In [16], the optimal reactive power flow problem is solved by integrating a genetic algorithm with a nonlinear interior point method. In [17], a pattern algorithm is used to solve ac-dc optimal reactive power flow model with the generator capability limits. In [18], F. Capitanescu proposes a two-step approach to calculate Reactive power reserves with respect to operating constraints and voltage stability. In [19], a programming based approach is used to solve the optimal reactive power dispatch problem. In [20], A. Kargarian et al present a probabilistic algorithm for optimal reactive power provision in hybrid electricity markets with uncertain loads. This paper proposes Immune Genetic Particle Swarm Optimization algorithm (IGPSO) with BP algorithm to optimize BP Neural Network parameter i.e., BPIGPSO amalgamation [21-26] to solve reactive power dispatch problem. The basic idea is that first training network with IGPSO to find out a reasonably optimal solution, and then take the network parameter as the chief parameter of network in BP algorithm to carry out the training, lastly searching the optimal solution. Basic difficulties need to be solved by combination training algorithm are encoding of particles, creation of fitness function, modernizing of particles speed and position, enhancement on particle
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 2 
Paper Publications 
swarm optimization by using immunization information treating mechanism, grouping of optimal particles and BP algorithm. The proposed BPIGPSO algorithm has been evaluated on standard IEEE 57, bus test system. The simulation results show that our proposed approach outperforms all the entitled reported algorithms in minimization of real power loss. 
II. PROBLEM FORMULATION 
The OPF problem is considered as a common minimization problem with constraints, and can be written in the following form: 
Minimize f(x, u) (1) 
Subject to g(x,u)=0 (2) 
and 
(3) 
Where f(x,u) is the objective function. g(x.u) and h(x,u) are respectively the set of equality and inequality constraints. x is the vector of state variables, and u is the vector of control variables. 
The state variables are the load buses (PQ buses) voltages, angles, the generator reactive powers and the slack active generator power: 
( ) (4) 
The control variables are the generator bus voltages, the shunt capacitors and the transformers tap-settings: 
( ) (5) 
or 
( ) (6) 
Where Ng, Nt and Nc are the number of generators, number of tap transformers and the number of shunt compensators respectively. 
III. OBJECTIVE FUNCTION 
A. Active power loss 
The objective of the reactive power dispatch is to minimize the active power loss in the transmission network, which can be mathematically described as follows: 
Σ ( ) (7) 
or 
Σ Σ (8) 
Where gk : is the conductance of branch between nodes i and j, Nbr: is the total number of transmission lines in power systems. Pd: is the total active power demand, Pgi: is the generator active power of unit i, and Pgsalck: is the generator active power of slack bus. 
B. Voltage profile improvement 
For minimizing the voltage deviation in PQ buses, the objective function becomes: 
(9) 
Where ωv: is a weighting factor of voltage deviation. 
VD is the voltage deviation given by: 
Σ| | (10)
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 3 
Paper Publications 
C. Equality Constraint 
The equality constraint g(x,u) of the ORPD problem is represented by the power balance equation, where the total power generation must cover the total power demand and the power losses: 
(11) 
D. Inequality Constraints 
The inequality constraints h(x,u) imitate the limits on components in the power system as well as the limits created to ensure system security. Upper and lower bounds on the active power of slack bus, and reactive power of generators: 
(12) 
(13) 
Upper and lower bounds on the bus voltage magnitudes: 
(14) 
Upper and lower bounds on the transformers tap ratios: 
(15) 
Upper and lower bounds on the compensators reactive powers: 
(16) 
Where N is the total number of buses, NT is the total number of Transformers; Nc is the total number of shunt reactive compensators. 
IV. BP NEURAL NETWORK ALGORITHM 
BP neural network evaluation technique makes use of its robust capability in processing nonlinear problems to carry out evaluation of online education performance. This technique has advantages like self-learning, strong fault tolerance and adaptability; however, the algorithm is easy to be trapped into defects like local minimum, over-learning, strong operation specialization. The theory of BP neural network is compacted in basis, rigorous in derivation, clear in physical concept and strong in generalization. However, BP algorithm is the steepest descent method based on gradient, taking square error as objective function, so there unavoidably have the following four great defects: training easy to fall into local minimum, learning process slow in rate of convergence, structure of network difficult to be established, generalization ability of designed network unable to be guaranteed, which intensely influence the further development and application of BP neural network. 
V. BP NEURAL NETWORK ALGORITHM IMPROVEMENT WITH IGPSO ALGORITHM 
Immune Genetic Particle Swarm Optimization algorithm (IGPSO) with BP algorithm to optimize BP Neural Network parameter i.e., BPIGPSO amalgamation training algorithm. 
A. Encoding of particles 
Learning method of BP neural network is to carry out optimization study on such two incessant parameters of network as weight and threshold. As the preliminary value is tough to be confirmed, this paper adopts IGPSO to decide the primary parameter values of network. In the encoding process of particles, if binary encoding is adopted on parameters, the encoding string will be too long and shall be reverted to real numbers while decoding, thus inducing the learning accurateness of network and the running time of algorithm. Therefore, this theory adopts real number encoding form, i.e., code string form, as shown in equation (17), in which V = (v1, v2, …, vD), X symbolizes the position of particles, V represents the speed of particles, D represents the total number of optimal network parameters; D can be obtained through equation (18): 
(17) 
(18)
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 4 
Paper Publications 
B. Development of fitness function 
PSO algorithm fundamentally makes no use of external information in the evolution probing, only taking fitness function as reference, making use of the fitness value of each individual in the group to carry out searching, judging the superiority of individuals with fitness value. Therefore, it is serious to choose fitness function, directly inducing the rate of convergence of PSO algorithm and whether able to find optimal solution. Generally, fitness function is altered from objective function. This study defines the network error as equation (19). Error function is also the objective function in this theory. As the small the objective function value is, the larger the fitness value is and the larger the objective function value is, the smaller the fitness value is, fitness function shall take the reciprocal of objective function, i.e., fitness function as shown equation (20): 
Σ ΣΣ( ) (19) 
⁄ (20) 
C. Updating of particles speed and position 
PSO algorithm first initializes a collection of arbitrary particles, then find out optimal solution through iterations. During each iteration, particles modernize themselves through tracking two “extreme”, i.e., individual extreme Pi and global extreme Pg. Suppose that the initialized group size is N, the position of the ith particle in the d th dimension is xid, flying speed is vid, the optimal position searched by it at present is pid, the optimal position searched by the entire particle swarm at present is pgd, then the algorithm formulation for the updating of particles position and speed is given by equation (21) : 
{ ( ( ) ( ) ) (21) 
In which wmax and wmin represent the maximum and minimum values of w, respectively, nummax and num are largest iterations and current iteration, respectively, [ ] , x is constriction. According to application experience, x = 0.729, c1 = c2 = 2.05, r1 and r2 are arbitrary numbers among (0, 1), vmax is constant which is set by users; termination condition of iteration, according to specific problems, is generally the largest iterations or that the optimal position searched by particle swarm up till now meeting the presumed minimum threshold. 
D. Improving PSO by immunization information procedure 
Immunological memory means that immune system often saves the antibody intruding antigen reaction part as memory cells. While the antigens of the same kind re-intrude, memory cells will be stimulated and produce large amount of antibodies. In IGPSO, this idea is used for saving outstanding particles, inspecting relatively outstanding particles created during the process of each iteration as memory cells. While new-fangled particles are tested to not imitate to the requirements, it is considered that it is very low in fitness and shall be substituted by memory cells. Immunological regulation mechanism means that it will be endorsed while the affinity of antibodies and antigens is large or low in concentration, while it will be restrained while the affinity of antibodies and antigens is small or high in concentration and different antibodies keep certain concentration all along. Such topographies are used for selecting new-fangled particles in IGPSO.Test the newly created N particles, if the position of particles is infeasible solution, i.e., certain-dimensional component of X is not within the entitled scope, substitute with memory particles. Arbitrarily create M new particles meeting requirements. Re-select N particles according to affinity and concentration of antibodies and antigens. While training BP network, the greater the fitness of particles (antibodies) is, the stronger the affinity is and the lower the fitness is, the poorer the affinity is. Hence, affinity can be articulated with the reciprocal of fitness function, as shown in equation (22), selection probability determined by affinity as shown in equation (23), concentration of particles can be calculated with fitness by using equation (24), selection probability determined by concentration as shown in equation (25), probability for particles to be selected can be obtained through equation (26), in which i = 1, 2, …, M + N, α is a weight coefficient among (0, 1); M + N particles can be ordered according to Pi, the first N particles with large Pi values will be selected:
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 5 
Paper Publications 
⁄ (22) 
Σ ⁄ (23) 
Σ| | ⁄ (24) 
Σ ⁄ (25) 
(26) 
In immune system, vaccines are a kind of estimate on certain gene of optimal antibody, based on people‟s more or less priori knowledge on elucidating problems and extracting characteristic information. Vaccination is to alter certain components of antibodies according to vaccines. Immunization selection is used to check the performance of antibodies through vaccination. If the fitness is not as worthy as paternal generation after vaccination, the paternal generation shall be kept; if the fitness is better than paternal generation after vaccination, then choosing whether substitute its paternal generation through probability. In IGPSO, pg produced in every iteration can be considered to be the most closed to the optimal solution, taking its definite component as vaccine to carry out vaccination and selection on particles. Techniques are as follows: 
(i) Arbitrarily draw a particle from N new particles, and then arbitrarily draw a component in pg and interchange with the drawn particle in corresponding position, finish one vaccination. 
(ii) Check whether the vaccinated particle meets the constraint conditions, abandon if not; carry out fitness calculation if yes. If the fitness is less than that before vaccination, then abandon; or else, carry out probability calculation. While calculating probability, arbitrarily generate a number through Rand ( ) to compare with threshold pg, selection the particle if it is larger, or else, abandon. 
(iii)After q times of looping execution (i.e., q times of vaccination) on the above vaccines and immunization selection, produce new-generation N particles and carry out next iteration. 
(iv) After training through IGPSO, find out pg particle, decoding each component in pg into corresponding parameter values, then train with BP algorithm until the algorithm meeting termination conditions. 
VI. BPIGPSO ALGORITHM TRAINING STEPS 
1. Arbitrarily initialize N particles according to parameter setting. 
2. Compute the fitness of each particle in the group and save the particle with optimal fitness as memory particle. 
3. Produce new N particles according to equation 21. 
4. Check each particle in particle group, substitute with memory particles if not meeting conditions; or else, turn to the 5th step. 
5. Arbitrarily generate M particles, select N particles in M+N particles according to affinity and concentration. 
6. Re-generate new N particles according to vaccination and immunization selection mechanism. 
7. Go to the 8th step if reaching the set evolution generation or current optimal particle meeting conditions; or else, go to the 2nd step. 
8. Decode the optimal particle in the 7th step into network parameter to oblige as the preliminary parameter of BP network. 
9. Alter current network parameters with BP algorithm. 
10Terminate if reaching the termination condition of BP algorithm; or else, go to the 9th step. 
VII. SIMULATION RESULTS 
The proposed BPIGPSO algorithm for solving ORPD problem is tested in standard IEEE-57 bus power system. The IEEE 57-bus system data consists of 80 branches, 7 generator-buses and 17 branches under load tap setting transformer branches. The possible reactive power compensation buses are 18, 25 and 53. Bus 2, 3, 6, 8, 9 and 12 are PV buses and bus 1 is selected as slack-bus. In this case, the search space has 27 dimensions, i.e., the seven generator voltages, 17
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 6 
Paper Publications 
transformer taps, and three capacitor banks. The system variable limits are given in Table I. The preliminary conditions for the IEEE-57 bus power system are given as follows: 
Pload = 12.425 p.u. Qload = 3.337 p.u. 
The total initial generations and power losses are obtained as follows: 
Σ = 12.7728 p.u. Σ = 3.4559 p.u. 
Ploss = 0.27445 p.u. Qloss = -1.2248 p.u. 
Table II shows the various system control variables i.e. generator bus voltages, shunt capacitances and transformer tap settings obtained after BPIGPSO based optimization which are within their acceptable limits. In Table III, a comparison of optimum results obtained from proposed BPIGPSO with other optimization techniques for optimal reactive power dispatch (ORPD) problem mentioned in literature for IEEE-57 bus power system is given. These results indicate the robustness of proposed BPIGPSO approach for providing better optimal solution in case of IEEE-57 bus system. 
TABLE I: VARIABLES LIMITS FOR IEEE-57 BUS POWER SYSTEM (P.U.) 
REACTIVE POWER GENERATION LIMITS 
BUS NO 
1 
2 
3 
6 
8 
9 
12 
QGMIN 
-1.1 
-.010 
-.01 
-0.01 
-1.1 
-0.02 
-0.2 
QGMAX 
1 
0.1 
0.1 
0.23 
1 
0.01 
1.50 
VOLTAGE AND TAP SETTING LIMITS 
VGMIN 
VGMAX 
VPQMIN 
VPQMAX 
TKMIN 
TKMAX 
0.5 
1.0 
0.91 
1.01 
0.5 
1.0 
SHUNT CAPACITOR LIMITS 
BUS NO 
18 
25 
53 
QCMIN 
0 
0 
0 
QCMAX 
10 
5.1 
6.2 
TABLE II: CONTROL VARIABLES OBTAINED AFTER OPTIMIZATION BY BPIGPSO METHOD FOR IEEE-57 BUS SYSTEM (P.U.). 
Control 
Variables 
BPIGPSO 
V1 
1.1 
V2 
1.063 
V3 
1.058 
V6 
1.048 
V8 
1.060 
V9 
1.037 
V12 
1.045 
Qc18 
0.0849 
Qc25 
0.334 
Qc53 
0.0627 
T4-18 
1.019 
T21-20 
1.052 
T24-25 
0.966 
T24-26 
0.933
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 7 
Paper Publications 
T7-29 
1.076 
T34-32 
0.937 
T11-41 
1.014 
T15-45 
1.059 
T14-46 
0.923 
T10-51 
1.037 
T13-49 
1.058 
T11-43 
0.919 
T40-56 
0.905 
T39-57 
0.963 
T9-55 
0.978 
TABLE III: COMPARATIVE OPTIMIZATION RESULTS FOR IEEE-57 BUS POWER SYSTEM (P.U.) 
S.No. 
Optimization 
Algorithm 
Best Solution 
Worst Solution 
Average 
Solution 
1 
NLP [27] 
0.25902 
0.30854 
0.27858 
2 
CGA [27] 
0.25244 
0.27507 
0.26293 
3 
AGA [27] 
0.24564 
0.26671 
0.25127 
4 
PSO-w [27] 
0.24270 
0.26152 
0.24725 
5 
PSO-cf [27] 
0.24280 
0.26032 
0.24698 
6 
CLPSO [27] 
0.24515 
0.24780 
0.24673 
7 
SPSO-07 [27] 
0.24430 
0.25457 
0.24752 
8 
L-DE [27] 
0.27812 
0.41909 
0.33177 
9 
L-SACP-DE [27] 
0.27915 
0.36978 
0.31032 
10 
L-SaDE [27] 
0.24267 
0.24391 
0.24311 
11 
SOA [27] 
0.24265 
0.24280 
0.24270 
12 
LM [28] 
0.2484 
0.2922 
0.2641 
13 
MBEP1 [28] 
0.2474 
0.2848 
0.2643 
14 
MBEP2 [28] 
0.2482 
0.283 
0.2592 
15 
BES100 [28] 
0.2438 
0.263 
0.2541 
16 
BES200 [28] 
0.3417 
0.2486 
0.2443 
17 
Proposed BPIGPSO 
0.22349 
0.23468 
0.23116
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 8 
Paper Publications 
VIII. CONCLUSION 
In this paper, the BPIGPSO has been efficaciously implemented to solve Optimal Reactive Power Dispatch problem. The projected algorithm has been tested on the standard IEEE 57 -bus system. The results are compared with other heuristic methods and the proposed algorithm demonstrated its efficiency and strength in minimization of real power loss and also various system control variables are well within the acceptable limits . 
REFERENCES 
[1] O.Alsac,and B. Scott, “Optimal load flow with steady state security”,IEEE Transaction. PAS -1973, pp. 745-751. 
[2] Lee K Y , Paru M Oritz J L –A united approach to optimal real and reactive power dispatch , IEEE Transactions on power Apparatus and systems 1985: PAS-104 : 1147-1153 
[3] A.Monticelli , M .V.F Pereira and S. Granville “Security constrained optimal power flow with post contingency corrective rescheduling” , IEEE Transactions on Power Systems :PWRS-2, No. 1, pp.175-182.,1987. 
[4] Deeb N ,Shahidehpur S.M ,Linear reactive power optimization in a large network using the decomposition approach. IEEE Transactions on power system 1990: 5(2) : 428-435 
[5] E. Hobson ,’Network consrained reactive power control using linear programming, ‘ IEEE Transactions on power systems PAS -99 (4) ,pp 868=877, 1980 
[6] K.Y Lee , Y.M Park and J.L Oritz, “Fuel –cost optimization for both real and reactive power dispatches” , IEE Proc; 131C,(3), pp.85-93. 
[7] M.K. Mangoli, and Y. Lee, “Optimal real reactive power control using linear programming” , Electr.Power Syst.Res, Vol.26, pp.1-10,1993. 
[8] C.A. Canizares , Z.de Souza and V.H. Quintana “ Comparison of performance indices for detection proximity to voltage collapse ,’’ vol. 11. no.3 , pp.1441-1450, Aug 1996 . 
[9] S.R.Paranjothi ,and K.Anburaja, “Optimal power flow using refined genetic algorithm”, Electr.Power Compon.Syst , Vol. 30, 1055-1063,2002. 
[10] D. Devaraj, and B. Yeganarayana, “Genetic algorithm based optimal power flow for security enhancement”, IEE proc-Generation.Transmission and. Distribution; 152, 6 November 2005. 
[11] A.Berizzi, C. Bovo, M. Merlo, and Delfanti, “A ga approach to compare orpf objective functions including secondary voltage regulation,” Electric Power Systems Research, vol. 84, no. 1, pp. 187 – 194, 2012. 
[12] C.-F. Yang, G. Lai, C.-H. Lee, C.-T. Su, and G. W. Chang, “Optimal setting of reactive compensation devices with an improved voltage stability index for enhancement,” International Journal of Electrical Power and Energy Systems, vol. 37, no. 1, pp. 50 – 57, 2012. 
[13] P. Roy, S. Ghoshal, and Thakur, “Optimal var control for improvements in voltage profiles real power loss minimization using biogeography based optimization,” International Journal of Electrical Power and Energy Systems, vol. 43, no. 1, pp. 830 – 838, 2012. 
[14] B. Venkatesh, G. Sadasivam, and M. Khan, “A new optimal reactive power scheduling method for loss minimization and voltage stability margin maximization using successive multi-objective fuzzy lp technique,” IEEE Transactions on Power Systems, vol. 15, no. 2, pp. 844 – 851, may 2000. 
[15] W. Yan, S. Lu, and D. Yu, “A novel optimal reactive power dispatch method based on an improved hybrid evolutionary programming technique,” IEEE Transactions on Power Systems, vol. 19, no. 2, pp. 913 – 918, may 2004. 
[16] W. Yan, F. Liu, C. Chung, and K. Wong, “A hybrid genetic algorithminterior point method for optimal reactive power flow,” IEEE Transactions on Power Systems, vol. 21, no. 3, pp. 1163 –1169, aug. 2006. 
[17] J. Yu, W. Yan, Li, C. Chung, and K. Wong, “An unfixed piecewiseoptimal reactive power-flow model and its algorithm for ac-dc systems,” IEEE Transactions on Power Systems, vol. 23, no. 1, pp. 170 –176, feb. 2008. 
[18] F. Capitanescu, “Assessing reactive power reserves with respect to operating constraints and voltage stability,” IEEE Transactions on Power Systems, vol. 26, no. 4, pp. 2224–2234, nov. 2011.
ISSN: 2349-7815 
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) 
Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org 
Page | 9 
Paper Publications 
[19] Z. Hu, X. Wang, and G. Taylor, “Stochastic optimal reactive power dispatch: Formulation solution method,” International Journal of Electrical Power and Energy Systems, vol. 32, no. 6, pp. 615 – 621, 2010. 
[20] A.Kargarian, M. Raoofat, and Mohammadi, “Probabilistic reactive power procurement in hybrid electricity markets with uncertain loads,” Electric Power Systems Research, vol. 82, no. 1, pp. 68 – 80, 2012. 
[21] Gao, X. and Z.Y. Zhang, 2010. An novel BP neural network algorithm. J. Math., 19: 1179-1186. 
[22] Yang, B.Z. and G. Tian, 2011. Research on customer value classification based BP neural network algorithm. Sci. Tech. Manage. Res., 12: 168-174. 
[23] Zhu, C.J. and E.H. Jiang, 2010. A study on roughness coefficient using BP neural network. Com., 5: 1356-1363. 
[24] Wang, J.P. and Y.S. Gu, 2012. Multi-robot task allocation based on genetic algorithm. J. Com., 7: 2160-2167. 
[25] Kennedy, J. and R. Eberhart, Particle swarm optimization," IEEE Proc. International Conference on Neural Networks, 1942-1948, Perth, August, November 1995. 
[26] Xinwu Li, “ A New Algorithm for Demand Prediction of Fresh Agricultural Product Supply Chain” Advance Journal of Food Science and Technology 6(5): 593-597, 2014 
[27] Chaohua Dai, Weirong Chen, Yunfang Zhu, and Xuexia Zhang, “Seeker optimization algorithm for optimal reactive power dispatch,” IEEE Trans. Power Systems, Vol. 24, No. 3, August 2009, pp. 1218-1231. 
[28] J. R. Gomes and 0. Saavedra, “Optimal reactive power dispatch using evolutionary computation: Extended algorithms,” IEE Proc.-Gener. Transm. Distrib.. Vol. 146, No. 6. Nov. 1999. 
Author’s Biography: 
K. Lenin has received his B.E., Degree, electrical and electronics engineering in 1999 from university of madras, Chennai, India and M.E., Degree in power systems in 2000 from Annamalai University, TamilNadu, India. Presently pursuing Ph.D., degree at JNTU, Hyderabad,India. 
Bhumanapally. RavindhranathReddy, Born on 3rd September,1969. Got his B.Tech in Electrical & Electronics Engineering from the J.N.T.U. College of Engg., Anantapur in the year 1991. Completed his M.Tech in Energy Systems in IPGSR of J.N.T.University Hyderabad in the year 1997. Obtained his doctoral degree from JNTUA,Anantapur University in the field of Electrical Power Systems. Published 12 Research Papers and presently guiding 6 Ph.D. Scholars. He was specialized in Power Systems, High Voltage Engineering and Control Systems. His research interests include Simulation studies on Transients of different power system equipment. 
M. Surya Kalavathi has received her B.Tech. Electrical and Electronics Engineering from SVU, Andhra Pradesh, India and M.Tech, power system operation and control from SVU, Andhra Pradesh, India. she received her Phd. Degree from JNTU, hyderabad and Post doc. From CMU – USA. Currently she is Professor and Head of the electrical and electronics engineering department in JNTU, Hyderabad, India and she has Published 16 Research Papers and presently guiding 5 Ph.D. Scholars. She has specialised in Power Systems, High Voltage Engineering and Control Systems. Her research interests include Simulation studies on Transients of different power system equipment. She has 18 years of experience. She has invited for various lectures in institutes.

More Related Content

PDF
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
Journal For Research
 
PDF
01 16286 32182-1-sm multiple (edit)
IAESIJEECS
 
PDF
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
ijeei-iaes
 
PDF
Enriched Firefly Algorithm for Solving Reactive Power Problem
ijeei-iaes
 
PDF
APPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNS
IJCNCJournal
 
PDF
22 7404 latex power beaconb
IAESIJEECS
 
PDF
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
ijsc
 
PDF
Serial & Circular Peer Harvesting by Wireless Powered Communication Network
IRJET Journal
 
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
Journal For Research
 
01 16286 32182-1-sm multiple (edit)
IAESIJEECS
 
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
ijeei-iaes
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
ijeei-iaes
 
APPROXIMATING NASH EQUILIBRIUM UNIQUENESS OF POWER CONTROL IN PRACTICAL WSNS
IJCNCJournal
 
22 7404 latex power beaconb
IAESIJEECS
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
ijsc
 
Serial & Circular Peer Harvesting by Wireless Powered Communication Network
IRJET Journal
 

What's hot (18)

PDF
40220140503002
IAEME Publication
 
PDF
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
IJECEIAES
 
PDF
Designing Conservative Reversible N-Bit Binary Comparator for Emerging Quantu...
VIT-AP University
 
PDF
Approximated computing for low power neural networks
TELKOMNIKA JOURNAL
 
PDF
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
IJAPEJOURNAL
 
PDF
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
marwaeng
 
PDF
Kl2417741781
IJERA Editor
 
PDF
IRJET- K-SVD: Dictionary Developing Algorithms for Sparse Representation ...
IRJET Journal
 
PDF
Security constrained optimal load dispatch using hpso technique for thermal s...
eSAT Publishing House
 
PDF
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
IJLT EMAS
 
PDF
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
TELKOMNIKA JOURNAL
 
PDF
Be35317323
IJERA Editor
 
PDF
IRJET- Optimization of a Power Splitting Protocol for Two-Way Multiple En...
IRJET Journal
 
PDF
19 avadhanam kartikeya sarma 177-185
Alexander Decker
 
PDF
Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...
IOSR Journals
 
PDF
Energy Splitting for SWIPT in QoS-constraint MTC Network: A Non-Cooperative G...
IJCNCJournal
 
PDF
Reactive Power Planning using Real GA Comparison with Evolutionary Programming
IDES Editor
 
40220140503002
IAEME Publication
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
IJECEIAES
 
Designing Conservative Reversible N-Bit Binary Comparator for Emerging Quantu...
VIT-AP University
 
Approximated computing for low power neural networks
TELKOMNIKA JOURNAL
 
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
IJAPEJOURNAL
 
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
marwaeng
 
Kl2417741781
IJERA Editor
 
IRJET- K-SVD: Dictionary Developing Algorithms for Sparse Representation ...
IRJET Journal
 
Security constrained optimal load dispatch using hpso technique for thermal s...
eSAT Publishing House
 
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
IJLT EMAS
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
TELKOMNIKA JOURNAL
 
Be35317323
IJERA Editor
 
IRJET- Optimization of a Power Splitting Protocol for Two-Way Multiple En...
IRJET Journal
 
19 avadhanam kartikeya sarma 177-185
Alexander Decker
 
Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...
IOSR Journals
 
Energy Splitting for SWIPT in QoS-constraint MTC Network: A Non-Cooperative G...
IJCNCJournal
 
Reactive Power Planning using Real GA Comparison with Evolutionary Programming
IDES Editor
 
Ad

Viewers also liked (20)

PDF
An Hybrid Learning Approach using Particle Intelligence Dynamics and Bacteri...
IJMER
 
PPTX
Solving TSP using Hybrid GACO
Shruti Gandhi
 
PDF
Conjectural Swot Up of Low Employee Retention Factors in Star Category Hotels
paperpublications3
 
PDF
Discouraged Youth in Mauritius
paperpublications3
 
PDF
Source, Availability and Use of Agricultural Informationby Extension Agents i...
paperpublications3
 
PDF
Improved Spider Algorithm for Solving Optimal Reactive Power Dispatch Problem
paperpublications3
 
PDF
Mutation Induction for Improvement of Banana (Musa Spp). "Berangan Cv. Intan-...
paperpublications3
 
PDF
Memetic search in differential evolution algorithm
Dr Sandeep Kumar Poonia
 
PDF
Adopting Quadrilateral Arabic Roots in Search Engine of E-library System
paperpublications3
 
PDF
Ebola Virus Disease: An Emerging Global Public Health Concern
paperpublications3
 
PDF
Optical Characterization of Fluorine Doped Tin Oxide Deposited By Spray Pyrol...
paperpublications3
 
PDF
Data Structure the Basic Structure for Programming
paperpublications3
 
PPTX
Solving the traveling salesman problem by genetic algorithm
Alex Bidanets
 
PDF
Study on Impact of Land Fragmentation in Agriculture-A Case of Rajshahi Distr...
paperpublications3
 
PDF
Counter Terrorism and the Protection of Human Rights in the Perspective of th...
paperpublications3
 
PDF
Ecological Diversity of Flora and Fauna at Curzon Hall, University Of Dhaka, ...
paperpublications3
 
PDF
Factors affecting the use of Public Procurement and Disposal Act of 2005 in P...
paperpublications3
 
PDF
EFFECTS OF REWARD SYSTEMS ON EMPLOYEE PRODUCTIVITY IN CATHOLIC UNIVERSITY OF ...
paperpublications3
 
PDF
Intercropping of Maize(Zea mays L.) with Spear mint(Mentha spicata L.) as Sup...
paperpublications3
 
PDF
Impact of Inventory Management on the Effectiveness of Supply Chain Managemen...
paperpublications3
 
An Hybrid Learning Approach using Particle Intelligence Dynamics and Bacteri...
IJMER
 
Solving TSP using Hybrid GACO
Shruti Gandhi
 
Conjectural Swot Up of Low Employee Retention Factors in Star Category Hotels
paperpublications3
 
Discouraged Youth in Mauritius
paperpublications3
 
Source, Availability and Use of Agricultural Informationby Extension Agents i...
paperpublications3
 
Improved Spider Algorithm for Solving Optimal Reactive Power Dispatch Problem
paperpublications3
 
Mutation Induction for Improvement of Banana (Musa Spp). "Berangan Cv. Intan-...
paperpublications3
 
Memetic search in differential evolution algorithm
Dr Sandeep Kumar Poonia
 
Adopting Quadrilateral Arabic Roots in Search Engine of E-library System
paperpublications3
 
Ebola Virus Disease: An Emerging Global Public Health Concern
paperpublications3
 
Optical Characterization of Fluorine Doped Tin Oxide Deposited By Spray Pyrol...
paperpublications3
 
Data Structure the Basic Structure for Programming
paperpublications3
 
Solving the traveling salesman problem by genetic algorithm
Alex Bidanets
 
Study on Impact of Land Fragmentation in Agriculture-A Case of Rajshahi Distr...
paperpublications3
 
Counter Terrorism and the Protection of Human Rights in the Perspective of th...
paperpublications3
 
Ecological Diversity of Flora and Fauna at Curzon Hall, University Of Dhaka, ...
paperpublications3
 
Factors affecting the use of Public Procurement and Disposal Act of 2005 in P...
paperpublications3
 
EFFECTS OF REWARD SYSTEMS ON EMPLOYEE PRODUCTIVITY IN CATHOLIC UNIVERSITY OF ...
paperpublications3
 
Intercropping of Maize(Zea mays L.) with Spear mint(Mentha spicata L.) as Sup...
paperpublications3
 
Impact of Inventory Management on the Effectiveness of Supply Chain Managemen...
paperpublications3
 
Ad

Similar to Combination of Immune Genetic Particle Swarm Optimization algorithm with BP algorithm to solve optimal reactive power dispatch algorithm (20)

PDF
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
paperpublications3
 
PDF
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
ijeei-iaes
 
PDF
Short Term Electrical Load Forecasting by Artificial Neural Network
IJERA Editor
 
PDF
A hybrid approach of artificial neural network-particle swarm optimization a...
IJECEIAES
 
PDF
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Kashif Mehmood
 
PPTX
FINAL VERSION sss.pptx
DeanAcademicsRamacha
 
PPTX
FINAL VERSION PPT.pptx
DeanAcademicsRamacha
 
PDF
Comparative study of methods for optimal reactive power dispatch
elelijjournal
 
PDF
Performance assessment of an optimization strategy proposed for power systems
TELKOMNIKA JOURNAL
 
PDF
Optimal neural network models for wind speed prediction
IAEME Publication
 
PDF
Optimal neural network models for wind speed prediction
IAEME Publication
 
PDF
Optimal neural network models for wind speed prediction
IAEME Publication
 
PDF
Security constrained optimal load dispatch using hpso technique for thermal s...
eSAT Journals
 
PDF
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
International Journal of Science and Research (IJSR)
 
PDF
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
VLSICS Design
 
PDF
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
VLSICS Design
 
PDF
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
VLSICS Design
 
PDF
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
VLSICS Design
 
PDF
Identification study of solar cell/module using recent optimization techniques
IJECEIAES
 
PDF
Black-box modeling of nonlinear system using evolutionary neural NARX model
IJECEIAES
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
paperpublications3
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
ijeei-iaes
 
Short Term Electrical Load Forecasting by Artificial Neural Network
IJERA Editor
 
A hybrid approach of artificial neural network-particle swarm optimization a...
IJECEIAES
 
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Kashif Mehmood
 
FINAL VERSION sss.pptx
DeanAcademicsRamacha
 
FINAL VERSION PPT.pptx
DeanAcademicsRamacha
 
Comparative study of methods for optimal reactive power dispatch
elelijjournal
 
Performance assessment of an optimization strategy proposed for power systems
TELKOMNIKA JOURNAL
 
Optimal neural network models for wind speed prediction
IAEME Publication
 
Optimal neural network models for wind speed prediction
IAEME Publication
 
Optimal neural network models for wind speed prediction
IAEME Publication
 
Security constrained optimal load dispatch using hpso technique for thermal s...
eSAT Journals
 
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
International Journal of Science and Research (IJSR)
 
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
VLSICS Design
 
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
VLSICS Design
 
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
VLSICS Design
 
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
VLSICS Design
 
Identification study of solar cell/module using recent optimization techniques
IJECEIAES
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
IJECEIAES
 

Recently uploaded (20)

PPTX
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
PDF
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
PPTX
quantum computing transition from classical mechanics.pptx
gvlbcy
 
PDF
Zero Carbon Building Performance standard
BassemOsman1
 
PPTX
Tunnel Ventilation System in Kanpur Metro
220105053
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PPTX
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
PDF
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
PDF
AI-Driven IoT-Enabled UAV Inspection Framework for Predictive Maintenance and...
ijcncjournal019
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PPTX
Information Retrieval and Extraction - Module 7
premSankar19
 
PDF
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
PPT
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
PPTX
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
PPTX
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
PDF
All chapters of Strength of materials.ppt
girmabiniyam1234
 
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
quantum computing transition from classical mechanics.pptx
gvlbcy
 
Zero Carbon Building Performance standard
BassemOsman1
 
Tunnel Ventilation System in Kanpur Metro
220105053
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
AI-Driven IoT-Enabled UAV Inspection Framework for Predictive Maintenance and...
ijcncjournal019
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
Information Retrieval and Extraction - Module 7
premSankar19
 
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
All chapters of Strength of materials.ppt
girmabiniyam1234
 

Combination of Immune Genetic Particle Swarm Optimization algorithm with BP algorithm to solve optimal reactive power dispatch algorithm

  • 1. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 1 Paper Publications Combination of Immune Genetic Particle Swarm Optimization algorithm with BP Algorithm to Solve Optimal Reactive Power Dispatch Algorithm 1Mr.K.Lenin, 2Dr.B.Ravindhranath Reddy, 3Dr.M.Surya Kalavathi 1,2,3 Jawaharlal Nehru Technological University Kukatpally, Hyderabad 500 085, India Abstract: In this paper, merging Immune Genetic Particle Swarm Optimization algorithm (IGPSO) with BP algorithm to optimize BP Neural Network parameter i.e., BPIGPSO amalgamation to solve optimal reactive power dispatch algorithm. The basic perception is that first training BP neural network with IGPSO to find out a comparatively optimal solution, then take the network parameter at this time as the preliminary parameter of BP algorithm to carry out the training, finally searching the optimal solution. The proposed BPIGPSO has been tested on standard IEEE 57 bus test system and simulation results show clearly the better performance of the proposed algorithm in reducing the real power loss. Keywords: BP neural network, Immune Genetic Particle Swarm Optimization algorithm, Optimal Reactive Power, Transmission loss. I. INTRODUCTION Reactive power optimization places a significant role in optimal operation of power systems. Various numerical methods like the gradient method [1-2], Newton method [3] and linear programming [4-7] have been implemented to solve the optimal reactive power dispatch problem. Both the gradient and Newton methods have the intricacy in managing inequality constraints. The problem of voltage stability and collapse play a key role in power system planning and operation [8]. Evolutionary algorithms such as genetic algorithm have been already projected to solve the reactive power flow problem [9-11]. Evolutionary algorithm is a heuristic methodology used for minimization problems by utilizing nonlinear and non-differentiable continuous space functions. In [12], Hybrid differential evolution algorithm is projected to increase the voltage stability index. In [13] Biogeography Based algorithm is projected to solve the reactive power dispatch problem. In [14], a fuzzy based method is used to solve the optimal reactive power scheduling method. In [15], an improved evolutionary programming is used to elucidate the optimal reactive power dispatch problem. In [16], the optimal reactive power flow problem is solved by integrating a genetic algorithm with a nonlinear interior point method. In [17], a pattern algorithm is used to solve ac-dc optimal reactive power flow model with the generator capability limits. In [18], F. Capitanescu proposes a two-step approach to calculate Reactive power reserves with respect to operating constraints and voltage stability. In [19], a programming based approach is used to solve the optimal reactive power dispatch problem. In [20], A. Kargarian et al present a probabilistic algorithm for optimal reactive power provision in hybrid electricity markets with uncertain loads. This paper proposes Immune Genetic Particle Swarm Optimization algorithm (IGPSO) with BP algorithm to optimize BP Neural Network parameter i.e., BPIGPSO amalgamation [21-26] to solve reactive power dispatch problem. The basic idea is that first training network with IGPSO to find out a reasonably optimal solution, and then take the network parameter as the chief parameter of network in BP algorithm to carry out the training, lastly searching the optimal solution. Basic difficulties need to be solved by combination training algorithm are encoding of particles, creation of fitness function, modernizing of particles speed and position, enhancement on particle
  • 2. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 2 Paper Publications swarm optimization by using immunization information treating mechanism, grouping of optimal particles and BP algorithm. The proposed BPIGPSO algorithm has been evaluated on standard IEEE 57, bus test system. The simulation results show that our proposed approach outperforms all the entitled reported algorithms in minimization of real power loss. II. PROBLEM FORMULATION The OPF problem is considered as a common minimization problem with constraints, and can be written in the following form: Minimize f(x, u) (1) Subject to g(x,u)=0 (2) and (3) Where f(x,u) is the objective function. g(x.u) and h(x,u) are respectively the set of equality and inequality constraints. x is the vector of state variables, and u is the vector of control variables. The state variables are the load buses (PQ buses) voltages, angles, the generator reactive powers and the slack active generator power: ( ) (4) The control variables are the generator bus voltages, the shunt capacitors and the transformers tap-settings: ( ) (5) or ( ) (6) Where Ng, Nt and Nc are the number of generators, number of tap transformers and the number of shunt compensators respectively. III. OBJECTIVE FUNCTION A. Active power loss The objective of the reactive power dispatch is to minimize the active power loss in the transmission network, which can be mathematically described as follows: Σ ( ) (7) or Σ Σ (8) Where gk : is the conductance of branch between nodes i and j, Nbr: is the total number of transmission lines in power systems. Pd: is the total active power demand, Pgi: is the generator active power of unit i, and Pgsalck: is the generator active power of slack bus. B. Voltage profile improvement For minimizing the voltage deviation in PQ buses, the objective function becomes: (9) Where ωv: is a weighting factor of voltage deviation. VD is the voltage deviation given by: Σ| | (10)
  • 3. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 3 Paper Publications C. Equality Constraint The equality constraint g(x,u) of the ORPD problem is represented by the power balance equation, where the total power generation must cover the total power demand and the power losses: (11) D. Inequality Constraints The inequality constraints h(x,u) imitate the limits on components in the power system as well as the limits created to ensure system security. Upper and lower bounds on the active power of slack bus, and reactive power of generators: (12) (13) Upper and lower bounds on the bus voltage magnitudes: (14) Upper and lower bounds on the transformers tap ratios: (15) Upper and lower bounds on the compensators reactive powers: (16) Where N is the total number of buses, NT is the total number of Transformers; Nc is the total number of shunt reactive compensators. IV. BP NEURAL NETWORK ALGORITHM BP neural network evaluation technique makes use of its robust capability in processing nonlinear problems to carry out evaluation of online education performance. This technique has advantages like self-learning, strong fault tolerance and adaptability; however, the algorithm is easy to be trapped into defects like local minimum, over-learning, strong operation specialization. The theory of BP neural network is compacted in basis, rigorous in derivation, clear in physical concept and strong in generalization. However, BP algorithm is the steepest descent method based on gradient, taking square error as objective function, so there unavoidably have the following four great defects: training easy to fall into local minimum, learning process slow in rate of convergence, structure of network difficult to be established, generalization ability of designed network unable to be guaranteed, which intensely influence the further development and application of BP neural network. V. BP NEURAL NETWORK ALGORITHM IMPROVEMENT WITH IGPSO ALGORITHM Immune Genetic Particle Swarm Optimization algorithm (IGPSO) with BP algorithm to optimize BP Neural Network parameter i.e., BPIGPSO amalgamation training algorithm. A. Encoding of particles Learning method of BP neural network is to carry out optimization study on such two incessant parameters of network as weight and threshold. As the preliminary value is tough to be confirmed, this paper adopts IGPSO to decide the primary parameter values of network. In the encoding process of particles, if binary encoding is adopted on parameters, the encoding string will be too long and shall be reverted to real numbers while decoding, thus inducing the learning accurateness of network and the running time of algorithm. Therefore, this theory adopts real number encoding form, i.e., code string form, as shown in equation (17), in which V = (v1, v2, …, vD), X symbolizes the position of particles, V represents the speed of particles, D represents the total number of optimal network parameters; D can be obtained through equation (18): (17) (18)
  • 4. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 4 Paper Publications B. Development of fitness function PSO algorithm fundamentally makes no use of external information in the evolution probing, only taking fitness function as reference, making use of the fitness value of each individual in the group to carry out searching, judging the superiority of individuals with fitness value. Therefore, it is serious to choose fitness function, directly inducing the rate of convergence of PSO algorithm and whether able to find optimal solution. Generally, fitness function is altered from objective function. This study defines the network error as equation (19). Error function is also the objective function in this theory. As the small the objective function value is, the larger the fitness value is and the larger the objective function value is, the smaller the fitness value is, fitness function shall take the reciprocal of objective function, i.e., fitness function as shown equation (20): Σ ΣΣ( ) (19) ⁄ (20) C. Updating of particles speed and position PSO algorithm first initializes a collection of arbitrary particles, then find out optimal solution through iterations. During each iteration, particles modernize themselves through tracking two “extreme”, i.e., individual extreme Pi and global extreme Pg. Suppose that the initialized group size is N, the position of the ith particle in the d th dimension is xid, flying speed is vid, the optimal position searched by it at present is pid, the optimal position searched by the entire particle swarm at present is pgd, then the algorithm formulation for the updating of particles position and speed is given by equation (21) : { ( ( ) ( ) ) (21) In which wmax and wmin represent the maximum and minimum values of w, respectively, nummax and num are largest iterations and current iteration, respectively, [ ] , x is constriction. According to application experience, x = 0.729, c1 = c2 = 2.05, r1 and r2 are arbitrary numbers among (0, 1), vmax is constant which is set by users; termination condition of iteration, according to specific problems, is generally the largest iterations or that the optimal position searched by particle swarm up till now meeting the presumed minimum threshold. D. Improving PSO by immunization information procedure Immunological memory means that immune system often saves the antibody intruding antigen reaction part as memory cells. While the antigens of the same kind re-intrude, memory cells will be stimulated and produce large amount of antibodies. In IGPSO, this idea is used for saving outstanding particles, inspecting relatively outstanding particles created during the process of each iteration as memory cells. While new-fangled particles are tested to not imitate to the requirements, it is considered that it is very low in fitness and shall be substituted by memory cells. Immunological regulation mechanism means that it will be endorsed while the affinity of antibodies and antigens is large or low in concentration, while it will be restrained while the affinity of antibodies and antigens is small or high in concentration and different antibodies keep certain concentration all along. Such topographies are used for selecting new-fangled particles in IGPSO.Test the newly created N particles, if the position of particles is infeasible solution, i.e., certain-dimensional component of X is not within the entitled scope, substitute with memory particles. Arbitrarily create M new particles meeting requirements. Re-select N particles according to affinity and concentration of antibodies and antigens. While training BP network, the greater the fitness of particles (antibodies) is, the stronger the affinity is and the lower the fitness is, the poorer the affinity is. Hence, affinity can be articulated with the reciprocal of fitness function, as shown in equation (22), selection probability determined by affinity as shown in equation (23), concentration of particles can be calculated with fitness by using equation (24), selection probability determined by concentration as shown in equation (25), probability for particles to be selected can be obtained through equation (26), in which i = 1, 2, …, M + N, α is a weight coefficient among (0, 1); M + N particles can be ordered according to Pi, the first N particles with large Pi values will be selected:
  • 5. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 5 Paper Publications ⁄ (22) Σ ⁄ (23) Σ| | ⁄ (24) Σ ⁄ (25) (26) In immune system, vaccines are a kind of estimate on certain gene of optimal antibody, based on people‟s more or less priori knowledge on elucidating problems and extracting characteristic information. Vaccination is to alter certain components of antibodies according to vaccines. Immunization selection is used to check the performance of antibodies through vaccination. If the fitness is not as worthy as paternal generation after vaccination, the paternal generation shall be kept; if the fitness is better than paternal generation after vaccination, then choosing whether substitute its paternal generation through probability. In IGPSO, pg produced in every iteration can be considered to be the most closed to the optimal solution, taking its definite component as vaccine to carry out vaccination and selection on particles. Techniques are as follows: (i) Arbitrarily draw a particle from N new particles, and then arbitrarily draw a component in pg and interchange with the drawn particle in corresponding position, finish one vaccination. (ii) Check whether the vaccinated particle meets the constraint conditions, abandon if not; carry out fitness calculation if yes. If the fitness is less than that before vaccination, then abandon; or else, carry out probability calculation. While calculating probability, arbitrarily generate a number through Rand ( ) to compare with threshold pg, selection the particle if it is larger, or else, abandon. (iii)After q times of looping execution (i.e., q times of vaccination) on the above vaccines and immunization selection, produce new-generation N particles and carry out next iteration. (iv) After training through IGPSO, find out pg particle, decoding each component in pg into corresponding parameter values, then train with BP algorithm until the algorithm meeting termination conditions. VI. BPIGPSO ALGORITHM TRAINING STEPS 1. Arbitrarily initialize N particles according to parameter setting. 2. Compute the fitness of each particle in the group and save the particle with optimal fitness as memory particle. 3. Produce new N particles according to equation 21. 4. Check each particle in particle group, substitute with memory particles if not meeting conditions; or else, turn to the 5th step. 5. Arbitrarily generate M particles, select N particles in M+N particles according to affinity and concentration. 6. Re-generate new N particles according to vaccination and immunization selection mechanism. 7. Go to the 8th step if reaching the set evolution generation or current optimal particle meeting conditions; or else, go to the 2nd step. 8. Decode the optimal particle in the 7th step into network parameter to oblige as the preliminary parameter of BP network. 9. Alter current network parameters with BP algorithm. 10Terminate if reaching the termination condition of BP algorithm; or else, go to the 9th step. VII. SIMULATION RESULTS The proposed BPIGPSO algorithm for solving ORPD problem is tested in standard IEEE-57 bus power system. The IEEE 57-bus system data consists of 80 branches, 7 generator-buses and 17 branches under load tap setting transformer branches. The possible reactive power compensation buses are 18, 25 and 53. Bus 2, 3, 6, 8, 9 and 12 are PV buses and bus 1 is selected as slack-bus. In this case, the search space has 27 dimensions, i.e., the seven generator voltages, 17
  • 6. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 6 Paper Publications transformer taps, and three capacitor banks. The system variable limits are given in Table I. The preliminary conditions for the IEEE-57 bus power system are given as follows: Pload = 12.425 p.u. Qload = 3.337 p.u. The total initial generations and power losses are obtained as follows: Σ = 12.7728 p.u. Σ = 3.4559 p.u. Ploss = 0.27445 p.u. Qloss = -1.2248 p.u. Table II shows the various system control variables i.e. generator bus voltages, shunt capacitances and transformer tap settings obtained after BPIGPSO based optimization which are within their acceptable limits. In Table III, a comparison of optimum results obtained from proposed BPIGPSO with other optimization techniques for optimal reactive power dispatch (ORPD) problem mentioned in literature for IEEE-57 bus power system is given. These results indicate the robustness of proposed BPIGPSO approach for providing better optimal solution in case of IEEE-57 bus system. TABLE I: VARIABLES LIMITS FOR IEEE-57 BUS POWER SYSTEM (P.U.) REACTIVE POWER GENERATION LIMITS BUS NO 1 2 3 6 8 9 12 QGMIN -1.1 -.010 -.01 -0.01 -1.1 -0.02 -0.2 QGMAX 1 0.1 0.1 0.23 1 0.01 1.50 VOLTAGE AND TAP SETTING LIMITS VGMIN VGMAX VPQMIN VPQMAX TKMIN TKMAX 0.5 1.0 0.91 1.01 0.5 1.0 SHUNT CAPACITOR LIMITS BUS NO 18 25 53 QCMIN 0 0 0 QCMAX 10 5.1 6.2 TABLE II: CONTROL VARIABLES OBTAINED AFTER OPTIMIZATION BY BPIGPSO METHOD FOR IEEE-57 BUS SYSTEM (P.U.). Control Variables BPIGPSO V1 1.1 V2 1.063 V3 1.058 V6 1.048 V8 1.060 V9 1.037 V12 1.045 Qc18 0.0849 Qc25 0.334 Qc53 0.0627 T4-18 1.019 T21-20 1.052 T24-25 0.966 T24-26 0.933
  • 7. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 7 Paper Publications T7-29 1.076 T34-32 0.937 T11-41 1.014 T15-45 1.059 T14-46 0.923 T10-51 1.037 T13-49 1.058 T11-43 0.919 T40-56 0.905 T39-57 0.963 T9-55 0.978 TABLE III: COMPARATIVE OPTIMIZATION RESULTS FOR IEEE-57 BUS POWER SYSTEM (P.U.) S.No. Optimization Algorithm Best Solution Worst Solution Average Solution 1 NLP [27] 0.25902 0.30854 0.27858 2 CGA [27] 0.25244 0.27507 0.26293 3 AGA [27] 0.24564 0.26671 0.25127 4 PSO-w [27] 0.24270 0.26152 0.24725 5 PSO-cf [27] 0.24280 0.26032 0.24698 6 CLPSO [27] 0.24515 0.24780 0.24673 7 SPSO-07 [27] 0.24430 0.25457 0.24752 8 L-DE [27] 0.27812 0.41909 0.33177 9 L-SACP-DE [27] 0.27915 0.36978 0.31032 10 L-SaDE [27] 0.24267 0.24391 0.24311 11 SOA [27] 0.24265 0.24280 0.24270 12 LM [28] 0.2484 0.2922 0.2641 13 MBEP1 [28] 0.2474 0.2848 0.2643 14 MBEP2 [28] 0.2482 0.283 0.2592 15 BES100 [28] 0.2438 0.263 0.2541 16 BES200 [28] 0.3417 0.2486 0.2443 17 Proposed BPIGPSO 0.22349 0.23468 0.23116
  • 8. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 8 Paper Publications VIII. CONCLUSION In this paper, the BPIGPSO has been efficaciously implemented to solve Optimal Reactive Power Dispatch problem. The projected algorithm has been tested on the standard IEEE 57 -bus system. The results are compared with other heuristic methods and the proposed algorithm demonstrated its efficiency and strength in minimization of real power loss and also various system control variables are well within the acceptable limits . REFERENCES [1] O.Alsac,and B. Scott, “Optimal load flow with steady state security”,IEEE Transaction. PAS -1973, pp. 745-751. [2] Lee K Y , Paru M Oritz J L –A united approach to optimal real and reactive power dispatch , IEEE Transactions on power Apparatus and systems 1985: PAS-104 : 1147-1153 [3] A.Monticelli , M .V.F Pereira and S. Granville “Security constrained optimal power flow with post contingency corrective rescheduling” , IEEE Transactions on Power Systems :PWRS-2, No. 1, pp.175-182.,1987. [4] Deeb N ,Shahidehpur S.M ,Linear reactive power optimization in a large network using the decomposition approach. IEEE Transactions on power system 1990: 5(2) : 428-435 [5] E. Hobson ,’Network consrained reactive power control using linear programming, ‘ IEEE Transactions on power systems PAS -99 (4) ,pp 868=877, 1980 [6] K.Y Lee , Y.M Park and J.L Oritz, “Fuel –cost optimization for both real and reactive power dispatches” , IEE Proc; 131C,(3), pp.85-93. [7] M.K. Mangoli, and Y. Lee, “Optimal real reactive power control using linear programming” , Electr.Power Syst.Res, Vol.26, pp.1-10,1993. [8] C.A. Canizares , Z.de Souza and V.H. Quintana “ Comparison of performance indices for detection proximity to voltage collapse ,’’ vol. 11. no.3 , pp.1441-1450, Aug 1996 . [9] S.R.Paranjothi ,and K.Anburaja, “Optimal power flow using refined genetic algorithm”, Electr.Power Compon.Syst , Vol. 30, 1055-1063,2002. [10] D. Devaraj, and B. Yeganarayana, “Genetic algorithm based optimal power flow for security enhancement”, IEE proc-Generation.Transmission and. Distribution; 152, 6 November 2005. [11] A.Berizzi, C. Bovo, M. Merlo, and Delfanti, “A ga approach to compare orpf objective functions including secondary voltage regulation,” Electric Power Systems Research, vol. 84, no. 1, pp. 187 – 194, 2012. [12] C.-F. Yang, G. Lai, C.-H. Lee, C.-T. Su, and G. W. Chang, “Optimal setting of reactive compensation devices with an improved voltage stability index for enhancement,” International Journal of Electrical Power and Energy Systems, vol. 37, no. 1, pp. 50 – 57, 2012. [13] P. Roy, S. Ghoshal, and Thakur, “Optimal var control for improvements in voltage profiles real power loss minimization using biogeography based optimization,” International Journal of Electrical Power and Energy Systems, vol. 43, no. 1, pp. 830 – 838, 2012. [14] B. Venkatesh, G. Sadasivam, and M. Khan, “A new optimal reactive power scheduling method for loss minimization and voltage stability margin maximization using successive multi-objective fuzzy lp technique,” IEEE Transactions on Power Systems, vol. 15, no. 2, pp. 844 – 851, may 2000. [15] W. Yan, S. Lu, and D. Yu, “A novel optimal reactive power dispatch method based on an improved hybrid evolutionary programming technique,” IEEE Transactions on Power Systems, vol. 19, no. 2, pp. 913 – 918, may 2004. [16] W. Yan, F. Liu, C. Chung, and K. Wong, “A hybrid genetic algorithminterior point method for optimal reactive power flow,” IEEE Transactions on Power Systems, vol. 21, no. 3, pp. 1163 –1169, aug. 2006. [17] J. Yu, W. Yan, Li, C. Chung, and K. Wong, “An unfixed piecewiseoptimal reactive power-flow model and its algorithm for ac-dc systems,” IEEE Transactions on Power Systems, vol. 23, no. 1, pp. 170 –176, feb. 2008. [18] F. Capitanescu, “Assessing reactive power reserves with respect to operating constraints and voltage stability,” IEEE Transactions on Power Systems, vol. 26, no. 4, pp. 2224–2234, nov. 2011.
  • 9. ISSN: 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 1, Issue 2, pp: (1-9), Month: July 2014 - September 2014, Available at: www.paperpublications.org Page | 9 Paper Publications [19] Z. Hu, X. Wang, and G. Taylor, “Stochastic optimal reactive power dispatch: Formulation solution method,” International Journal of Electrical Power and Energy Systems, vol. 32, no. 6, pp. 615 – 621, 2010. [20] A.Kargarian, M. Raoofat, and Mohammadi, “Probabilistic reactive power procurement in hybrid electricity markets with uncertain loads,” Electric Power Systems Research, vol. 82, no. 1, pp. 68 – 80, 2012. [21] Gao, X. and Z.Y. Zhang, 2010. An novel BP neural network algorithm. J. Math., 19: 1179-1186. [22] Yang, B.Z. and G. Tian, 2011. Research on customer value classification based BP neural network algorithm. Sci. Tech. Manage. Res., 12: 168-174. [23] Zhu, C.J. and E.H. Jiang, 2010. A study on roughness coefficient using BP neural network. Com., 5: 1356-1363. [24] Wang, J.P. and Y.S. Gu, 2012. Multi-robot task allocation based on genetic algorithm. J. Com., 7: 2160-2167. [25] Kennedy, J. and R. Eberhart, Particle swarm optimization," IEEE Proc. International Conference on Neural Networks, 1942-1948, Perth, August, November 1995. [26] Xinwu Li, “ A New Algorithm for Demand Prediction of Fresh Agricultural Product Supply Chain” Advance Journal of Food Science and Technology 6(5): 593-597, 2014 [27] Chaohua Dai, Weirong Chen, Yunfang Zhu, and Xuexia Zhang, “Seeker optimization algorithm for optimal reactive power dispatch,” IEEE Trans. Power Systems, Vol. 24, No. 3, August 2009, pp. 1218-1231. [28] J. R. Gomes and 0. Saavedra, “Optimal reactive power dispatch using evolutionary computation: Extended algorithms,” IEE Proc.-Gener. Transm. Distrib.. Vol. 146, No. 6. Nov. 1999. Author’s Biography: K. Lenin has received his B.E., Degree, electrical and electronics engineering in 1999 from university of madras, Chennai, India and M.E., Degree in power systems in 2000 from Annamalai University, TamilNadu, India. Presently pursuing Ph.D., degree at JNTU, Hyderabad,India. Bhumanapally. RavindhranathReddy, Born on 3rd September,1969. Got his B.Tech in Electrical & Electronics Engineering from the J.N.T.U. College of Engg., Anantapur in the year 1991. Completed his M.Tech in Energy Systems in IPGSR of J.N.T.University Hyderabad in the year 1997. Obtained his doctoral degree from JNTUA,Anantapur University in the field of Electrical Power Systems. Published 12 Research Papers and presently guiding 6 Ph.D. Scholars. He was specialized in Power Systems, High Voltage Engineering and Control Systems. His research interests include Simulation studies on Transients of different power system equipment. M. Surya Kalavathi has received her B.Tech. Electrical and Electronics Engineering from SVU, Andhra Pradesh, India and M.Tech, power system operation and control from SVU, Andhra Pradesh, India. she received her Phd. Degree from JNTU, hyderabad and Post doc. From CMU – USA. Currently she is Professor and Head of the electrical and electronics engineering department in JNTU, Hyderabad, India and she has Published 16 Research Papers and presently guiding 5 Ph.D. Scholars. She has specialised in Power Systems, High Voltage Engineering and Control Systems. Her research interests include Simulation studies on Transients of different power system equipment. She has 18 years of experience. She has invited for various lectures in institutes.