A Cost Comparative Analysis for Economic Load Dispatch Problems Using Modern Optimization Techniques

Size: px
Start display at page:

Download "A Cost Comparative Analysis for Economic Load Dispatch Problems Using Modern Optimization Techniques"

Transcription

1 ISSN EISSN RESEARCH Indian Journal of Engineering, Volume 2, Number 4, February 2013 RESEARCH Indian Journal of Engineering A Cost Comparative Analysis for Economic Load Dispatch Problems Using Modern Optimization Techniques Subramanian R 1, Prakash A 2, Thanushkodi K 3 1. Associate Professor/EEE, Akshaya College of Engineering and Technology, Coimbatore, INDIA, ssst.m1m2m3@gmail.com 2. Assistant Professor/ EEE Akshaya College of Engineering and Technology, Coimbatore, INDIA, prksh830@gmail.com 3. Director, Akshaya College of Engineering and Technology, Coimbatore, INDIA,thanush12@gmail.com Received 16 December; accepted 18 January; published online 01 February; printed 16 February 2013 ABSTRACT The Economic Load Dispatch (ELD) problems are the major consideration in electric power generation systems in order to reduce the fuel cost their by reducing the total cost for the generation of electric power. This paper presents an Efficient and Reliable Firefly Algorithm (FA) for solving ELD Problem. The main objective is to minimize the total fuel cost of the generating units having quadratic cost characteristics subjected to limits on generator True power output & transmission losses. It has been achieved by using optimization techniques such as dynamic programming, integer programming, and mixed-integer non-linear programming. On the other hand, a broad class of Meta heuristics has been developed for reliability-redundancy optimization. Recently, a new meta-heuristics called Firefly Algorithm (FA) algorithm has emerged. The FA is a stochastic Meta heuristic approach based on the idealized behaviour of the flashing characteristics of fireflies. This paper presents an application of the Firefly Algorithm (FA) to ELD for different Test Case system. ELD is applied and compared its solution quality and computation efficiency to Simulated Annealing (SA), Genetic algorithm (GA), Differential Evolution (DE), Particle swarm optimization (PSO), Artificial Bee Colony optimization (ABC), and Biogeography-Based Optimization (BBO) optimization techniques. The simulation results show that the proposed algorithm outperforms previous optimization methods. Keywords: Firefly Algorithm; Economic Load dispatch; Genetic algorithm; Particle swarm optimization; Artificial Bee Colony optimization; Biogeography- Based Optimization. 1. INTRODUCTION Electrical power industry restructuring has created highly vibrant and competitive market that altered many aspects of the power industry. In this changed scenario, scarcity of energy resources, increasing power generation cost, environment concern, ever growing demand for electrical energy necessitate optimal economic dispatch. Economic Load Dispatch (ELD) is one of the important optimization problems in power systems that have the objective of dividing the power demand among the online generators economically while satisfying various constraints. Since the cost of the power generation is exorbitant, an optimum dispatch saves a considerable amount of money. Optimal generation dispatch is one of the most important problems in power system engineering, being a technique commonly used by operators in every day system operation. Optimal generation seeks to allocate the real and reactive power throughout power system obtaining optimal operating state that reduces cost and improves overall system efficiency. The ELD problem reduces system cost by allocating the real power among online generating units. In the ELD problem the classical formulation presents deficiencies due to simplicity of models. Here, the power system modelled through the power balance equation and generators are modelled with smooth quadratic cost functions and generator output constraints. To improve power system studies, new models are continuously being developed that result in a more efficient system operation. Cost functions that consider valve point loadings, fuel switching, and prohibited operating zones as well as constraints that provide more accurate representation of system such as: emission, ramp rate limits, line flow limits, spinning reserve requirement and system voltage profile. The improved models generally increase the level of complexity of the optimization problem due to the non-linearity associated with them. Traditional algorithms like lambda iteration, base point participation factor, gradient method, and Newton method can solve the ELD problems effectively if and only if the fuel-cost curves of the generating units are piece-wise linear and monotonically increasing. The basic ELD considers the power balance constraint apart from the generating capacity limits. However, a practical ELD must take ramp rate limits, prohibited operating zones, valve point effects, and multi fuel options into consideration to provide the completeness for the ELD formulation. The resulting ELD is a non-convex optimization problem, which is a challenging one and cannot be solved by the traditional methods. Practical ELD problems have nonlinear, non-convex type objective function with intense equality and inequality constraints. Recent advances in computation and the search for better results of complex optimization problems have fomented the development of techniques known as Evolutionary Algorithms. Evolutionary Algorithms are stochastic based optimization techniques that search for the solution of problems using a simplified model of the evolutionary process. These algorithms provide an alternative for obtaining global optimal solutions, especially in the presence of non-continuous, non-convex, highly solution spaces. These algorithms are population based techniques which explore the solution space randomly by using several candidate solutions instead of the single solution estimate used by many classical techniques. The success of evolutionary algorithms lies in the capability of finding solutions with random exploration of the feasible region rather than exploring the complete region. This result in a faster optimization process with lesser computational resources while maintaining the capability of finding global optima.the conventional optimization methods are not able to solve such problems as due to local optimum solution convergence. Metaheuristic optimization techniques especially Genetic Algorithms (GA), Particle Swarm Optimization (PSO) and Differential Evaluation (DE) gained an incredible recognition as the solution algorithm for such type of ELD problems in last decade. 28

2 2. ECONOMIC LOAD DISPATCH (ELD) PROBLEM The classical ELD problem is an optimization problem that determines the power output of each online generator that will result in a least cost system operating state. The objective of the classical ELD is to minimize the total system cost where the total system cost is a function composed by the sum of the cost functions of each online generator. This power allocation is done considering system balance between generation and loads, and feasible regions of operation for each generating unit Objective Function and Constraints The objective of the classical ELD is to minimize the total system cost by adjusting the power output of each of the generators connected to the grid. The total system cost is modelled as the sum of the cost function of each generator. The basic ELD problem can be described mathematically as a minimization of problem. Minimize..(1) Where F i ( P i ) is the fuel cost equation of the i th plant. It is the variation of fuel cost ($ or Rupees) with generated Power (MW). Normally it is expressed as a quadratic equation as The total fuel cost is to be minimized subject to the following constraints.. ( 2) ( 3). ( 4) By Lagrangian multipliers method and Kuhn tucker conditions and the following conditions for optimality can be obtained..( 5).. ( 6)... ( 7) ( 8) The non-linear equations and inequalities are solved by initializing the procedure allocate lower limit of each plant as generation, evaluate the transmission loss and incremental loss coefficients and update the demand...( 9) By substituting the incremental cost coefficients and solving the set of linear equations the incremental fuel cost is determined... (10) For determining the power allocation of each plant by ( 11) 29

3 If plant violates its limits it should be fixed to that limit and the remaining plants only be considered for next iteration, and finally check for convergence. 3. THE FIREFLY ALGORITHM The Firefly Algorithm [FA] is a Meta heuristic, nature-inspired, optimization algorithm which is based on the social flashing behavior of fireflies, or lighting bugs, in the summer sky in the tropical temperature regions. It was developed by Dr. Xin-She Yang at Cambridge University in 2007, and it is based on the swarm behavior such as fish, insects, or bird schooling in nature. In particular, although the firefly algorithm has many similarities with other algorithms which are based on the socalled swarm intelligence, such as the famous Particle Swarm Optimization [PSO] and Artificial Bee Colony optimization [ABC] algorithms it is indeed much simpler both in concept and implementation. Furthermore, according to recent bibliography, the algorithm is very efficient and can outperform other conventional algorithms, such as genetic algorithms, for solving many optimization problems; a fact that has been justified in a recent research, where the statistical performance of the firefly algorithm was measured against other well-known optimization algorithms using various standard stochastic test functions. Its main advantage is the fact that it uses mainly real random numbers, and it is based on the global communication among the swarming particles [i.e., the fireflies], and as a result, it seems more effective in optimization such as the ELD problem in our case. The FA has three particular idealized rules which are based on some of the major flashing characteristics of real fireflies. These are the following: All fireflies are unisex, and they will move towards more attractive and brighter ones regardless their sex. The degree of attractiveness of a firefly is proportional to its brightness which decreases as the distance from the other firefly increases due to the fact that the air absorbs light. If there is not a brighter or more attractive firefly than a particular one, it will then move randomly. The brightness or light intensity of a firefly is determined by the value of the objective function of a given problem. For maximization problems, the light intensity is proportional to the value of the objective function Attractiveness In the FA, the form of attractiveness function of a firefly is the following monotonically decreasing function: β(r)=β o # exp(γ r m ) with m 1 (model 1) Where, r is the distance between any two fireflies, β o is the initial attractiveness at r =0, and γ is an absorption coefficient which controls the decrease of the light intensity Distance The distance between any two fireflies i and j, at positions xi and xj, respectively, can be defined as a Cartesian or Euclidean distance as follows: r ij = ll - ll = (model 2) Where x i,k is the k th component of the spatial coordinate xi of the i th firefly and d is the number of dimensions we have, for d= 2, we have r ij=( ) (model 3) However, the calculation of distance r can also be defined using other distance metrics, based on the nature of the problem, such as Manhattan distance or Mahalanobis distance Movement The movement of a firefly i which is attracted by a more attractive (i.e., brighter) firefly j is given by the following equation: = + β 0* exp(-γ r ij 2 ) * ( - ) + a *(rand- (model 4) Where the first term is the current position of a firefly, the second term is used for considering a firefly s attractiveness to light intensity seen by adjacent fireflies, and the third term is used for the random movement of a firefly in case there are not any brighter ones. The coefficient α is a randomization parameter determined by the problem of interest, while rand is a random number generator uniformly distributed in the space (0, 1). As we will see in this implementation of the algorithm, we will use β0 =1.0, α [0, 1] and the attractiveness or absorption coefficient γ [1.0], which guarantees a quick convergence of the algorithm to the optimal solution Convergence and Asymptotic Behaviour The convergence of the algorithm is achieved for any large number of fireflies (n) if n>> m, where m is the number of local optima of an optimization problem [1, 3]. In this case, the initial location of n fireflies is distributed uniformly in the entire search space. The convergence of the algorithm into all the local and global optima is achieved, as the iterations of the algorithm continue, by comparing the best solutions of each iteration with these optima. However, it is under research a formal proof of the convergence of the algorithm and particularly that the algorithm will approach global optima when n and t >> 1. In practice, the algorithm converges very quickly in less than 80 iterations and less than 50 fireflies, as it is demonstrated in several research papers using some standard test functions. Indeed, the appropriate choice of the number of iterations together with the γ, β, α, and n parameters highly depends on the nature of the given optimization problem as this affects the convergence of the algorithm and the efficient find of both local and global optima. Note that the firefly algorithm has computational complexity of O(n) 2 where n is the population of fireflies. The larger population size becomes the greater the computational time Special Cases There are two important special cases of the firefly algorithm based on the absorption coefficient γ; that is, when γ 0 and γ. When γ 0, the attractiveness coefficient is constant β = β0, and the light intensity does not decrease as the distance r between two fireflies increases. Therefore, as the light of a firefly can be seen anywhere, a single local or global optimum can be easily reached. This limiting case corresponds to the standard Particle Swarm Optimization (PSO) algorithm. On the other hand, when γ, the attractiveness coefficient is the Dirac delta function β(r) δ(r).in this limiting case, the attractiveness to light intensity is almost zero, and as a result, the fireflies cannot see each other, and they move completely randomly in a foggy place. Therefore, this method corresponds to a random search method. 30

4 3.6. Hybridization In a recent bibliography, a new Meta heuristic algorithm has been developed and formulated based on the concept of hybridizing the firefly algorithm. In particular, the new Levy flight Firefly algorithm was developed by Dr. Xin-She Yang at Cambridge University in 2010 and it combines the firefly algorithm with the Levy flights as an efficient search strategy. It combines the three idealized rules of the firefly algorithm together with the characteristics of Levy flights which simulate the flight behavior of many animals and insects. In this algorithm, the form of the attractiveness function and the calculation of distance between two fireflies are the same as in firefly algorithm, but in the movement function, the random step length is a combination of the randomization parameter together with a Levy flight. In particular, the movement of a firefly is a random walk, where the step length is drawn by the Levy distribution. 4. THE FIREFLY ALGORITHM (FA) SOLUTION In order to solve the ELD problem, we have implemented the FA in Matlab and it was run on a computer with an Intel Core2 Duo (1.8GHz) processor, 3GB RAM memory and MS Windows XP as an operating system. Mathematical calculations and comparisons can be done very quickly and effectively with Matlab and that is the reason that the proposed FA was implemented in Matlab programming environment. In this proposed method, we represent and associate each firefly with a valid power output (i.e., potential solution) encoded as a real number for each power generator unit, while the fuel cost objective i.e., the objective function of the problem is associated and represented by the light intensity of the fireflies. In this simulation, the values of the control parameters are: α = 0.2, γ =1.0, β0 = 1.0 and n =12, and the maximum generation of fireflies (iterations) is 50. The values of the fuel cost, the power limits of each generator, the power loss coefficients, and the total power load demand are supplied as inputs to the firefly algorithm. The power output of each generator, the total system power, the fuel cost with/without transmission losses are considered as outputs of the proposed Firefly algorithm. Initially, the objective function of the given problem is formulated and it is associated with the light intensity of the swarm of the fireflies. The initial solution of the given problem is generated based on the mathematical formulation given below: xj = rand *(upper-range lower-range) + lower-range (model 5) Where xj is the new solution of jth firefly, that is, created, rand is a random number generator uniformly distributed in the space [0, 1], while upper range and lower range are the upper range and lower range of the jth firefly (variable), respectively. After the evaluation of the initial population/generation (i.e., solution), the firefly algorithm enters its main loop which represents the maximum number of generations of the fireflies. This is actually the termination criterion that needs to be satisfied for the termination of the loop. The generation of a new solution (i.e., the movement of a firefly) of the given problem is made based on the following mathematical formulation: = + β 0* exp (-γ * * ( - ) + a * (rand- (model 6) Where xi is the current solution of the ith firefly and xj is the current (optimal) solution of jth firefly. The values of the algorithm s control parameters is α =0.2, γ =1.0, β0= 1.0, and rand is a random number which is uniformly distributed in the space [0, 1]. As we can see the distance between two fireflies is calculated using the Euclidean distance and the generation of a new solution is actually a sum of the current solution (xi), the metric of the evaluation of the current solution based on the current optimal solution (Euclidian metric), and a random step/move of the algorithm. After the generation of the new solutions, we have to apply the generator capacity constraints so as the new solutions are within the given operational power ranges. To avoid such violation, a repair process is applied to each solution (firefly) in order to guarantee that the generated power outputs are feasible. Pk, Pk min and Pk max denote the current, the minimum, and the maximum power outputs of the ith unit, which is associated with the ith firefly. Finally, it is notable that for each generation (iteration), the swarm of 12 fireflies is ranked based on their light intensity, and the firefly with the maximum light intensity (i.e., the solution with the higher objective function value) is chosen as the brighter one (i.e., it is a potential optimal solution), while the others are updated. In the final iteration, the firefly with the brighter light intensity among the swarm of 12 fireflies is chosen as the brightest one which represents the optimal solution of the problem. 5. SIMULATION RESULTS AND DISCUSSION To solve the ELD problem, we have implemented the FA in Matlab and it was run on a computer with an Intel Core2 Duo (1.8GHz) processor, 3GB RAM memory and MS Windows XP as an operating system. Mathematical calculations and Figure 1 Generator outputs for various algorithms Figure 2 Comparison chart showing all the parameters 31

5 Table 1 Generating unit capacity and coefficients Unit P min P max a i b i c i Table 2 Comparison table for the best results Sl.No Description SA G.A PSO D.E ABC BBO FA 1. P 1 (MW) P 2 (MW) P 3 (MW) P 4 (MW) P 5 (MW) P 6 (MW) Power Output (MW) P loss (MW) Fuel cost (Dollars/hour) Execution time(seconds) comparisons can be done very quickly and effectively with Mat lab and that is the reason that the proposed Firefly algorithm was implemented in Matlab programming environment. Since the performance of the proposed algorithm sometimes depends on input parameters, they should be carefully chosen. After several runs, the following input control parameters are found to be best for optimal performance of the proposed algorithm. In this proposed method, we represent and associate each firefly with a valid power output (i.e., potential solution) encoded as a real number for each power generator unit, while the fuel cost objective i.e., the objective function of the problem is associated and represented by the light intensity of the fireflies. In this simulation, the values of the control parameters are: α = 0.2, γ =1.0, β 0 = 1.0 and n =12, and the maximum generation of fireflies (iterations) is 50. The values of the fuel cost, the power limits of each generator, the power loss coefficients, and the total power load demand are supplied as inputs to the firefly algorithm. The power output of each generator, the total system power, the fuel cost with/without transmission losses are considered as outputs of the proposed Firefly algorithm. Initially, the objective function of the given problem is formulated and it is associated with the light intensity of the swarm of the fireflies. The FA has been proposed for IEEE - 30 Bus with six generator test system in the references. This power system is connected through 41 transmission lines and the demand 1263MW. The input and the cost coefficient of IEEE - 30 Bus with six generator test system are given in table 1. In this system SA, GA, PSO, DE, ABC, BBO & FA Algorithms were used in ELD. In table 2, results obtained from proposed FA method has been compared with other methods. According to the result obtained using the FA for ELD is more advantageous then other Algorithms. Power System with six generator test system, if ELD is realized by using the FA and the total line loss is decreased. 6. CONCLUSION The proposed FA to solve ELD problem by considering the practical constraints has been presented in this paper. From the comparison table it is observed that the proposed algorithm exhibits a comparative performance with respect to other population based techniques. It is clear from the results that Biogeography Based Optimization algorithm is capable of obtaining higher quality solution with better computation efficiency and stable convergence characteristic. The effectiveness of FA was demonstrated and tested. From the simulations, it can be seen that FA gave the best result of total cost minimization compared to the other methods. In future, the proposed FA can be used to solve ELD with considering the valve point effects, which is still in the progress of the research work. REFERENCES 1. A. Bakirtzis, P. N. Biskas, C. E. Zoumas, and V. Petridis, Optimal Power Flow By Enhanced Genetic Algorithm, IEEE Transactions on power Systems, Vol.17, No.2, pp , May A. Bakirtzis, V. Petridis, and S. Kazarlis, Genetic Algorithm Solution to the Economic Dispatch Problem, Proceedings. Inst. Elect. Eng. Generation, Transmission Distribution, Vol. 141, No. 4,pp , July A. H. Mantawy, Y. L. Abdel-Magid and S. Z. Selim, Integrating Genetic Algorithm, Tabu search, and Simulated Annealing for the Unit Commitment Problem, IEEE Transactions on Power Systems, Vol. 14, pp , August C. A. Roa Sepulveda and B. J. Pavez Lazo, A solution to the optimal power flow using simulated annealing, IEEE Porto Power Tech Conference, th September,Porto, Portugal. 4. D. C. Walters and G. B. Sheble, Genetic Algorithm Solution of Economic Dispatch with Valve Point Loading, IEEE Transactions on Power Systems,Vol. 8, No.3,pp , Aug D. Simon, Biogeography-based optimization, IEEE Trans. Evol. Comput., vol. 12, no. 6, pp , Dec Dervis Karaboga and Bahriye Basturk, Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems, Springer-Verlag, IFSA 2007, LNAI 4529, pp E. Zitzler, M. Laumanns, and S. Bleuler, A Tutorial on Evolutionary Multi-objective Optimization, Swiss Federal Institute of Technology _ETH_ Zurich, Computer Engineering and Networks Laboratory _TIK_, Zurich, Switzerland. 8. G. B. Sheble and K. Brittig, Refined geneti c algorithm-economic dispatch example, IEEE Trans. Power Systems, Vol.10, pp , Feb K. S. Kumar, V. Tamilselvan, N. Murali, R. Rajaram, N. S. Sundaram, and T. Jayabarathi, Economic load dispatch with emission constraints using various PSO algorithms, WSEAS Transactions on Power Systems, vol. 3, no. 9, pp , M. Basu, A simulated annealing-based goal-attainment method for economic emission load dispatch of fixed head hydrothermal power systems, International Journal of Electrical Power and Energy Systems, vol. 27, no. 2, pp , Nayak, S.K.; Krishnanand, K.R.; Panigrahi, B.K.; Rout, P.K. Aapplication of Artificial Bee Colony to economic load dispatch problem with ramp rate limit and prohibited operating zones, IEEE word congress on Nature and Biologically inspired computing (NaBIC)-2009, pp P. H. Chen and H.C. Chang, Large-Scale Economic Dispatch by Genetic Algorithm, IEEE Transactions on Power Systems, Vol. 10, No.4, pp , Nov R. Storn and K. Price, Differential Evolution A Simple and Efficient Adaptive Scheme for Global Optimization Over Continuous Spaces, International Computer Science Institute,, Berkeley, CA, 1995, Tech. Rep. TR Wood, A. J. and Wollenberg, B. F., Power Generation, Operation, and Control, 1996, Wiley, New York, 2nd ed. 15. X. S. Yang, Firefly algorithm, Levy flights and global optimization, in Research and Development in Intelligent Systems XXVI, pp , Springer, London, UK, X. S. Yang, Nature-Inspired Meta-Heuristic Algorithms, Luniver Press, Beckington, UK, X. S. Yang, Firefly algorithms for multimodal optimization, in Proceedings of the Stochastic Algorithms: Foundations and Applications (SAGA 09), vol of Lecture Notes in Computing Sciences, pp , Springer, Sapporo, Japan, October

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat An Improved Firefly Algorithm for Optimization Problems Amarita Ritthipakdee 1, Arit Thammano, Nol Premasathian 3, and Bunyarit Uyyanonvara 4 Abstract Optimization problem is one of the most difficult

More information

ABC Analysis For Economic operation of power system

ABC Analysis For Economic operation of power system ABC Analysis For Economic operation of power system 1 Prachi Shukla, 2.Alka Thakur 1 M.tech Schlor, Electrical Department, SSSUTMS, M.P.India 2 Associate Professor, Electrical Department, SSSUTMS, M.P.India

More information

Solving Economic Load Dispatch Problems in Power Systems using Genetic Algorithm and Particle Swarm Optimization

Solving Economic Load Dispatch Problems in Power Systems using Genetic Algorithm and Particle Swarm Optimization Solving Economic Load Dispatch Problems in Power Systems using Genetic Algorithm and Particle Swarm Optimization Loveleen Kaur 1, Aashish Ranjan 2, S.Chatterji 3, and Amod Kumar 4 1 Asst. Professor, PEC

More information

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS -

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS - TO SOLVE ECONOMIC DISPATCH PROBLEM USING SFLA P. Sowmya* & Dr. S. P. Umayal** * PG Scholar, Department Electrical and Electronics Engineering, Muthayammal Engineering College, Rasipuram, Tamilnadu ** Dean

More information

Dr. Ramesh Kumar, Nayan Kumar (Department of Electrical Engineering,NIT Patna, India, (Department of Electrical Engineering,NIT Uttarakhand, India,

Dr. Ramesh Kumar, Nayan Kumar (Department of Electrical Engineering,NIT Patna, India, (Department of Electrical Engineering,NIT Uttarakhand, India, Dr Ramesh Kumar, Nayan Kumar/ International Journal of Engineering Research and An Efficent Particle Swarm Optimisation (Epso) For Solving Economic Load Dispatch (Eld) Problems Dr Ramesh Kumar, Nayan Kumar

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of GA and PSO over Economic Load Dispatch Problem Sakshi Rajpoot sakshirajpoot1988@gmail.com Dr. Sandeep Bhongade sandeepbhongade@rediffmail.com Abstract Economic Load dispatch problem

More information

The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms

The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms The Design of Pole Placement With Integral Controllers for Gryphon Robot Using Three Evolutionary Algorithms Somayyeh Nalan-Ahmadabad and Sehraneh Ghaemi Abstract In this paper, pole placement with integral

More information

A Comparative Study on Nature Inspired Algorithms with Firefly Algorithm

A Comparative Study on Nature Inspired Algorithms with Firefly Algorithm International Journal of Engineering and Technology Volume 4 No. 10, October, 2014 A Comparative Study on Nature Inspired Algorithms with Firefly Algorithm M. K. A. Ariyaratne, T. G. I. Fernando Department

More information

Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems

Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems Dervis Karaboga and Bahriye Basturk Erciyes University, Engineering Faculty, The Department of Computer

More information

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION Manjeet Singh 1, Divesh Thareja 2 1 Department of Electrical and Electronics Engineering, Assistant Professor, HCTM Technical

More information

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm International Journal of Engineering Inventions ISSN: 2278-7461, www.ijeijournal.com Volume 1, Issue 2(September 2012) PP: 17-22 A Native Approach to Cell to Switch Assignment Using Firefly Algorithm Apoorva

More information

Optimal Reactive Power Dispatch Using Hybrid Loop-Genetic Based Algorithm

Optimal Reactive Power Dispatch Using Hybrid Loop-Genetic Based Algorithm Optimal Reactive Power Dispatch Using Hybrid Loop-Genetic Based Algorithm Md Sajjad Alam Student Department of Electrical Engineering National Institute of Technology, Patna Patna-800005, Bihar, India

More information

Experiments with Firefly Algorithm

Experiments with Firefly Algorithm Experiments with Firefly Algorithm Rogério B. Francisco 1,2, M. Fernanda P. Costa 2, Ana Maria A. C. Rocha 3 1 Escola Superior de Tecnologia e Gestão de Felgueiras, 4610-156 Felgueiras, Portugal rbf@estgf.ipp.pt

More information

Dynamic Economic Dispatch for Power Generation Using Hybrid optimization Algorithm

Dynamic Economic Dispatch for Power Generation Using Hybrid optimization Algorithm Dynamic Economic Dispatch for Power Generation Using Hybrid optimization Algorithm G.Karthika 1, Mr.M.Vigneshwaran, M.E., 2 PG Scholar, M. Kumarasamy College of Engineering, Karur, Tamilnadu, India 1 Assistant

More information

Discussion of Various Techniques for Solving Economic Load Dispatch

Discussion of Various Techniques for Solving Economic Load Dispatch International Journal of Enhanced Research in Science, Technology & Engineering ISSN: 2319-7463, Vol. 4 Issue 7, July-2015 Discussion of Various Techniques for Solving Economic Load Dispatch Veerpal Kaur

More information

NOVEL CONSTRAINED SEARCH-TACTIC FOR OPTIMAL DYNAMIC ECONOMIC DISPATCH USING MODERN META-HEURISTIC OPTIMIZATION ALGORITHMS

NOVEL CONSTRAINED SEARCH-TACTIC FOR OPTIMAL DYNAMIC ECONOMIC DISPATCH USING MODERN META-HEURISTIC OPTIMIZATION ALGORITHMS NOVEL CONSTRAINED SEARCH-TACTIC FOR OPTIMAL DYNAMIC ECONOMIC DISPATCH USING MODERN META-HEURISTIC OPTIMIZATION ALGORITHMS Authors: Fahad S. Abu-Mouti and M. E. El-Hawary OUTLINE Introduction Problem Formulation

More information

Sci.Int.(Lahore),28(1), ,2016 ISSN ; CODEN: SINTE 8 201

Sci.Int.(Lahore),28(1), ,2016 ISSN ; CODEN: SINTE 8 201 Sci.Int.(Lahore),28(1),201-209,2016 ISSN 1013-5316; CODEN: SINTE 8 201 A NOVEL PLANT PROPAGATION ALGORITHM: MODIFICATIONS AND IMPLEMENTATION Muhammad Sulaiman 1, Abdel Salhi 2, Eric S Fraga 3, Wali Khan

More information

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization 2017 2 nd International Electrical Engineering Conference (IEEC 2017) May. 19 th -20 th, 2017 at IEP Centre, Karachi, Pakistan Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic

More information

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Richa Agnihotri #1, Dr. Shikha Agrawal #1, Dr. Rajeev Pandey #1 # Department of Computer Science Engineering, UIT,

More information

CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM

CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM 20 CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM 2.1 CLASSIFICATION OF CONVENTIONAL TECHNIQUES Classical optimization methods can be classified into two distinct groups:

More information

Available online at ScienceDirect. Procedia Technology 21 (2015 ) SMART GRID Technologies, August 6-8, 2015

Available online at   ScienceDirect. Procedia Technology 21 (2015 ) SMART GRID Technologies, August 6-8, 2015 Available online at www.sciencedirect.com ScienceDirect Procedia Technology 21 (2015 ) 611 618 SMART GRID Technologies, August 6-8, 2015 Comparison of Harmony Search Algorithm, Improved Harmony search

More information

A Gaussian Firefly Algorithm

A Gaussian Firefly Algorithm A Gaussian Firefly Algorithm Sh. M. Farahani, A. A. Abshouri, B. Nasiri and M. R. Meybodi Abstract Firefly algorithm is one of the evolutionary optimization algorithms, and is inspired by fireflies behavior

More information

Synthesis of Thinned Planar Concentric Circular Antenna Array using Evolutionary Algorithms

Synthesis of Thinned Planar Concentric Circular Antenna Array using Evolutionary Algorithms IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 2, Ver. II (Mar - Apr.2015), PP 57-62 www.iosrjournals.org Synthesis of Thinned

More information

Particle Swarm Optimization

Particle Swarm Optimization Dario Schor, M.Sc., EIT schor@ieee.org Space Systems Department Magellan Aerospace Winnipeg Winnipeg, Manitoba 1 of 34 Optimization Techniques Motivation Optimization: Where, min x F(x), subject to g(x)

More information

A Deterministic Dynamic Programming Approach for Optimization Problem with Quadratic Objective Function and Linear Constraints

A Deterministic Dynamic Programming Approach for Optimization Problem with Quadratic Objective Function and Linear Constraints A Deterministic Dynamic Programming Approach for Optimization Problem with Quadratic Objective Function and Linear Constraints S. Kavitha, Nirmala P. Ratchagar International Science Index, Mathematical

More information

Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm

Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 10 (October. 2013), V4 PP 09-14 Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm

More information

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Oğuz Altun Department of Computer Engineering Yildiz Technical University Istanbul, Turkey oaltun@yildiz.edu.tr

More information

Hybrid Real coded Genetic Algorithm - Differential Evolution for Optimal Power Flow

Hybrid Real coded Genetic Algorithm - Differential Evolution for Optimal Power Flow Hybrid Real coded Genetic Algorithm - Differential Evolution for Optimal Power Flow C.N. Ravi 1, G. Selvakumar 2, C. Christober Asir Rajan 3 1 Research Scholar, Sathyabama University, Chennai, Tamil Nadu,

More information

Water Wave Optimization Algorithm for Solving Economic Dispatch Problems with Generator Constraints

Water Wave Optimization Algorithm for Solving Economic Dispatch Problems with Generator Constraints 31 Water Wave Optimization Algorithm for Solving Economic Dispatch Problems with Generator Constraints M. Siva 1 *, R. Balamurugan 1, L. Lakshminarasimman 1 1 Department of Electrical Engineering, Annamalai

More information

In recent years several different algorithms

In recent years several different algorithms Journal of Advances in Computer Engineering and Technology, 3(2) 2017 A hybrid meta-heuristic algorithm based on ABC and Firefly algorithms Azita yousefi 1, Bita amirshahi 2 Received (2015-10-09) Accepted

More information

Implementation of Energy Efficient Clustering Using Firefly Algorithm in Wireless Sensor Networks

Implementation of Energy Efficient Clustering Using Firefly Algorithm in Wireless Sensor Networks 014 1 st International Congress on Computer, Electronics, Electrical, and Communication Engineering (ICCEECE014) IPCSIT vol. 59 (014) (014) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.014.V59.1 Implementation

More information

Firefly Algorithm to Solve Two Dimensional Bin Packing Problem

Firefly Algorithm to Solve Two Dimensional Bin Packing Problem Firefly Algorithm to Solve Two Dimensional Bin Packing Problem Kratika Chandra, Sudhir Singh Department of Computer Science and Engineering, U.P.T.U. Kanpur Institute of Technology, Kanpur, India. Abstract

More information

Hybrid Optimization Coupling Electromagnetism and Descent Search for Engineering Problems

Hybrid Optimization Coupling Electromagnetism and Descent Search for Engineering Problems Proceedings of the International Conference on Computational and Mathematical Methods in Science and Engineering, CMMSE 2008 13 17 June 2008. Hybrid Optimization Coupling Electromagnetism and Descent Search

More information

Optimal Analysis of Economic Load Dispatch using Artificial Intelligence Techniques

Optimal Analysis of Economic Load Dispatch using Artificial Intelligence Techniques Optimal Analysis of Economic Load Dispatch using Artificial Intelligence Techniques Vijay Kumar, Rakesh Kumar Abstract: Applications of artificial intelligence to economic load dispatch problems are discussed

More information

2009 International Conference of Soft Computing and Pattern Recognition

2009 International Conference of Soft Computing and Pattern Recognition 2009 International Conference of Soft Computing and Pattern Recognition Implementing Particle Swarm Optimization to Solve Economic Load Dispatch Problem Abolfazl Zaraki Control and instrumentation Engineering

More information

Artificial bee colony algorithm with multiple onlookers for constrained optimization problems

Artificial bee colony algorithm with multiple onlookers for constrained optimization problems Artificial bee colony algorithm with multiple onlookers for constrained optimization problems Milos Subotic Faculty of Computer Science University Megatrend Belgrade Bulevar umetnosti 29 SERBIA milos.subotic@gmail.com

More information

A Novel Approach to Solve Unit Commitment and Economic Load Dispatch Problem using IDE-OBL

A Novel Approach to Solve Unit Commitment and Economic Load Dispatch Problem using IDE-OBL Journal of Scientific & Industrial Research Vol. 74, July 2015, pp. 395-399 A Novel Approach to Solve Unit Commitment and Economic Load Dispatch Problem using IDE-OBL P Surekha 1 * and S Sumathi 2 *1,2

More information

APPLICATION OF PATTERN SEARCH METHOD TO POWER SYSTEM ECONOMIC LOAD DISPATCH

APPLICATION OF PATTERN SEARCH METHOD TO POWER SYSTEM ECONOMIC LOAD DISPATCH APPLICATION OF PATTERN SEARCH METHOD TO POWER SYSTEM ECONOMIC LOAD DISPATCH J S Alsumait, J K Sykulski A K Alothman University of Southampton Electronics and Computer Sience School Electrical Power Engineering

More information

Direct Search Firefly Algorithm for Solving Global Optimization Problems

Direct Search Firefly Algorithm for Solving Global Optimization Problems Appl. Math. Inf. Sci. 10, No. 3, 841-860 (2016) 841 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.18576/amis/100304 Direct Search Firefly Algorithm for Solving

More information

Hybrid Approach for Energy Optimization in Wireless Sensor Networks

Hybrid Approach for Energy Optimization in Wireless Sensor Networks ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

MOST of power system optimization problems including

MOST of power system optimization problems including 34 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 20, NO. 1, FEBRUARY 2005 A Particle Swarm Optimization for Economic Dispatch With Nonsmooth Cost Functions Jong-Bae Park, Member, IEEE, Ki-Song Lee, Joong-Rin

More information

N. O Abungu 2, C. W Wekesa 3 Department of Electrical and Information Engineering, The University of Nairobi, Nairobi, Kenya.

N. O Abungu 2, C. W Wekesa 3 Department of Electrical and Information Engineering, The University of Nairobi, Nairobi, Kenya. Single Objective Dynamic Economic Dispatch with Cubic Cost Functions using a Hybrid of Modified Firefly Algorithm with Levy Flights and Derived Mutations Moses Peter Musau Department of Electrical and

More information

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization M. Shahab Alam, M. Usman Rafique, and M. Umer Khan Abstract Motion planning is a key element of robotics since it empowers

More information

A Hybrid Fireworks Optimization Method with Differential Evolution Operators

A Hybrid Fireworks Optimization Method with Differential Evolution Operators A Fireworks Optimization Method with Differential Evolution Operators YuJun Zheng a,, XinLi Xu a, HaiFeng Ling b a College of Computer Science & Technology, Zhejiang University of Technology, Hangzhou,

More information

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 4 [9] August 2015: 115-120 2015 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

A NEW APPROACH TO THE SOLUTION OF ECONOMIC DISPATCH USING PARTICLE SWARM OPTIMIZATION WITH SIMULATED ANNEALING

A NEW APPROACH TO THE SOLUTION OF ECONOMIC DISPATCH USING PARTICLE SWARM OPTIMIZATION WITH SIMULATED ANNEALING A NEW APPROACH TO THE SOLUTION OF ECONOMIC DISPATCH USING PARTICLE SWARM OPTIMIZATION WITH SIMULATED ANNEALING V.Karthikeyan 1 S.Senthilkumar 2 and V.J.Vijayalakshmi 3 1Department of Electronics and communication

More information

AN EFFICIENT HYBRID APPROACH FOR DATA CLUSTERING USING DYNAMIC K-MEANS ALGORITHM AND FIREFLY ALGORITHM

AN EFFICIENT HYBRID APPROACH FOR DATA CLUSTERING USING DYNAMIC K-MEANS ALGORITHM AND FIREFLY ALGORITHM AN EFFICIENT HYBRID APPROACH FOR DATA CLUSTERING USING DYNAMIC K-MEANS ALGORITHM AND FIREFLY ALGORITHM Sundararajan S. 1 and Karthikeyan S. 2 1 Department of MCA, SNS College of Technology, Coimbatore,

More information

Research Article Modified Firefly Algorithm

Research Article Modified Firefly Algorithm Hindawi Publishing Corporation Journal of Applied Mathematics Volume 2012, Article ID 467631, 12 pages doi:10.1155/2012/467631 Research Article Modified Firefly Algorithm Surafel Luleseged Tilahun and

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 7, Issue 1, July 2017

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 7, Issue 1, July 2017 Congestion Management in Deregulated Power System Using Market Splitting Based Approach Manish Harchand 1, KanwardeepSingh 2 M.Tech student 1, Associate professor 2 Department of Electrical Engineering,

More information

GSO: A New Solution for Solving Unconstrained Optimization Tasks Using Garter Snake s Behavior

GSO: A New Solution for Solving Unconstrained Optimization Tasks Using Garter Snake s Behavior GSO: A New Solution for Solving Unconstrained Optimization Tasks Using Garter Snake s Behavior Maryam Naghdiani, Mohsen Jahanshahi, Senior member, IEEE Department of Computer Engineering Central Tehran

More information

Optimal Power Flow Using Particle Swarm Optimization

Optimal Power Flow Using Particle Swarm Optimization Optimal Power Flow Using Particle Swarm Optimization M.Chiranjivi, (Ph.D) Lecturer Department of ECE Bule Hora University, Bulehora, Ethiopia. Abstract: The Optimal Power Flow (OPF) is an important criterion

More information

Solving Constraint Satisfaction Problems by Artificial Bee Colony with Greedy Scouts

Solving Constraint Satisfaction Problems by Artificial Bee Colony with Greedy Scouts , 23-25 October, 2013, San Francisco, USA Solving Constraint Satisfaction Problems by Artificial Bee Colony with Greedy Scouts Yuko Aratsu, Kazunori Mizuno, Hitoshi Sasaki, Seiichi Nishihara Abstract In

More information

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Lana Dalawr Jalal Abstract This paper addresses the problem of offline path planning for

More information

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-"&"3 -"(' ( +-" " " % '.+ % ' -0(+$,

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-&3 -(' ( +-   % '.+ % ' -0(+$, The structure is a very important aspect in neural network design, it is not only impossible to determine an optimal structure for a given problem, it is even impossible to prove that a given structure

More information

S. Muthu Vijaya Pandian and K. Thanushkodi

S. Muthu Vijaya Pandian and K. Thanushkodi Solving Economic Load Dispatch Problem Considering Transmission Losses by a Hybrid EP-EPSO Algorithm for Solving both Smooth and Non-Smooth Cost Function S. Muthu Vijaya Pandian and K. Thanushkodi Abstract

More information

arxiv: v1 [math.oc] 19 Dec 2013

arxiv: v1 [math.oc] 19 Dec 2013 arxiv:1312.5667v1 [math.oc] 19 Dec 2013 A Framework for Self-Tuning Optimization Algorithm Xin-She Yang 1, Suash Deb, Martin Loomes 1, Mehmet Karamanoglu 1 1) School of Science and Technology, Middlesex

More information

Generation of Ultra Side lobe levels in Circular Array Antennas using Evolutionary Algorithms

Generation of Ultra Side lobe levels in Circular Array Antennas using Evolutionary Algorithms Generation of Ultra Side lobe levels in Circular Array Antennas using Evolutionary Algorithms D. Prabhakar Associate Professor, Dept of ECE DVR & Dr. HS MIC College of Technology Kanchikacherla, AP, India.

More information

FUZZY FA: A MODIFIED FIREFLY ALGORITHM

FUZZY FA: A MODIFIED FIREFLY ALGORITHM Applied Artificial Intelligence, 28:47 65, 2014 Copyright 2014 Taylor & Francis Group, LLC ISSN: 0883-9514 print/1087-6545 online DOI: 10.1080/08839514.2014.862773 FUZZY FA: A MODIFIED FIREFLY ALGORITHM

More information

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM Journal of Al-Nahrain University Vol.10(2), December, 2007, pp.172-177 Science GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM * Azhar W. Hammad, ** Dr. Ban N. Thannoon Al-Nahrain

More information

Comparative Analysis of Swarm Intelligence Techniques for Data Classification

Comparative Analysis of Swarm Intelligence Techniques for Data Classification Int'l Conf. Artificial Intelligence ICAI'17 3 Comparative Analysis of Swarm Intelligence Techniques for Data Classification A. Ashray Bhandare and B. Devinder Kaur Department of EECS, The University of

More information

A Binary Model on the Basis of Cuckoo Search Algorithm in Order to Solve the Problem of Knapsack 1-0

A Binary Model on the Basis of Cuckoo Search Algorithm in Order to Solve the Problem of Knapsack 1-0 22 International Conference on System Engineering and Modeling (ICSEM 22) IPCSIT vol. 34 (22) (22) IACSIT Press, Singapore A Binary Model on the Basis of Cuckoo Search Algorithm in Order to Solve the Problem

More information

ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION

ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION Shubham Tiwari 1, Ankit Kumar 2, G.S Chaurasia 3, G.S Sirohi 4 1 Department of Electrical&Electronics Engineering Ajay Kumar Garg Engineering College,

More information

Modified Particle Swarm Optimization with Novel Modulated Inertia for Velocity Update

Modified Particle Swarm Optimization with Novel Modulated Inertia for Velocity Update Modified Particle Swarm Optimization with Novel Modulated Inertia for Velocity Update Abdul Hadi Hamdan #1, Fazida Hanim Hashim #2, Abdullah Zawawi Mohamed *3, W. M. Diyana W. Zaki #4, Aini Hussain #5

More information

A Modified PSO Technique for the Coordination Problem in Presence of DG

A Modified PSO Technique for the Coordination Problem in Presence of DG A Modified PSO Technique for the Coordination Problem in Presence of DG M. El-Saadawi A. Hassan M. Saeed Dept. of Electrical Engineering, Faculty of Engineering, Mansoura University, Egypt saadawi1@gmail.com-

More information

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE Fang Wang, and Yuhui Qiu Intelligent Software and Software Engineering Laboratory, Southwest-China Normal University,

More information

Effectual Multiprocessor Scheduling Based on Stochastic Optimization Technique

Effectual Multiprocessor Scheduling Based on Stochastic Optimization Technique Effectual Multiprocessor Scheduling Based on Stochastic Optimization Technique A.Gowthaman 1.Nithiyanandham 2 G Student [VLSI], Dept. of ECE, Sathyamabama University,Chennai, Tamil Nadu, India 1 G Student

More information

CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION

CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION 131 CHAPTER 6 ORTHOGONAL PARTICLE SWARM OPTIMIZATION 6.1 INTRODUCTION The Orthogonal arrays are helpful in guiding the heuristic algorithms to obtain a good solution when applied to NP-hard problems. This

More information

Immune Optimization Design of Diesel Engine Valve Spring Based on the Artificial Fish Swarm

Immune Optimization Design of Diesel Engine Valve Spring Based on the Artificial Fish Swarm IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-661, p- ISSN: 2278-8727Volume 16, Issue 4, Ver. II (Jul-Aug. 214), PP 54-59 Immune Optimization Design of Diesel Engine Valve Spring Based on

More information

Comparative Study of Meta-heuristics Optimization Algorithm using Benchmark Function

Comparative Study of Meta-heuristics Optimization Algorithm using Benchmark Function International Journal of Electrical and Computer Engineering (IJECE) Vol. 7, No. 3, June 2017, pp. 1643~1650 ISSN: 2088-8708, DOI: 10.11591/ijece.v7i3.pp1643-1650 1643 Comparative Study of Meta-heuristics

More information

Particle swarm optimization for mobile network design

Particle swarm optimization for mobile network design Particle swarm optimization for mobile network design Ayman A. El-Saleh 1,2a), Mahamod Ismail 1, R. Viknesh 2, C. C. Mark 2, and M. L. Chan 2 1 Department of Electrical, Electronics, and Systems Engineering,

More information

International Conference on Modeling and SimulationCoimbatore, August 2007

International Conference on Modeling and SimulationCoimbatore, August 2007 International Conference on Modeling and SimulationCoimbatore, 27-29 August 2007 OPTIMIZATION OF FLOWSHOP SCHEDULING WITH FUZZY DUE DATES USING A HYBRID EVOLUTIONARY ALGORITHM M.S.N.Kiran Kumara, B.B.Biswalb,

More information

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION International Journal of Computer Engineering and Applications, Volume VIII, Issue I, Part I, October 14 QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION Shradha Chawla 1, Vivek Panwar 2 1 Department

More information

A Comparative Study of the Application of Swarm Intelligence in Kruppa-Based Camera Auto- Calibration

A Comparative Study of the Application of Swarm Intelligence in Kruppa-Based Camera Auto- Calibration ISSN 2229-5518 56 A Comparative Study of the Application of Swarm Intelligence in Kruppa-Based Camera Auto- Calibration Ahmad Fariz Hasan, Ali Abuassal, Mutaz Khairalla, Amar Faiz Zainal Abidin, Mohd Fairus

More information

Model Parameter Estimation

Model Parameter Estimation Model Parameter Estimation Shan He School for Computational Science University of Birmingham Module 06-23836: Computational Modelling with MATLAB Outline Outline of Topics Concepts about model parameter

More information

Task Allocation for Minimizing Programs Completion Time in Multicomputer Systems

Task Allocation for Minimizing Programs Completion Time in Multicomputer Systems Task Allocation for Minimizing Programs Completion Time in Multicomputer Systems Gamal Attiya and Yskandar Hamam Groupe ESIEE Paris, Lab. A 2 SI Cité Descartes, BP 99, 93162 Noisy-Le-Grand, FRANCE {attiyag,hamamy}@esiee.fr

More information

Optimistic Path using Artificial Bee Colony Approach

Optimistic Path using Artificial Bee Colony Approach International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 13 (2014), pp. 1255-1261 International Research Publications House http://www. irphouse.com Optimistic Path

More information

Particle Swarm Optimization applied to Pattern Recognition

Particle Swarm Optimization applied to Pattern Recognition Particle Swarm Optimization applied to Pattern Recognition by Abel Mengistu Advisor: Dr. Raheel Ahmad CS Senior Research 2011 Manchester College May, 2011-1 - Table of Contents Introduction... - 3 - Objectives...

More information

Cell-to-switch assignment in. cellular networks. barebones particle swarm optimization

Cell-to-switch assignment in. cellular networks. barebones particle swarm optimization Cell-to-switch assignment in cellular networks using barebones particle swarm optimization Sotirios K. Goudos a), Konstantinos B. Baltzis, Christos Bachtsevanidis, and John N. Sahalos RadioCommunications

More information

THE MAIN purpose of optimal reactive power flow (ORPF)

THE MAIN purpose of optimal reactive power flow (ORPF) IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 21, NO. 3, AUGUST 2006 1163 A Hybrid Genetic Algorithm Interior Point Method for Optimal Reactive Power Flow Wei Yan, Fang Liu, C. Y. Chung, Member, IEEE, and K.

More information

RELEVANCE OF ARTIFICIAL BEE COLONY ALGORITHM OVER OTHER SWARM INTELLIGENCE ALGORITHMS

RELEVANCE OF ARTIFICIAL BEE COLONY ALGORITHM OVER OTHER SWARM INTELLIGENCE ALGORITHMS RELEVANCE OF ARTIFICIAL BEE COLONY ALGORITHM OVER OTHER SWARM INTELLIGENCE ALGORITHMS Punam Bajaj Assistant Professor Department of Computer Engineering Chandigarh Engineering College, Landran Punjab,

More information

Particle Swarm Optimization Approach with Parameter-wise Hill-climbing Heuristic for Task Allocation of Workflow Applications on the Cloud

Particle Swarm Optimization Approach with Parameter-wise Hill-climbing Heuristic for Task Allocation of Workflow Applications on the Cloud Particle Swarm Optimization Approach with Parameter-wise Hill-climbing Heuristic for Task Allocation of Workflow Applications on the Cloud Simone A. Ludwig Department of Computer Science North Dakota State

More information

A Novel Hybrid Self Organizing Migrating Algorithm with Mutation for Global Optimization

A Novel Hybrid Self Organizing Migrating Algorithm with Mutation for Global Optimization International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-3, Issue-6, January 2014 A Novel Hybrid Self Organizing Migrating Algorithm with Mutation for Global Optimization

More information

Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation

Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation Ripandeep Kaur 1, Manpreet Kaur 2 1, 2 Punjab Technical University, Chandigarh Engineering College, Landran, Punjab, India Abstract:

More information

Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances

Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances Minzhong Liu, Xiufen Zou, Yu Chen, Zhijian Wu Abstract In this paper, the DMOEA-DD, which is an improvement of DMOEA[1,

More information

Exploration vs. Exploitation in Differential Evolution

Exploration vs. Exploitation in Differential Evolution Exploration vs. Exploitation in Differential Evolution Ângela A. R. Sá 1, Adriano O. Andrade 1, Alcimar B. Soares 1 and Slawomir J. Nasuto 2 Abstract. Differential Evolution (DE) is a tool for efficient

More information

OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE

OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE Rosamma Thomas 1, Jino M Pattery 2, Surumi Hassainar 3 1 M.Tech Student, Electrical and Electronics,

More information

CHAPTER-5 APPLICATION OF SYMBIOTIC ORGANISMS SEARCH ALGORITHM

CHAPTER-5 APPLICATION OF SYMBIOTIC ORGANISMS SEARCH ALGORITHM 100 CHAPTER-5 APPLICATION OF SYMBIOTIC ORGANISMS SEARCH ALGORITHM 5.1 INTRODUCTION The progressive increase in electrical demand has been the cause for technical problems to the utility companies such

More information

Management of electricity generation using the Taguchi approach

Management of electricity generation using the Taguchi approach Energy and Sustainability 3 Management of electricity generation using the Taguchi approach M. Jamil, V. Popov 2, S. Ahmed 2,3 & Z. A. Khan 4 Department of Electrical Engineering, Jamia Millia Islamia,

More information

A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

A Comparative Study of Genetic Algorithm and Particle Swarm Optimization IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 18-22 www.iosrjournals.org A Comparative Study of Genetic Algorithm and Particle Swarm Optimization Mrs.D.Shona 1,

More information

Metaheuristic Development Methodology. Fall 2009 Instructor: Dr. Masoud Yaghini

Metaheuristic Development Methodology. Fall 2009 Instructor: Dr. Masoud Yaghini Metaheuristic Development Methodology Fall 2009 Instructor: Dr. Masoud Yaghini Phases and Steps Phases and Steps Phase 1: Understanding Problem Step 1: State the Problem Step 2: Review of Existing Solution

More information

ScienceDirect. Differential Search Algorithm for Multiobjective Problems

ScienceDirect. Differential Search Algorithm for Multiobjective Problems Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 22 28 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

Fuzzy Ant Clustering by Centroid Positioning

Fuzzy Ant Clustering by Centroid Positioning Fuzzy Ant Clustering by Centroid Positioning Parag M. Kanade and Lawrence O. Hall Computer Science & Engineering Dept University of South Florida, Tampa FL 33620 @csee.usf.edu Abstract We

More information

GRID SCHEDULING USING ENHANCED PSO ALGORITHM

GRID SCHEDULING USING ENHANCED PSO ALGORITHM GRID SCHEDULING USING ENHANCED PSO ALGORITHM Mr. P.Mathiyalagan 1 U.R.Dhepthie 2 Dr. S.N.Sivanandam 3 1 Lecturer 2 Post Graduate Student 3 Professor and Head Department of Computer Science and Engineering

More information

Constraints in Particle Swarm Optimization of Hidden Markov Models

Constraints in Particle Swarm Optimization of Hidden Markov Models Constraints in Particle Swarm Optimization of Hidden Markov Models Martin Macaš, Daniel Novák, and Lenka Lhotská Czech Technical University, Faculty of Electrical Engineering, Dep. of Cybernetics, Prague,

More information

Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems

Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems Australian Journal of Basic and Applied Sciences, 4(8): 3366-3382, 21 ISSN 1991-8178 Comparison of Some Evolutionary Algorithms for Approximate Solutions of Optimal Control Problems Akbar H. Borzabadi,

More information

Journal of Asian Scientific Research, 1 (5), pp

Journal of Asian Scientific Research, 1 (5), pp AESS Publications, 2011 Page 277 Solution Of Multi Objective Optimization Power System Problems Using Hybrid Algorithm Abstract Author S.Jaganathan Assistant professor, Electrical Engineering RVS College

More information

Upgraded Firefly Algorithm for Portfolio Optimization Problem

Upgraded Firefly Algorithm for Portfolio Optimization Problem 2014 UKSim-AMSS 16th International Conference on Computer Modelling and Simulation Upgraded Firefly Algorithm for Portfolio Optimization Problem Milan Tuba and Nebojsa Bacanin Faculty of Computer Science

More information

FDR PSO-Based Optimization for Non-smooth Functions

FDR PSO-Based Optimization for Non-smooth Functions M. Anitha, et al. / International Energy Journal 0 (009) 37-44 37 www.serd.ait.ac.th/reric FDR PSO-Based Optimization for n-smooth Functions M. Anitha*, S. Subramanian* and R. Gnanadass + Abstract In this

More information

Particle Swarm Optimization

Particle Swarm Optimization Particle Swarm Optimization Gonçalo Pereira INESC-ID and Instituto Superior Técnico Porto Salvo, Portugal gpereira@gaips.inesc-id.pt April 15, 2011 1 What is it? Particle Swarm Optimization is an algorithm

More information