2009 International Conference of Soft Computing and Pattern Recognition

Size: px
Start display at page:

Download "2009 International Conference of Soft Computing and Pattern Recognition"

Transcription

1 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 Dept-CIED Universiti Teknologi Malaysia, UTM Johor Bahru, Malaysia Abstract Economic Load Dispatch (ELD) is one of an important optimization tasks which provides an economic condition for a power systems. In this paper, Particle Swarm Optimization (PSO) as an effective and reliable evolutionary based approach has been proposed to solve the constraint economic load dispatch problem. The proposed method is able to determine, the output power generation for all of the power generation units, so that the total constraint cost function is minimized. In this paper, a piecewise quadratic function is used to show the fuel cost equation of each generation units, and the B-coefficient matrix is used to represent transmission losses. The feasibility of the proposed method to show the performance of this method to solve and manage a constraint problems is demonstrated in 4 power system test cases, consisting 3,6,15, and 40 generation units with neglected losses in two of the last cases. The obtained PSO results are compared with Genetic Algorithm (GA) and Quadratic Programming (QP) base approaches. These results prove that the proposed method is capable of getting higher quality solution including mathematical simplicity, fast convergence, and robustness to solve hard optimization problems. Keywords-Economic Load Dispatch (ELD); Particle Swarm Optimization (PSO); Quadratic Cost Function; Generation unit; transmission losses. I. INTRODUCTION Electrical power systems are capable to produce sufficient electrical power to feed a bounded and certain range of load demand. In all practical power systems, minimizing the total operation costs is very important. Thus, the ELD technique is applied for allocating power generation among the committed units, so that the total generation cost of the system and also transmission power losses are minimized, while satisfying all the constraints [1]. The input-output characteristic of generators in a power system are non linear, and there are some multiple local minimum points and a global minimum point in this curve, therefore, the characteristic of ELD problem (objective function) are multi model and highly non linear. The common mathematical practices to solve constraint optimization problems such as ELD problem are lambda iteration method, base point and participation factor method, gradient method, etc. These techniques require the incremental cost curves to be monotonically increasing. Mohd Fauzi Bin Othman Control and instrumentation Engineering Dept-CIED Universiti Teknologi Malaysia, UTM Johor Bahru, Malaysia fauzi@fke.utm.my To use these mathematical methods in optimization problems it is necessary to select a suitable initial starting point for their algorithms. The wrong initial starting point may cause the divergence or convergence of the algorithm to some local optimum points rather than the global point. [1, 3, 8, 15]. It has been found that Newton based algorithms will face problem in having large number of inequality constraints. Beside it have been approved short coming of Linear programming methods is associated with the piecewise linear cost approximation. On the other hand Non linear programming methods have also been applied to solve the convergence problem. Evolutionary Programming (EP) technique, evolutionary computation technique such as Genetic Algorithm (GA), Artificial Neural Network (ANN), Particle Swarm Optimization (PSO), etc, are some of the proposed methods to solve ELD problem for a power system [2, 4]. The proposed PSO method is composed of a set of particles called individuals, which are able to follow a certain algorithm to obtain the best solution for a optimization problem. These particles explore the search space with different velocities and positions. Each particle of swarm presents a potential solution for the optimization problem. The performance of individuals, evaluated by a fitness function (objective function). The particle swarm's algorithm is able to obtain local optimum points for multi variable optimization problems, in the multi dimension search space [5]. II. PROBLEM FORMULATION The main goal in this optimization problem is to obtain a particular set of points, including all outputs of the power generation units, such that all equality and inequality constraints are satisfied. In addition, the total cost function is minimized. In this paper, the equality and inequality constraints indicate the real power balance and limitation of power generation of each unit, respectively. Some of the other constraints including voltage level and security are assumed to be constant. Equation (1) denotes the total fuel cost for a power system which is an equal summation of all generation units cost functions, in a power system /09 $ IEEE DOI /SoCPaR

2 By approximating the fuel cost for each generation unit( F P ), to a quadratic function, (2) can be obtained, thus the total cost function will be changed into the following equation 2 : Output power generation of unit i.,, : Fuel cost coefficients of unit i. The constraints considered in this paper include: Equality constraint: N : Total real power is demand : Total power losses. 3 By using the matrix form, the losses formula can be shown as in the following equation. 4 P is matrix of the output powers of units. B is square matrix of transmission coefficients. The method used in this paper for considering the transmission losses, has been developed by Kron and adopted by Kirchmayer, which is the loss coefficient method [6, 8, 13]. The output power of each generation unit is bounded between two limitations III. PARTICLE SWARM OPTIMIZATION The PSO algorithm which was first proposed by Kennedy and Eberhart has been inspired by the Social behavior of a simple system (flock of birds). This algorithm can be effectively useful in solving many non linear hard optimization problems [5]. Unlike the mathematical methods for solving optimization problems, this algorithm does not need any gradient information about objective or error function and it can obtain the best solution independently [7]. According to the PSO algorithm, a swarm of particles that have predefined restrictions starts to fly on the search space. The performance of each particle is evaluated by the value of the objective function and considering the minimization problem, in this case, the particle with lower value has more performance. The best experiences for each particle in iterations is stored in its memory and called personal best (Pbest). The best value of Pbests (less valus) in iterations determines the global best (Gbest). By using the concept of Pbest and Gbest the velocity of each particle is updated in (5) : Particle velocity at current iteration (k+1) Particle velocity at iteration k r1, r2: random number between [0, 1] c1, c2: acceleration constant After this, particles fly to a new position: : Current particle position at iteration k+1 Particle position at iteration k Particle velocity at iteration k+1 a) Inertia weight IV. INCREASE CONVERGENCE RATE 5 In attempting to increase the rate of convergence of the standard PSO algorithm to global optimum, the inertia weight is proposed in the velocity equation [10, 11].By using the new equation for velocity, according to this modification, the suggested particle velocity in (5) will be changed to: For 1,.,, denote the minimum and maximum output power generation of unit i W is the inertia weight. 61

3 Applying this factor in (5) causes some of the particle's velocity in the previous iteration to remain in the new iteration. In order to use the inertia weight in this paper, a descending linear function is used. The best range for changing this function value for the convergence and obtaining the best possible solution is between 0.9 and 0.4. Using the inertia weight in velocity equation enables the swarm to fly in larger area of the search space (W = 0.9) and at the end of the iterations, the search space will be smaller (W = 0.4).By using the inertia weight the chance to obtain a best solution for a optimization problem will be more. In general, a linear descending function for inertia weight equation is shown in the following equation [13, 18]. W : inertia weight factor W max : maximum value of weighting factor W min : minimum value of weighting factor Iter max : maximum number of iteration Iter: current number of iteration b) initial global best position One of the important things to increase the convergence rate is choosing a correct initial position for global minimum. In this paper, the initial global best is placed in a certain area of the search space. This location is determined regarding to the constraints. In general, the PSO flowchart for unconstraint optimization is shown below: Stopping criteria The iterative process will be stopped under the supervision of a change in the production costs value, as accuracy is desired or the maximum number of iteration is reached. In this paper, the PSO algorithm will be stopped when the maximum number of iteration is reached. In order to use this standard PSO algorithm, unconstraint cost function has been derived by Lagrange method. The unconstraint total cost function equation is shown below N CF P KDP L P K: Lagrange multiplier N 7 The maximum and minimum velocity are controlled during the iteration, by assigning the constant values to those particles that want to exceed the [V min, V max ] boundary. The used PSO parameters in this paper are shown in the following table. TABLE I. Pso Parameters Parameters Value V d(min), V d(max) - /2, /2 Population size 50 Max inertia weight 0.9 Min inertia weight 0.4 Initial velocity 0 Initial position random C1, C2 2 V. SETTING POPULATION SIZE If the population size is too small, then an insufficient number of particles are produced and the algorithm may not give the best possible solution since some of the best positions are missed. If the population size is too large, the algorithm is very slow and inefficient. As shown in the table above, the population size in this article is 50. [1] VI. RESULTS AND DISCUSSION In order to show the feasibility of the proposed PSO, four test cases including 3,6,15 and 40 thermal power plants are tested. For the first two cases, the transmission losses are considered and in the second two cases, they are neglected. The desired load demand for these methods are 150, 700, 2215, and in MW, respectively. Matrix B as losses coefficient matrix of power system to show the transmission line loss for an interconnection power system for test cases has been shown below. For all test cases, the cost function for a generator has been defined by the quadratic equation below Figure1. Standard PSO Flowchart 62

4 Test case 1: This test case is adopted from [6] and the cost function and transmission losses coefficient are as below TABLE II. Cost Function Coefficient, Test Case 1 Plant No ($/MW2) ($/MW) ($) (Mw) (MW) The transmission losses coefficient matrix is = The obtained output powers for each generator by three various methods for Pd=100MW are: TABLE III. Outputs Power Generation, Test Case 1 units QP GA PSO P P P Test case 2: This test case is adopted from [6] and the cost function and transmission losses coefficient are shown below: TABLE IV. Cost Function Coefficient, Test Case 2 Plant No ($/MW2) ($/MW) ($) (Mw) (MW) And the transmission losses coefficient matrix is 0.14 = The obtained output powers for each generator by three various methods for Pd=700MW are: TABLE V. Outputs Power Generation. Test Case 2 units QP GA PSO P P P P P P Test case 3: This test case is adopted from [16] and the cost function coefficients are available for reference. The obtained output powers (Neglected Losses) with neglected losses for each generator by three various methods for Pd=2215MW are: TABLE VI. Outputs Power Generation. Test Case 3 units QP GA PSO P P P P P P P P P P P P P P P Test case 4: This test case is adopted from [17] and the cost function coefficients are available in this reference. The obtained output powers (Neglected Losses) for each generator by three various methods for Pd=10500MW are shown below, and because of huge data, only some of the selected outputs have been demonstrated. TABLE VII. Outputs Power Generation. Test Case 4 Units QP GA PSO P P P P P P P P P P P The algorithm is used for the PSO and random initialization for particles, in order to obtain the final cost value for each test case. The program has been run three 63

5 times and the average results are demonstrated. The results for all the test cases with various load demands are then shown below. Also by using the loss formula coefficients, the transmission loss has been calculated and shown below. TABLE VIII. # Test Case Comparison Results of Three Various Methods Cost($/h) T.losses PLosses(MW) QP GA PSO 1 3 units Pd=150 Yes units Pd=700 Yes units Pd=2215 No units Pd=10500 No A short comparison between the results of total fuel cost values in terms of ($/h) have been done. This diagram includes the result of three various methods for different test cases with various load demands. Figure 2. Cost Fuction Comparision for test cases VII. CONCLUSION The problem of economic load dispatch with some constraints has been investigated in this paper. The ELD problem has also been solved by quadratic programming, genetic algorithm, and particle swarm optimization methods for 4 various test cases and load demands, and all the results obtained from three various methods have been compared. The simulation results have shown that the proposed method is capable in obtaining better minimization results, although the difference is small, it will be huge in a big power system. Also, there is no mathematical complexity in the proposed algorithm since it has a simpler structure than other proposed methods. VIII. ACKNOWLEDGMENTS The author wishes to thank University Technology Malaysia (UTM) for facilitating the supporting equipments and also for supporting the overall process. IX. REFERENCES [1]. Vanaja, B.; Hemamalini, S.; Simon, S.P, Artificial Immune based Economic Load Dispatch with valve-point effect, TENCON , TENCON2008. IEEE Region 10Conference Nov Page(s):1-5. [2]. Fukuyama, Y.; Ueki, Y, An application of artificial neural network to dynamic economic load dispatching, Neural Networks to Power Systems, 1991., Proceedings of the First International Forum on Applications of July 1991 Page(s): Digital Object Identifier /ANN [3]. Ling, S.H.; Lu, H.H.C.; Chan, K.Y.; Ki, S.K, Economic load dispatch: A new hybrid particle swarm optimization approach, Universities9-12Dec.2007 Page(s):1 8 Digital Object Identifier /AUPEC [4]. Pancholi, R.K.; Swarup, K.S, Particle swarm optimization for security constrained economic dispatch, Intelligent Sensing and Information Processing, Proceedings of International Conference on 2004 Page(s):7-12 Digital Object Identifier /ICISIP [5]. Andries P.engelbrecht, Computational Intelligence, John Wiley & sons, New York, [6]. Hadi Saadat, Power System Analysis, McGraw-hill companies, Inc, [7]. Mekhamer, S.F.; Moustafa, Y.G.; EI-Sherif, N.; Mansour, M.M, A modified particle swarm optimizer applied to the solution of the economic dispatch problem, Electrical, Electronic and Computer Engineering, ICEEC ' International Conference on, 5-7 Sept Page(s): [8]. J.Woods and B.F Wollenberg, power generation, operation, and control, John Wiley & sons, [9]. Nadia Nedjah, Luiza de Macedo Mourelle, Swarm Intelligent System, Spring Berlin Heidelberg New York, [10]. Y.shi, R.Eberhart, A modified Particle Swarm Optimizer, proc. IEEE int. Conf. on Evolutionary Computation.PP 69-73, [11]. Y.shi, R.Eberhart, Parameter Selection in Particle Swarm Optimization, In : portovw, Saravanan N, waagen D and Eiben AE(eds) Evolutionary Programming VII, PP ,1998. [12]. Gomes, M.H.R.; Saraiva, J.T, Active / reactive dispatch in competitive environment, Power Tech, 2005 IEEE Russia June 2005 Page(s):1-7 Digital Object Identifier /PTC [13]. F.vanden Berg, An Analaysis of Particle Swarm Optimizer, PHD thesis,department of computer science,university of Pretoria, South Africa, [14]. Zdenek-Dostal, Optimal Quadratic Programming Algorithms, Springer,1 edition (March 5, 2009). 64

6 [15]. Nidul Sinha, Chakrabarthi.R and Chattopadhyay.P.K, Evolutionary Programming Techniques for Economic Load Dispatch, IEEE Transactions on evolutionary computation, Vol. 7, 2003, pp [16]. Z.L. Gain, Particle Swarm Optimization to solve the Economic Dispatch Considering the Generator Constraints, IEEE Trans. on Power System, Vol. 18,No.3,pp , August [17]. P.-H. Chen and H.-C Chang, Large-scale economic dispatch by genetic algorithm, IEEE Trans. Power Syst., vol.10, pp , Nov [18]. M. Sudhakaran, P. Ajay - D - Vimal Raj and T.G. Palanivelu, Application of Particle Swarm Optimization for Economic Load Dispatch Problems, Intelligent Systems Applications to Power Systems, ISAP International Conference on 5-8 Nov Page(s):1-7 65

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Feature weighting using particle swarm optimization for learning vector quantization classifier

Feature weighting using particle swarm optimization for learning vector quantization classifier Journal of Physics: Conference Series PAPER OPEN ACCESS Feature weighting using particle swarm optimization for learning vector quantization classifier To cite this article: A Dongoran et al 2018 J. Phys.:

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

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

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

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm

An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm An improved PID neural network controller for long time delay systems using particle swarm optimization algorithm A. Lari, A. Khosravi and A. Alfi Faculty of Electrical and Computer Engineering, Noushirvani

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

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

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

Parameter Estimation of PI Controller using PSO Algorithm for Level Control

Parameter Estimation of PI Controller using PSO Algorithm for Level Control Parameter Estimation of PI Controller using PSO Algorithm for Level Control 1 Bindutesh V.Saner, 2 Bhagsen J.Parvat 1,2 Department of Instrumentation & control Pravara Rural college of Engineering, Loni

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

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

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

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

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

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

POWER FLOW OPTIMIZATION USING SEEKER OPTIMIZATION ALGORITHM AND PSO

POWER FLOW OPTIMIZATION USING SEEKER OPTIMIZATION ALGORITHM AND PSO POWER FLOW OPTIMIZATION USING SEEKER OPTIMIZATION ALGORITHM AND PSO VIGNESH.P Department of Electrical & Electronics Engineering Anna University Veerammal Engineering College, Dindigul, Tamilnadu India

More information

Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy

Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy Genetic-PSO Fuzzy Data Mining With Divide and Conquer Strategy Amin Jourabloo Department of Computer Engineering, Sharif University of Technology, Tehran, Iran E-mail: jourabloo@ce.sharif.edu Abstract

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

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 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 RANDOM SYNCHRONOUS-ASYNCHRONOUS PARTICLE SWARM OPTIMIZATION ALGORITHM WITH A NEW ITERATION STRATEGY

A RANDOM SYNCHRONOUS-ASYNCHRONOUS PARTICLE SWARM OPTIMIZATION ALGORITHM WITH A NEW ITERATION STRATEGY A RANDOM SYNCHRONOUS-ASYNCHRONOUS PARTICLE SWARM OPTIMIZATION ALORITHM WITH A NEW ITERATION STRATEY Nor Azlina Ab Aziz 1,2, Shahdan Sudin 3, Marizan Mubin 1, Sophan Wahyudi Nawawi 3 and Zuwairie Ibrahim

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

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

Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition

Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition THONGCHAI SURINWARANGKOON, SUPOT NITSUWAT, ELVIN J. MOORE Department of Information

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

A MULTI-SWARM PARTICLE SWARM OPTIMIZATION WITH LOCAL SEARCH ON MULTI-ROBOT SEARCH SYSTEM

A MULTI-SWARM PARTICLE SWARM OPTIMIZATION WITH LOCAL SEARCH ON MULTI-ROBOT SEARCH SYSTEM A MULTI-SWARM PARTICLE SWARM OPTIMIZATION WITH LOCAL SEARCH ON MULTI-ROBOT SEARCH SYSTEM BAHAREH NAKISA, MOHAMMAD NAIM RASTGOO, MOHAMMAD FAIDZUL NASRUDIN, MOHD ZAKREE AHMAD NAZRI Department of Computer

More information

Abstract Keywords: I. INTRODUCTION

Abstract Keywords: I. INTRODUCTION International Journal of Scientific & Engineering Research, Volume 5, Issue 11, ovember-2014 128 Optimal Load Dispatch in the South/ South Zone of igeria Power System by Means of a Particle Swarm Ibe,

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

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

PARTICLE SWARM OPTIMIZATION (PSO)

PARTICLE SWARM OPTIMIZATION (PSO) PARTICLE SWARM OPTIMIZATION (PSO) J. Kennedy and R. Eberhart, Particle Swarm Optimization. Proceedings of the Fourth IEEE Int. Conference on Neural Networks, 1995. A population based optimization technique

More information

PSO algorithm for an optimal power controller in a microgrid

PSO algorithm for an optimal power controller in a microgrid Edith Cowan University Research Online ECU Publications Post 2013 2017 PSO algorithm for an optimal power controller in a microgrid Waleed Al-Saedi Edith Cowan University, w.al-saedi@ecu.edu.au Stefan

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

Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization

Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization Experimental Study on Bound Handling Techniques for Multi-Objective Particle Swarm Optimization adfa, p. 1, 2011. Springer-Verlag Berlin Heidelberg 2011 Devang Agarwal and Deepak Sharma Department of Mechanical

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

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

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

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

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

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

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

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

Surrogate-assisted Self-accelerated Particle Swarm Optimization

Surrogate-assisted Self-accelerated Particle Swarm Optimization Surrogate-assisted Self-accelerated Particle Swarm Optimization Kambiz Haji Hajikolaei 1, Amir Safari, G. Gary Wang ±, Hirpa G. Lemu, ± School of Mechatronic Systems Engineering, Simon Fraser University,

More information

A NEW METHODOLOGY FOR EMERGENT SYSTEM IDENTIFICATION USING PARTICLE SWARM OPTIMIZATION (PSO) AND THE GROUP METHOD OF DATA HANDLING (GMDH)

A NEW METHODOLOGY FOR EMERGENT SYSTEM IDENTIFICATION USING PARTICLE SWARM OPTIMIZATION (PSO) AND THE GROUP METHOD OF DATA HANDLING (GMDH) A NEW METHODOLOGY FOR EMERGENT SYSTEM IDENTIFICATION USING PARTICLE SWARM OPTIMIZATION (PSO) AND THE GROUP METHOD OF DATA HANDLING (GMDH) Mark S. Voss Dept. of Civil and Environmental Engineering Marquette

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

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

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

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

Automatic differentiation based for particle swarm optimization steepest descent direction

Automatic differentiation based for particle swarm optimization steepest descent direction International Journal of Advances in Intelligent Informatics ISSN: 2442-6571 Vol 1, No 2, July 2015, pp. 90-97 90 Automatic differentiation based for particle swarm optimization steepest descent direction

More information

FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION

FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION Suranaree J. Sci. Technol. Vol. 19 No. 4; October - December 2012 259 FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION Pavee Siriruk * Received: February 28, 2013; Revised: March 12,

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

Application of Improved Discrete Particle Swarm Optimization in Logistics Distribution Routing Problem

Application of Improved Discrete Particle Swarm Optimization in Logistics Distribution Routing Problem Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 3673 3677 Advanced in Control Engineeringand Information Science Application of Improved Discrete Particle Swarm Optimization in

More information

Job Shop Scheduling Problem (JSSP) Genetic Algorithms Critical Block and DG distance Neighbourhood Search

Job Shop Scheduling Problem (JSSP) Genetic Algorithms Critical Block and DG distance Neighbourhood Search A JOB-SHOP SCHEDULING PROBLEM (JSSP) USING GENETIC ALGORITHM (GA) Mahanim Omar, Adam Baharum, Yahya Abu Hasan School of Mathematical Sciences, Universiti Sains Malaysia 11800 Penang, Malaysia Tel: (+)

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

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

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

Designing of Optimized Combinational Circuits Using Particle Swarm Optimization Algorithm

Designing of Optimized Combinational Circuits Using Particle Swarm Optimization Algorithm Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2395-2410 Research India Publications http://www.ripublication.com Designing of Optimized Combinational Circuits

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

Discrete Particle Swarm Optimization for Solving a Single to Multiple Destinations in Evacuation Planning

Discrete Particle Swarm Optimization for Solving a Single to Multiple Destinations in Evacuation Planning Discrete Particle Swarm Optimization for Solving a Single to Multiple Destinations in Evacuation Planning 1 MARINA YUSOFF, 2 JUNAIDAH ARIFFIN, 1 AZLINAH MOHAMED 1 Faculty of Computer and Mathematical Sciences

More information

A PSO-based Generic Classifier Design and Weka Implementation Study

A PSO-based Generic Classifier Design and Weka Implementation Study International Forum on Mechanical, Control and Automation (IFMCA 16) A PSO-based Generic Classifier Design and Weka Implementation Study Hui HU1, a Xiaodong MAO1, b Qin XI1, c 1 School of Economics and

More information

Discrete Particle Swarm Optimization for TSP based on Neighborhood

Discrete Particle Swarm Optimization for TSP based on Neighborhood Journal of Computational Information Systems 6:0 (200) 3407-344 Available at http://www.jofcis.com Discrete Particle Swarm Optimization for TSP based on Neighborhood Huilian FAN School of Mathematics and

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

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

SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM

SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM Tiago Alencar UFMA tiagoalen@gmail.com Anselmo Rodrigues UFMA schaum.nyquist@gmail.com Maria da

More information

Hybrid Approach for Placement of Multiple DGs in Primary Distribution Networks

Hybrid Approach for Placement of Multiple DGs in Primary Distribution Networks Asian Journal of Electrical Sciences ISSN: 2249 6297, Vol. 7, No. 2, 2018, pp. 90-95 The Research Publication, www.trp.org.in Hybrid Approach for Placement of Multiple DGs in Primary Distribution Networks

More information

PARTICLE SWARM OPTIMIZATION (PSO) [1] is an

PARTICLE SWARM OPTIMIZATION (PSO) [1] is an Proceedings of International Joint Conference on Neural Netorks, Atlanta, Georgia, USA, June -9, 9 Netork-Structured Particle Sarm Optimizer Considering Neighborhood Relationships Haruna Matsushita and

More information

Hybrid Particle Swarm and Neural Network Approach for Streamflow Forecasting

Hybrid Particle Swarm and Neural Network Approach for Streamflow Forecasting Math. Model. Nat. Phenom. Vol. 5, No. 7, 010, pp. 13-138 DOI: 10.1051/mmnp/01057 Hybrid Particle Swarm and Neural Network Approach for Streamflow Forecasting A. Sedki and D. Ouazar Department of Civil

More information

Convolutional Code Optimization for Various Constraint Lengths using PSO

Convolutional Code Optimization for Various Constraint Lengths using PSO International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 2 (2012), pp. 151-157 International Research Publication House http://www.irphouse.com Convolutional

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

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

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

Research Article Applying Hybrid PSO to Optimize Directional Overcurrent Relay Coordination in Variable Network Topologies

Research Article Applying Hybrid PSO to Optimize Directional Overcurrent Relay Coordination in Variable Network Topologies Applied Mathematics Volume 2013, Article ID 879078, 9 pages http://dx.doi.org/10.1155/2013/879078 Research Article Applying Hybrid PSO to Optimize Directional Overcurrent Relay Coordination in Variable

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

IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 20, NO. 4, NOVEMBER John G. Vlachogiannis and Kwang Y. Lee, Fellow, IEEE

IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 20, NO. 4, NOVEMBER John G. Vlachogiannis and Kwang Y. Lee, Fellow, IEEE IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 20, NO. 4, NOVEMBER 2005 1765 Determining Generator Contributions to Transmission System Using Parallel Vector Evaluated Particle Swarm Optimization John G. Vlachogiannis

More information

Particle Swarm Optimization Based Approach for Location Area Planning in Cellular Networks

Particle Swarm Optimization Based Approach for Location Area Planning in Cellular Networks International Journal of Intelligent Systems and Applications in Engineering Advanced Technology and Science ISSN:2147-67992147-6799 www.atscience.org/ijisae Original Research Paper Particle Swarm Optimization

More information

PARTICLE SWARM OPTIMIZATION APPLICATION IN OPTIMIZATION

PARTICLE SWARM OPTIMIZATION APPLICATION IN OPTIMIZATION 131 4 Dkiember 2008 PARTCLE SWARM OPTMZATON APPLCATON N OPTMZATON Abdul Talib Bon, PhD Deputy Dean (Research & Development) Faculty of Technology Management Universiti Tun Hussein Onn Malaysia 86400 Parit

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

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

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

THE NEW HYBRID COAW METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS

THE NEW HYBRID COAW METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS THE NEW HYBRID COAW METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS Zeinab Borhanifar and Elham Shadkam * Department of Industrial Engineering, Faculty of Eng.; Khayyam University, Mashhad, Iran ABSTRACT In

More information