Abstract
Large-scale voltage collapse incidences, which result in power outages over large regions and extensive economic losses, are presently common occurrences worldwide. To avoid voltage collapse and operate more safely and reliably, it is necessary to analyze the voltage security operation region (VSOR) of power systems, which has become a topic of increasing interest lately. In this paper, a novel improved particle swarm optimization and recursive least square (IPSO-RLS) hybrid algorithm is proposed to determine the VSOR of a power system. Also, stability analysis on the proposed algorithm is carried out by analyzing the errors and convergence accuracy of the obtained results. Firstly, the voltage stability and VSOR-surface of a power system are analyzed in this paper. Secondly, the two algorithms, namely IPSO and RLS algorithms, are studied individually. Based on this understanding, a novel IPSO-RLS hybrid algorithm is proposed to optimize the active and reactive power, and the voltage allowed to identify the VSOR-surface accurately. Finally, the proposed algorithm is validated by using a simulation case study on three wind farm regions of actual Hami Power Grid of China in DIgSILENT/PowerFactory software. The error and accuracy of the obtained simulation results are analyzed and compared with those of the particle swarm optimization (PSO), IPSO and IPSO-RLS hybrid algorithms.
WITH the continuous expansion of power grid interconnection, large-scale grid connection of high-penetration renewable energy as well as power flow distribution randomness and other problems, power system operation risks are aggravated and system voltage stability is difficult to estimate the hidden danger [
The security stability region is used to describe the system interval to maintain the safe operation. Its stability region can be defined as the hypergeometry, which can ensure that the system can meet all kinds of static security constraints in the node injection space. For a given network topology, the set of system operation balance points can ensure that the node voltage does not exceed the limit, and the equipment and line are not overloaded. The research of stability region can be divided into three categories: static stability region, dynamic stability region and transient stability region. Among them, the static stability region can be divided into three parts: active stability region, reactive stability region and voltage stability region. This article is concerned only with the analysis on static aspects of voltage stability. Voltage stability is defined as the ability to retain the steady-state voltage at every bus in a power system in normal operation conditions and after a disturbance. In the normal operation condition, the voltage profile of a power system is kept within the stable range. But when a fault or disturbance occurs in the system, the voltage becomes unstable and it leads to a progressive and uncontrollable decline in voltage. Voltage instability problems have been one of the utmost concerns of electric utilities, which are closely related to the reactive power distribution and heavy load in the wind power transmission system [
The main aim of this paper is to develop a new hybrid algorithm consisting of two naturally-inspired metaheuristic algorithms, namely the improved particle swarm optimization (IPSO) and recursive least square (RLS) algorithms. And then the complexity and nonlinearity of the voltage stability problem are solved and optimized, and are used properly on three different wind farms in Hami Power Grid to search the VSOR-surface of the system. The IPSO algorithm is an evolutionary metaheuristic algorithm that imitates the complex social behavior of flocking birds or fish schooling firstly introduced by Kennedy and Eberhard [
In the least-square (LS) problems, unknown parameters of a linear model are calculated by minimizing the sum of the squares of the differences between the computed values and the actual values. To optimize such LS problems, a closed-form solution is used. Since the focus is on a real-time calculation, it is computationally more efficient to update the estimates recursively as new data becomes available online. For this purpose, the RLS algorithm, which is a popular algorithm used in adaptive control, adaptive filtering, and system identification [
The rest of the paper is organized as follows. Section II introduces the mathematical representation and the model of the voltage stability and VSOR-surface. Section III describes the mathematical representation and framework for the IPSO, RLS, and hybrid IPSO-RLS algorithms, and the process in searching the VSOR-surface. Section IV presents the simulation results and discussions. Section V provides the analysis and comparison of the results regarding the accuracy. Section VI concludes the paper and provides suggestions on future studies to be conducted in this area.
A simple algorithm of assessing the static voltage stability of a power system is presented. The circuit diagram used to explain the mechanism of static voltage stability is shown in

Fig. 1 Schematic diagram of wind farm connection to system.
As shown in
For a given load at the bus, the load current and can be expressed as [
(1) |
(2) |
The relationship between the receiving-end voltage E and sending-end voltage , active power Pw and reactive power Qw can be expressed as:
(3) |
To plot the VSOR-surfaces, solutions for active and reactive power and the voltage need to be determined. For rearranging and solving the active and reactive power, four solutions for voltage are obtained as follows:
(4) |
In (4), the entire VSOR-surface is described by two solutions for active and reactive power, and four solutions for voltage. The negative value of P corresponds to a maximum power generation, and the positive value of P corresponds to a maximum load power with a given power transportation. The solutions of U3,4 give negative values of the voltage without physical meaning. Therefore, U3,4 is not of interest in this work. The solutions of U1,2 are positive values of the voltage used in the following derivations.
A thorough discussion on the IPSO and RLS algorithms and their combination are presented in this section.
The PSO algorithm is a population-based, bio-inspired metaheuristic algorithm established by Kennedy and Eberhart in 1995 [
(5) |
(6) |
(7) |
where is an inertia weight factor; i is the sequence of particle numbers (i=1, 2, ..., n), and n is the number of particles; j and j+1 are the previous and current iteration numbers (j=1, 2, ..., m), and m is the maximum number of population iterations; c1 and c2 are the learning factors which are usually in the range [0, 2]; r1 and r2 are two independent random numbers uniformly distributed in the range [0, 1]; and are the initial and final weights, respectively; is the current iteration number; and is the maximum number of iterations.
The searching criteria in standard PSO algorithm is shown in

Fig. 2 Searching criteria in standard PSO algorithm.
The least square method (LSM) is the most basic and the most widely-used method proposed by K. F. Gauss in his research on orbital motion orbit prediction [
For an observable system, the L-group input and output observations are expressed as , and L is the group size.
The iterative equation of the RLS algorithm is given by:
(8) |
where is the estimate of the parameter; is the error covariance matrix; is the gain vector; and I is the identity matrix.
Although it is difficult to ensure the accuracy of the range in the IPSO algorithm, its global optimization ability supports to narrow the solution range and approximate an optimal solution. The main drawback of the RLS algorithm is its sensitivity to the selection of the initial value of iterations. However, when the initial value of an iteration is close to the real solution, the convergence speed and accuracy of the RLS algorithm are high. Therefore, it can provide desired results by combining the global optimization ability of the IPSO algorithm with the fast convergence ability of the RLS algorithm in the global optimal neighborhood solution. The pseudocode of the IPSO-RLS hybrid algorithm is as follows.
Step 1: input the original data and necessary parameters. Input all the relevant electrical data of the system, including the system’s nodes, branch information, control parameters and all kinds of constraints. Further, set the operation parameters of the optimization algorithm.
Step 2: use the specifications from Step 1, and perform the power flow calculation for the given network.
Step 3: initialize a group of particles (group size is N) including their random positions and velocity vectors.
Step 4: evaluate the fitness of each particle.
Step 5: for each particle, compare its fitness value (P) with its Pbest. If the obtained P is smaller than Pbest, update its fitness value to the current Pbest.
Step 6: update the particle velocity and position by (5) and (6).
The velocity is updated by (5), while the upper and lower limits are defined as follows:
(9) |
where is the velocity of the
Besides, the position is updated by (6), while the upper and lower limits are defined as follows:
(10) |
where is the position of the
This procedure is followed to obtain Gbest.
Step 7: take the global extreme value Gbest from the L-group of the IPSO algorithm as the initial value of the RLS iteration.
Step 8: if it is the first iteration of the calculation, initialize P(0) and , and proceed with the iteration; otherwise, read and as P(k) and .
Step 9: if , the maximum number of iteration is reached, update the global optimum and end the process; otherwise, continue the next iteration.
Step 10: based on the parameter identification result obtained by (4), the VSOR-surface is plotted for the three wind farms. The calculation errors are compared and analyzed regarding the root mean square error (RMSE) given by (11).
(11) |
where , and are the RMSEs of active power, reactive power and voltage, respectively; Pi, Qi and Ui are the Gbest of active power, reactive power and voltage, respectively; and , and are the average Gbest of active power, reactive power and voltage, respectively.
In practice, for a given system topology, there is a well-defined relationship between the active power, reactive power, and voltage. This relationship can be visualized with a three-dimensional VSOR-surface, which represents the voltage stability margin of an access point and how they all operate at any wind turbine output after a wind farm is connected to the grid. Hence, it is suitable for the voltage stability analysis of a grid-connected wind power system with fluctuated wind power. The VSOR-surface can be used to estimate the available margin (active power, reactive power, voltage sensitivity, and other margins) of a grid-connected wind power system, and to formulate the wind power scheduling strategy. When disturbances occur in the system, the power margin requirements to be met can be determined based on its VSOR-surface, and the corresponding measures should be taken to increase the margin.
In this subsection, the proposed hybrid algorithm is tested considering the actual specification of Hami Power Grid of China, which is a mainland city with a wealth of wind and coal energy resources. The Hami Power Grid of China, located in the eastern part of Xinjiang Power Grid of China, is not only an important part of Xinjiang Power Grid but also acts as a hub in connecting Xinjiang Power Grid with Central China Power Grid. Moreover, Hami is one of the largest coal bases in China. It is the first cross-regional ultra-high voltage (UHV) transmission channel to absorb wind power and other renewable energies in Xinjiang. Also, it facilitates the first renewable energy and thermal power bundled through the ultra-high voltage direct current (UHVDC) power transmission project in China. The Hami Power Grid is designed and tested by using DIgSILENT/PowerFactory software.
The three wind farm stations in this power grid are Santanghu station, Hami station and Yandun station, as shown in

Fig. 3 Schematic diagram of Hami Power Grid.
1) Case 1: Santanghu station considers six wind farms, and employs 220 kV lines for connecting the wind farms to the 750 kV Santanghu station.
2) Case 2: central Hami station contains of three main wind farms (220 kV) connected to the 750 kV central Hami station.
3) Case 3: Yandun station consists of five main wind farms (220 kV) connected to the 750 kV Yandun station.
Thus, the three wind farms associated with the Hami Power Grid of China are discussed in the following text.
Firstly, based on the time-domain simulation results obtained by DIgSILENT/PowerFactory software, the operation power at various nodes is obtained. When the wind power penetration is increased, the static safe operation areas for three cases are obtained by using the power flow results of Hami Power Grid of China and the reactive power of wind farm groups as constraint conditions, i.e., the comprehensive static characteristic sample data of the wind farm. Then, (4) is used to describe the wind farm three-dimension comprehensive static characteristics of the model, the parameters of which are identified by using the pseudocode of the IPSO-RLS hybrid algorithm presented in the Section III-C. The IPSO-RLS is coded by DIgSILENT/PowerFactory software using DPL language. While implementing the proposed algorithm, the size of the population is set as 30, and the maximum number of iterations is set as 100. The parameter identification for the three considered cases are shown in

Fig. 4 VSOR-surface of wind power system at different stations. (a) Case 1: Santanghu 750 kV. (b) Case 2: Hami 750 kV. (c) Case 3: Yandun 750 kV.
From the viewpoint of the static voltage stability, it is clear that the bus with a larger VSOR-surface would indicate a higher voltage stability margin. While the bus is operating near or at the voltage collapse point, the VSOR-surface would be approaching zero. The ranking of voltage weak nodes susceptible to voltage instability can be done by the VSOR-surface as the index truly present the physical meaning of the voltage stability margin. Since the voltage collapse problem starts at the critical bus, its identification in time can be used for the mitigation of the voltage collapse. The VSOR-surface for the three considered cases with different wind power penetrations at bus junction is shown in
Comparing the VSOR-surface parameters of the three wind farms in
The PV and QV curves of 220 kV wind farms in Hami Power Grid of China could be obtained from

Fig. 5 PV and QV curves of Santanghu station. (a) PV curves. (b) QV curves.
As can be seen in
In

Fig. 6 PV and QV curves of central Hami station. (a) PV curves. (b) QV curves.
The average active power output limit of the six wind farms in Yandun station is about 800 MW, and when the number of wind turbines approaches to 600, the PV curves of this region will reach the edge of collapse.
From the QV curves of each region in

Fig. 7 PV and QV curves of Yandun station. (a) PV curves. (b) QV curves.
When MDVC is becoming longer, the stability boundary values of the system are greater and the system is more stable. MDVC in
Therefore, in

Fig. 8 Comparison of VSOR-surface parameters of different algorithms in three cases. (a) Case 1: Santanghu 750 kV. (b) Case 2: Hami 750 kV. (c) Case 3: Yandun 750 kV.
To verify the feasibility of the proposed algorithm, the error and convergence accuracies of the three algorithms are compared and analyzed by using the simulation results. The errors of the three algorithms are defined by (11).
As can be seen in

Fig. 9 Comparison of parameter identification errors of three algorithms. (a) Case 1: Santanghu 750 kV. (b) Case 2: Hami 750 kV. (c) Case 3: Yandun 750 kV.
During the iterations, the PSO algorithm is more likely to miss the optimal solution in the process of fast search because of its relatively faster convergence speed in the early stages, and the phenomenon of “premature convergence” easily leads to a local optimum. Moreover, for a higher-dimensional system such as the one presented in this paper, the convergence accuracy of the PSO algorithm is not high, and it can easily fall into a local extremum. Therefore, in order to further emphasize the superiority of the proposed algorithm, it is necessary to compare and analyze the convergence accuracies of the three algorithms for the following proposed cases.
It can be seen in

Fig. 10 Comparison of convergence accuracy of three algorithms. (a) Case 1: Santanghu 750 kV. (b) Case 2: Hami 750 kV. (c) Case 3: Yandun 750 kV.
The iteration time of the algorithm is also one of the important indicators for evaluating its performance. The iteration time of the three algorithms is shown in

Fig. 11 Total iteration time of three algorithms.
Ⅵ. Conclusion
One of the important goals of power system planning, operation, and control, if not the main goal in recent time, is achieving a secure power system that is less prone to voltage collapse. In this paper, we have investigated the improvement of power system static operation region by tracking the global optimal value of active and reactive powers and voltage. The goal is to enhance the voltage stability condition of the whole power system by maintaining the stability margin of all the transmission lines above a secure level. Compared with the traditional construction method for static VSOR based on CPF, the VSOR-surface constructed by the proposed method not only has higher accuracy and calculation efficiency, but also greatly reduces the calculation time and significantly improves the construction efficiency of voltage stability operation region in power system. In the future, we plan to carry out the influence of renewable energy access with different penetration rates on the system stability region, and consider to propose a more general stability region construction method to solve the transient stability region, dynamic stability region and thermal stability region of the system, which will be the focus of the next research stage.
References
C. L. Archer, H. P. Simão, W. Kempton et al., “The challenge of integrating offshore wind power in the U.S. electric grid. Part I: wind forecast error,” Renewable Energy, vol. 103, no. 1, pp. 346-360, Jan. 2017. [百度学术]
H. P. Simão, W. B. Powell, C. L. Archer et al., “The challenge of integrating offshore wind power in the U.S. electric grid. Part II: simulation of electricity market operations,” Renewable Energy, vol. 103, no. 1, pp. 418-431, Jan. 2017. [百度学术]
V. S. Tabar, M. A. Jirdehi, R. Hemmati et al., “Energy management in microgrid based on the multi objective stochastic programming incorporating portable renewable energy resource as demand response option,” Energy, vol. 118, no. 1, pp. 827-839, Jan. 2017. [百度学术]
S. Corsi. (2015, Sept.). Voltage control and protection in electrical power systems, from system components to wide-area control. [Online]. Available: http://www.springer.com/series/1412 [百度学术]
Hossain and Jahangir. (2014, Sept.). Robust control for grid voltage stability: high penetration of renewable energy, interfacing conventional and renewable power generation resources. [Online]. Available: http://www.springer.com/series/4622 [百度学术]
D. Yang, H. Cheng, Z. Ma et al., “Dynamic VAR planning methodology to enhance transient voltage stability for failure recovery,” Journal of Modern Power Systems and Clean Energy, vol. 6, no. 4, pp. 712-721, Jul. 2018. [百度学术]
M. S. Rawat and S. Vadhera, “Analysis of wind power penetration on power system voltage stability,” in Proceedings of 2016 IEEE 6th International Conference on Power Systems (ICPS), New Delhi, India, Mar. 2016, pp. 1-6. [百度学术]
H. W. K. M. Amarasekara, A. P. Agalgaonkar, S. Perera et al., “Placement of variable-speed wind power generators in power systems considering steady-state voltage stability,” in Proceedings of 2016 IEEE International Conference on Power System Technology (POWERCON), Wollongong, Australia, Sept. 2016, pp. 1-6. [百度学术]
X. Kou and F. Li, “P-Q curve based voltage stability analysis considering wind power,” in Proceedings of 2017 4th International Conference on Control, Decision and Information Technologies (CoDIT), Barcelona, Spain, Apr. 2017, pp. 1180-1184. [百度学术]
Y. Tang, H. He, Z. Ni et al., “Adaptive modulation for DFIG and STATCOM with high-voltage direct current transmission,” IEEE Transactions on Neural Networks and Learning Systems, vol. 27, no. 8, pp. 1762-1772, Aug. 2016. [百度学术]
D. Wang and X. Yuan, “Interaction analysis between induction motor loads and STATCOM in weak grid using induction machine model,” Journal of Modern Power Systems and Clean Energy, vol. 6, no. 1, pp. 158-167, Jan. 2018. [百度学术]
P. A. Jeyanthy and D. Devaraj, “Optimal reactive power dispatch for voltage stability enhancement using real coded genetic algorithm,” International Journal of Computer and Electrical Engineering, vol. 2, no. 4, pp. 734-740, Aug. 2010. [百度学术]
J. P. Roselyn, D. Devaraj, and S. S. Dash, “Multi-objective genetic algorithm for voltage stability enhancement using rescheduling and FACTS devices,” Ain Shams Engineering Journal, vol. 5, no. 3, pp. 789-801, Sept. 2014. [百度学术]
S. Eftekharnejad, G. T. Heydt, and V. Vittal, “Optimal generation dispatch with high penetration of photovoltaic generation,” IEEE Transactions on Sustainable Energy, vol. 6, no. 3, pp. 1013-1020, Jul. 2015. [百度学术]
S. S. Reddy and P. R. Bijwe, “Real time economic dispatch considering renewable energy resources,” Renewable Energy, vol. 83, pp. 1215-1226, Nov. 2015. [百度学术]
E. Vittal, M. O’Malley, and A. Keane, “A steady-state voltage stability analysis of power systems with high penetrations of wind,” IEEE Transactions on Power Systems, vol. 25, no. 1, pp. 433-442, Feb. 2010. [百度学术]
C. Y. Lee, S. H. Tsai, and Y. K. Wu, “A new approach to the assessment of steady-state voltage stability margins using the P-Q-V curve,” International Journal of Electrical Power & Energy Systems, vol. 32, no. 10, pp. 1091-1098, Jun. 2010. [百度学术]
P. Sharma and A. Kumar, “Thevenin’s equivalent based P-Q-V voltage stability region visualization and enhancement with FACTS and HVDC,” International Journal of Electrical Power & Energy Systems, vol. 80, pp. 119-127, Jan. 2016. [百度学术]
H. Jóhannsson, J. Østergaard, and A. H. Nielsen, “Identification of critical transmission limits in injection impedance plane,” International Journal of Electrical Power & Energy Systems, vol. 43, no. 1, pp. 433-443, May. 2012. [百度学术]
M. Davari and Y. A. I. Mohamed, “Robust DC-link voltage control of a full-scale PMSG wind turbine for effective integration in DC grids,” IEEE Transactions on Power Electronics, vol. 32, no. 5, pp. 4021-4035, May 2017. [百度学术]
C. Chen, H. Lee, and W. Tsai, “Optimal reactive power planning using genetic algorithm,” in Proceedings of 2006 IEEE International Conference on Systems, Man and Cybernetics, Taipei, China, Oct. 2006, pp. 5275-5279. [百度学术]
P. Subbaraj and P. N. Rajnarayanan, “Optimal reactive power dispatch using self-adaptive real coded genetic algorithm,” Electric Power Systems Research, vol. 79, no. 2, pp. 374-381, Feb. 2009. [百度学术]
P. Sreejaya and R. Rejitha, “Reactive power and voltage control in Kerala grid and optimization of control variables using genetic algorithm,” in Proceedings of 2008 Joint International Conference on Power System Technology and IEEE Power India Conference, New Delhi, India, Oct. 2008, pp. 1-4. [百度学术]
H. Yoshida, K. Kawata, Y. Fukuyama et al., “A particle swarm optimization for reactive power and voltage control considering voltage security assessment,” in Proceedings of IEEE Power Engineering Society Winter Meeting, Columbus, USA, Jan.-Feb. 2001, p. 498. [百度学术]
R. P. Singh, V. Mukherjee, and S. P. Ghosal, “Optimal reactive power dispatch by particle swarm optimization with an aging leader and challengers,” Applied Soft Computing, vol. 29, no. 2, pp. 298-309, Jan. 2015. [百度学术]
K. Rayudu, G. Yesuratnam, K. Surendhar et al., “Voltage stability enhancement based on particle swarm optimization and LP technique,” in Proceedings of 2016 International Conference on Emerging Technological Trends (ICETT), Kollam, India, Oct. 2016, pp. 1-7. [百度学术]
Y. Amrane and M. Boudour, “Particle swarm optimization based reactive power planning for voltage stability improvement,” in Proceedings of 2014 International Conference on Electrical Sciences and Technologies in Maghreb (CISTEM), Tunis, Nov. 2014, pp. 1-7. [百度学术]
P. L. Reddy and G. Yesuratnam, “PSO based optimal reactive power dispatch for voltage profile improvement,” in Proceedings of 2015 IEEE Power Communication and Information Technology Conference (PCITC), Bhubaneswar, India, Oct. 2015, pp. 361-366. [百度学术]
R. Balasubramanian and R. Singh, “Power system voltage stability analysis using ANN and continuation power flow methods,” in Proceedings of 2011 16th International Conference on Intelligent System Applications to Power Systems, Hersonissos, Greece, Sept. 2011, pp. 1-7. [百度学术]
B. Shakerighadi, F. Aminifar, and S. Afsharnia, “Power systems wide-area voltage stability assessment considering dissimilar load variations and credible contingencies,” Journal of Modern Power Systems and Clean Energy, vol. 7, no. 1, pp. 78-87, Jan. 2019. [百度学术]
L. Y. Tian and M. Li, “Reactive power optimization based on Tabu search approach,” Automation of Electric Power Systems, vol. 24, no. 2, pp. 61-64, Jan. 2000. [百度学术]
F. C. Lu and Y. Y. Hsu, “Reactive power/voltage control in a distribution substation using dynamic programming,” IEE Proceedings: Generation, Transmission and Distribution, vol. 142, no. 6, pp. 639-645, Nov. 1995. [百度学术]
F. C. Lu and Y. Y. Hsu, “Fuzzy dynamic programming approach to reactive power/voltage control in a distribution substation,” IEEE Transactions on Power Systems, vol. 12, no. 2, pp. 681-688, May 1997. [百度学术]
M. Basu, “Quasi-oppositional differential evolution for optimal reactive power dispatch,” International Journal of Electrical Power & Energy Systems, vol. 78, pp. 29-40, Jun. 2016. [百度学术]
S. Duman, Y. Sönmez, U. Güvenc̈ et al., “Optimal reactive power dispatch using a gravitational search algorithm,” IET Generation, Transmission & Distribution, vol. 6, no. 6, pp. 563-576, Jun. 2012. [百度学术]
T. Niknam, M. R. Narimani, R. Azizipanah-Abarghooee et al., “Multiobjective optimal reactive power dispatch and voltage control: a new opposition-based self-adaptive modified gravitational search algorithm,” IEEE Systems Journal, vol. 7, no. 4, pp. 742-753, Dec. 2013. [百度学术]
P. K. Roy, B. Mandal, and K. Bhattacharya, “Gravitational search algorithm based optimal reactive power dispatch for voltage stability enhancement,” Electric Power Components and Systems, vol. 40, no. 9, pp. 956-976, Jun. 2012. [百度学术]
J. Kennedy and R. Eberhart, “Particle swarm optimization,” in Proceedings of International Conference on Neural Networks, Perth, Australia, Nov.-Dec. 1995, pp. 1942-1948. [百度学术]
H. Singh and L. Srivastava, “Optimal VAR control for real power loss minimization and voltage stability improvement using hybrid multi-swarm PSO,” in Proceedings of 2016 International Conference on Circuit, Power and Computing Technologies (ICCPCT), Nagercoil, India, Mar. 2016, pp. 1-7. [百度学术]
M. R. Estabragh and M. Mohammadian, “Active power generation pattern via considering voltage stability margin improvement,” in Proceedings of 20th Iranian Conference on Electrical Engineering (ICEE 2012), Tehran, Iran, May 2012, pp. 342-347. [百度学术]
R. Benabid, M. Boudour, and M. A. Abido, “Optimal placement of FACTS devices for multi-objective voltage stability problem,” in Proceedings of 2009 IEEE/PES Power Systems Conference and Exposition, Seattle, USA, Mar. 2009, pp. 1-11. [百度学术]
R. P. Singh, V. Mukherjee, and S. P. Ghosal, “Optimal reactive power dispatch by particle swarm optimization with an aging leader and challengers,” Applied Soft Computing, vol. 29, no. 2, pp. 298-309, Apr. 2015. [百度学术]
K. Mahadevan and P. S. Kannan, “Comprehensive learning particle swarm optimization for reactive power dispatch,” Applied Soft Computing, vol. 10, no. 2, pp. 641-652, Mar. 2010. [百度学术]
K. Teeparthi and D. M. V. Kumar, “Multi-objective hybrid PSO-APO algorithm based security constrained optimal power flow with wind and thermal generators,” Engineering Science and Technology, vol. 20, no. 2, pp. 411-426, Apr. 2017. [百度学术]
M. Han, S. Zhang, M. Xu et al., “Multivariate chaotic time series online prediction based on improved Kernel recursive least squares algorithm,” IEEE Transactions on Cybernetics, vol. 49, no. 4, pp. 1160-1172, Apr. 2019. [百度学术]
X. Y. Kong, Y. Y. Ma, X. Zhao et al., “A recursive least squares method with double-parameter for online estimation of electric meter errors,” Energies, vol. 12, no. 5, p. 805, Mar. 2019. [百度学术]
H. Kasai, “Fast online low-rank tensor subspace tracking by CP decomposition using recursive least squares from incomplete observations,” Neurocomputing, vol. 347, pp. 177-190, Jun. 2019. [百度学术]
W. H. Zheng, D. H. Dan, W. Cheng et al., “Real-time dynamic displacement monitoring with double integration of acceleration based on recursive least squares method,” Measurement, vol. 141, pp. 460-471, Jul. 2019. [百度学术]
R. Martinek, J. Rzidky, and R. Jaros, “Least mean squares and recursive least squares algorithms for total harmonic distortion reduction using shunt active power filter control,” Energies, vol. 12, no. 8, p. 1545, Apr. 2019. [百度学术]
C. J. Xiang and C. B. Li, “Parameter identification of permanent magnet synchronous motor based on RLS,” Small & Special Electrical Machines, vol. 40, no. 2, pp. 30-33, Feb. 2012. [百度学术]
S. K. Singh, N. Sinha, A. K. Goswami et al., “Robust estimation of power system harmonics using a hybrid firefly based recursive least square algorithm,” International Journal of Electrical Power & Energy Systems, vol. 80, pp. 287-296, Sept. 2016 [百度学术]
N. Reichbach and A. Kuperman, “Recursive-least-squares-based real-time estimation of supercapacitor parameters,” IEEE Transactions on Energy Conversion, vol. 31, no. 2, pp. 810-812, Jun. 2016. [百度学术]
P. Sun, Q. Ge, B. Zhang et al., “Sensorless control technique of PMSM based on RLS on-line parameter identification,” in Proceedings of 2018 21st International Conference on Electrical Machines and Systems (ICEMS), Jeju, Korea, Oct. 2018, pp. 1670-1673. [百度学术]