Abstract

Economic load dispatch problem is a popular optimization problem in electrical power system field, which has been so far tackled by various mathematical and metaheuristic approaches including Lagrangian relaxation, branch and bound method, genetic algorithm, tabu search, particle swarm optimization, harmony search, and Taguchi method. On top of these techniques, this study proposes a novel memetic algorithm scheme combining metaheuristic algorithm and gradient-based technique to find better solutions for an economic load dispatch problem with valve-point loading. Because metaheuristic algorithms have the strength in global search and gradient-based techniques have the strength in local search, the combination approach obtains better results than those of any single approach. A bench-mark example of 40 generating-unit economic load dispatch problem demonstrates that the memetic approach can further improve the existing best solutions from the literature.

1. Introduction

Economic load dispatch (ELD) problem is a classical form of optimization problems and has been one of the most important decision-making processes in the operation of electrical power systems. The total system-wide generation cost is generally defined as the objective function of ELD problem. The equality and inequality power system constraints are embedded in ELD formulation, such as power balance and generation limits of each generating unit’s output capacity. ELD problem has been thought of as a mathematically complex and highly nonlinear optimization problem, especially in larger systems. For many decades, many algorithms have been presented to solve the optimization problem of ELD. First, conventional deterministic approaches which resort to mathematical gradient information have been developed to obtain the minimum cost of ELD problem. To overcome the limitations of those deterministic algorithms in real-system applications which are basically associated with the simplification of mathematical formulation, a variety of evolutionary frameworks that employ metaheuristic computational intelligence have explored their capabilities to search optimal solution of ELD problem with little abbreviation of original formulation.

Many gradient-based and enumeration-based deterministic approaches such as Lagrangian relaxation and linear, nonlinear, and dynamic programming techniques have been applied to find the optimal solution of ELD problem [17]. They are suitable, however, only when the problem satisfies certain conditions (complex calculus-based gradient should be derived or formulation can be approximated in terms of linearity and/or convexity), and therefore this mathematical requirement has limited the extensive applications of these deterministic algorithms in real ELD problem. In addition, extensive search algorithms which explore all the solution space such as dynamic programming [2, 3], therefore, have been employed in ELD problem to tackle the issue of the simplification in the mathematical formulation of ELD. Due to the so-called “curse of dimensionality” and local optimality, however, these approaches hardly give solutions with higher level of satisfaction in the real-world applications.

For recent decades, therefore, a variety of artificial intelligence approaches which are dependent upon heuristic and stochastic search scheme have been intensively adopted in ELD problem. Many studies have aimed to overcome the shortcomings of the conventional deterministic algorithms and to investigate the efficiency and applicability of the algorithms in ELD problem. For example, genetic-based different types of algorithms (GA) [815], a variety of evolutionary programming-based algorithms (EP) [1619], particle swarm optimization (PSO) with its variations [2028], tabu search (TS) [29], Taguchi method [30], bioinspired optimization algorithms [3134], harmony search (HS) [35, 36], and hybrid methods combining two or more metaheuristic algorithms [3742] have been applied to explore the capability of stochastic artificial intelligence algorithms to solve ELD problem so far.

Up until now, we can see that several well-developed metaheuristic algorithms have shown a higher level of applicability in ELD problem with fine performance [4353]. In spite of the acceptable level of performance in some algorithms of ELD problem, we have found that a memetic approach for ELD problem to combine the well-developed evolutionary frameworks with gradient-based local search algorithm can provide an opportunity for better solutions. Through this memetic combination, it can be seen that the minimum cost of ELD problem can be further improved because metaheuristic algorithm’s weak local search performance is reinforced by calculus-based method and calculus-based method’s weak global search performance is reinforced by metaheuristic algorithm.

This paper is organized as follows. Mathematical formulation of ELD problems and recent metaheuristic algorithms to solve ELD problem are described in Section 2. In Section 3, memetic implementations for those algorithms are explored to integrate gradient-based local search into the evolutionary frameworks for the solution of ELD. Simulation results and discussions on the algorithm proposed are provided in Section 4, followed by conclusion and future investigation in Section 5.

2. Problem Description: Economic Load Dispatch with Valve-Point Loading

The ELD problem can be stated as to determine the optimal set of individual generating units’ generation outputs minimizing the objective function(s) as well as satisfying both the equality and inequality constrains. The ELD can, therefore, be mathematically formulated as a continuous variable optimization problem. The objective function to be minimized can be defined as the system-wide generation cost across all the generators. Equality constraint of ELD is a power balancing equation where total power supply of all the generators is equal to the total system demand plus system loss. In addition, individual generators’ generation output should be in-between its minimum and maximum generation capacity, and this condition is imposed as the inequality constraint for each generator’s output in ELD problem. The mathematical formulation of the generic ELD problem can, therefore, be described as follows: where is system-wide total generating units’ cost function; is generation cost function of generating unit-; is generation output of generating unit-; , , and   are cost coefficients of generating unit-; is index set of generating units in the system; is total system demand; is total system loss; , are minimum and maximum generation output of generating unit-.

The system loss in the transmission lines, , can be presented as a quadratic form of generating units’ output generations as follows: where is the th element of loss coefficient matrix, is th element of loss coefficient vector, and is th element of loss coefficient constant.

Moreover, more practical consideration of ELD problem requires an inclusion of valve-point loading effects in ELD problem, and the mathematical formulation of ELD with valve-point loading can be rephrased as follows: where and are nonsmooth fuel cost coefficients of generating unit-.

Many gradient-based and enumeration-based deterministic approaches have been applied to find the optimal solution of ELD problem, and they are suitable only when the problem satisfies certain conditions. Extensive search algorithms have been employed in ELD problem to tackle the issue of the simplification in the mathematical formulation of ELD. These approaches hardly give solutions with higher level of satisfaction in the real-world applications due to the curse of dimensionality and local optimality. For recent decades, many artificial intelligence approaches have been intensively adopted in ELD problem to investigate the efficiency and applicability of the algorithms in ELD problem. In ELD problem, although several algorithms for solving economic dispatch are well developed up until now, we have found that memetic crossover between gradient-based algorithm and metaheuristic methodology can provide opportunity of better solutions for ELD. The memetic algorithm is based on the characteristic of the meme in human culture, which is the basic unit of knowledge that can be modified, combined with other ones, and generating new ones to propagate in the communities [63]. Under the optimization problems like ELD, the memetic algorithm considers complex structures of conventional metaheuristic algorithms and simple gradient-based optimization operators, where the interactions of evolutionary and local search algorithm lead to an efficient solution method that is able to solve ELD problem more effectively. In this study, therefore, a memetic approach to combine stochastic metaheuristic algorithms with gradient-based local search is presented to explore the opportunity of better solution for ELD problem.

Many metaheuristic approaches using population-based evolutionary frameworks have been applied in ELD problem in order to find the optimal solution. The population-based metaheuristic algorithms for ELD primarily resort to iterated procedures for initializing, competing, and updating of population in reaching optimal solution(s), and, therefore, the general solution steps of the metaheuristic algorithms for ELD can be described as shown in Algorithm 1.

Step  1. Initialization of the population for the parent generation
Step  2. Iterations
  Step  2.1. Creation of the population for the new generation
  Step  2.2. Competition among populations
  Step  2.3. Population update
Step  3. Termination

Depending upon the specific individual evolutionary framework in a metaheuristic algorithm, the initialization, competition, and update of population process for ELD in the algorithm can vary. Some algorithms employ a random initialization for the parent population, while the others attempt to use a better quality one as a starting population by using a refined heuristic. In the iterated competing and updating processes for ELD, the respective metaheuristic algorithms adopt their own computational intelligence operators based upon their functional advantages over other ones. For example, genetic and evolutionary upgrade operators are used in genetic and evolutionary algorithms. Social patterns in the behaviors of animals are modeled in particle swarm optimization, honey bee mating, and firefly algorithm. Also, physical phenomenon-based population improvement is explored in harmony search, tabu search, and simulated annealing. As for the termination, the iterated processes in the algorithms stop based upon their own termination criteria, which are typically defined as the maximum number of iterations and/or minimum extent of the improvement of the fitness value(s) for ELD.

In recent ELD studies using metaheuristic algorithms, several biogeography-based and musical improvisation methodologies are presented to find the optimal solution of ELD problem [33, 34, 36, 64]. In [33, 34], a firefly algorithm (FA) and a honey bee mating optimization (HBMO) algorithm have been developed to solve nonconvex ELD problem with valve loading effect, respectively, and they have shown a higher level of performance than conventional metaheuristic algorithms. In addition, a variation of pattern search (PS) methods and a population-variance harmony search (HS) algorithm have also been presented to solve the constrained ELD problem, in [36, 64], respectively. Two algorithms have also demonstrated their better capabilities in ELD applications than existing relevant approaches.

3. Memetic Implementations for ELD Problem

Memetic computing is a branch in computer science which regards complicate structures as the combination of heterogeneous operators, named memes, whose evolutionary interactions contribute to intelligent structures for problem solving [65, 66].

For recent decades, memetic algorithms have been widely applied in the large-scale complex optimization problems. The problem of balance between global and local search, that is, balance between computational intelligence and gradient-based search algorithm, has been explored under a multiobjective optimization setting in [67, 68]. In [69], a memetic algorithm is presented to analyze the evolutionary artificial neural network for training of a medical application. For a large-scale combinatorial optimization problem, a parallel memetic algorithm with selective local search is proposed in [70]. In [7173], memetic algorithms are applied to solve scheduling and planning problems such as vehicle routing and path planning. A fast adaptive memetic algorithm for a design of controller of engineering drives is presented in [74], and a compact memetic differential algorithm has been developed for a robot control in [75]. In [76], a differential evolution-based hybrid algorithm is provided to solve the optimization problem in aerodynamic design.

In order to explore the opportunity of better solution in ELD problem using the memetic combination proposed in this study, we have basically considered three metaheuristic algorithms: harmony search (HS), firefly algorithm (FA), and honey bee mating optimization (HBMO), which show the highest level of performances among all the existing relevant population-based metaheuristic approaches in the most recent ELD problem literatures [33, 34, 36]. HS algorithm was originally inspired by the improvisation process of Jazz musicians. The algorithm uses a novel stochastic derivative which utilizes the experiences of musicians in Jazz improvisation and can be applicable to optimization problem. Instead of the gradient-based inclination information of an objective function, the stochastic derivative of the algorithm gives a probability to be selected for each value of a decision variable. In [36], the evolution of the population-variance over successive generations in HS was analyzed and the algorithm showed that it can easily take care of solving nonconvex ELD problems along with different constraints. The FA was based on the idealized behavior of the flashing characteristics of fireflies such that the brightness or light intensity of a firefly is affected or determined by the landscape of the objective function to be optimized. In [33], a FA for solving nonsmooth economic dispatch with various constraints was presented and the results are compared with recent ELD solution methods. The HBMO algorithm is based upon the social characteristics of the honey bee in working together in a highly structured social order. In [34], a method to improve the mating process of HBMO combining the HBMO with a chaotic local search was proposed to overcome the disadvantage of the conventional algorithm that may miss the optimum and provide a near optimum solution in a limited runtime period. Table 1 shows the minimum cost of ELD problem using the most recent three metaheuristic algorithms in [33, 34, 36] (i.e., HS, FA, and HBMO), with the same test system of 40 generating units.

Based upon the result in Table 1, therefore, we have proposed a memetic combination of the most recent HS, FA, and HBMO algorithms with gradient-based local search operator to improve the minimum cost of the ELD problem. The memetic approach to metaheuristic algorithms for ELD problem combines a local search operator with a metaheuristic algorithm, and it is a basically population-based metaheuristic which enables an evolutionary framework to search local solutions in a gradient manner within a certain generation cycle. As the memetic approach blends together a population-based computational intelligence algorithm and local search method, the memetic algorithm for ELD problem can provide a better opportunity for the optimal solution by combining two individual robust operators, which have higher capability of global search and local search, in the solution space, respectively. Therefore, the general structure of the memetic algorithm for ELD can be rephrased as shown in Algorithm 2 to mimetically associate gradient-based search algorithm with conventional population-based metaheuristic.

Step  1. Initialization of the population for the parent generation
Step  2. Iterations
  Step  2.1. Creation of the population for the new generation
  Step  2.2. Competition among population
  Step  2.3. Population update
Step  3. Gradient-based local search
Step  4. Termination

4. Gradient-Based Local Search Algorithm

For the gradient-based local search algorithm, this study adopted BFGS (Broyden-Fletcher-Goldfarb-Shanno) method [77], which can solve nonlinear optimization problems by eliminating technical constraints. The solution steps of the BFGS method are as follows.

Step 1. Identify an initial feasible solution, .

Step 2. Calculate the searching direction, .

Step 3. Calculate a new solution, , where is the step size which minimizes .

Step 4. If convergence criterion is not satisfied, set and go to Step 2.

The searching direction in Step 2 can be obtained by various methods such as steepest descent, conjugate gradient, quasi-Newton, and Newton methods. Out of various approaches, this study chose the quasi-Newton method, named BFGS, because it is one of the most powerful techniques. The BFGS method emulates the inverse Hessian matrix instead of directly calculating it as follows:

The convergence criterion in this study is the relative error as follows:

The BFGS method, which is a calculus-based technique, has the advantages over metaheuristic algorithms in terms of fast convergence (it takes less than one second in this study), good local search performance, and having no algorithm parameter requirement (e.g., crossover rate in GA and harmony memory considering rate in HS). However, it also has the disadvantages over metaheuristic algorithms in terms of less global search performance and even divergence [7779].

5. Numerical Experiments and Discussions

5.1. Test System

The numerical test system used to explore the applicability of memetic algorithms in ELD problem in this study consists of forty generating units with valve-point loading effects, and the total system demand is 10,500 MW [18]. Table 2 shows the data of the forty generating units with valve-point for the test system. In order to compare the performance proposed in this paper to those of existing metaheuristic only algorithms, we have adopted the same test system that is used in previous studies [18].

5.2. Test Case 1: Memetic Implementation with Harmony Search

First, we have implemented a memetic approach using HS algorithm. The best minimum generation cost of ELD for the given test system using HS reported until now is $121,415.4560 [36], and each generator’s output generation at the optimal point is presented in Table 3. The better minimum cost of ELD using a memetic approach to HS (M_HS) proposed in this study, however, can be obtained as $121,415.4525, and the results are also provided in Table 3.

5.3. Test Case 2: Memetic Implementation with Firefly Algorithm

As a second experiment, we have carried out a memetic implementation using FA. In [33], the best minimum generation cost of ELD for the same test system using FA has been reported as $121,415.0522, and each generator’s output generation at this point is given in Table 4. However, the better minimum cost of ELD can be obtained using a memetic approach to FA (M_FA) presented in this paper as $121,414.9137, and the results are also provided in Table 4.

5.4. Test Case 3: Memetic Implementation with Honey Bee Mating Optimization

HBMO algorithm is selected as a final experiment for the memetic implementation in this study. Up until now, the best minimum generation cost of ELD for the same test system using HBMO has been reported as $121,412.5704 [34], and each generator’s output generation at this point is presented in Table 5. Using a memetic combination to HBMO (M_HBMO) proposed in this paper, the better minimum cost of the same ELD problem can be obtained as $121,414.5702, and the results are presented in Table 5.

6. Conclusions

In summary, this study introduced a memetic scheme of metaheuristic algorithm and gradient-based technique and then applied it to a popular benchmark problem of 40 generating-unit ELD problem with valve-point loading, obtaining better solutions than other solutions ever found in the literature. As shown in Table 6, the result ($121415.4560) of HS was further improved into $121415.4525 as shown in bold font; that ($121415.0522) of FA was further improved into $121414.9137 as shown in bold font; and that ($121412.5704) of HBMO was further improved into $121412.5702 as shown in bold font. We have extended the simulation comparisons against the other recent metaheuristic approaches, and it is also listed in Table 6. We also hope that this table and corresponding references become a good literature survey for future researches.

While metaheuristic algorithms perform well in global search, they do not perform well in local search. On the contrary, while gradient-based techniques perform well in local search, they do not perform well in global search. Thus, the memetic approach in this study can be mutually complementary to obtain better solutions than either metaheuristic-only solution or gradient-based-only solution. Not only this ELD problem, but also hydrologic flood model calibration had better results using the memetic approach [79].

With this successful approach, we would like to explore more complex real-world ELD problems as well as other optimization problems. The proposed method can be applied to improve the simulation results of existing approaches [80, 81] in the future.

Conflict of Interests

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

Acknowledgment

This work was supported by the Gachon University Research Fund of 2013 (GCU-2013-R194).