ISSN ONLINE(2319-8753)PRINT(2347-6710)

All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

PSO Approach for Dynamic Economic Load Dispatch Problem

P.Sivaraman1, S.Manimaran2, K.Parthiban3, D.Gunapriya4
  1. Dept. of Electrical & Electronics Engineering,M.Kumarasamy College of Engineering, Karur, Anna University Regional Office, Madurai, India
  2. M.Kumarasamy College of Engineering, Karur, Tamilnadu, India
  3. M.Kumarasamy College of Engineering, Karur, Tamilnadu, India
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Innovative Research in Science, Engineering and Technology

Abstract

The main objective of Dynamic Economic Load Dispatch (DELD) is to reduce the total fuel cost of the generators in system. In this paper Particle Swarm Optimization (PSO) algorithm is used to solve the Dynamic Economic Load Dispatch (DELD) problem. DELD is to list the generating units output as to meet the load demand at minimum fuel cost while satisfying all units and operational constraints. Enhancement in scheduling the unit outputs can show the way to fuel cost saving.

Keywords

Dynamic economic load dispatch; particle swarm optimization; ramp rate limit;

INTRODUCTION

Economic load dispatch (ELD) problem is one of the basic issues in power system operation. In essence of optimization and its objective is to reduce the total generation costs of the units while satisfying all the constraints. In conventional lambda-iteration method, base point and participation factors method, lagrangian relation method and the gradient methods are used to solve the ELD [1] . In these conventional methods for solution of ELD problems have essential assumption that is incremental cost curves of the units are monotonically increasing piecewise-linear functions[1]. Unfortunately these assumption may cause these methods are infeasible because of its nonlinear characteristics in practical systems [1]. These nonlinear characteristics of a generator include irregular prohibited zones and cost functions which are non smooth or convex and large-scale generating system these conventional method results in longer solution time [1]. A dynamic programming (DP) method for solving the ELD problem with valve-point effect may cause the dimensions of the ELD problem to become enormously large, therefore it requiring large computational efforts[2]. In order to formulate the numerical methods more convenient for solving ELD problems artificial intelligent techniques , Hopfield neural network[2] are employed to solve ELD problems for units with piecewise quadratic fuel cost functions and prohibited zones constraint . On the other hand, Hopfield model may suffer from excessive numerical iterations, resulting in large calculations [3]. In the past decade, a global optimization technique known as genetic algorithms (GA) or simulated annealing (SA), which is a form of probabilistic heuristic algorithm, have been used to solve the optimization problems. Though the Genetic Algorithm methods have been employed to solve complex optimization problems, in recent study has identified some deficiencies in Genetic Algorithm performance. Particle swarm optimization (PSO) first introduced by Kennedy and Eberhart, is one of the modern heuristic algorithms. The PSO algorithm technique can produce the high-quality solutions with time and stable convergence characteristic than other stochastic methods. Dynamic economic load dispatch is solving the economic load dispatch in every second power variation. ELD solve the load dispatch economically at fixed power demand that is power is not varying in every seconds and DELD is solve the load dispatch economically at varying power demand in every second.

PROBLEM FORMULATION

The ELD is one of the sub problem of unit commitment . It is a nonlinear programming optimization problem. Practically the scheduled combination of units at each specific period of operation are listed, the ELD planning must carry out the optimal generation dispatch among the all operating units to satisfy the system load demand, spinning reserve capacity, and practical operation constraints of generators that include the ramp rate limit and the prohibited operating zone .
Objective function
The core objective of economic load dispatch (ELD) is to reduce the operating costs or the generation costs of the power system while satisfying the various constraints in the system. The DELD problem is formulated to find the optimal fuel cost of the generators while fulfilling the all load demands and also fulfilling the various equality and inequality constraints. The objective function is to minimize the total generating cost (total cost of the system) subjected to the various constraints of the system.
image
PD = total system demand.
PLoss = total transmission line loss.
This is called generator constraints. This is also called power balance equation. The transmission loss can be calculated by the B-coefficients method or power flows analysis. B-coefficients used in the power system are
Pi=PTB T (6)
Where
P = Power output of the unit.
P = Power output of the unit.

LEAST PTH NORM ALGORITHM

The particle swarm optimization is a population based stochastic optimization technique introduced by James Kennedy and Russel Eberhart in the year of 1995. PSO based on the concept of swarms and their intelligence as well as their movement. PSO comprises of a collection of creatures (particles) performing the same action in a search space. The swarms are mostly the groups that serve the same purpose like food hunting. The PSO is motivated from the relative behaviour of the creatures that live and move in groups like swarm of birds and school of fishes etc. The above figure.1 shows a swarm of birds. This concept is used in PSO algorithm. Here the birds are analogous to the particles. In PSO there is large multidimensional search space with particles within it. These particles are move freely in the search space looking for the optimal (best possible) solution. Each particle has a particular velocity and position.
The particles and velocity are denoting by vectors V and X.
image
Every particle represents a potential solution to the problem and they are responsible to search the solutions within the search space. All particles contain a particular fitness value which is evaluated by the fitness function. The velocity and particle position is updated by their rules. The position of the particles is updated with the flying experience of the particle and its neighbours. The best values is achieved by the particles are stored in the memory as Pbest or personal best and the best among all the particles is called as Gbest or global best. By using the concept of Pbest and Gbest the velocity of each particle is updated
image
In the equation (7) the inertia weight ω is introduced to enable the swarm to fly in the larger search space. The right value of should be ω selected so as to provide balance between the local and the global explorations. This reduces the iterations to find the optimal solution.
image
Where
image
A. PSO Algorithm
The step by step procedure of proposed PSO method which is used to solve DELD problem are as given below
Step 1: Read the input data such as fuel cost coefficient and the various constraints like as generator constraints and transmission line loss coefficients etc.
Step 2: Initialize the population of the particles in random manner. Also set the iteration counter.
Step 3: Evaluate the fitness for each particles.
Step 4: Now compare the fitness with Pbest and the value of fitness is improved then set this value as Pbest.
Step 5: Identify the best fitness value which is Gbest. The best value among the Pbest of all particles is Gbest.
Step 6: Update the velocity of each particles.
The velocity update rule defined by
image
Also, the particles fly to a new position using the position update rule
image
Step 7: If maximum number of iterations reaches then go to
step 8, else increase the iteration counter and go to step2.
Step 8: The particles that generates the newest best is the solution. This is the optimal solution (result).
The above procedure is illustrated in figure 2.
image

SIMULATION RESULTS

In this work we have consider a 6 generating units. The load demand is to be allotted to these units while minimizing the costs of generation subjected to the various constraints. Here the constraints like as transmission losses and generators limits are consider. The particles initial position is random and the parameters like as acceleration constants and inertia weight factors, number of iterations and population size are defined. The population size must be set, that it’s not too small or too large. If it’s small there will be inadequate number of particles so there will be difficulty in producing the best possible solution. If the population size is too large then the algorithm will become slow.
image
image

CONCULSION

Dynamic Economic load dispatch is a important task in the electrical power system as it is essential to supply the power at the minimum cost. The total generation costs are minimized by dividing the load demand into the several units at the same time it’s satisfying the various constraints. The Load dispatch problem here is solved for the six generating units. The work is done by implementing Particle swarm optimization (PSO) in the MATLAB environment.

References

  1. S. Orike and D. W. Corne, “A Memetic Algorithm for Dynamic Economic Load Dispatch Optimization”, Proc. 2013 IEEE Symposium Series on Comp. Intelligence (SSCI), Singapore, 15-19 April 2013.
  2. S. Orike and D. W. Corne, “Improved Evolutionary Algorithms for Economic Load Dispatch Optimisation Problems,” In Proceedings of 12th IEEE UK Workshop on Computational Intelligence (UKCI), Edinburgh, 5-7 September 2012.
  3. G. Sreenivasan, C. H. Saibabu and S. Sivanagaraju, “Solution of Dynamic Economic Load Dispatch Problem with Valve Point Loading Effects and Ramp Rate Limits using PSO,” Int’l Journal of Electrical and Computer Engineering, vol. 1, no. 1, September. 2011, pp. 59 – 70
  4. D. He, G. Dong, F. Wang, and Z. Mao, “Optimization of Dynamic Economic Dispatch with Valve-Point Effect using Chaotic Sequence based Differential Evolution Algorithms,” Journal of Energy Conversion and Management, vol. 52, 2011, pp. 1026 – 1032. Elsevier.
  5. A.I. Selvakumar and K. Thanushkodi, A new particle swarm optimization solution to Non-convex economic dispatch problems, IEEE Trans.Power Syst,. 22 (February (1)) (2007), pp. 42–51.
  6. Zwe-Lee Gaing, “Particle Swarm Optimization to solving the Economic Dispatch Considering the Generator Constraints”, IEEE Trans. On Power Systems, Vol.18, No.3, pp. 1187-1195, August 2003.
  7. F. N. Lee and A. M. Breipohl, “Reserve constrained economic dispatch with prohibited operating zones,” IEEE Trans. Power Syst., vol. 8, pp. 246–254, Feb. 1993.