A_review_of_reactive_power_optimization_algorithm_
A_review_of_reactive_power_optimization_algorithm_
DOI: 10.54254/2753-8818/5/20230545
Yijun Ma
School of intelligent manufacturing, Nanyang Institute Of Technology, 80 Changjiang
Road, Wancheng District, Nanyang City, Henan Province, China
2500531775@qq.com
Abstract. The paper analyses the significance of reactive power optimization, generalizes the
current situation of power system development. Various optimization algorithms were
introduced in this paper such as traditional optimization algorithm, intelligence optimization
algorithm, including the methods of linear programming, Newton’s method, heuristic
optimization algorithm, etc. This research analyzes the advantages and disadvantages of each
algorithm and its application direction by comparing their outstanding performance in solving
discrete variables and continuous variables. The purpose of the research is to find the optimal
solution of reactive power optimization algorithm, minimize the transport network loss of
power system, and improve the quality of users.
1. Introduction
As the economy grows, so does the need for electricity, prompting the government to focus more on
improving the country's electrical infrastructure. If reactive power is allocated and dispatched
efficiently, not only can the voltage level be maintained and the stability of power system operation be
enhanced, but active power loss and reactive power loss may also be minimized. It is also a crucial
resource for helping dispatchers set up the appropriate operating mode and prepare for optimal
reactive power usage. Power savings, higher voltage quality, and more stable power grid operation are
just a few of the many tangible benefits of reactive power management. As far as the current situation
is concerned, there are generally insufficient reactive power or unreasonable reactive power
distribution in the power distribution system. What we need to do is to find the best algorithm for
rational distribution of reactive power. The research about reactive power optimization could decrease
the incidence of system breakdown and other accidents, proving that power system could operate
more efficiently and economically [1]. The research of the algorithm is to better solve the discrete
variables and continuous variables. The paper will analyze a variety of algorithms to solve the
problem of reactive power optimization. Different algorithms can be selected to solve different
problems.
© 2023 The Authors. This is an open access article distributed under the terms of the Creative Commons Attribution License 4.0
(https://creativecommons.org/licenses/by/4.0/).
888
Proceedings of the 2nd International Conference on Computing Innovation and Applied Physics (CONF-CIAP 2023)
DOI: 10.54254/2753-8818/5/20230545
When the system's structural parameters and load conditions are known, reactive power optimization
is the process of adjusting the system's reactive power by optimizing a subset of its control variables,
with the goal of achieving the system's optimal performance on one or more performance indicators.
Whether or not the reactive power distribution of the system reasonably and directly affects the safety
and stability of the power system, reactive power optimization is of major significance. Analyzing
from the user's perspective, the most basic purpose of power system is to provide electricity to the
user, the transmission error will have a great impact on the people's lives if it happens, it is necessary
to ensure the normal operation of the power grid. Reactive power optimization can keep the voltage
stable through the reactive power flow distribution. From the perspective of power transmission
companies, reactive power optimization can effectively reduce network loss, improve transmission
efficiency, reduce transportation costs, and help power transmission companies obtain more benefits.
Therefore, the research on reactive power optimization has the great practical significance.
Subject to:
𝑃𝑖 − 𝑈𝑖 ∑𝑛𝑗=1 𝑈𝑗 (𝐺𝑖𝑗 cos 𝛿𝑖𝑗 + 𝐵𝑖𝑗 sin 𝛿𝑖𝑗 ) = 0
𝑄𝑖 − 𝑈𝑖 ∑𝑛𝑗=1 𝑈𝑗 (𝐺𝑖𝑗 sin 𝛿𝑖𝑗 + 𝐵𝑖𝑗 cos 𝛿𝑖𝑗 ) = 0
𝑢𝑖 𝑚𝑖𝑛 ≤ 𝑢𝑖 ≤ 𝑢𝑖 𝑚𝑎𝑥 (2)
𝑄𝐺𝑖 𝑚𝑖𝑛 ≤ 𝑄𝐺𝑖 ≤ 𝑄𝐺𝑖 𝑚𝑎𝑥
𝑄𝐶𝑖 𝑚𝑖𝑛 ≤ 𝑄𝐶𝑖 ≤ 𝑄𝐶𝑖 𝑚𝑎𝑥
{ 𝑇𝑖 𝑚𝑖𝑛 ≤ 𝑇𝑖 ≤ 𝑇𝑖 𝑚𝑎𝑥
In (2): nl means total number of legs, u is voltage, Gjy is conductance, Q Gi is reactive power output
of generator, Q Ci is reactive power compensation capacity of reactive power compensation device,
Ti is the i-th on-load voltage regulating transformer ratio.
3.2. Reactive power optimization model with minimum difference between node voltage and specified
value
Objective function:
𝑛
|𝑈𝑗 − 𝑈𝑗𝑠𝑝𝑒𝑐 |
min 𝐹 = min ∑ (3)
∆𝑈𝑗𝑠𝑝𝑒𝑐
𝑘=1
In (3): N is the total number of nodes(except for balance nodes), Ujspec and ∆Ujspec represent the
given value of node voltage and its maximum offset.
889
Proceedings of the 2nd International Conference on Computing Innovation and Applied Physics (CONF-CIAP 2023)
DOI: 10.54254/2753-8818/5/20230545
constraints, and the control variables include two kinds, namely discrete variables and continuous
variables, and it is also a multi-peak function. There are different methods for solving reactive power
optimization problems, and the scope of application of each method is different, so it is necessary to
use appropriate methods to get the optimal solution. In general, there are two optimization algorithms,
which are traditional algorithm, and intelligent optimization algorithm.
4. Traditional algorithm
Typically, the focus of traditional optimization techniques is on structured problems with well-defined
issue and condition descriptions, as well as restrictions.
890
Proceedings of the 2nd International Conference on Computing Innovation and Applied Physics (CONF-CIAP 2023)
DOI: 10.54254/2753-8818/5/20230545
some remedial measures are proposed, one of which is the line search technology, that is, searching
the optimal step size. The specific method is to select some typical discrete values, such as 0.0001,
0.001, 0.01, etc., and compare which value will decrease the function value the fastest as the optimal
step size. Compared with gradient descent method, Newton method has faster convergence speed, but
the cost of each iteration is also higher. In each iteration, in addition to the gradient vector, the
Hessian matrix is also calculated, and the inverse matrix of the Hessian matrix is solved. At the same
time, it takes a lot of time to solve the Hessian matrix, and the conjugate gradient method can solve
this problem, but it only shows convergence in the region where the quadratic nature of the objective
function is obvious, so the use of this method has limitations [8].
891
Proceedings of the 2nd International Conference on Computing Innovation and Applied Physics (CONF-CIAP 2023)
DOI: 10.54254/2753-8818/5/20230545
6. Conclusion
First of all, this paper introduces the general reactive power optimization model. Secondly, the
principles, advantages and disadvantages of various basic optimization algorithms are summarized
and analyzed, and some methods to improve the algorithm are listed. However, the convergence rate,
the accuracy of the results and the final optimization effect still can not be fully taken into account.
With the continuous exploration of the algorithm, the system model can be made more accurate, the
active power loss can be minimized, and the transmission efficiency and power quality can be
improved. In the future, reactive power optimization research, a series of considerations should be
carried out in combination with the emerging problems, so that the reactive power optimization
algorithm can keep pace with the times and more and more adapt to the development of power
system.
References
[1] Xiong Yuhui, Reactive Power Optimization of Power System [D]; Nan Chang University.2005
892
Proceedings of the 2nd International Conference on Computing Innovation and Applied Physics (CONF-CIAP 2023)
DOI: 10.54254/2753-8818/5/20230545
[2] Chen Laiying, Lin Yu, Research on Intelligent algorithm for reactive Power Optimization of
Power system,Adhesion,2020
[3] Hoboson E,et al. Linear programming for power system real time control calculation[C],IFAS
Conference Melbourne,1977
[4] Albert M. Sasson, Combined use of the parallel and fletcher-powell, non-linear for optimal
load flows [J] IEEE Transactions on Power ,Apparatus and Systems, 1969, 10: 1530-1537
[5] Jabr R A,Coonick A H, Cory B J. A primal-dual interior Point Method for Power Flow
Dispatching [J] IEEE Transactions on Power System, 2002,17( 3) : 654-662.
[6] Liu MingBo, Chen Xuejun. Prime-dual affine scaling interior point method based reactive
power optimization in power systems[J]. Power System Technology, 1998, 22( 3): 21-28
[7] Liu MingBo, Chen Xuejun. Improved interior point method for reactive power optimization in
power systems [J] Automation of Electric Power Systems, 1998, 22( 5): 33-36.
[8] Andreas Rieder, Inexact Newton Regularization Using Conjugate Gradients as Inner Iteration,
SIAM Journal on Numerical Analysis, 2005
[9] Tang Huanwen, Qin Xuezhi. Practical Optimization Method[M]. Dalian: Dalian University of
Technology Press, 1994
[10] M. Dehghani, M. Mardaneh, O. P. Malik , Following Optimization Algorithm for Solving
Power Engineering Optimization Problems, Journal of Operation and Automation in Power
Engineering,pp 57-64,2020.
[11] A. Lazar, ”Heuristic knowledge discovery for archaeological data using genetic algorithms
and rough sets, ”Heuristics Optim. Knowl. Discovery,pp. 263-278, 2002.
[12] Guo Chuangxin, Zhu Chengzhi, Zhao Bo, et al. Power system reactive power optimization
based on an improved immune algorithms [J], Automation of Electric Power System
,2005,29(15):23-28
[13] Peter J. M. van Laarhoven , Emile H. L. Aarts ,Simulated annealing, Simulated Annealing:
Theory and Applications, pp 7–15,1987
[14] Zhou Xiaojuan, Zhou Hui, The improved SA algorithm in VAR and voltage control of power
system[I]. Relay,2004,32(1):24-27
[15] Jia Dexiang, Tang Guoqing, Han Jing, Reactive power optimization of power system based on
modified simulated annealing algorithm[J], Relay, 2004, 32(4):32-35
[16] Eberhart R , Kennedy J.A new optimizer using particle swarm theory[C]//
MHS'95.Proceedings of the Sixth,International Symposium on Micro Machine and
Human,Science.IEEE, 2002
[17] Shi Y.A Modified Particle Swarm Optimizer[C]// Proc.of IEEE ICEC conference ,
Anchorage.1998.
[18] Liu Shukui, Reactive power optimization of power system based on adaptive focused particle
swarm optimization[D],Cheng Du: Southwest Jiaotong University.2009
893