Abstract
The large-scale grid connection of new energy will affect the optimization of power flow. In order to solve this problem, this paper proposes a power flow optimization strategy model of a distribution network with non-fixed weighting factors of source, load and storage. The objective function is the lowest cost, the smallest voltage deviation and the smallest power loss, and many constraints, such as power flow constraint, climbing constraint and energy storage operation constraint, are also considered. Firstly, the equivalent load curve is obtained by superimposing the output of wind and solar turbines with the initial load, and the best k value is obtained by the elbow rule. The k-means algorithm is used to cluster the equivalent load curve in different periods, and then the fuzzy comprehensive evaluation method is used to determine the weighting factor of the optimization model in each period. Then, the particle swarm optimization algorithm is used to solve the multi-objective power flow optimization model, and the optimal strategy and objective function values of each unit output in the operation period are obtained. Finally, IEEE33 is used as an example to verify the effectiveness of the proposed model through two cases: a fixed proportion method to determine the weighting factor, and this method to determine the weighting factor. The proposed method can improve the economy and reliability of distribution networks.
1. Introduction
As the power grid continues to develop in a more efficient, flexible and sustainable direction [1,2], the large-scale grid connection of distributed new energy has become an inevitable trend [3,4], increasing the difficulty of multi-objective power flow optimization (DNMPFO) of distribution networks [5,6,7].
At present, scholars at home and abroad have carried out relevant research on DNMPFO. Reference [8] generated a typical wind-light-load scenario based on fuzzy C-means clustering algorithm, and established a new energy planning model with the goal of maximizing the total installed capacity of distribution networks connected to scenery, but energy storage was not involved in the model. Reference [9] clustered wind speed and irradiance, and proposed a two-level optimal allocation model. The upper model took the comprehensive income as the goal, and the lower model took the minimum sum of network loss and voltage deviation as the goal, and adopted the planning-optimization solution strategy of genetic algorithm-interior point method, but energy storage is not considered in this reference either. Reference [10] established a mathematical model of interval power flow optimization (PFO) of an AC/DC hybrid system with a DC power flow controller based on interval and affine arithmetic, and used a non-dominated sequencing genetic algorithm to solve the model. However, the cost of unit operation is not considered in the model. Reference [11] modeled the uncertainty of wind and solar power generation, established a multi-objective optimization model of a battery energy storage system coordinated with demand response, and used a non-sequential genetic algorithm to solve it. However, photovoltaic units are not involved in this reference. Reference [12] proposed a multi-objective optimization hierarchical strategy of a distribution network considering the integration of distributed power generation and electric vehicles, which was solved by a genetic algorithm, but the wind turbine unit was not considered in the model. Considering the correlation, reference [13] simulated a 33-node distribution network, and the results showed that although the cost and network loss decrease, the voltage deviation increased slightly. Among the existing references on power flow optimization of distribution networks, there are very few references considering new energy and energy storage such as wind and solar, and none of them involve time period clustering, which needs further study.
For the DNMPFO problem with source load storage (SLS), this paper proposes a time-phased PFO model of a distribution network that takes into account many constraints, and uses a particle swarm optimization algorithm to solve the model. Finally, the paper takes a IEEE33-bus system as an example to carry out simulation analysis on the Matlab software (Version is R2016a) to verify the effectiveness of the proposed model in solving power flow optimization problems. The main contributions of this work are summarized as follows:
- (1)
- Based on the k-means clustering method, the equivalent load curve is clustered in different periods, so as to dynamically determine the weight coefficient of the objective function according to the periods;
- (2)
- A solution method based on particle swarm optimization is proposed, which can effectively solve the model.
- (3)
- Based on the proposed power flow optimization method of distribution network considering time period clustering, the power flow optimization of the IEEE33 system in a certain area is analyzed, and the objective function values are all decreased, thus improving the economy and security of the distribution network.
2. Multi-Objective Power Flow Optimization Model of Distribution Network with Source and Load Storage
The DNMPFO model includes wind turbine (WT), photovoltaic unit (PV), micro gas turbine (MG) and energy storage system (ESS). In order to make the optimization effect of power flow better, in addition to the total economic cost, voltage offset and power loss should also be considered. Since the model includes WT and PV with uncertain characteristics, it may affect the stability of the power grid, and PFO is an important link to ensure the stability, safety and economic operation of the power grid.
2.1. Establishment of Objective Function
- (1)
- Objective function : the lowest total cost [14,15].
- (2)
- Objective function : the node voltage deviation is the smallest; that is, the voltage distribution is the most reasonable [16].
- (3)
- Objective function : minimum power loss.
2.2. Constraints
The optimization strategy needs to satisfy equality constraints such as power flow constraint and power balance constraint, and inequality constraints such as bus voltage constraint and climbing constraint.
2.2.1. Power Flow Constraint
For the operation of a distribution network, it is necessary to meet certain power flow constraints [17]:
where and are, respectively, the active power () and reactive power () injected into the distribution network by node i; and are, respectively, the real part and imaginary part of the voltage of node i at time t; and are, respectively, the real part and imaginary part of the voltage of node j at time t; and are, respectively, the real part and imaginary part of elements in node admittance matrix, Ω.
2.2.2. Power Balance Constraints
The sum of the output of all units minus the load power and power loss is equal to the power injected into the grid [18], with the following constraints:
where and are, respectively, the active power () and reactive power () of the power supply on node i; and are, respectively, the active power () and reactive power () generated by the gas turbine on node i; and are, respectively, the discharge and charging power of the energy storage device on node i; and are, respectively, the active load () and reactive load () of node i; and and are, respectively, the active power loss () and reactive power loss ().
2.2.3. Bus Voltage Constraint
The bus voltage needs to meet the following constraints:
where and , respectively, represent the maximum and minimum value of the voltage amplitude of the ith node, kV.
2.2.4. Unit Output Constraint
The unit output needs to meet the following constraints:
where and , respectively, represent the maximum and minimum value of the active output of the ith unit, kW.
2.2.5. Energy Storage Operation Constraints
The output of the energy storage device during operation meets the following constraints [19]:
where , and , respectively, represent the output power, the maximum value of the output power and the minimum value of the output power of ESS at time t, kW.
In order to prevent overcharging and discharging from affecting the battery life, the overall state of charge (SOC) of ESS is constrained:
where is the SOC value of ESS at time t, ; is the self-discharge rate of electric energy storage; and , and are, respectively, the initial value, minimum value and maximum value of SOC, .
2.2.6. Climbing Constraint
According to the operation characteristics of MG, its active power regulation rate (namely climbing rate) is constrained [20]:
where and , respectively, represent the downward and upward climbing speed of MG, ; and and , respectively, represent the output of MG at time t and time t−1, .
2.2.7. Branch Current Constraint
The branch current needs to meet the following constraints:
where represents the allowable maximum value of branch current, .
2.3. Power Flow Optimization Mathematical Model
Firstly, the objective functions are normalized [21], and then the multi-objective power flow optimization model of distribution network is established. Set as the normalized objective function:
where is the objective function, ; and is, respectively, the maximum value of .
The multi-objective power flow optimization model of distribution network is as follows:
where , , are, respectively, the weighting factors of , , and , and meet [22].
3. Determination of Weighting Factors of Optimization Model Based on k-Means Clustering
In this paper, a k-means clustering algorithm is used to cluster the periods to determine the weighting factor of each period.
3.1. k-Means Clustering Analysis
k-means is a partition-based clustering algorithm [23], k represents clustering into k clusters, and means represents taking the average value of data in each cluster as the center of the cluster, also called centroid. The main steps are as follows:
Step (1) Randomly select . sample points as the initial clustering center;
Step (2) Calculate the distance from each sample point to the “cluster center”, and divide each sample point into the nearest cluster. The measurement strategy usually used in this step is the Euclidean distance [24], whose calculation formula is as follows:
Step (3) Calculate the center point of each cluster. If the center point obtained is the same as the previous one, output it; otherwise, repeat step (2) with the newly obtained center point as the initial point.
3.2. Elbow Rule Determines the Best Clustering Number k
The determination of clustering number k is very important to the clustering quality [25]. The larger the k value, the better the clustering effect, but the longer the calculation time. The traditional k value is obtained through experience and lacks objectivity, so it is necessary to choose the appropriate k value. In this paper, the elbow rule is adopted to ensure the accuracy of k value selection. When Euclidean distance is used as the metric, K-means takes the sum of squares for error (SSE) (also called the degree of distortion) as the target to measure the clustering quality, and its calculation formula is shown in Equation (19).
where represents the number of clusters; represents the ith cluster; represents the sample point in ; and represents the mean value of all data in the ith cluster.
As the k value increases, the number of samples contained in each cluster decreases, and the distance from the sample to its center will be closer, so the average distortion degree will decrease [26]. For data with a certain degree of differentiation, when reaching a certain critical point, the distortion degree will be greatly improved, and then slowly decreased, and this critical point will be considered as the best k value.
3.3. Determination of Weighting Factor
In this paper, the PV output, WT output and load output of a day are superimposed to obtain the equivalent load curve, and then the period of the equivalent load curve is clustered, and then the fuzzy comprehensive evaluation method (FCE) is used to determine the weighting factor of the optimization model in each period under the condition of equivalent load [27]. Then, compare it with the weighting factor determined by the fixed proportion method (FPM) (see Equation (22)) to establish two schemes for the weighting factor. The calculation formula is as follows:
where is the weighted value of exceeding the standard, calculated according to Equation (21); and NF is the number of objective functions.
where is actual value of the nth factor, ; and is the maximum value of the nth factor.
In this paper, takes the average value of factors in each case, and takes the maximum value of factors in each case.
4. Solution of Mathematical Model
The particle swarm optimization (PSO) is used to solve the model established in this paper. In PSO, multiple particles in the search space guide the update of speed and position according to the global optimization and individual optimization, and co-evolve to find the optimal solution of the problem [28]. The speed update equation is as follows [29]:
where is the velocity of the ith particle in the tth iteration; and , respectively, represent random numbers evenly distributed in (0,1); is a self-learning factor; is a global learning factor; and is the inertia weighting factor.
The location update formula is as follows:
where is the position of the ith particle in the tth iteration.
Considering the security of the power system, this paper gives the output constraints of each unit to calculate the objective function value at each time. In order to avoid the PSO algorithm falling into local optimization, this paper dynamically improves the inertia weight and learning factors and [30,31], which are, respectively, shown in Equations (25) and (26).
where and are the maximum and minimum values of inertia weight ; is the current iteration number; is the maximum number of iterations; and is a parameter.
where and are the maximum and minimum values of ; and are the maximum and minimum values of .
5. Analysis of Example
5.1. Basic Data
This paper simulates and analyzes the distribution network shown in Figure 1. ESS is connected to 12 and 32 nodes; MG is connected to 3 and 24 nodes; PV is connected to 20 nodes; and WT is connected to 29 nodes. See Reference [6] for the network parameters. Voltage reference value and power reference value . The specified voltage (per unit value) shall not be lower than 0.95 and not higher than 1.05; the upper limit of the branch current is 20A; the upper limit of MG active output is 300 kW, the lower limit is 100 kW, and the climbing speed , is, respectively, −20 and 20 ; and the maximum discharge power of the ESS is 250 kW, the maximum charging power is 200 kW, and the self-discharge rate of the electric energy storage is 0.001. , , is, respectively, 80, 40 and 160 . Select PV, WT and load data of a certain area for analysis (see Figure 2). The time-of-use electricity price is shown in Table 1. See Table 2, Table 3 and Table 4 for each cost coefficient in objective function . The DNMPFO strategy based on the PSO algorithm proposed in this paper is used to optimize the power flow of the distribution network for 24 h in this example to verify the effectiveness of the proposed model.
Figure 1.
IEEE33 node radial distribution network system diagram. “1, 2, 3” stands for nodes, and “(1), (2), (3) stands for branches.
Figure 2.
Wind–solar output and initial load curve.
Table 1.
Time-of-use electricity price.
Table 2.
Coefficient setting in power generation cost.
Table 3.
Setting of coefficient in operation cost.
Table 4.
Coefficient setting in environmental protection cost.
5.2. Analysis of Power Flow Optimization Results Based on PSO
Firstly, K-means is used to cluster the equivalent load curve in different periods, so as to dynamically determine the weighting factor. Then, the optimization model established in Section 2 is solved based on PSO, and the power flow optimization results include unit output results, voltage results and network loss results.
5.2.1. Time-Interval Clustering Results of Equivalent Load Curve
In this paper, the PSO algorithm is used to solve the DNMPFO model. The maximum number of iterations is set to 200, the search space dimension is 96, the number of particles is set to 50, and the inertia weight ω and learning factors are shown in Table 5.
Table 5.
Parameter settings.
Because the outputs of PV and WT can be regarded as negative loads, the equivalent load of the system can be obtained by subtracting the output of PV and WT from the initial load of the system (Figure 3).
Figure 3.
Equivalent load curve.
Cluster analysis of the equivalent load curve: firstly, the SSE curve is obtained by the elbow rule (see Figure 4). It can be found that after k = 4, the improvement of SSE tends to be slow obviously, that is, k = 4 is the critical point, so 4 is taken as the best k value.
Figure 4.
SEE curve.
Then, the equivalent load curve is clustered by K-means, and the following clustering results can be obtained (see Figure 5).
Figure 5.
Period clustering diagram. “*” stands for clustering center.
As can be seen from the above figure, the period can be clustered into the following four segments (Table 6).
Table 6.
Period clustering result of equivalent load.
5.2.2. Determination of Power Flow Optimization Scheme
and are shown in Table 7.
Table 7.
Actual value and maximum allowable value of each period.
According to Equation (21), the overweight weight of each objective function in each period can be calculated (Table 8).
Table 8.
Weighted value of each time period exceeding the standard.
According to the normalization of Equation (20), the weighting factor of each objective function in each time period can be obtained, which is shown in Table 9.
Table 9.
Weighting factor of each period.
In this paper, the following optimization schemes are set up: the weighting factor determined by FPM is adopted in the whole period, which is set as scheme 1; The weighting coefficient determined by FCE is adopted in each period, which is set as scheme 2, and then the two schemes are compared and analyzed with those before optimization.
5.2.3. DNMPFO Results under Different Schemes
- (1)
- Units Output results under each scheme
Figure 6.
MG output: (a) scheme 1; and (b) scheme 2.
Figure 7.
ESS output: (a) scheme 1; and (b) scheme 2.
- (2)
- Voltage results under each scheme
The voltage results are shown in Figure 8.
Figure 8.
Voltage results: (a) scheme 1; and (b) scheme 2.
- (3)
- Network loss results under each scheme
The network loss results are shown in Figure 9.
Figure 9.
Network loss results: (a) scheme 1; and (b) scheme 2.
- (4)
- Comparison results of different schemes
The comparison results of different schemes are shown in Figure 10.
Figure 10.
The comparative results of each objective function (a) objective function ; (b) objective function ; and (c) objective function .
The results of each objective function before optimization, after optimization through scheme 1 and after optimization through scheme 2 are shown in Table 10.
Table 10.
Objective function values under different schemes.
The results are analyzed in combination with Figure 6, Figure 7, Figure 8, Figure 9 and Figure 10 and Table 10.
Scheme 1: The total output of MG is higher at 7:00, 12:00, 16:00 and 21:00; ESS1 is in a state of discharge most of the time, with more discharge at 7:00~8:00 and 16:00~17:00; and ESS2 is more charged at 7~9:00, 17:00 and 23:00. The three indexes have been effectively improved compared with those before optimization, which verifies the effectiveness of the model established in this paper. Among them, the total cost decreased by 0.80%, the voltage offset decreased by 7.30% and the power loss decreased by 14.15%.
Scheme 2: The total output of MG is higher at 9:00, 15:00 and 19:00; the charging power of ESS1 reaches the limit at 8:00; ESS2 is in a state of discharge most of the time; and the discharging power reaches the maximum at 4:00. The improvement effect of the three indexes is better than that of scheme 1, which verifies the effectiveness of the strategy of determining the weight coefficient by time clustering and FCE adopted in this paper. Among them, the total cost decreased by 2.62%, the voltage offset decreased by 9.86% and the power loss decreased by 18.15%.
The MG output in scheme 2 is more than that in scheme 1, and the energy storage output is more concentrated. Both schemes conform to the law that the energy storage battery is charged at low load and discharged at peak load, thus realizing the balance between power production and consumption.
6. Conclusions
In this paper, the DNMPFO model is established, and the model is solved by PSO algorithm. The effectiveness of this method is verified based on an IEEE33-bus system. The conclusions are as follows.
- (1)
- When establishing the DNMPFO model, taking the lowest total cost, the lowest voltage deviation and the lowest power loss including fuel cost, operation and maintenance cost, power purchase cost and pollutant emission control cost as objective functions, and comprehensively considering multiple constraints such as power flow constraint, climbing constraint and energy storage operation constraint, it can be more in line with the actual operation situation of distribution network, and the comprehensive optimization effect is better;
- (2)
- K-means clustering is used to divide the equivalent load after the superposition of PV, WT and load output for 24 h a day into different periods, and FCE is used to dynamically determine the weighting factor of each period, so that the determination of the weighting factor is more reasonable and the subsequent optimization effect is better;
- (3)
- The results of PSO algorithm show that the calculation results of this strategy can effectively reduce the economic cost, improve the voltage deviation and reduce the power loss, thus improving the economy and reliability of power grid operation.
Author Contributions
Conceptualization, F.Z. and X.M.; methodology, X.M.; software, F.Z.; validation, F.Z., X.M. and L.W.; formal analysis, X.M.; investigation, L.W. and N.Z.; resources, L.W.; data curation, N.Z.; writing—original draft preparation, F.Z.; writing—review and editing, X.M.; visualization, N.Z.; supervision, X.M.; project administration, N.Z.; funding acquisition, N.Z. All authors have read and agreed to the published version of the manuscript.
Funding
This research was funded by Youth Program of National Natural Science Foundation of China (Grant number 61903264).
Informed Consent Statement
Informed consent was obtained from all subjects involved in the study.
Data Availability Statement
Not applicable.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Zhao, M.; Hengxu, Z.; Haoran, Z.; Mengxue, W.; Yuanyuan, S. New mission and challenge of power distribution and consumption system under dual-carbon target. Proc. CSEE 2022, 42, 6931–6945. [Google Scholar]
- Zhigang, Z.; Chongqing, K. Challenges and prospects for constructing the new-type power system towards a carbon neutrality future. Proc. CSEE 2022, 42, 2806–2819. [Google Scholar]
- Xiping, M.; Rong, J.; Chen, L.; Weizhou, W.; Rui, X. Review of researches on loss reduction in context of high penetration of renewable power generation. Power Syst. Technol. 2022, 46, 4305–4315. [Google Scholar]
- Chengzhou, L.; Ligang, W.; Yumeng, Z.; Hangyu, Y.; Zhuo, W.; Liang, L.; Ningling, W.; Zhiping, Y.; Maréchal, F.; Yongping, Y. A multi-objective planning method for multi-energy complementary distributed energy system: Tackling thermal integration and process synergy. J. Clean. Prod. 2023, 390, 135905. [Google Scholar] [CrossRef]
- Zhonghui, Z.; Dayong, L.; Jun, L.; Yanyu, X.; Junwei, X. Source-network-load-storage bi-level collaborative planning model of active distribution network with sop based on adaptive ε-dominating multi-objective particle swarm optimization algorithm. Power Syst. Technol. 2022, 46, 2199–2212. [Google Scholar]
- Mengyi, L.; Xiaoyan, Q.; Zhirong, Z.; Changshu, Z.; Youlin, Z. Multi-objective reactive power optimization of distribution network considering output correlation between wind turbines and photovoltaic units. Power Syst. Technol. 2020, 44, 1892–1899. [Google Scholar]
- Chunyan, L.; Chenyu, Z.; Bo, H.; Zhengyu, C.; Qinglong, L. Two-stage clustering algorithm of typical wind-PV-load scenario generation for reliability evaluation. Electr. Eng. Energy 2021, 40, 1–9. [Google Scholar]
- Lili, W.; Hao, W.; Zhouyang, R.; Yihao, S. Evaluation of renewable energy accommodation capacityof high voltage distribution networks considering regulation potential of flexible resources. Electr. Power 2022, 55, 124–131. [Google Scholar]
- Huankun, Z.; Fanfei, Z.; Yu, F.; Chaochao, H.; Lingyu, Z. Bi-level distributed power planning based on e-c-k-means clustering and sop optimization. Acta Energ. Sol. Sin. 2022, 43, 127–135. [Google Scholar]
- Jiaxin, G.; Jing, B.; Guoqing, L.; He, W. Wind power fluctuation considered calculation of interval optimal power flow in AC/DC system and configuration of DCPFC. Mod. Electr. Power 2020, 37, 613–623. [Google Scholar]
- Sachin Sharma, K.; Niazi, R.; Kusum, V.; Tanuj, R. Coordination of different DGs, BESS and demand response for multi-objective optimization of distribution network with special reference to Indian power sector. Int. J. Electr. Power Energy Syst. 2020, 121, 106074. [Google Scholar] [CrossRef]
- Zhao, H.; Pengbo, M.; Mengmeng, W.; Baling, F.; Ming, Z. A Hierarchical Strategy for Multi-Objective Optimization of Distribution Network Considering DGs and V2G-Enabled EVs Integration. Front. Energy Res. 2022, 10, 869844. [Google Scholar]
- Yang, X.; Wang, L. Optimization of distributed power distribution network based on probabilistic load flow. Acta Energ. Sol. Sin. 2021, 42, 71–76. [Google Scholar]
- Qifen, L.; Yihan, Z.; Yongwen, Y.; Liting, Z.; Chen, J. Demand-Response-Oriented Load Aggregation Scheduling Optimization Strategy for Inverter Air Conditioner. Energies 2022, 16, 337. [Google Scholar] [CrossRef]
- Guan, W.; Zhongfu, T.; Qingkun, T.; Shenbo, Y.; Hongyu, L.; Xionghua, J.; De, G.; Xueying, S. Multi-Objective Robust Scheduling Optimization Model of Wind, Photovoltaic Power, and BESS Based on the Pareto Principle. Sustainability 2019, 11, 305. [Google Scholar] [CrossRef]
- Al-Kaabi, M.; Dumbrava, V.; Eremia, M. Single and Multi-Objective Optimal Power Flow Based on Hunger Games Search with Pareto Concept Optimization. Energies 2022, 15, 8328. [Google Scholar] [CrossRef]
- Zailin, P.; Xiaofang, M. Distribution Network Planning; Electric Power Press: Beijing, China, 2015; pp. 180–197. [Google Scholar]
- Jun, D.; Zongnan, Z.; Menghan, L.; Jing, G.; Kongge, Z. Optimal scheduling of integrated energy system based on improved grey wolf optimization algorithm. Sci. Rep. 2022, 12, 1–19. [Google Scholar]
- Rauf, A.; Kassas, M.; Khalid, M. Data-Driven Optimal Battery Storage Sizing for Grid-Connected Hybrid Distributed Generations Considering Solar and Wind Uncertainty. Sustainability 2023, 14, 110002. [Google Scholar] [CrossRef]
- Ciwei, G.; Wei, W.; Tao, C. Capacity Planning of Electric-hydrogen Integrated Energy Station Based on Reversible Solid Oxide Battery. Proc. CSEE 2022, 42, 6155–6170. [Google Scholar]
- Yanbo, C.; Yanhu, M.; Guodong, Z.; Zhixiang, S.; Donghui, C. Coordinated planning of thermo-electrolytic coupling for multiple chp units considering demand response. Power Syst. Technol. 2022, 46, 3821–3832. [Google Scholar]
- Shouxiang, W.; Qi, L.; Qianyu, Z.; Zhuoran, L.; Kai, W. Improved particle swarm optimization algorithm for multi-objective voltage optimization of ac/dc distribution network considering the randomness of source and loads. Proc. CSU-EPSA 2021, 33, 10–17. [Google Scholar]
- Zhaolong, Z.; Shaishai, Z.; Bo, Z. A fast classification method based on factor analysis and K-means clustering for retired electric vehicle batteries. Power Syst. Prot. Control 2021, 49, 41–47. [Google Scholar]
- Fangfang, Z.; Xiaofang, M.; Lidi, W.; Nannan, Z. Operation Optimization Method of Distribution Network with Wind Turbine and Photovoltaic Considering Clustering and Energy Storage. Sustainability 2023, 15, 2184. [Google Scholar] [CrossRef]
- Yang, H.; Qian, L.; Fang, F.; Yuchen, H. Dynamic interval modeling of ultra-short-term output of wind farm based on finite difference operating domains. Power Syst. Technol. 2022, 46, 1346–1357. [Google Scholar]
- Changjuan, L.; Yunlong, C.; Jiyan, L.; Xuemei, Z.; Xiaoyu, W. Ensemble learning-based day-ahead power forecasting of distributed photovoltaic generation. Electr. Power 2022, 55, 38–45. [Google Scholar]
- Xiaofang, M.; Lidi, M.; Xiaoning, W.; Yingnan, W.; Ran, L. Improve operation characteristics in three-phase four-wire low-voltage distribution network using distributed generation. Power Syst. Technol. 2018, 2018, 4091–4100. [Google Scholar]
- Xiaojuan, L.; Jianjun, W.; Yuen, C.W.; Qian, L. Multi-objective Intercity Carpooling Route Optimization Considering Carbon Emission. Sustainability 2023, 15, 2261. [Google Scholar] [CrossRef]
- Shuqin, S.; Chenyue, W.; Wenli, Y.; Mingnan, L.; Yujie, L. Optimal power flow calculation method based on random attenuation factor particle swarm optimization. Power Syst. Prot. Control 2021, 49, 43–52. [Google Scholar]
- Zhen, S.; Xiaosong, Z.; Xufeng, Y.; Wei, X.; Yong, Y. Optimization of peak load shifting in distribution network based on improved mopso algorithm. Sci. Technol. Eng. 2020, 20, 3984–3989. [Google Scholar]
- Yunhao, H.; Wu, Z.; Yiqi, J.; Shixuan, W. Research on photovoltaic mppt control based on adaptive mutation particle swarm optimization algorithm. Acta Energ. Sol. Sin. 2022, 43, 219–225. [Google Scholar]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).