Abstract

To realize the sustainable development of social economy, energy conservation and emission reduction has become one of the problems that must be considered in the current power system. Under the electric power market system, the economic load dispatch problem not only is important but also has practical significance and broad application prospects. In order to minimize the costs of electric-power generation, the load capacity should be reasonably assigned among many different generating sets. In this paper, an improved symbiosis particle swarm optimization algorithm was proposed, aiming at providing a better solution to this problem. First of all, a mathematical model was established with certain constraints, which successfully converted the practical problem into a mathematical one. Then, to balance the global optimization and local search capability, an improved symbiosis particle swarm optimization algorithm with mutualistic symbiosis strategy in nature was presented. The improved symbiosis particle swarm optimization algorithm consisted of three swarms inspired by the proverb “two heads are better than one,” and its specific analysis was through the standard test functions. At last, the economic load dispatch problem could be optimized by the proposed improved symbiosis particle swarm optimization algorithm. In addition, two different kinds of practical examples were also adopted for algorithm evaluation. From the simulation results, it can be seen clearly that the costs of electric-power generation gained were the lowest compared with the results of particle swarm optimization algorithm, improved chaos particle swarm optimization algorithm, and symbiotic organisms search algorithm, well demonstrating the effectiveness of the improved symbiosis particle swarm optimization algorithm in solving the economic load dispatch problem.

1. Introduction

With the rapid development of market system and the establishment of resource-saving society, the economic load dispatch (ELD) has become an important and practical optimization problem [13]. It can be described as the following definition. It refers to the fact that the generator cost of the whole power system increases least, which is under the different constraint conditions [4]. The different constraint conditions include satisfying the user electric requirement, reducing the loss of power system, being in the set range of active power generation, and so on [5]. At present, the ELD problem affects the safety and economic benefit of the whole power system. How to reduce the generator cost of the whole power system has become the wide focus of attention of domestic and foreign scholars [68].

The traditional approaches for solving the ELD problem include the Lagrange method [9], the equal incremental principle [10], the sequential method [11], the point-by-point method [12], and so on. These traditional approaches cannot solve the ELD problem well, because this problem has characteristics of very strong non-linearity and different various results. In recent years, with the constant development and extending application of intelligent optimization algorithms, how to solve the ELD problem using the intelligent optimization algorithms has become a hot topic for study [13]. In the year of 2011, a differential artificial bee colony algorithm on solving the ELD problem was proposed by Xiong et al. which was inspired by differential evolution algorithm. This algorithm not only improved the search behaviors of employed bees, but also added an effective repair procedure [14]. An improved chaos particle swarm optimization (ICPSO) algorithm had been presented by Han et al. to solve the ELD problem for thermal power plants in 2015. The ICPSO algorithm was based on the chaos particle swarm optimization (CPSO) algorithm. In order to increase the diversity of particles in the swarm, the crossover operation in genetic algorithm was adopted and the generation of inertia weight used the parabola and chaotic sequence [15]. In 2016, a novel hybrid algorithm of differential evolution (DE) and particle swarm optimization (PSO) for solving the ELD problem was described by Parouha and Das. It was abbreviated as “DPD,” because it used DE-PSO-DE on a population composed of three swarms. It has better convergence and efficiency [16]. Together, a new approach to economic dispatch problem using a hybrid algorithm named ACO-ABC-HS was put forward by Sen and Mathur in the year of 2016, which combined the framework of ant colony optimization (ACO), artificial bee colony (ABC), and harmonic search (HS). It could find out the optimum results satisfying minimizing the costs of generation [17]. In 2019, a new phasor particle swarm optimization (PPSO) algorithm was put forward by Gholamghasemi et al. to solve the non-convex economic load dispatch problems. It is efficient and reliable [18]. In 2020, a Marine Predators Algorithm (MPA) was presented by Faramarzi et al., which has got better solutions with low computational cost compared with other algorithms [19]. An improved equilibrium optimization algorithm (IEOA) was described by Shaheen et al. in 2020. It can be used to optimize the multi-objective function of total active power loss minimization [20]. Besides, a multiobjective salp swarm optimizer (MSSO) was presented to enhance the performance of distribution systems. It was more advantageous in large-scale 118-node radial system [21].

In this paper, an improved symbiosis particle swarm optimization (ISPSO) algorithm was proposed. It mainly focused on solving the ELD problem. It is based on the principle of mutualistic symbiosis in nature. The mutualistic symbiosis refers to the fact that the biological populations can gain benefits and have mutual influence on each other. The ISPSO algorithm consists of three swarms, which was inspired by the proverb “two heads are better than one.” The two swarms carried on iteration optimization through the PSO of linear descending inertia weight. The third swarm used the position information of the above two swarms to self-update. The specific remaining structure of this paper is organized as follows. In the second part, a mathematical model of ELD problem was established with certain constraint conditions. The concrete ISPSO algorithm was explained and analyzed in the third part. In the fourth part, the two different practical examples were used to do the experiments, which were compared with the PSO algorithm, the ICPSO algorithm, and the symbiotic organisms search (SOS) algorithm. Lastly, the conclusion is presented.

2. Establishing a Mathematical Model of Economic Load Dispatch Problem

The ELD problem can be represented as a nonlinear programming subject with inequality constraints and boundary constraints. With satisfying the several different conditions, the minimizing value of fitness function should be found out.

2.1. Different Constraint Conditions

The constraint conditions have two forms that include equality and inequality constraints. In this paper, the equality constraints refer to the fact that the obtained parameter values satisfy the balance of load power. The particular expression is as shown in the following formula:where is the total number of generators, represents the active power of the generator, and is the total load power of whole system.

In this paper, the inequality constraints mean that the active power of unit is less than or equal to the upper limit but greater than or equal to the lower limit, as is shown in the following formula:where is the minimizing active power of the generator and represents the maximizing active power of the generator.

2.2. Description of the Fitness Function

The fitness function in this paper is established with satisfying constraints (1) and (2). Furthermore, the valve-point effect of practical generator is also considered. The valve-point effect is that there will be a kind of phenomenon, which is named the wire drawing. It appears when the turbine inlet valve suddenly opened, which produces a pulse on the consumption characteristic curve of generator [22]. It can be expressed as the following formula:where and both express the consumption characteristic parameters, which are the constants.

The consumption characteristic curve of generator can be expressed using the quadratic functions of active power, which is as shown in the following formula:where , , and are constants.

Considering the above various factors, the fitness function of ELD problem can be expressed as the following formula:

3. An Improved Symbiosis Particle Swarm Optimization Algorithm

3.1. Overview of Particle Swarm Optimization

The PSO algorithm was studied by Drs. Eberhart and Kennedy in 1995 [23]. It was originated from the research of predatory behavior of birds, which is similar to other optimal algorithms based on swarm intelligence. The PSO algorithm has less parameters and better structure. Nor is this all; its iterative rules are relatively simple. It has a good application and promotion in various fields. In the PSO algorithm, there are two different variables that are velocity and position. Each particle can update its own velocity and position through the optimal position of itself and overall situation. The expression in detail is as shown in the following formula:where represents the velocity of the particle, , is the dimension of searching space, expresses the position of the particle. is the current iteration, indicates the inertia weight, and are the learning factors, and show the random number uniformly distributed between 0 and 1, expresses the current optimal position of a particle, and represents the global optimal position.

3.2. Description of Improved Symbiosis Particle Swarm Optimization Algorithm

The PSO algorithm has an advantage of simple easy operation. However, like other algorithms, it also has the inevitable disadvantage, such as easily trapping in local optimum. The SOS algorithm has slow convergence speed in the later stage. In order to improve the performance when the PSO algorithm and SOS algorithm solve complex problems, an ISPSO algorithm is proposed in this paper. The ISPSO algorithm is based on the strategy of mutualistic symbiosis in nature, which makes the particles support each other during the whole iterative process. What is more, the strategy is advantageous to creeping towards the optimal individual. It can make the whole swarm prevent the phenomenon of evolutionary stagnation. In this paper, inspired by the proverb “two heads are better than one,” the ISPSO algorithm consists of three swarms. The concrete strategies are as shown in Figure 1.

From Figure 1, it can be seen that swarm-1 and swarm-2 execute the iterative optimization separately. Swarm-3 updates the velocity by the fitness value and velocity obtaining from the above two swarms. At last, the global best value is chosen from the three fitness values.

The descending inertia weight linearly is used by the particles in swarm-1 and swarm-2 [24]. The expression of inertia weight is as shown in formula (7). The updating of velocity and position is as formula (6).where represents the maximum value of inertia weight, is the minimum value of inertia weight, and expresses the maximum number of iterations.

The velocity of particles in swarm-3 is updated by the fitness value and velocity obtained from swarm-1 and swarm-2. The specific expression is as shown in the following formula:where is the fitness value of swarm-1. Similarly, is the fitness value of swarm-2. represents the sum of two fitness values. expresses the velocity of swarm-1. expresses the velocity of swarm-2.

3.3. Analysis of Improved Symbiosis Particle Swarm Optimization Algorithm

In order to further explain the proposed ISPSO algorithm, the six standard test functions are used as an example [25, 26]. Through the platform MATLAB, the convergence, robustness, and time complexity are discussed. The minimum values of six standard test functions are all zero. The expression of standard test functions is as shown in the following formula:where indicates the number of independent variables.

The parameters of ISPSO algorithm are as shown in the following formula:

The parameters of PSO algorithm are as shown in the following formula:

The parameters of ICPSO algorithm are as shown in the following formula:

The parameters of SOS algorithm are as shown in the following formula:

The convergent curves of six standard test functions can be described as in Figure 2.

From Figure 2, it can be seen that the proposed ISPSO algorithm has global convergence properties for the six standard test functions. What is more, the convergence is superior to PSO algorithm, ICPSO algorithm, and SOS algorithm. In its searching later stages, the proposed ISPSO algorithm performs the fastest convergence, because of the strategy of mutualistic symbiosis in nature. It improves the diversity of population. Besides, every particle performs global search well, avoiding getting into a local optimum.

In this paper, the robustness refers to the proportion reaching the threshold specified when the algorithm has the fifty operating independently. The threshold settings of six standard test functions are shown in Table 1. The calculation of success rate is as the following formula:where is the probability of success and represents the number greater than the threshold value.

The analysis of robustness is shown in Table 2.

From Table 2, it can be obviously seen that, for the standard test functions Sphere, Girewank, and Rosenbrock, the proposed ISPSO algorithm can be at the threshold of a hundred percent. Regarding it as a whole, compared with the PSO algorithm, the ICPSO algorithm, and the SOS algorithm, the success rate of reaching the threshold is higher by obtaining the proposed ISPSO algorithm.

In theory, the computational complexity of the proposed ISPSO algorithm, PSO algorithm, ICPSO algorithm, and SOS algorithm is as shown in the following formula:

From formula (15), it can be seen that the computational complexity of the proposed ISPSO algorithm and PSO algorithm is in the same order of magnitude theoretically.

Table 3 lists the run times of six standard test functions obtained by the proposed ISPSO algorithm, PSO algorithm, ICPSO algorithm, and SOS algorithm. The calculation method uses the command statement (tic, toc) of MATLAB.

As seen in Table 3, it can be known that the run times obtained by the proposed ISPSO algorithm are in the same order, compared with the PSO algorithm, the ICPSO algorithm, and the SOS algorithm. The strategy of introduction has not increased the computational complexity of the algorithm, which is consistent with the theoretical analysis.

3.4. An Economic Load Dispatch Problem Based on Improved Symbiosis Particle Swarm Optimization Algorithm

The ELD problem can be solved by the proposed ISPSO algorithm, the detailed description of which is as follows:

(1)The velocity and position of all particles in the three swarms can be initialized by formula (16), which is shown as follows specifically:where represents a random number between 0 and 1.(2)With the above subjected functions (1) and (2), every particle calculates the objective function values by its own different iteration strategy, which is according to formula (5).(3)The velocity and position of all particles in the three swarms can be updated through the proposed ISPSO algorithm in this paper. The particles of swarm-1 and swarm-2 are updated according to formulas (6) and (7), while the particles of swarm-3 according to formulas (7) and (8).(4)The local optimal values outputted from every swarm are compared with each other. Then, the global optimal value is got.The basic flowchart of ELD problem solved by the proposed ISPSO algorithm is as shown in Figure 3.

4. Experiment and Simulation

In order to verify the validity and efficiency of the proposed ISPSO algorithm for solving the ELD problem, the two different kinds of practical examples are used to do experiments and simulations. The practical example 3-machine-6-bus system in the literature is experimented and simulated on MATLAB, which is compared with the PSO algorithm, the ICPSO algorithm, and the SOS algorithm.

The total load power of whole system is . The constraint conditions and characteristics parameters of consumption are as shown in Table 4, belonging to each generator. In the first case, the valve-point effect is not considered. On the contrary, the other case is that the valve-point effect is considered.

4.1. Case 1

Without considering the valve-point effect, it is can be described as . The remaining setting of parameters is as shown in Table 4. Because of the randomness of initialization, in order to obtain the objective and fair conclusion, each algorithm runs 50 times independently. The outputted results are analysis and statistics, which are as shown in Table 5 in detail. By experiments, the power allocation result of every generator is as displayed in Table 6.

The better results are in bold in Table 5. From Table 5, it can be seen clearly that the best result, worst result, and average result obtained by the proposed ISPSO algorithm are all the best compared with obtaining by PSO algorithm, ICPSO algorithm, and SOS algorithm. And then, it can be concluded that the proposed ISPSO algorithm is the most effective in solving the ELD problem, which is compared with the PSO algorithm, the ICPSO algorithm, and the SOS algorithm.

From Table 6, it can be seen that, compared with the PSO algorithm and the SOS algorithm, the total cost reduces 1.26e+03$, which adopts the proposed ISPSO algorithm. Compared with the ICPSO algorithm, the total cost reduces 0.76e+03$ adopting the proposed ISPSO algorithm. It is further clarified that, for solving the ELD problem without considering the valve-point effect, the proposed ISPSO algorithm is more useful.

The curve of evolutionary process using the proposed ISPSO algorithm is as shown in Figure 4.

The curve of evolutionary process with the PSO algorithm is as shown in Figure 5.

The curve of evolutionary process with the ICPSO algorithm is as shown in Figure 6.

The curve of evolutionary process with the SOS algorithm is as shown in Figure 7.

The comparisons among the proposed ISPSO algorithm, PSO algorithm, ICPSO algorithm, and SOS algorithm are as shown in Figure 8.

Figure 4 shows that the evolutionary process of searching the optimal value using the proposed ISPSO algorithm. Similarly, the evolutionary process of searching the optimal value with the PSO algorithm, the ICPSO algorithm, and the SOS algorithm is as shown in Figures 57. Figure 8 shows the comparisons among the four algorithms. From Figures 48, it can be found that the proposed ISPSO algorithm can quickly search the optimal value. What is more, it can break away from the local optimum and obtain the relatively high alignment accuracy. And so to illuminate, the proposed ISPSO algorithm in this paper is effective in solving the ELD problem without considering the valve-point effect.

4.2. Case 2

Considering the valve-point effect, the parameters set are as shown in Table 4. Due to the randomness of initialization, in order to get the objective and fair conclusion, each algorithm separately runs 50 times. The outputted results analyzed and counted are as shown in Table 7 in great detail. Through experiments, the power allocation result of every generator is as displayed in Table 8.

In Table 7, in order to directly observe, the better results are in bold. From Table 7, it can be seen that clearly the best results, worst results, and mean results got through the proposed ISPSO algorithm are superior to those got through the PSO algorithm, the ICPSO algorithm, and the SOS algorithm. It can be explained effectively that the proposed ISPSO algorithm is more suitable for solving the ELD problem considering the valve-point effect, compared with the PSO algorithm, the ICPSO algorithm, and the SOS algorithm.

From Table 8, it can be clearly seen that the total cost reduces 1.25e+03$ using the proposed ISPSO algorithm, compared with the PSO algorithm. Compared with the ICPSO algorithm, it reduces 0.96e+03$, while, compared with the SOS algorithm, it reduces 1.24e+03$. It is further explained that, for solving the ELD problem considering the valve-point effect, the proposed ISPSO algorithm is the most effective.

The curve of evolutionary process obtained through the proposed ISPSO algorithm is as shown in Figure 9.

The curve of evolutionary process got by the PSO algorithm is as shown in Figure 10.

The curve of evolutionary process got by the ICPSO algorithm is as shown in Figure 11.

The curve of evolutionary process got by the SOS algorithm is as shown in Figure 12.

The comparisons among the four algorithms are as shown in Figure 13.

The evolutionary process of searching the optimal value through the proposed ISPSO is as shown in Figure 9. Also, Figures 1012, respectively, show the evolutionary process of searching the optimal value with the PSO algorithm, the ICPSO algorithm, and the SOS algorithm. Figure 13 shows the comparison among the four algorithms. From Figure 13, it can be observed that, for solving the ELD problem considering the valve-point effect, the proposed ISPSO algorithm in the convergence rate and the ability to jump out to local optimum algorithm is the best compared with the PSO algorithm, the ICPSO algorithm, and the SOS algorithm. It can be absolutely ensured that the proposed ISPSO algorithm is the best in solving the ELD problem considering the valve-point effect.

5. Conclusions

In this paper, an ISPSO algorithm was proposed for solving the ELD problem. The ISPSO algorithm successfully introduced the strategy of mutualistic symbiosis in nature, which was that biological populations would benefit and influence each other. Besides, the ISPSO algorithm adopted three swarms inspired by the proverb “two heads are better than one,” where swarm-1 and swarm-2 carried on iteration optimization, and swarm-3 utilized the position information of the above two swarms to self-update. Moreover, the descending inertia weight linearly is utilized by the particles to improve the defects of precocious convergence. To solve the ELD problem well, it was converted into a mathematical model using certain conditions in accordance with the reality. Then, the specific analysis of ISPSO was through the standard test functions, and two different kinds of practical examples were employed for the evaluation experiments. The compared simulation results with PSO algorithm, ICPSO algorithm, and SOS algorithm illustrated the effectiveness of the proposed ISPSO algorithm in solving the ELD problem.

Data Availability

Two different kinds of practical examples are used to perform experiments and simulations, which can be downloaded from https://xueshu.baidu.com/usercenter/paper/show?paperid=bee6f4bdf62a1e9963f9512f59738d45∼∼∼∼∼∼∼∼∼^∼^∼^∼^∼∼∼∼∼∼∼∼∼∼∼amp;site=xueshu_se' and 'https://kns.cnki.net/KXReader/Detail?TIMESTAMP=637350146157432500∼∼∼∼∼∼∼∼∼^∼^∼^∼^∼∼∼∼∼∼∼∼∼∼∼amp;DBCODE=CJFD∼∼∼∼∼∼∼∼∼^∼^∼^∼^∼∼∼∼∼∼∼∼∼∼∼amp;TABLEName=CJFD2000∼∼∼∼∼∼∼∼∼^∼^∼^∼^∼∼∼∼∼∼∼∼∼∼∼amp;=ZGDC200010008∼∼∼∼∼∼∼∼∼^∼^∼^∼^∼∼∼∼∼∼∼∼∼∼∼amp;RESULT=1∼∼∼∼∼∼∼∼∼^∼^∼^∼^∼∼∼∼∼∼∼∼∼∼∼amp;SIGN=km4RJN6jBIVO6W7fXoDzoMfKgFU%3d.

Additional Points

Highlights.  An improved symbiosis particle swarm optimization algorithm is proposed for economic load dispatch problem. The improved optimization algorithm consists of three swarms inspired by the proverb and nature. The given optimization algorithm is extensively evaluated through the standard test functions and economic load dispatch problem.  Compared experiment results on convergence and stability analyses demonstrate the effectiveness of the improved algorithm.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This research was supported financially by Henan Provincial Department of Science and Technology Research Project (grant nos. 202102210168 and 192102110198), Key Scientific Research Projects of Colleges and Universities in Henan Province (grant no. 20B590001), and Henan Institute of Technology Doctoral Research Fund Project (grant no. KQ1812).