S. Muthu Vijaya Pandian and K. Thanushkodi

Size: px
Start display at page:

Download "S. Muthu Vijaya Pandian and K. Thanushkodi"

Transcription

1 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 An Evolutionary Programming (EP) and Efficient Particle Swarm Optimization (EPSO) techniques are employed to solve Economic Dispatch (ED) problems including transmission losses in power system is presented in this paper. This paper is clearly justified with the results separately obtained for the above two techniques and also provided with the results by applying both the algorithms separately. With practical consideration, ED will have non-smooth cost functions with equality and inequality constraints that make the problem, a large-scale highly constrained nonlinear optimization problem. The proposed method expands the original PSO to handle a different approach for satisfying those constraints. In this paper, an Efficient Particle Swarm Optimization (EPSO) technique is employed so that optimized results are obtained, and by applying EP, faster convergence is obtained. To demonstrate the effectiveness of the proposed method it is being applied to test ED problems, one with smooth and other with non smooth cost functions considering valve-point loading effects. Comparison with other optimization and hybrid algorithm techniques showed the superiority of the proposed EP-EPSO approach and confirmed its potential for solving nonlinear economic load dispatch problems with losses. Index Terms Economic load dispatch, Evolutionary Programming, Efficient Particle swarm optimization, Valve point loading effect I. INTRODUCTION Economic Dispatch (ED) problem is one of the fundamental issues in power system operation. In essence, it is an optimization problem and its main objective is to reduce the total generation cost of units, while satisfying constraints.[1] Previous efforts on solving ED problems have employed various mathematical programming methods and optimization techniques excluding losses. Recently, Eberhart and Kennedy suggested a Particle Swarm Optimization (PSO) based on the analogy of swarm Dr.K.Thauskkodi is with Director of Akshaya College of Engineering and Technology, Coimbatore, Tamilnadu, , India. thanush_dr@rediffmail.com. Manuscript received October 30, S.Muthu Vijaya Pandian is with Department of Electrical and Electronics Engineering, V.L.B.Janakiammal College of Engineering and Technology, Coimbatore, Tamil Nadu, , India. (Phone : ); Fax : ( ajay_vijay@rediffmail.com). of bird and school of fish. In PSO, each individual makes its decision based on its own experience together with other individual s experiences. In artificial intelligence, an evolutionary algorithm (EA) is a subset of evolutionary computation, a generic population-based metaheuristic optimization algorithm. An EA uses some mechanisms inspired by biological evolution: reproduction, mutation, recombination, and selection. Candidate solutions to the optimization problem play the role of individuals in a population, and the fitness function determines the environment within which the solutions "live" (see also cost function). Evolution of the population then takes place after the repeated application of the above operators. Artificial evolution (AE) describes a process involving individual evolutionary algorithms; EAs are individual components that participate in an AE. The main advantages of the PSO algorithm are summarized as: simple concept, easy implementation, and computational efficiency when compared with mathematical algorithm and other heuristic optimization techniques[7]. The practical ED problems with valve-point loading effects are represented as a non smooth optimization problem with equality and inequality constraints. To solve this problem, many salient methods have been proposed such as dynamic programming, evolutionary programming, neural network approaches, and genetic algorithm. In this paper, an alternative approach is proposed to the non smooth ED problem using an Efficient PSO (EPSO), which focuses on the treatment of the equality and inequality constraints when modifying each individual s search. The equality constraint (i.e., the supply/demand balance) is easily satisfied by specifying a variable (i.e., a generator output) at random in each iteration as a slag generator whose value is determined by the difference between the total system demand (including losses) and the total generation excluding the slag generator. However, the inequality constraints in the next position of an individual produced by the PSO algorithm can violate the inequality constraints. In this case, the position of any individual violating the constraints is set to maximum or minimum depending on velocity evaluated. 560

2 II. FORMULATION OF ECONOMIC DIAPATCH PROBLEM A. ED Problem with Smooth Cost Functions Economic load dispatch (ELD) pertains to optimum generation scheduling of available generators in an interconnected power system to minimize the cost of generation subject to relevant system constraints. Cost equations are obtained from the heat rate characteristics of the generating machine. Smooth costs functions are linear, differentiable and convex functions. The most simplified cost function of each generator can be represented as a quadratic function as given in whose solution can be obtained by the conventional mathematical methods [2] : where C Fj aj bj cj Fj aj bj cj C= F j P j (1) F j P j =a j +b j P j +c j P j 2 total generation cost cost function of generator j cost coefficients of generator j cost function of generator j cost coefficients of generator j While minimizing the total generation cost, the total generation should be equal to the total system demand plus the transmission network loss. The transmission loss is given by the equation, (2) PL= BojPj (3) where B oj is the loss co-efficient matrix. The equality constraint for the ED problem can be given by, Pj = D + PL (4) where D is the total demand needed by the load or consumer. The generation output of each unit should be between its minimum and maximum limits. That is, the following inequality constraint for each generator should be satisfied Pjmin<Pj<Pjmax (5) where P jmin, P jmax are the minimum and maximum output of individual generators. B. ED Problem with Non-smooth Cost Functions In reality, the objective function of an ED problem has non differentiable points according to valve-point effects. Therefore, the objective function should be composed of a set of non-smooth cost functions. In this paper, one case of non-smooth cost function is considered i.e. the valvepoint loading problem where the objective function is generally described as the superposition of sinusoidal functions and quadratic functions [7]. C. Non-smooth Cost Function with Valve-Point Effects The generator with multi-valve steam turbines has very 561 different input-output curve compared with the smooth cost function[6]. Typically, the valve point results in, as each steam valve starts to open, the ripples like in to take account for the valve-point effects, sinusoidal functions are added to the quadratic cost functions as follows: FjPj=aj+bjPj+cjPj2+ejxsin(fjx(Pjmin-Pj)) (6) III. EVOLUTIONARY PROGRAMMING EP is a near global search stochastic optimization method starting from multiple points, which placed emphasis on the behavioural linkage between the parents and their offsprings, rather than seeking to emulate specific operators as observed in nature to find a solution. However EP takes a long computation time to find a solution and sometime EP suffers from the convergence problem. On the other hand, EPSO is a gradient based optimization method starting from a single point and using gradient information to obtain a solution. The solution obtained from EPSO is a local optimal solution. In order to obtain a high quality solution, the first part, EP is applied to obtain a near global solution. After the specified termination criteria for EP is reached, EPSO is applied in the second part by using the solution from EP as an initial starting point and searches by using a gradient information to obtain the final optimal solution [2]. A. Evolutionary Programming Subproblem 1) Representation For m,particles in the swarm and n generators of the systems, the array of control variable vectors (S) can be shown as P 11 P 12.. P 1m P 21 P 22.. P 2m P n1 P n2. P nm 2) Initialization To begin the population of chromosomes is uniform randomly initialized within the operation range of the generator [5]. 3) Fitness Evaluation The active power generations at all the buses except the first bus in all intervals are control variable, which are itself constrained. Equality constraint can be handled as P P P ij Dj ij i= 2 n = 4) Creation of Offspring A new population of solutions is produced from the existing population by adding a guassian random number with zero mean and pre-defined standard deviation as follows:

3 Pit = Pit + N(0,σit2) (7) Where σ it can be calculated from the following equation: σit = * fs/fmax(pitmax- Pitmin) (8) Where ϐ is a scaling factor, which can be tuned during the process of search for optimum. 5) Selection And Competition The selection technique used here is the stochastic tournament method. The 2P individuals compete with each other for selection. A weight value ωs is assigned to each individual as follows p ωs = ωj (9) j= 1 ωj = 1 if fs<fr ωj =0 otherwise In biological DNA systems, the basic units are the adenine (A), thymine (T), guanine (G) and cytosine (C) nucleotides that join the helical strands. In genetic algorithms, the basic unit is called a symbol. The nature of symbols depends on the particular genetic algorithm. In gene expression programming, the symbols consist of functions, variables and constants. Symbols for variables and constants are called terminals, because they have no arguments. An ordered set of symbols form a gene, and an ordered set of genes form a chromosome. In GEP programs, genes typically have 4 to 20 symbols, and chromosomes are typically built from 2 to 10 genes; chromosomes may consist of only a single gene. The DNA strand for a mammal typically contains about 5x10 9 nucleotides. B. Gene Expression Programming Gene Expression Programming is a procedure that mimics biological evolution to create a computer program to model some phenomenon. Gene expression programming can be used to create many different types of models including decision trees, neural networks and polynomial constructs. The type of gene expression programming implemented in DTREG is Symbolic Regression so named because it creates a symbolic mathematical or logical function [4]. Fig.1 Biological evolution of EP DTREG provides a full implementation of the Gene Expression Programming algorithm developed by Cândida Ferreira. Here are some of the features of DTREG s implementation : Continuous and categorical target variables Automatic handling of categorical predictor variables A large library of functions that you can select for inclusion in the model Mathematical and logical (AND, OR, NOT, etc.) function generation Choice of many fitness functions Both static linking functions and evolving homeotic genes Fixed and random constants Nonlinear regression to optimize constants Parsimony pressure to optimize the size of functions Automatic algebraic simplification of the combined function Several forms of validation including crossvalidation and hold-out C. Expression Trees and Karva The key to GEP s ability to quickly mutate valid expressions is the way it encodes symbols in genes. This notation is called the Karva Language. Expressions encoded using Karva are called K-expressions. Consider the simple mathematical expression: a*b+c (10) This can be encoded as an expression tree of the form Fig 2: Karva-expressions encoding model 1 An expression tree is an excellent way to represent an expression in a computer, because the tree can be arbitrarily complex, and expression trees can be evaluated quickly. To convert an expression tree to the Karva notation, start at the left-most symbol in the top line of the tree and scan symbols left-to-right and top-to-bottom. Each time a symbol is encountered, add it to the K-expression in leftto-right order. When there are no more symbols on a line, advance to the left end of the following line. Using this method, the tree shown above is converted to the K- expression: +*cab (11) Note that + is the first symbol found on the first line, at the end of that line scanning begins on the second line and finds * followed by c. It then starts with the third line 562

4 and finds a and b. As a second example, consider the expression a*b+sqrt(c*d) (12) The corresponding expression tree is Fig 3: Karva-expressions encoding model 2 Where Q represents square root. This can be translated to the K-expression +*Qab*cd (13) The process of converting an expression tree to a K- expression can be carried out quickly by a computer. A reverse process can quickly convert a K-expression back to an expression tree. D. Implementation of PSO for ED Problems The PSO algorithm searches in parallel using a group of individuals, in a physical dimensional search space, the position and velocity of individual i are represented as the vectors Xi = (xib.xin) and Vi = (vib.vin) ) respectively, be the position of the individual i and its neighbors best position so far. Using the information, the updated velocity of individual i is modified under the following equation in the PSO algorithm[3]: V i k+1 =ωv i k +c 1 rand1 x (P besti k - x i k )+c 2 rand 2 x (G best k x i k ) Where k+1 V i velocity of individual of iteration at k ω weight parameter C 1, C 2 acceleration factors rand 1 rand 2 random numbers between 0 and 1. k X i Position of individual i at iteration k Pbest best position of group throughout iteration k Each individual moves from the current position to the next one by the using the following equation: X ik+1 =X ik +X ik+1 The search mechanism of the PSO using the modified velocity and position of the individual i based on (7) and (8) is illustrated in fig (4) Fig. 4 Search mechanism of PSO IV. EFFICIENT PSO FOR ED PROBLEMS In this section, a new approach to implement the PSO algorithm will be described while solving the ED problems considering losses [3]. The main process of the efficient PSO algorithm can be summarized as follows: Step1) Initialization of a group at random while satisfying constraints. Step2) Velocity and position updates while satisfying constraints Step3) Update of Pbest and Gbest. Step4) Calculate transmission losses for the obtained Pbest and Gbest Step5) Increment the demand with the transmission losses Step6) Go to Step 2 until satisfying stopping criteria. In the subsequent sections, the detailed implementation strategies of the EPSO are described. A. Initialization of Individuals In the initialization process, a set of individuals (i.e., generation outputs) is created at random. Therefore, individual i position at iteration 0 can be represented as the vector of n is the number of generators.[3] The velocity of individual i is given by corresponds to the generation update quantity covering all generators. The following procedure is suggested for satisfying constraints for each individual in the group: Step1) Set j=1, i=1 element (i.e., generator) of an individual i. Step2) Select the jth element of the individual i. Step3) Create the value of the element (i.e., generation output) at random satisfying its inequality constraint. Step4) If j=n-1 then go to step 5; otherwise j=j+1 and go to Step 2. Step5) The value of the last element of an individual is determined by subtracting P from the total demand Step6) If i=no of individuals go to step 7; otherwise put i=i+1 and go to step 2. Step7) Stop the initialization process. After creating the initial position of each individual, the velocity of each individual is also created at random. The following strategy is used in creating the initial velocity: (P min - )-P ij 0 <v ij 0 <P max - -P ij 0 Where e is a small positive real number (14) The velocity of element j of individual i is generated at random within the boundary [8]. B. Velocity Update To modify the position of each individual, it is necessary to calculate the velocity of each individual in the next stage, which is obtained from (7). In this velocity updating process, the values of parameters such as w, c1 and c2 should be determined in advance. The weighting function is defined as follows 563 w=w max -(w max -w min /iter max )*iter (15)

5 Where w max w min final weight initial weight iter max maximum number of iteration iter current iteration number C. Position Modification Considering Constraints The position of each individual is modified by (8). The resulting position of an individual is not always guaranteed to satisfy the inequality constraints due to over/under velocity [4]. If any element of an individual violates its inequality constraint due to over/under speed then the position of the individual is fixed to its maximum or minimum operating point. Therefore, this can be formulated as follows: (16) To resolve the equality constraint problem without intervening the dynamic process inherent in the PSO algorithm, we propose the following procedures: Step1) Set j=1, i=1. Let the present iteration be k. Step2) Select the jth element (i.e., generator) of an individual i. Step3) Modify the value of element j using (7), (8), and (11).And satisfy inequality constraint. Step4) If j=n-1 then go to Step 5, otherwise j=j+ 1and go to Step 2. Step5) The value of the last element of an individual is obtained by subtracting P ij 0 from the total system demand. Step6) If i=no. of individuals then go to step 7; otherwise i=i+1 and go to Step2 Step7) Stop the modification procedure D. Update of Pbest and Gbest The Pbest of each individual at iteration k+1 is updated as follows: P k+1 k+1 k+1 k besti =X i if TC i < TC i P k+1 besti =P k k+1 k besti if TC i > TC i (17) (18) Where TC i object function evaluated at the position of the individual i. Additionally, Gbest at iteration k+1 is set as the best evaluated position among Pbest k+1 V. SIMULATED RESULT ANALYSES A. ED Problem with Non Smooth Cost Functions with Valve point effect TABLE 1: INPUT DATA FOR 40 UNIT SYSTEM Generator P jmin P jmax a i b i c i e i f i

6 TABLE 2: HYBRID RESULTS FOR (NN-EPSO) 40 UNIT SYSTEMS Unit Output (MW)

7 Fig 4: Convergence plot for 40 unit systems in (NN-EPSO) Method B. Simulated result sfor forty Units hybrid EP-EPSO TABLE 3: OUTPUT RESULTS FOR FORTY UNITS HYBRID (EP-EPSO ) METHOD Generator Output (MW) Demand = MW Losses = MW Optimal cost = $/hr Elapsed Time = sec The above table 2 given the output results for forty unit systems hybrid Neural network and Efficient particle swarm optimization method [8]

8 Demand = MW Losses = MW Optimal cost = $/hr Elapsed Time = sec TOTAL COST ($/hr) 1.32 x ECONOMIC LOAD DISPATCH USING HYBRID EP-EPSO ITERATIONS Fig 5: Convergence plot for 40 unit systems in (EP-EPSO) Algorithm TABLE 4: COMPARISON BETWEEN HYBRID EP-EPSO AND NEURO-EPSO METHOD Generator Output Of Hybrid Output Of Hybrid EP- NEURO-EPSO (MW) EPSO (MW)

9 [5] N.Sinha, R. Chakrabarti and P.K.chattopadhyay, Evolutionary Programming Techniques for Economic Load Dispatch, IEEE Trans. Evol. Comput,vol 7, pp.83-94, Feb [6] J.Nanda,A.Sachan,.L.Pradhan M.L.Kothari,,A.Koteswara Rao, Application of Artificial Neural Network to Economic Load Dispatch, IEEE Trans. Power Systems, vol 22, [7] B.H.Chowdhury and S.Rahman, A Review of Recent Advances in Economic Dispatch, IEEE Trans. Power Systems, vol 5,no.4, pp , Nov [8] S.Muthu Vijaya Pandian and Dr.K.Thanushkodi, A Hybrid (Neural Network Efficient Particle Swarm Optimization (NN- EPSO) for Economic Dispatch Problems Considering Transmission Losses with Non-smooth Cost Functions International Journal of Computer Science and Electrical Engineering (IJCEE) no.3, vol1 June 2009,pg TABLE 5 COMPARISION OF TOTAL PRODUCTION COST AND SIMULATION TIME AMONG NN-EPSO AND EP-EPSO Method Cost $/hr Time(s) NN EPSO EP NN-EPSO EP-EPSO EP-SQP VI. CONCLUSION In this paper, a new methodology for solving nonsmooth ED problem including valve point loading using EP combined with EPSO. The proposed algorithm consists of two parts. The first part employs the property of EP, which can provide a near global search region at the beginning. When the specified termination criteria of EP is reached, the local search EPSO is applied to tune the control variables in order to obtain the final optimal solution. It is clear from the Table 5 mean cost value and simulation obtained by EP-EPSO is comparatively less compared to all other methods. Simulation results demonstrate that the proposed method can give a cheaper total production cost than those obtained from EPSO, EP, NN-EPSO and EP-SQP. The resultant EP-EPSO has been suggested as a powerful optimization tool for non-convex ED problem. S.Muthu Vijaya Pandian was born in Karaikudi, Tamil Nadu, India on the 19th of June He received his M.B.A from Madurai Kamaraj University, Madurai,Tamil Nadu, India, in He then received his M.E in Power Systems from Government College of Technology, Coimbatore, Tamil Nadu, India., in 2004 and his currently pursuing his Ph.D in Anna university, Chennai, India. He is currently Lecturer at the Department of Electrical and Electronics Engineering,V.L.B.Janakiammal College of Engineering and Technology, Coimbatore, Tamil Nadu, India. He has published Three International Journal, One International conference and his current research interests include areas of Power Systems. Dr.K.Thanushkodi was born in Theni District, Tamil Nadu, India in He received the B.E degree in Electrical and Electronics Engineering and the M.sc.(Engg) degree from Madras University, Chennai, India in 1972 and 1974, respectively, and the Ph.D degree in Electrical and Electronics Engineering from Bharathiar University, Coimbatore, India, in He served as thirty three years of teaching experience and guided 4 Ph.D. Now he guiding 12 Research scholars in Anna University, Chennai and 30 Research scholar in Anna University, Coimbatore, India. He published 75 papers in International, National Journals and Conferences. He is currently Director of Akshaya College of Enggineering and Technology, Coimbatore and also Syndicate member Anna University,Chennai, India. His research include computer modeling and simulation, computer networking and power systems.. REFERENCES [1] A.J. Wood and B.F.Wollenberg, Power Generation,Operation and Control, New York: John Wiley & Sons, Inc., [2] Pathom Attaviriyanupap and Hiroyuki Kita, A Hybrid EP and SQP for Dynamic Economic Dispatch with Non-smooth Fuel Cost Function IEEE Transactions on Power Systems, vol 17,no.2, May [3] J.B.Park, K.S.Lee, K.Y.Lee, A Patticle Swarm Optimization for Economic Dispatch with Non-smooth Cost Function, IEEE Trans. Power Systems, vol 20, Feb [4] H.T.Yang, P.C.Yang, and C.L.Huang, Evolutionary Programming Based Economic Dispatch for Units with Non- Smooth Fuel Cost Functions, IEEE Trans. Power Systems, vol 11, no.1, pp ,feb

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

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

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

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

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

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 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

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

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

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

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

ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS

ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS Gabriela Ochoa http://www.cs.stir.ac.uk/~goc/ OUTLINE Optimisation problems Optimisation & search Two Examples The knapsack problem

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

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

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

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

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

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

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

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

A Study on Optimization Algorithms for Clustering Gene Expression Data

A Study on Optimization Algorithms for Clustering Gene Expression Data A Study on Optimization Algorithms for Clustering Gene Expression Data Athul Jose 1, Chandrasekar P 2 PG scholor Dept of CSE, Bannari Amman Institute of technology, Sathyamangalam, Tamilnadu, India 1,

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

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

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

BI-OBJECTIVE EVOLUTIONARY ALGORITHM FOR FLEXIBLE JOB-SHOP SCHEDULING PROBLEM. Minimizing Make Span and the Total Workload of Machines

BI-OBJECTIVE EVOLUTIONARY ALGORITHM FOR FLEXIBLE JOB-SHOP SCHEDULING PROBLEM. Minimizing Make Span and the Total Workload of Machines International Journal of Mathematics and Computer Applications Research (IJMCAR) ISSN 2249-6955 Vol. 2 Issue 4 Dec - 2012 25-32 TJPRC Pvt. Ltd., BI-OBJECTIVE EVOLUTIONARY ALGORITHM FOR FLEXIBLE JOB-SHOP

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

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

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

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

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

Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops

Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops 1 Srinivas P. S., 2 Ramachandra Raju V., 3 C.S.P Rao. 1 Associate Professor, V. R. Sdhartha Engineering College, Vijayawada 2 Professor,

More information

B.Tech Thesis on ECONOMIC LOAD DISPATCH FOR IEEE 30-BUS SYSTEM USING PSO

B.Tech Thesis on ECONOMIC LOAD DISPATCH FOR IEEE 30-BUS SYSTEM USING PSO B.Tech Thesis on ECONOMIC LOAD DISPATCH FOR IEEE 30-BUS SYSTEM USING PSO For the partial fulfilment of the requirement for the degree of Bachelor of Technology In Electrical Engineering Submitted by: BARNIKA

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

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

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

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization 488 International Journal Wu-Chang of Control, Wu Automation, and Men-Shen and Systems, Tsai vol. 6, no. 4, pp. 488-494, August 2008 Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

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

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

Modified Particle Swarm Optimization

Modified Particle Swarm Optimization Modified Particle Swarm Optimization Swati Agrawal 1, R.P. Shimpi 2 1 Aerospace Engineering Department, IIT Bombay, Mumbai, India, swati.agrawal@iitb.ac.in 2 Aerospace Engineering Department, IIT Bombay,

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

Step Size Optimization of LMS Algorithm Using Particle Swarm Optimization Algorithm in System Identification

Step Size Optimization of LMS Algorithm Using Particle Swarm Optimization Algorithm in System Identification IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.6, June 2013 125 Step Size Optimization of LMS Algorithm Using Particle Swarm Optimization Algorithm in System Identification

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

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

ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA. Mark S. Voss a b. and Xin Feng.

ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA. Mark S. Voss a b. and Xin Feng. Copyright 2002 IFAC 5th Triennial World Congress, Barcelona, Spain ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA Mark S. Voss a b and Xin Feng a Department of Civil and Environmental

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

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

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra Pattern Recall Analysis of the Hopfield Neural Network with a Genetic Algorithm Susmita Mohapatra Department of Computer Science, Utkal University, India Abstract: This paper is focused on the implementation

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

A Particle Swarm Optimization Algorithm for Solving Flexible Job-Shop Scheduling Problem

A Particle Swarm Optimization Algorithm for Solving Flexible Job-Shop Scheduling Problem 2011, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com A Particle Swarm Optimization Algorithm for Solving Flexible Job-Shop Scheduling Problem Mohammad

More information

Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems

Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems 4 The Open Cybernetics and Systemics Journal, 008,, 4-9 Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems K. Kato *, M. Sakawa and H. Katagiri Department of Artificial

More information

Clustering Analysis of Simple K Means Algorithm for Various Data Sets in Function Optimization Problem (Fop) of Evolutionary Programming

Clustering Analysis of Simple K Means Algorithm for Various Data Sets in Function Optimization Problem (Fop) of Evolutionary Programming Clustering Analysis of Simple K Means Algorithm for Various Data Sets in Function Optimization Problem (Fop) of Evolutionary Programming R. Karthick 1, Dr. Malathi.A 2 Research Scholar, Department of Computer

More information

SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION

SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION SIMULTANEOUS COMPUTATION OF MODEL ORDER AND PARAMETER ESTIMATION FOR ARX MODEL BASED ON MULTI- SWARM PARTICLE SWARM OPTIMIZATION Kamil Zakwan Mohd Azmi, Zuwairie Ibrahim and Dwi Pebrianti Faculty of Electrical

More information

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

A Cost Comparative Analysis for Economic Load Dispatch Problems Using Modern Optimization Techniques ISSN 2319 7757 EISSN 2319 7765 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

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

The Pennsylvania State University. The Graduate School. Department of Electrical Engineering COMPARISON OF CAT SWARM OPTIMIZATION WITH PARTICLE SWARM

The Pennsylvania State University. The Graduate School. Department of Electrical Engineering COMPARISON OF CAT SWARM OPTIMIZATION WITH PARTICLE SWARM The Pennsylvania State University The Graduate School Department of Electrical Engineering COMPARISON OF CAT SWARM OPTIMIZATION WITH PARTICLE SWARM OPTIMIZATION FOR IIR SYSTEM IDENTIFICATION A Thesis in

More information

CT79 SOFT COMPUTING ALCCS-FEB 2014

CT79 SOFT COMPUTING ALCCS-FEB 2014 Q.1 a. Define Union, Intersection and complement operations of Fuzzy sets. For fuzzy sets A and B Figure Fuzzy sets A & B The union of two fuzzy sets A and B is a fuzzy set C, written as C=AUB or C=A OR

More information

Proceedings of the 5th WSEAS International Conference on Applied Computer Science, Hangzhou, China, April 16-18, 2006 (pp )

Proceedings of the 5th WSEAS International Conference on Applied Computer Science, Hangzhou, China, April 16-18, 2006 (pp ) Multiobjective Electricity Power Dispatch Using Multiobjective Particle Swarm Optimization Hongwen Yan, Rui Ma Changsha University of Science and Technology Chiling Road 45, Changsha, 40076 China Abstract:

More information

An Evolutionary Programming based Neuro-Fuzzy Technique for Multiobjective Generation Dispatch with Nonsmooth Fuel Cost and Emission Level Functions

An Evolutionary Programming based Neuro-Fuzzy Technique for Multiobjective Generation Dispatch with Nonsmooth Fuel Cost and Emission Level Functions An Evolutionary Programg based Neuro-Fuzzy Technique for Multiobective Generation Dispatch with Nonsmooth Fuel Cost and Emission Level Functions S.K. Dash Department of Electrical Engineering, Gandhi Institute

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

Binary Differential Evolution Strategies

Binary Differential Evolution Strategies Binary Differential Evolution Strategies A.P. Engelbrecht, Member, IEEE G. Pampará Abstract Differential evolution has shown to be a very powerful, yet simple, population-based optimization approach. The

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

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Nasser Sadati Abstract Particle Swarm Optimization (PSO) algorithms recently invented as intelligent optimizers with several highly

More information

DERIVATIVE-FREE OPTIMIZATION

DERIVATIVE-FREE OPTIMIZATION DERIVATIVE-FREE OPTIMIZATION Main bibliography J.-S. Jang, C.-T. Sun and E. Mizutani. Neuro-Fuzzy and Soft Computing: A Computational Approach to Learning and Machine Intelligence. Prentice Hall, New Jersey,

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

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Acta Technica 61, No. 4A/2016, 189 200 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Jianrong Bu 1, Junyan

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

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

Design optimization method for Francis turbine

Design optimization method for Francis turbine IOP Conference Series: Earth and Environmental Science OPEN ACCESS Design optimization method for Francis turbine To cite this article: H Kawajiri et al 2014 IOP Conf. Ser.: Earth Environ. Sci. 22 012026

More information

Genetic Algorithm for Dynamic Capacitated Minimum Spanning Tree

Genetic Algorithm for Dynamic Capacitated Minimum Spanning Tree 28 Genetic Algorithm for Dynamic Capacitated Minimum Spanning Tree 1 Tanu Gupta, 2 Anil Kumar 1 Research Scholar, IFTM, University, Moradabad, India. 2 Sr. Lecturer, KIMT, Moradabad, India. Abstract Many

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

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

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2

A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Chapter 5 A Genetic Algorithm for Graph Matching using Graph Node Characteristics 1 2 Graph Matching has attracted the exploration of applying new computing paradigms because of the large number of applications

More information

Neural Network Weight Selection Using Genetic Algorithms

Neural Network Weight Selection Using Genetic Algorithms Neural Network Weight Selection Using Genetic Algorithms David Montana presented by: Carl Fink, Hongyi Chen, Jack Cheng, Xinglong Li, Bruce Lin, Chongjie Zhang April 12, 2005 1 Neural Networks Neural networks

More information

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES SHIHADEH ALQRAINY. Department of Software Engineering, Albalqa Applied University. E-mail:

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

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY 2001 41 Brief Papers An Orthogonal Genetic Algorithm with Quantization for Global Numerical Optimization Yiu-Wing Leung, Senior Member,

More information

Advanced Search Genetic algorithm

Advanced Search Genetic algorithm Advanced Search Genetic algorithm Yingyu Liang yliang@cs.wisc.edu Computer Sciences Department University of Wisconsin, Madison [Based on slides from Jerry Zhu, Andrew Moore http://www.cs.cmu.edu/~awm/tutorials

More information

Minimum Weight Optimization of a Gear Train by using Genetic Algorithm

Minimum Weight Optimization of a Gear Train by using Genetic Algorithm International Journal of Current Engineering and Technology E-ISSN 2277 416, P-ISSN 2347 5161 216 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Minimum

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 OPTIMIZATION OF MACHINING PROCESS AND MACHINING ECONOMICS In a manufacturing industry, machining process is to shape the metal parts by removing unwanted material. During the

More information

Grid Scheduling Strategy using GA (GSSGA)

Grid Scheduling Strategy using GA (GSSGA) F Kurus Malai Selvi et al,int.j.computer Technology & Applications,Vol 3 (5), 8-86 ISSN:2229-693 Grid Scheduling Strategy using GA () Dr.D.I.George Amalarethinam Director-MCA & Associate Professor of Computer

More information

PARTICLE SWARM OPTIMISATION APPLIED TO ECONOMIC LOAD DISPATCH PROBLEM

PARTICLE SWARM OPTIMISATION APPLIED TO ECONOMIC LOAD DISPATCH PROBLEM PARTICLE SWARM OPTIMISATION APPLIED TO ECONOMIC LOAD DISPATCH PROBLEM A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF Master of Technology In Power Control and Drives By

More information

Function Approximation and Feature Selection Tool

Function Approximation and Feature Selection Tool Function Approximation and Feature Selection Tool Version: 1.0 The current version provides facility for adaptive feature selection and prediction using flexible neural tree. Developers: Varun Kumar Ojha

More information

The Genetic Algorithm for finding the maxima of single-variable functions

The Genetic Algorithm for finding the maxima of single-variable functions Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 3(March 2014), PP 46-54 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com The Genetic Algorithm for finding

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

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

Small World Particle Swarm Optimizer for Global Optimization Problems

Small World Particle Swarm Optimizer for Global Optimization Problems Small World Particle Swarm Optimizer for Global Optimization Problems Megha Vora and T.T. Mirnalinee Department of Computer Science and Engineering S.S.N College of Engineering, Anna University, Chennai,

More information

Parameter Selection of a Support Vector Machine, Based on a Chaotic Particle Swarm Optimization Algorithm

Parameter Selection of a Support Vector Machine, Based on a Chaotic Particle Swarm Optimization Algorithm BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5 No 3 Sofia 205 Print ISSN: 3-9702; Online ISSN: 34-408 DOI: 0.55/cait-205-0047 Parameter Selection of a Support Vector Machine

More information

Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest

Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest Bhakti V. Gavali 1, Prof. Vivekanand Reddy 2 1 Department of Computer Science and Engineering, Visvesvaraya Technological

More information

HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS

HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS NABEEL AL-MILLI Financial and Business Administration and Computer Science Department Zarqa University College Al-Balqa'

More information

REAL-CODED GENETIC ALGORITHMS CONSTRAINED OPTIMIZATION. Nedim TUTKUN

REAL-CODED GENETIC ALGORITHMS CONSTRAINED OPTIMIZATION. Nedim TUTKUN REAL-CODED GENETIC ALGORITHMS CONSTRAINED OPTIMIZATION Nedim TUTKUN nedimtutkun@gmail.com Outlines Unconstrained Optimization Ackley s Function GA Approach for Ackley s Function Nonlinear Programming Penalty

More information

An Optimization of Association Rule Mining Algorithm using Weighted Quantum behaved PSO

An Optimization of Association Rule Mining Algorithm using Weighted Quantum behaved PSO An Optimization of Association Rule Mining Algorithm using Weighted Quantum behaved PSO S.Deepa 1, M. Kalimuthu 2 1 PG Student, Department of Information Technology 2 Associate Professor, Department of

More information

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding e Scientific World Journal, Article ID 746260, 8 pages http://dx.doi.org/10.1155/2014/746260 Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding Ming-Yi

More information

[Premalatha, 4(5): May, 2015] ISSN: (I2OR), Publication Impact Factor: (ISRA), Journal Impact Factor: 2.114

[Premalatha, 4(5): May, 2015] ISSN: (I2OR), Publication Impact Factor: (ISRA), Journal Impact Factor: 2.114 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY GENETIC ALGORITHM FOR OPTIMIZATION PROBLEMS C. Premalatha Assistant Professor, Department of Information Technology Sri Ramakrishna

More information

A Multiobjective Memetic Algorithm Based on Particle Swarm Optimization

A Multiobjective Memetic Algorithm Based on Particle Swarm Optimization A Multiobjective Memetic Algorithm Based on Particle Swarm Optimization Dr. Liu Dasheng James Cook University, Singapore / 48 Outline of Talk. Particle Swam Optimization 2. Multiobjective Particle Swarm

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

Optimal Power Flow of Distribution Network

Optimal Power Flow of Distribution Network Optimal Power Flow of Distribution Network Dr.R.Muthu Kumar 1 and Ms. Swathi M 2 1 Associate Professor, Department of EEE, Shree Venkateshwara Hi-Tech Engineering College, Erode, India 2 PG Scholar, ME

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

Solution of Economic Load Dispatch Problems with Improved Computational Performance using Particle Swarm Optimization

Solution of Economic Load Dispatch Problems with Improved Computational Performance using Particle Swarm Optimization International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 6 ǁ June. 2013 ǁ PP.01-06 Solution of Economic Load Dispatch Problems with Improved

More information

A HYBRID ALGORITHM BASED ON PARTICLE SWARM OPTIMIZATION

A HYBRID ALGORITHM BASED ON PARTICLE SWARM OPTIMIZATION INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SCIENCES Volume 1, Number 3-4, Pages 275-282 2005 Institute for Scientific Computing and Information A HYBRID ALGORITHM BASED ON PARTICLE SWARM OPTIMIZATION

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