Abstract

Distribution network planning because of involving many variables and constraints is a multiobjective, discrete, nonlinear, and large-scale optimization problem. Harmony search (HS) algorithm is a metaheuristic algorithm inspired by the improvisation process of music players. HS algorithm has several impressive advantages, such as easy implementation, less adjustable parameters, and quick convergence. But HS algorithm still has some defects such as premature convergence and slow convergence speed. According to the defects of the standard algorithm and characteristics of distribution network planning, an improved harmony search (IHS) algorithm is proposed in this paper. We set up a mathematical model of distribution network structure planning, whose optimal objective function is to get the minimum annual cost and constraint conditions are overload and radial network. IHS algorithm is applied to solve the complex optimization mathematical model. The empirical results strongly indicate that IHS algorithm can effectively provide better results for solving the distribution network planning problem compared to other optimization algorithms.

1. Introduction

Distribution network planning can reduce the probability of blackouts, reduce transmission loss, and improve power quality, so that it is an important part of power distribution automation system. The main task of distribution network planning is to optimize network structure and find the optimal expansion scheme of power distribution network. The distribution network planning problem consists of minimizing investment and operation cost of the objective function subject to technical constraints, such as overload, voltage drop, and radial network. Distribution network expansion planning is a complex and large scale combinatorial optimization problem; the classical mathematical methods cannot perform satisfactorily for solving it [14]. Modern metaheuristic methods, such as Genetic Algorithm (GA), Particle Swarm Optimization (PSO), and Ant Colony System (ACS), are used recently to solve the distribution network planning problem and have achieved some results. However, the heuristic algorithms mentioned above have some defects: GA is a stochastic search algorithm for global optimization problems. It can reduce the difficulty of solving distribution network planning which is a nonlinear, multiconstraint, and multiobjective problem [5]. But in the practical application of the distribution network planning, it always falls into local optimum prematurely and converging slowly; there may even be infeasible solutions; PSO is a classic biological intelligence algorithm and has some advantages over other similar optimization techniques such as PSO which is easier to implement and there are fewer parameters to adjust, but it is prone to premature convergence [6]; ACS is a swarm intelligence algorithm based on distributed parallel search mechanism. It has strong robustness, but it also has some defects such as long calculation time, prone to stagnation and premature convergence [7, 8].

HS algorithm is a heuristic search algorithm for global optimization, which has been recently developed in an analogy with music improvisation process where musicians in an ensemble continue to polish their pitches in order to obtain better harmony [9]. The algorithm has the advantages of simple concept and model, easy implementation, less adjustable parameters, and quick convergence. However, when to solve the complex optimization problems, the standard HS algorithm still has some defects such as premature convergence. According to the defects of the standard algorithm and characteristics of distribution network planning, this paper proposed an improved harmony search (IHS) algorithm with the mechanism for dynamically adjusting parameters. We apply IHS algorithm to solve power distribution network planning. The simulation of example obviously shows that the solution is superior to that of other optimization algorithms.

2. Mathematical Model of Distribution Network Planning

In this paper, the model of distribution network planning adopts the objective function to minimize comprehensive costs per year, including the line investment expenses, the depreciation and maintenance costs, and the running year electrical energy loss expense. Considering overload constraints and radial network structure constraints, the objective function can be described as follows [10]: where is the cost per year of distribution network planning; , is the rate of return on investment; is annual depreciation rate of equipment; is the total investment for the th newly built line; is -dimensional decision vectors; is the transmission lines which is to be elected in the optimization problem. is the element of , when the th line is newly built, and otherwise; is unit power price; is annual maximum load utilization hours; is the active power loss of the th line; is penalty coefficient of overload; is the load which exceeds the total load demand of power system; is a very large penalty value when the network is not radial.

3. Harmony Search Algorithm

Harmony search (HS) algorithm is a relatively new metaheuristic algorithm, which was proposed by Geem et al. [9]. Like other heuristic algorithms imitating natural phenomena or artificial ones, HS algorithm is also a heuristic algorithm mimicking the improvisation process of music players, where musicians improvise the pitches of their instruments to search for a perfect state of a harmony.

In HS algorithm, musical performances seek a perfect state of harmony determined by aesthetic estimation, as the optimization algorithms seek a global optimum determined by objective function value. Specifically, musical instrument    is analogous to the th decision vector of the optimization problems. Each tone of the instrument is analogous to each value of the decision variable. The harmony    produced by musical instruments is analogous to the th solution of the optimization problems. Aesthetic evaluation is analogous to the objective function. The main control parameters of HS algorithm are harmony memory (HM), Harmony Memory Size (HMS), Harmony Memory Considering Rate (HMCR), Pitch Adjusting Rate (PAR), and Band Width (BW). Here, HM is a memory location where all the solution vectors are stored; HMCR and PAR are parameters that are used to improve the solution vector [11].

In the process of iteration, each new harmony vector is generated based on three rules: (i) memory consideration, (ii) pitch adjustment, and (iii) random selection. Generating a new harmony is called “improvisation” [11]. In the memory consideration, the value of each component is updated as follows: where is a random number uniformly distributed in the range of and is the value space of the th variable.

Each component obtained by the memory consideration is examined to determine whether it should be pitch-adjusted. The PAR parameter is the rate of pitch-adjustment. The equation of pitch-adjustment can be described as follows: where is a random number uniformly distributed in the range of and is a constant, which belongs to the .

4. Improved Harmony Search Algorithm

4.1. HMCR

determines whether the value of a decision variable is to be chosen from HM. In order to ensure that the algorithm can quickly find local optima in the early operation and the solutions obtained in the later are diverse, this paper adopts the following linear decreasing strategy to update HMCR [12]: where denotes iteration number; is the maximum total number of iterations; and represent maximum and minimum harmony memory considering rate, respectively.

4.2. PAR

In HS algorithm, PAR plays a role in controlling local search. The appropriate PAR can avoid the search being trapped in local optimum effectively. Normally, the smaller PAR is beneficial to quickly find the local optimal solution in early search stage, while the larger PAR is propitious to jump out the local optimal in the later stage. Therefore, dynamic change strategy for PAR is incorporated into the algorithm in this paper; the mathematical expression for PAR is where denotes pitch adjusting rate for the th generation; and represent maximum and minimum harmony memory considering rate, respectively.

4.3. BW

The appropriate BW can be potentially useful in adjusting convergence rate of algorithm to optimal solution. In this paper, BW changes from large to small. BW changes dynamically with generation number as expressed as follows: where denotes pitch band width for the th generation; and represent maximum and minimum harmony memory considering rate, respectively.

4.4. The Optimization Steps after Algorithm Improved

The optimization steps are summarized in the following.

Step 1. Initialize the HS algorithm parameters. Initialize the maximum number of iterations ; the harmony memory size (HMS), the maximum and minimum harmony memory considering rate, and ; the maximum and minimum pitch adjusting rate, and ; the maximum and minimum band width, and .

Step 2. Initialize the harmony memory (HM).

Step 3. Improvise a new harmony from the HM. Use (2), (3), (4), (5), and (6) to improvise a new harmony.

Step 4. Update the HM. Use (1) to evaluate fitness of the new harmony. If the new harmony is better than the worst harmony in the HM, the worst harmony is excluded from the HM and the new harmony is included in the HM.

Step 5. Inspect termination condition. The IHS will be terminated if the number of iterations meets the maximum number of iterations . Else go to Step 3.

5. Example Analysis

In this paper, the proposed method for optimal distribution network planning is applied to a 10 kV distribution system in a northern Chinese city using MATLAB 2011b. The network consists of a power supply point (110 KV substation), 32 load points, and 12 existing lines. 18 new load points are added to the existing network. The existing network is shown in Figure 1, in which the solid lines denote the existing lines and the dotted line denotes the expansible line. The coordinates and power of each load point are shown in Table 1.

Using the improved algorithm to optimize the distribution network planning mentioned above, the input parameters are set as follows: ,  yuan/KWh,  h, , , , , , , , and . The optimal distribution network planning based on the HIS algorithm is shown in Figure 2.

For further analysis, the IHS algorithm proposed in this paper, HS from [13], PSO from [14], Artificial Fish Swarm Algorithm (AFSA) from [15], Improved Ant Colony algorithm (IAC) from [16], Cross-Entropy Method (CE) [1719], and two typical evolutionary multiobjective optimization algorithms, Nondominated Sorting Genetic Algorithm version II (NSGA-II) [2022] and Multiobjective Particle Swarm Optimization Algorithm (MOPSO) [2325], are compared in optimizing the power network planning. In the case study, 50 independent runs were made for each of the optimization methods involving 50 different initial trial solutions for each optimization method. The parameters of each optimization method are shown in Table 2. The comparison results are shown in Table 3.

Comparing the results of Table 3, it can be found that the best solution (minimum cost) obtained by IHS algorithm is better than that of any other method. In terms of best solution and average optimal solution, it is very evident that the IHS algorithm proposed in this paper is superior to HS, PSO, AFSA, IAC, CE, NSGA-II, and MOPSO. This suggests that IHS algorithm has very strong stability and robustness. When to solve the multiobjective distribution network planning problem, the two typical evolutionary multiobjective optimization algorithms: NSGA-II and MOPSO are significantly superior to the HS, PSO, AFSA, IAC, and CE in terms of stability and robustness. But long execution times for these algorithms suggest that they reach the solution at a very slow speed. Though IHS algorithm obtained slightly better minimum cost and average cost than MOPSO, the average execution time used by IHS algorithm is less than that of MOPSO obviously. From the point of execution time, the average execution time of IHS algorithm is the minimum except CE. Although the execution time of CE is less than that of IHS algorithm, the best solution and average optimal solution obtained by the IHS algorithm are significantly better than that of CE. The reasonable average execution time of IHS algorithm suggests that IHS algorithm is capable of reaching the solution at a very high speed. Therefore, it can be concluded that IHS not only has found the highest quality results among all the algorithms compared, but also possesses greater stability and better robustness to solve such kinds of distribution network planning problem. IHS algorithm is an effective method to solve the distribution network planning problem.

6. Conclusion

Distribution network planning is a multiobjective, discrete, nonlinear, and large-scale optimization problem. This paper proposes an improved harmony search (IHS) algorithm to solve the distribution network planning problem. The parameters of basic HS algorithm are specifically improved for distribution network planning problem. The improved method can improve the global search ability and prevent basic HS algorithm into a local optimum. And the improved algorithm has a fast calculation and a good convergence. The numerical example shows that HIS algorithm not only can obtain the highest quality results but also possesses greater stability and better robustness. It is obvious that IHS can acquire satisfactory solution for distribution network planning.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.