A hybrid meta-heuristic optimization algorithm based on SFLA

Size: px
Start display at page:

Download "A hybrid meta-heuristic optimization algorithm based on SFLA"

Transcription

1 2 nd International Conference on Engineering Optimization September 6-9, 2010, Lisbon, Portugal A hybrid meta-heuristic optimization algorithm based on SFLA Mohammadreza Farahani 1, Saber Bayat Movahhed 1, Seyyed Farid Ghaderi 1 1 Department of Industrial Engineering, Faculty of Engineering, University Of Tehran, Tehran, Iran, m_farahani@hotmail.com Abstract In the last decades, there has been widespread interaction between researchers seeking various evolutionary computation methods to conceive more accurate and expeditious solutions. We herein present an evolutionary algorithm based on the Shuffled Frog Leaping Algorithm (SFLA). Similar to the SFLA, our method partitions particles into different groups called memeplexes; however, the best particle in each memeplex thereafter determines its movement through the search space in each iteration of the algorithm toward the global best particle and the worst particle in each memeplex keeps track of its coordinates in the solution space by moving toward the local best particle (the best particle in the same memeplex). Not only does this method lessen computation costs and offer speedier solutions in comparison to the Particle Swarm Optimization, but it also has a distinct advantage over the SFLA in that it reduces the probability of the particle s being trapped in the local minima by directing the best local particle toward the global best particle. Our method was tested on two test functions in different circumstances and the results were subsequently compared with those of the other evolutionary methods such as the SFLA. Success rate and search time were the parameters considered to check our method efficiency. Keyword: Evolutionary algorithms (EA), SFLA, Optimization 1. Introduction Optimization algorithms have constituted some of the most significant subjects in mathematics and industry in the past few decades. For all the traditional algorithms available to seek best solutions to a given function, however, optimization continues to pose a challenge in most real world cases because of the huge and complex solution space [1]. Indeed, there are still large-scale optimization problems that necessitate speedy resolution in a time span between ten milliseconds and a few minutes, resulting in the exchange of optimality with speed gains. In the main, speed and precision are goals considered to be at variance, at least with respect to probabilistic algorithms: optimization accuracy can be enhanced only if there is more time available [2]. These obstacles, which are correlated with the utilization of mathematical optimization in large-scale problems, have gradually paved the way for the development of alternative solutions [3]. One of these alternative solutions is the Evolutionary Algorithm, first introduced by Holland [4]. The Evolutionary Algorithm was developed by mimicking or simulating processes found in nature and mainly includes Genetic Algorithms, Memetic Algorithms, Particle Swarm Optimization, Ant Colony Optimization, and Shuffled Frog Leaping Algorithm (SFLA).[1] The SFLA was recently devised as a novel meta-heuristic algorithm by Muzaffar Eusuff and Kevin Lansey through observing, imitating, and modeling the behavior of frogs searching for food placed on separate stones haphazardly positioned in a pond [5]. Since then, the SFLA has been tested on a large number of combinatorial problems and found to be efficient in finding global solutions [6]. Furthermore, the SFLA compares favorably with the Genetic Algorithm, the Ant Colony Optimization, and the Particle Swarm Optimization in terms of time processing [7]. The SFLA is a population-based cooperative search metaphor inspired by natural memetics [6] and consists of a frog leaping rule for local search and a memetic shuffling rule for global information exchange [8]. The SFLA comprises a set of interacting virtual population of frogs partitioned into different groups (memeplexes), referred to as memeplexes, searching for food. The different memeplexes are considered as different cultures of frogs, with each frog performing a local search. Within each memeplex, the individual frog with leading ideas can be influenced by the ideas of the other frogs and can evolve through a local search for a specific number of times [9]. The algorithm functions simultaneously as an independent local search in each memeplex. The local search is completed using a particle swarm optimization-like method adapted for discrete problems but emphasizing a local search [10]. The SFLA is also sometimes introduced as a combination of the determinacy method and randomicity method: while the determinacy strategy allows the algorithm to exchange messages effectively, the randomicity confers flexibility and robustness to the algorithm [11]. Recent years have witnessed the introduction of many hybrid algorithms based on the SFLA. A novel cognition component has been proposed to enhance the effectiveness of the SFLA, such that the frog adjusts its position

2 not only according to the best individual within the memeplex or the global best of the population but also according to the thinking of the frog itself [12]. Another new memetic algorithm is the Shuffled Particle Swarm Optimization, which combines the learning strategy of the Particle Swarm Optimization and the shuffled strategy of the SFLA [13]. A modified form of the SFLA has also been introduced by incorporating a new search acceleration parameter into the formulation of the original algorithm [14]. Of significance among these recent developments is a new SFLA for continuous space optimization, which divides the population on the basis of the principle of uniform performance of memeplexes and thus enables all the frogs to participate in the evolution by keeping the inertia learning behaviors and learning from better ones selected randomly [15]. And finally, a hybrid evolutionary algorithm based on a combination of the Shuffled Particle Swarm Optimization and MSFLA has been proposed, called SAPSO SFLA, to optimally reconfigure radial distribution systems [16]. This paper proposes a new algorithm based on the SFLA, tests the robustness of the proposed algorithm on two test functions, and finally compares the results with those obtained by the original method. The remainder of this paper is organized as follows: the original SFLA is described in Section 2; the proposed memetic algorithm based on the SFLA is presented in Section 3; the two test functions, on the basis of which our method is tested, are introduced in Sections 4 and 5; the results and performance analyses of the several optimization functions are depicted in Section 6; and finally conclusions are offered in Section Original Shuffled Frog Leaping Algorithm In the SFLA, first an initial population of F frogs is created randomly. Next the population of F frogs is sorted in order of increasing performance level and separated into m memeplexes each holding n frogs (i.e. ) in such a way that the first frog goes to the first memeplex, the second frog goes to the second memeplex, the m th frog goes to the m th memeplex, and the (m+1) th frog goes back to the first[8]. The next step is the evaluation of each memeplex. In this step, each frog in the memeplex leaps toward the optimum location by learning from the best frog, so that the new position of the worst frog in the memeplex is calculated according to (1) (1) where is the position of the worst frog in the memeplex, is the position of the best frog in the memeplex, r is a random number between 0 and 1, and k is the iteration number of the memeplex [17]. If this evolution produces a better frog (solution), it replaces the older frog. Otherwise, is replaced by in (2), in which case the calculation of the new position can be expressed by (2): (2) If non-improvement occurs in this case, a random frog is generated to replace the old frog [16]. A pseudo code for the SFLA procedure is summarized in Appendix A. 3. Proposed Memetic Algorithm Based on SFLA Our new method is based on the identification of the weaknesses of the basic SFLA. To that end, the SFLA was initially applied to different functions and one of the fundamental weaknesses of this method was identified as the elimination of the effective frogs from the solving procedure in consequence of some memeplexes being wasted in the local minima. One way to reduce the probability of this occurrence in this method is to improve the guiding particle in each memeplex. This guiding particle in the SFLA is in each memeplex; therefore; in this method, the frog with the best position determines its movement through the search space toward the global best frog, as it expressed by (3) A pseudo code for the proposed method procedure is summarized in Appendix B. (3)

3 start Randomly produce the initial population Compute the performance value of the frogs g 2=1 Sort the frogs in order of the performance of each frog Partition the population into m memeplex p=1,g 1=1 Update the worst frog s position in memeplex by (1) Update the worst frog s update in the memeplex by (2) Update the best frog s position in the memeplex by (3) p>m p=p+1 Shuffle the memeplexes g 1=1+ g 1 g 1>G Stop Figure 1: Flow chart of the proposed method based on SFLA Where p counts the number of memeplexes and is compared with the total number of memeplexes (m), and g counts the number of iterations and is compared with the maximum number of steps (G). 4. Langermann s function The Langermann function is a multimodal test function. The local minima are unevenly distributed. The function has the following definition:

4 Figure 2: Langermann s function First, the minimum value of the drop wave function is obtained by value here is equal to Second, the experiment results that meet a precision of as successful., and the minimum are considered 5. Drop wave function This is a multimodal test function. The given form of the function has only two variables and the following definition: Figure 3: Drop wave function [18].First, the minimum value of the drop wave function is obtained by value here is equal to Second, the experiment results that meet a precision of as successful. Also in both functions the number of variables is considered to be 20., and the minimum are considered 6. Results The runtime of the proposed method is more than the original SFLA owing to the fact that the proposed method has an extra step compared with the original method. In order to overcome this weakness, the following parameter settings are designed for algorithms: Original SFLA:

5 Proposed method: Consequently, the processing time is approximately equal in both algorithms. Tables 1 and 2 show the results of the two test functions carried out by the SFLA and our proposed method. Considering the results of the experiment, one can draw the following conclusion. The proposed method will have better or at least equal performance of global search. Interestingly, Langermann s function, compared with Drop wave function, reflects the difference between the SFLA and our proposed method more clearly since there is a higher probability that frogs are trapped in the local minima in this function. In the same fashion, Langermann s function can highlight the weaknesses of the original SFLA more efficiently than Drop wave. Langermann Success rate Mean value domain Proposed method Original SFLA Proposed method Original SFLA Table 1: experiments results of Langermann s function Drop Wave Success rate Mean value domain Proposed method Original SFLA Proposed method Original SFLA Table 2: experiments results of Drop wave function In order to demonstrate that the proposed method has the advantage of being far away from the local minima, 100 experiment results were gained by both methods with the following setting: domain=400 for Langermann s function and they were showed as an histogram in Fig 4,5. As shown in Fig 4, 5 fifteen experiment results are between (-1,-1.2). This range is one of the local minima of Langermann s function owing to this fact it was concluded that 15 percent of solutions are degenerate while in the proposed method less than 10 percent of solutions are degenerate in the same range.

6 Figure 4: The original SFLA histogram Figure 5: The proposed method histogram 7. Conclusion In this study initially several continuous functions were used to identify the weaknesses of the original SFLA in order to modify the original method by dealing with those weaknesses. After several simulations, it was figured out that the best way to modify the original SFLA was that the best particle in each memeplex should determine its movement through the search space toward the global best particle. To justify this methodical modification, two optimization test problems were solved using both algorithms. The comparative results also were presented. According to simulation results on two test functions in the proposed algorithm, the frogs were not trapped any longer. Compared with the standard SFLA with two Functions, the proposed method is verified to be superior in terms of robustness and stability.

7 Appendix A. A pseudo code for Shuffled Frog Leaping Algorithm Begin; Generate random population of P solutions (frogs) Feasible zone; For each individual i P: calculate fitness (i); Sort the population P in descending order of their fitness; Divide P into m memeplexes; For i=1 to number of generations For each memeplex; Determine the best and worst frogs; Improve the worst frog position using Eqs. (1), (2) Combine the evolved memeplexes; Sort the population P in descending order of their fitness; Check if termination=true; Appendix B. A pseudo code for improved Shuffled Frog Leaping Algorithm Begin; Generate random population of P solutions (frogs) Feasible zone; For each individual i P: calculate fitness (i); Sort the population P in descending order of their fitness; Divide P into m memeplexes; For i=1 to number of generations For each memeplex; Determine the best and worst frogs; Improve the worst frog position using Eqs. (1), (2) Improve the best frog in each memeplex toward the global best using Eqs. (3) Combine the evolved memeplexes; Sort the population P in descending order of their fitness; Check if termination=true; REFRENCES [1] Antariksha Bhaduri, A Clonal Selection Based Shuffled Frog Leaping Algorithm, 4th Annual IEEE Conference. International Advance Computing Conference, IACC, Patiala, India, March 2009 (ISBN: ). [2] Thomas Weise, Global Optimization Algorithms - Theory and Application, 2nd ed., self-published, 2009, Online available at [3] M. M. Eusuff, K. E. Lansey, F. Pasha, Shuffled frog-leaping algorithm: a memetic meta heuristic for discrete optimization, Engineering Optimization, 2006, vol. 38, no. 2, pp [4] Kezong TANG, Jingyu YANG, Shang GAO, Tingkai SUN, A self-adaptive linear evolutionary algorithm for solving constrained optimization problems, Journal of Control Theory and Applications, March 28, 2010 [5] Xue-hui, YANG Ye, LI Xia,Solving TSP with Shuffled Frog-Leaping Algorithm, Eighth International Conference on Intelligent Systems Design and Applications, ISDA, Kaohsiung, Taiwan, November 26-28,2008 ( ISBN: ). [6] M. M. Eusuff, K. E. Lansey, Optimization of water distribution network design using the shuffled frog leaping algorithm, Journal of Water Resource Planning and Management, vol. 129, issue 3, ,2003 [7] Emad Elbeltagi, Tarek Hegazy, and Donald Grierson, Comparison among five evolutionary-based optimization algorithms, Advanced Engineering Informatics, volume 19, issue 1, 43-53, January 2005

8 [8] Thai-Hoang Huynh, Duc-Hoang Nguyen, Fuzzy Controller Design Using A New Shuffled Frog Leaping Algorithm, Proceedings of the IEEE International Conference on Industrial Technology, ICIT,Australia, Gippsland, VIC,2009 (ISBN: ). [9] Yinghai Li, Jianzhong Zhou, Junjie Yang, Li Liu, Hui Qin and Li Yang, The Chaos-based Shuffled Frog Leaping Algorithm and Its Application, Fourth International Conference on Natural Computation, ICNC, China, Jinan 2008 (ISBN: ). [10] Gonggui Chen, Combined Economic Emission Dispatch Using SFLA, International Conference on Information Engineering and Computer Science,ICNC, China, Wuhan, 2009 (ISBN: ). [11] Mei YUE, Tao HU, Baoping GUO, The Research Base on Memetic Meta-heuristic Shuffled Frog-leaping Algorithm, 2nd International Conference on Power Electronics and Intelligent Transportation System, PEITS, China, Shenzhen, 2009 (ISBN: ). [12] X. C. Zhang, X. M. Hu, G. Z. Cui, et al, An improved shuffled frog leaping algorithm with cognitive behavior, In Proceedings of the 7 th World Congress on Intelligent Control and Automation, WCICA, Chongqing, China, 2008 (ISBN: ). [13] Z. Y. Zhen, Z. S. Wang, Z. Gu, Y. Y. Liu, A novel memetic algorithm for global optimization based on PSO and SFLA, Lecture Notes in Computer Science, Springer Berlin / Heidelberg, , 2007 [14] E. Elbeltagi, T. Hegazy, D. Grierson, A modified shuffled frog-leaping optimization algorithm: applications to project management, Structure and Infrastructure Engineering: Maintenance, Management, Life-Cycl, vol. 3, issue 1, 53-60, 2007 [15] Ziyang Zhen, Daobo Wang, Yuanyuan Liu, Improved Shuffled Frog Leaping Algorithm for Continuous Optimization Problem, IEEE Congress on Evolutionary Computation, CEC, Norway, Trondheim 2009 (ISBN: ). [16] Taher Niknam, Ehsan Azad Farsani, A hybridself-adaptive particle swarm optimization and modified shuffled frog leaping algorithm for distribution feeder reconfiguration, Engineering Applications of Artificial Intelligence,2010 [17] Jianping Luo Min-Rong Chen Xia Li,A Novel Hybrid Algorithm for Global Optimization Based on EO and SFLA, 4th Conference on Industrial Electronics and Applications, ICIEA China, Xi'an,2009 (ISBN: ). [18] Marcin Molga, Czesław Smutnicki, Test functions for optimization needs, 3 kwietnia 2005

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

Modified Shuffled Frog-leaping Algorithm with Dimension by Dimension Improvement

Modified Shuffled Frog-leaping Algorithm with Dimension by Dimension Improvement 35 JOURNAL OF COMPUTERS, VOL. 9, NO. 1, OCTOBER 14 Modified Shuffled Frog-leaping Algorithm with Dimension by Dimension Improvement Juan Lin College of Computer and Information Science, Fujian Agriculture

More information

Use of the Improved Frog-Leaping Algorithm in Data Clustering

Use of the Improved Frog-Leaping Algorithm in Data Clustering Journal of Computer & Robotics 9 (2), 2016 19-26 19 Use of the Improved Frog-Leaping Algorithm in Data Clustering Sahifeh Poor Ramezani Kalashami *, Seyyed Javad Seyyed Mahdavi Chabok Faculty of Engineering,

More information

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

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

More information

A modified shuffled frog-leaping optimization algorithm: applications to project management

A modified shuffled frog-leaping optimization algorithm: applications to project management Structure and Infrastructure Engineering, Vol. 3, No. 1, March 2007, 53 60 A modified shuffled frog-leaping optimization algorithm: applications to project management EMAD ELBELTAGIy*, TAREK HEGAZYz and

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

A study of hybridizing Population based Meta heuristics

A study of hybridizing Population based Meta heuristics Volume 119 No. 12 2018, 15989-15994 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A study of hybridizing Population based Meta heuristics Dr.J.Arunadevi 1, R.Uma 2 1 Assistant Professor,

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

COMPARISON BETWEEN ARTIFICIAL BEE COLONY ALGORITHM, SHUFFLED FROG LEAPING ALGORITHM AND NERO-FUZZY SYSTEM IN DESIGN OF OPTIMAL PID CONTROLLERS

COMPARISON BETWEEN ARTIFICIAL BEE COLONY ALGORITHM, SHUFFLED FROG LEAPING ALGORITHM AND NERO-FUZZY SYSTEM IN DESIGN OF OPTIMAL PID CONTROLLERS COMPARISON BETWEEN ARTIFICIAL BEE COLONY ALGORITHM, SHUFFLED FROG LEAPING ALGORITHM AND NERO-FUZZY SYSTEM IN DESIGN OF OPTIMAL PID CONTROLLERS Fatemeh Masoudnia and Somayyeh Nalan Ahmadabad 2 and Maryam

More information

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

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

More information

A Hybrid Intelligent Optimization Algorithm for an Unconstrained Single Level Lot-sizing Problem

A Hybrid Intelligent Optimization Algorithm for an Unconstrained Single Level Lot-sizing Problem Send Orders for Reprints to reprints@benthamscience.ae 484 The Open Cybernetics & Systemics Journal, 2014, 8, 484-488 Open Access A Hybrid Intelligent Optimization Algorithm for an Unconstrained Single

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

ScienceDirect. Centroid Mutation Embedded Shuffled Frog-Leaping Algorithm

ScienceDirect. Centroid Mutation Embedded Shuffled Frog-Leaping Algorithm Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (05 ) 7 34 International Conference on Information and Communication Technologies (ICICT 04) Centroid Mutation Embedded

More information

Hybrid of Genetic Algorithm and Continuous Ant Colony Optimization for Optimum Solution

Hybrid of Genetic Algorithm and Continuous Ant Colony Optimization for Optimum Solution International Journal of Computer Networs and Communications Security VOL.2, NO.1, JANUARY 2014, 1 6 Available online at: www.cncs.org ISSN 2308-9830 C N C S Hybrid of Genetic Algorithm and Continuous

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

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

The Modified IWO Algorithm for Optimization of Numerical Functions

The Modified IWO Algorithm for Optimization of Numerical Functions The Modified IWO Algorithm for Optimization of Numerical Functions Daniel Kostrzewa and Henryk Josiński Silesian University of Technology, Akademicka 16 PL-44-100 Gliwice, Poland {Daniel.Kostrzewa,Henryk.Josinski}@polsl.pl

More information

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

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

More information

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

Shuffled frog-leaping algorithm: a memetic meta-heuristic for discrete optimization

Shuffled frog-leaping algorithm: a memetic meta-heuristic for discrete optimization Engineering Optimization Vol. 38, No. 2, March 2006, 129 154 Shuffled frog-leaping algorithm: a memetic meta-heuristic for discrete optimization MUZAFFAR EUSUFF, KEVIN LANSEY* and FAYZUL PASHA Department

More information

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

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

More information

A 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

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

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

INTERNATIONAL JOURNAL OF OPTIMIZATION IN CIVIL ENGINEERING Int. J. Optim. Civil Eng., 2015; 5(1):1-20

INTERNATIONAL JOURNAL OF OPTIMIZATION IN CIVIL ENGINEERING Int. J. Optim. Civil Eng., 2015; 5(1):1-20 INTERNATIONAL JOURNAL OF OPTIMIZATION IN CIVIL ENGINEERING Int. J. Optim. Civil Eng., 2015; 5(1):1-20 CAPACITATED VEHICLE ROUTING PROBLEM WITH VEHICLES HIRE OR PURCHASE DECISION: MODELING AND SOLUTION

More information

Anis Ladgham* Abdellatif Mtibaa

Anis Ladgham* Abdellatif Mtibaa Int. J. Signal and Imaging Systems Engineering, Vol. X, No. Y, XXXX Fast and consistent images areas recognition using an Improved Shuffled Frog Leaping Algorithm Anis Ladgham* Electronics and Microelectronics

More information

Variable Neighborhood Particle Swarm Optimization for Multi-objective Flexible Job-Shop Scheduling Problems

Variable Neighborhood Particle Swarm Optimization for Multi-objective Flexible Job-Shop Scheduling Problems Variable Neighborhood Particle Swarm Optimization for Multi-objective Flexible Job-Shop Scheduling Problems Hongbo Liu 1,2,AjithAbraham 3,1, Okkyung Choi 3,4, and Seong Hwan Moon 4 1 School of Computer

More information

UNIT COMMITMENT (UC) is used to schedule the operation

UNIT COMMITMENT (UC) is used to schedule the operation IEEE TRANSACTIONS ON POWER SYSTEMS 1 Unit Commitment Problem Solution Using Shuffled Frog Leaping Algorithm Javad Ebrahimi, Student Member, IEEE, Seyed Hossein Hosseinian, and Gevorg B. Gharehpetian, Senior

More information

In recent years several different algorithms

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

More information

The Memetic Algorithm for The Minimum Spanning Tree Problem with Degree and Delay Constraints

The Memetic Algorithm for The Minimum Spanning Tree Problem with Degree and Delay Constraints The Memetic Algorithm for The Minimum Spanning Tree Problem with Degree and Delay Constraints Minying Sun*,Hua Wang* *Department of Computer Science and Technology, Shandong University, China Abstract

More information

Solving Traveling Salesman Problem Using Combinational Evolutionary Algorithm

Solving Traveling Salesman Problem Using Combinational Evolutionary Algorithm Solving Traveling Salesman Problem Using Combinational Evolutionary Algorithm Mohammad Reza Bonyadi\ S.Mostafa Rahimi Azghadi^ and Hamed Shah Hosseini^ 1 Department of Electrical & Computer Engineering,

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

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

The AVS/RS Modeling and Path Planning

The AVS/RS Modeling and Path Planning Journal of Applied Science and Engineering, Vol. 18, No. 3, pp. 245 250 (2015) DOI: 10.6180/jase.2015.18.3.04 The AVS/RS Modeling and Path Planning Tang Meng 1 * and Xue-Fei Liu 2 1 Shenzhen Energy Corporation,

More information

THE MULTI-TARGET FIRE DISTRIBUTION STRATEGY RESEARCH OF THE ANTI-AIR FIRE BASED ON THE GENETIC ALGORITHM. Received January 2011; revised May 2011

THE MULTI-TARGET FIRE DISTRIBUTION STRATEGY RESEARCH OF THE ANTI-AIR FIRE BASED ON THE GENETIC ALGORITHM. Received January 2011; revised May 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 4, April 2012 pp. 2803 2810 THE MULTI-TARGET FIRE DISTRIBUTION STRATEGY

More information

A Comparative Study on Nature Inspired Algorithms with Firefly Algorithm

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

More information

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

ACCELERATING THE ANT COLONY OPTIMIZATION

ACCELERATING THE ANT COLONY OPTIMIZATION ACCELERATING THE ANT COLONY OPTIMIZATION BY SMART ANTS, USING GENETIC OPERATOR Hassan Ismkhan Department of Computer Engineering, University of Bonab, Bonab, East Azerbaijan, Iran H.Ismkhan@bonabu.ac.ir

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

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

Optimization of Makespan and Mean Flow Time for Job Shop Scheduling Problem FT06 Using ACO

Optimization of Makespan and Mean Flow Time for Job Shop Scheduling Problem FT06 Using ACO Optimization of Makespan and Mean Flow Time for Job Shop Scheduling Problem FT06 Using ACO Nasir Mehmood1, Muhammad Umer2, Dr. Riaz Ahmad3, Dr. Amer Farhan Rafique4 F. Author, Nasir Mehmood is with National

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

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

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

Genetic Algorithm Particle Swarm Optimization Based Hardware Evolution Strategy

Genetic Algorithm Particle Swarm Optimization Based Hardware Evolution Strategy Genetic Algorithm Particle Swarm Optimization Based Hardware Evolution Strategy Zhang Junbin, Cai Jinyan, Meng Yafeng,Meng Tianzhen Department of Electronic and Optical Engineering, Mechanical Engineering

More information

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

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

More information

GA is the most popular population based heuristic algorithm since it was developed by Holland in 1975 [1]. This algorithm runs faster and requires les

GA is the most popular population based heuristic algorithm since it was developed by Holland in 1975 [1]. This algorithm runs faster and requires les Chaotic Crossover Operator on Genetic Algorithm Hüseyin Demirci Computer Engineering, Sakarya University, Sakarya, 54187, Turkey Ahmet Turan Özcerit Computer Engineering, Sakarya University, Sakarya, 54187,

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

Multi-Criterion Optimal Design of Building Simulation Model using Chaos Particle Swarm Optimization

Multi-Criterion Optimal Design of Building Simulation Model using Chaos Particle Swarm Optimization , pp.21-25 http://dx.doi.org/10.14257/astl.2014.69.06 Multi-Criterion Optimal Design of Building Simulation Model using Chaos Particle Swarm Optimization Young-Jin, Kim 1,*, Hyun-Su Kim 1 1 Division of

More information

Open Vehicle Routing Problem Optimization under Realistic Assumptions

Open Vehicle Routing Problem Optimization under Realistic Assumptions Int. J. Research in Industrial Engineering, pp. 46-55 Volume 3, Number 2, 204 International Journal of Research in Industrial Engineering www.nvlscience.com Open Vehicle Routing Problem Optimization under

More information

Research Article Adaptive Grouping Cloud Model Shuffled Frog Leaping Algorithm for Solving Continuous Optimization Problems

Research Article Adaptive Grouping Cloud Model Shuffled Frog Leaping Algorithm for Solving Continuous Optimization Problems Computational Intelligence and Neuroscience Volume 2016, Article ID 5675349, 8 pages http://dx.doi.org/10.1155/2016/5675349 Research Article Adaptive Grouping Cloud Model Shuffled Frog Leaping Algorithm

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

Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm

Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm N. Shahsavari Pour Department of Industrial Engineering, Science and Research Branch, Islamic Azad University,

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

An Improved Shuffled Frog-Leaping Algorithm for Flexible Job Shop Scheduling Problem

An Improved Shuffled Frog-Leaping Algorithm for Flexible Job Shop Scheduling Problem Algorithms 2015, 8, 19-31; doi:10.3390/a8010019 Article OPEN ACCESS algorithms ISSN 1999-4893 www.mdpi.com/ournal/algorithms An Improved Shuffled Frog-Leaping Algorithm for Flexible Job Shop Scheduling

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

An Improved Tree Seed Algorithm for Optimization Problems

An Improved Tree Seed Algorithm for Optimization Problems International Journal of Machine Learning and Computing, Vol. 8, o. 1, February 2018 An Improved Tree Seed Algorithm for Optimization Problems Murat Aslan, Mehmet Beskirli, Halife Kodaz, and Mustafa Servet

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

Implementation and Comparison between PSO and BAT Algorithms for Path Planning with Unknown Environment

Implementation and Comparison between PSO and BAT Algorithms for Path Planning with Unknown Environment Implementation and Comparison between PSO and BAT Algorithms for Path Planning with Unknown Environment Dr. Mukesh Nandanwar 1, Anuj Nandanwar 2 1 Assistance Professor (CSE), Chhattisgarh Engineering College,

More information

On the Idea of a New Artificial Intelligence Based Optimization Algorithm Inspired From the Nature of Vortex

On the Idea of a New Artificial Intelligence Based Optimization Algorithm Inspired From the Nature of Vortex On the Idea of a New Artificial Intelligence Based Optimization Algorithm Inspired From the Nature of Vortex Utku Kose Computer Sciences Application and Research Center Usak University, Usak, Turkey utku.kose@usak.edu.tr

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

Provide a Method of Scheduling In Computational Grid Using Imperialist Competitive Algorithm

Provide a Method of Scheduling In Computational Grid Using Imperialist Competitive Algorithm IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.6, June 2016 75 Provide a Method of Scheduling In Computational Grid Using Imperialist Competitive Algorithm Mostafa Pahlevanzadeh

More information

Fuzzy Inspired Hybrid Genetic Approach to Optimize Travelling Salesman Problem

Fuzzy Inspired Hybrid Genetic Approach to Optimize Travelling Salesman Problem Fuzzy Inspired Hybrid Genetic Approach to Optimize Travelling Salesman Problem Bindu Student, JMIT Radaur binduaahuja@gmail.com Mrs. Pinki Tanwar Asstt. Prof, CSE, JMIT Radaur pinki.tanwar@gmail.com Abstract

More information

Improved Shuffled Frog Leaping Algorithm

Improved Shuffled Frog Leaping Algorithm DOI: http://dx.doi.org/10.7324/ijasre.2017.32518 Vol.3 (9) Oct - 2017 Improved Shuffled Frog Leaping Algorithm Kanika Sharma, R S Sharma Rajasthan Technical University Kota, India ABSTRACT Shuffled frog

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

Using Genetic Algorithms to optimize ACS-TSP

Using Genetic Algorithms to optimize ACS-TSP Using Genetic Algorithms to optimize ACS-TSP Marcin L. Pilat and Tony White School of Computer Science, Carleton University, 1125 Colonel By Drive, Ottawa, ON, K1S 5B6, Canada {mpilat,arpwhite}@scs.carleton.ca

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

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques N.N.Poddar 1, D. Kaur 2 1 Electrical Engineering and Computer Science, University of Toledo, Toledo, OH, USA 2

More information

A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment

A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment Hamid Mehdi Department of Computer Engineering, Andimeshk Branch, Islamic Azad University, Andimeshk, Iran Hamidmehdi@gmail.com

More information

Modified K-Means Algorithm for Genetic Clustering

Modified K-Means Algorithm for Genetic Clustering 24 Modified K-Means Algorithm for Genetic Clustering Mohammad Babrdel Bonab Islamic Azad University Bonab Branch, Iran Summary The K-Means Clustering Approach is one of main algorithms in the literature

More information

Hybrid Differential Evolution Algorithm for Traveling Salesman Problem

Hybrid Differential Evolution Algorithm for Traveling Salesman Problem Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2716 2720 Advanced in Control Engineeringand Information Science Hybrid Differential Evolution Algorithm for Traveling Salesman

More information

AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING N- NEAREST-NEIGHBOR LOCAL SEARCH

AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING N- NEAREST-NEIGHBOR LOCAL SEARCH AN IMPROVED MULTIMODAL PSO METHOD BASED ON ELECTROSTATIC INTERACTION USING N- NEAREST-NEIGHBOR LOCAL SEARCH Taymaz Rahkar-Farshi 1, Sara Behjat-Jamal 1, Mohammad-Reza Feizi-Derakhshi 2 1 Department of

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

Center-Based Initialization of Cooperative Co-evolutionary Algorithm for Large-scale Optimization

Center-Based Initialization of Cooperative Co-evolutionary Algorithm for Large-scale Optimization Center-Based Initialization of Cooperative Co-evolutionary Algorithm for Large-scale Optimization Sedigheh Mahdavi Department of Electrical, Computer, and Software Engineering University of Ontario Institute

More information

Research Article Modified Firefly Algorithm

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

More information

Luo, W., and Li, Y. (2016) Benchmarking Heuristic Search and Optimisation Algorithms in Matlab. In: 22nd International Conference on Automation and Computing (ICAC), 2016, University of Essex, Colchester,

More information

GENETIC ALGORITHM METHOD FOR COMPUTER AIDED QUALITY CONTROL

GENETIC ALGORITHM METHOD FOR COMPUTER AIDED QUALITY CONTROL 3 rd Research/Expert Conference with International Participations QUALITY 2003, Zenica, B&H, 13 and 14 November, 2003 GENETIC ALGORITHM METHOD FOR COMPUTER AIDED QUALITY CONTROL Miha Kovacic, Miran Brezocnik

More information

Hybrid Bee Ant Colony Algorithm for Effective Load Balancing And Job Scheduling In Cloud Computing

Hybrid Bee Ant Colony Algorithm for Effective Load Balancing And Job Scheduling In Cloud Computing Hybrid Bee Ant Colony Algorithm for Effective Load Balancing And Job Scheduling In Cloud Computing Thomas Yeboah 1 and Odabi I. Odabi 2 1 Christian Service University, Ghana. 2 Wellspring Uiniversity,

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

A heuristic approach to find the global optimum of function

A heuristic approach to find the global optimum of function Journal of Computational and Applied Mathematics 209 (2007) 160 166 www.elsevier.com/locate/cam A heuristic approach to find the global optimum of function M. Duran Toksarı Engineering Faculty, Industrial

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

An Improved Particle Swarm Optimization Algorithm and Its Application

An Improved Particle Swarm Optimization Algorithm and Its Application www.ijcsi.org 316 An Improved Particle Swarm Optimization Algorithm and Its Application Xuesong Yan 1, Qinghua Wu 2,3, Hanmin Liu 4 and Wenzhi Huang 2,3 1 School of Computer Science, China University of

More information

A Survey of Parallel Social Spider Optimization Algorithm based on Swarm Intelligence for High Dimensional Datasets

A Survey of Parallel Social Spider Optimization Algorithm based on Swarm Intelligence for High Dimensional Datasets International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 9 (2017), pp. 2259-2265 Research India Publications http://www.ripublication.com A Survey of Parallel Social

More information

Research Article Energy-Aware Real-Time Task Scheduling for Heterogeneous Multiprocessors with Particle Swarm Optimization Algorithm

Research Article Energy-Aware Real-Time Task Scheduling for Heterogeneous Multiprocessors with Particle Swarm Optimization Algorithm Mathematical Problems in Engineering, Article ID 287475, 9 pages http://dxdoiorg/101155/2014/287475 Research Article Energy-Aware Real-Time Task Scheduling for Heterogeneous Multiprocessors with Particle

More information

Hybrid Optimization Coupling Electromagnetism and Descent Search for Engineering Problems

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

More information

Generating Uniformly Distributed Pareto Optimal Points for Constrained and Unconstrained Multicriteria Optimization

Generating Uniformly Distributed Pareto Optimal Points for Constrained and Unconstrained Multicriteria Optimization Generating Uniformly Distributed Pareto Optimal Points for Constrained and Unconstrained Multicriteria Optimization Crina Grosan Department of Computer Science Babes-Bolyai University Cluj-Napoca, Romania

More information

International Conference on Modeling and SimulationCoimbatore, August 2007

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

More information

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

QCA & CQCA: Quad Countries Algorithm and Chaotic Quad Countries Algorithm

QCA & CQCA: Quad Countries Algorithm and Chaotic Quad Countries Algorithm Journal of Theoretical and Applied Computer Science Vol. 6, No. 3, 2012, pp. 3-20 ISSN 2299-2634 http://www.jtacs.org QCA & CQCA: Quad Countries Algorithm and Chaotic Quad Countries Algorithm M. A. Soltani-Sarvestani

More information

Advances in Military Technology Vol. 11, No. 1, June Influence of State Space Topology on Parameter Identification Based on PSO Method

Advances in Military Technology Vol. 11, No. 1, June Influence of State Space Topology on Parameter Identification Based on PSO Method AiMT Advances in Military Technology Vol. 11, No. 1, June 16 Influence of State Space Topology on Parameter Identification Based on PSO Method M. Dub 1* and A. Štefek 1 Department of Aircraft Electrical

More information

A new improved ant colony algorithm with levy mutation 1

A new improved ant colony algorithm with levy mutation 1 Acta Technica 62, No. 3B/2017, 27 34 c 2017 Institute of Thermomechanics CAS, v.v.i. A new improved ant colony algorithm with levy mutation 1 Zhang Zhixin 2, Hu Deji 2, Jiang Shuhao 2, 3, Gao Linhua 2,

More information

Fuzzy Ant Clustering by Centroid Positioning

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

More information

COORDINATE MEASUREMENTS OF COMPLEX-SHAPE SURFACES

COORDINATE MEASUREMENTS OF COMPLEX-SHAPE SURFACES XIX IMEKO World Congress Fundamental and Applied Metrology September 6 11, 2009, Lisbon, Portugal COORDINATE MEASUREMENTS OF COMPLEX-SHAPE SURFACES Andrzej Werner 1, Malgorzata Poniatowska 2 1 Faculty

More information

Benchmark Functions for the CEC 2008 Special Session and Competition on Large Scale Global Optimization

Benchmark Functions for the CEC 2008 Special Session and Competition on Large Scale Global Optimization Benchmark Functions for the CEC 2008 Special Session and Competition on Large Scale Global Optimization K. Tang 1, X. Yao 1, 2, P. N. Suganthan 3, C. MacNish 4, Y. P. Chen 5, C. M. Chen 5, Z. Yang 1 1

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

Travelling Salesman Problem Using Bee Colony With SPV

Travelling Salesman Problem Using Bee Colony With SPV International Journal of Soft Computing and Engineering (IJSCE) Travelling Salesman Problem Using Bee Colony With SPV Nishant Pathak, Sudhanshu Prakash Tiwari Abstract Challenge of finding the shortest

More information

Navigation of Multiple Mobile Robots Using Swarm Intelligence

Navigation of Multiple Mobile Robots Using Swarm Intelligence Navigation of Multiple Mobile Robots Using Swarm Intelligence Dayal R. Parhi National Institute of Technology, Rourkela, India E-mail: dayalparhi@yahoo.com Jayanta Kumar Pothal National Institute of Technology,

More information

A Novel Meta-Heuristic Optimization Algorithm: Current Search

A Novel Meta-Heuristic Optimization Algorithm: Current Search A Novel Meta-Heuristic Optimization Algorithm: Current Search Anusorn SAKULIN and Deacha PUANGDOWNREONG * Department of Electrical Engineering, Faculty of Engineering, South-East Asia University 9/ Petchakasem

More information

Hybrid Task Scheduling Method for Cloud Computing by Genetic and PSO Algorithms

Hybrid Task Scheduling Method for Cloud Computing by Genetic and PSO Algorithms Hybrid Task Scheduling Method for Cloud Computing by Genetic and PSO Algorithms Amin Kamalinia Department of Computer Engineering, Urmia Branch, Islamic Azad University, Urmia, Iran Amin.kamalinia@gmail.com

More information