Autonomous Sensor Manager Agents (ASMA)

Size: px
Start display at page:

Download "Autonomous Sensor Manager Agents (ASMA)"

Transcription

1 Autonomous Sensor Manager Agents (ASMA) Lisa Ann Osadciw Department of Electrical Engineering and Computer Science Syracuse University Syracuse, NY (315) (office)/(315) (fax) ABSTRACT Autonomous sensor manager agents are presented as an algorithm to perform sensor management within a multisensor fusion network. The design of the hybrid ant system/particle swarm agents is described in detail with some insight into their performance. Although the algorithm is designed for the general sensor management problem, a simulation example involving 2 radar systems is presented. Algorithmic parameters are determined by the size of the region covered by the sensor network, the number of sensors, and the number of parameters to be selected. With straight forward modifications, this algorithm can be adapted for most sensor management problems. Keywords: sensor fusion, sensor management, swarms, independent agents 1. INTRODUCTION This paper describes the design of autonomous sensor manager agents that when combined become a sensor manager, which is able to react to the dynamic characteristics of the environment and sensors. This bottom up approach for sensor adaptation is based on swarm algorithms. The hybrid ant system/particle swarm agents can be easily adapted to any sensor management problem. The general sensor management problem involving multiple sensors consists of the observation space, which surrounds the sensors, and information space, which are the measurements representing the observations. Sensor performance is measured and shared between the agents. As networks are created of numerous, heterogeneous sensors, the optimizing of the global system-of-systems performance involves the agents changing the sensor s operating parameters and then reassessing performance. This problem is prevented from overwhelming the processors by distributing the processing among the multiple autonomous sensor manager agents. The outputs of these agents may determine sensor placement, replacement, and operating parameters adapting the sensor network to meet changing mission and environmental requirements. The uniqueness of this algorithm lies in its ability to autonomously react to changing mission needs, environmental conditions, or sensor status in an effective and independent manner. The multi-sensor network problem can be thought of consisting of three information spaces and four systems. A test database contains the data necessary to calibrate the systems. The four processing systems include the sensor suite, the ASMAs, the data fusion processors, and the performance monitoring processors as shown in Figure 1. The sensor suite observes the surrounding space recording measurements. Sensor status is sent to the IO-ASMA, and the measurements are used by the data fusion processor. The data fusion processor makes estimates of events by combining measurements from multiple sensors and storing the information. The performance monitor assesses the quality of the estimates and communications determine the status of the sensor network. Finally, the ASMA processor manages the sensors and network.

2 Performance Monitoring Sensor Status Controls ASMA Information Sensors Measurements Data Fusion Process Estimates Observation Space Information Space Test Database Fig. 1.Sensor Managment Problem The ASMAs are designed for the general sensor management problem and can be easily modified for any type of sensor network. A scalable and very adaptable sensor management algorithm emerges from these ASMAs. As the number of sensors and their complexity increases, the sensor management algorithm only requires new sensor models and more agents. The sensor manager agents then make sensor operating parameter decisions based on the sensors performance in the network to achieve a goal. Thus, the operator s job has evolved from making all the sensor operating parameter decisions to simply setting the goal. This paper describes agents designed to control a suite of intelligent surveillance radar systems covering hundreds of nautical miles. This provides a focus for this discussion and supports quantitative results. 2. ALGORITHM DESCRIPTION The ASMAs and supporting system primarily consists of 6 functional blocks with the communications handled through a 7th block in terms of performance monitoring. The other sensor managers may or may not be ASMA systems as long as the interfaces are similar to the ASMA system. The performance monitoring block triggers the ASMAs into action when it computes a change in the performance parameters described in the next section. The operator is left to decide if system s goals must change as a result of detected events. The ASMAs try to eliminate the performance change by re optimizing performance through a different selection of sensor operating parameters. Figure 2 contains a functional block diagram of the IO-ASM system. The next section gives some background information on swarms. This is followed by a discussion of the performance parameters and then a detailed description of the ASMAs.

3 Networked IO-ASM Systems Sensor Database Performance Montioring Performance parameters Sensor Models Operators Weights and Optimization Function Autonomous Sensor Manager Agents Sensor Interface ASMA System Sensor Control Fig. 2.ASMA Functional Diagram 2.1 Background Research into general sensor management strategies that are not single point, ad hoc solutions began in the late 1980s [ ]. Hintz noted a lack of effective sensor control algorithms and proposed a blending of mathematical techniques to build a cohesive sensor management algorithm. The focus up until that point was on formulated information theoretic metrics by which to manage the sensors and optimize target detection, estimation, and classification [4-9]. SWARM is a distributed optimization algorithm that is very useful in multi-dimensional problems. It is inspired by swarming organisms such as ants in nature, slime mold, termites, and even in the formation of city neighborhoods [ , 16]. Ants and termites comprise 30% of the Amazonian rain forest with 10,000 species [16]. These swarm species have meager vocabularies based on pheromones and have minimal cognitive skills. These organisms display emergent intelligence by creating higher level sophistication based on low level rules. Harvester ant colonies prioritize food source based shortness of route and ease of access. In slime mold, cell aggregation is controlled by communication between cells and not pacemaker cells altering the amounts of cyclic AMP as Harvard s B.M. Shafer proposed in a 1962 paper. Keller and Segel argued that slime mold communicates rather than using pacemaker cells in a 1969 paper [16]. Ants colonies forage and build nests. City neighborhoods, as discovered by Jane Jacobs, follow swarm algorithms through the development of class lines [16]. There are now many popular computer games based loosely on Keller s and Segel s slime mold equations of 30 years ago [16]. Bottom-up software has been designed to organize lively virtual communities. All these systems solve problems by drawing on masses of somewhat stupid elements rather than relying on a single, very intelligent node. These are bottom-up systems displaying emergent behavior.

4 Other algorithms that demonstrate emergent behavior include simulated annealing, genetic algorithms, and evolutionary computation. The distributed, complex, and dynamic nature of the sensor management problem lends itself to the emergent intelligence nature of these multi-agent approaches. The swarm algorithms, in particular the Particle Swarm Optimization algorithm (PSO), was originally introduced in terms of social and cognitive behavior by Kennedy and Eberhart in 1995 [ ]. This approach has come to be widely used as a problem-solving method in engineering and computer science because it has been proven to be a powerful competitor to other evolutionary algorithms. A hybrid swarm algorithm has been the approach chosen in this project as a result of reviewing the work of several researchers. Eberhart demonstrated the effectiveness of swarm algorithms in comparison to genetic algorithms in benchmark tests in [ 22 ]. Several other researchers have analyzed the performance of the PSO and its variants with different settings, e.g., neighborhood settings [ 20 ], hybrid PSO with breeding and sub populations [ 21 ]. Work presented in [ 22 ] describes the complex task of parameter selection in a PSO model. Comparisons between PSO and the standard GA were done analytically and also with regards to performance in [ 23 ]. The swarm approach differs from other multi-agent approaches by the fact that agents are not eliminated and the motion synchronizes as the evolution progresses [ 9 ]. The swarm thinks and acts locally but its collective behavior results in global patterns. Emergent behavior sensors follow local performance rules and will create higher-level behavior better suited for the current environment as the sensors communicate their performance to one another. This emergent complexity grows smarter over time and responds to the specific and changing needs of the situation and environment. These differences make the swarm approach more effective than other emergent behavior algorithms. The sensor manager uses a hybrid Ant System-Particle Swarm Optimization, AS-PSO, algorithm by combining the two basic types: particle swarm and ant systems. This supports a more stable evolutionary programming solution. The ant system is responsible for combining the sensors and templates. Then the particle swarm searches for points in the defined regions that do not meet performance requirements. The performance requirements and optimization function are received from the mission manager. 2.2 Global Performance Parameters The global sensor suite performance measures must be meaningful to both the scenario and sensors. One of the unique characteristics of this algorithm is its ability to relate a single total performance measure to a set of goals developed by the operator. The operator defines the performance value as a weighted sum of multiple global performance parameters. This approach generates one dynamic and adaptive performance parameter that can support comparisons across scenarios and sensor networks. The global performance parameters are functions of single sensor performance. Performance monitoring consists of computing the total global performance from measuring current single sensor performance. ASMAs choose sensor parameters by predicting the total global performance from single sensor performance predictions from sensor models. The total global performance includes a required value for each global parameter as well as a weighting. This allows different types of performance values to be made unitless and hence comparable. The weights are used by the operator to establish performance parameter priority. The weights must sum to 1 or where N is the number of global performance parameters and The global performance is computed from N W k = 1 k = 1 W k (1) is the weighting corresponding to the kth parameter.

5 ( actual required ) N i Pglobal = W ψ ψ i i= 1 ψrequired i where ψ i are global performance parameters and W i is the weighting. The actual values in (2) are either computed from collected measurements in performance monitoring or the sensor models in ASMAs. For the ground based sensor scenario, the total global performance consists of two global performance parameters: target detection and measurement accuracy. For the system discussed in this paper, global detection is based on 1 radar return out of 2 possible returns. The accuracy is the cumulative accuracy of the two radars, which happen to not be colocated. Since many more parameters can be added with the appropriate models and performance monitoring, this approach to measuring performance scales well and supports comparisons between sensor suites and scenarios. i (2) Ant System Sensor 1 Sensor 2 Sensor 3 Sensor Parameter Sets Particle Swarm P global V 3D Optimization Space Fig. 3.Picture Illustrating the Hybrid Ant System/ Swarm 2.3 Detailed Algorithm Description This hybrid swarm algorithm is composed of two types of swarm agents: Sensor Operating Point Agent (SOP) and Locate Minimum Likelihood Agent (LML). The agent design reflects the search space as Figure 3 illustrates. The SOP agents, at the top of Figure 3, are designed based on the ant system, and LML agents, on the bottom of Figure 3, are based on particle swarm agents. The SOP agents must search a mixture of discrete and continuous sensor operating parameters. The LML agents search a 3 dimensional, continuous space.

6 The processing performed by this algorithm is best illustrated in the diagram given in Figure 5. The first step is to initialize all the agents. There are M SOP agents as explained at the bottom of Figure 5. Each SOP agent has P LML agents linked to it. Thus, there are MP total LML agents. The SOP agents randomly select a complete set of sensor operating parameters. Each node illustrated in the top half of Figure 2 represents a sensor s single operating parameter set. The SOP agents deposit pheromones along the paths connecting the nodes indicating good selections as time progresses. Initially, all paths have an equal amount of pheromone or τ ik = 1 (3) where i is the path s initial sensor operating parameter set and k is where the path terminates. The probability of selecting path ik is the transition probability or where α is a parameter affecting convergence and τ ij is the pheromone for path ik. Initially, the transition probabilities are M for every node. Π ik = α τ ik M α τ ij j = 1 At first, the LML agents are randomly placed in the 3 dimensional region. Each SOP agent is associated with P LML agents. Each LML agent moves around the space searching for the location of the minimum global performance in the 3-dimensional continuous space. The ith agent is represented by its location in space or X i = ( x i1, x i2, x i3 ) [23]. These agents will move around the space using a 3D velocity vector, V i = ( v i1, v i2, v i3 ), that is based on minimizing the total global performance function, (2). This movement through the space is sometimes referred to as flying with a velocity,. The term velocity is based on considering each iteration an increment in time. V i (4) Each LML agent must maintain a memory of its previous best position, δλ i = ( λ i1, λ i2, λ i3 ) [23]. In each generation, the velocity of each LML agent is updated with an attraction force towards its own previous best position ( Λ i ) and the best position ( Λ g = ( λ g1, λ g2, λ g3 ) ) discovered among all the LML agents. The portion of the adjustment to the velocity influenced by the individual s previous best position is controlled by a uniform random variable between 0 and 1, ψ 1, and the portion influenced by the global best is a second uniform random variable between 0 and 1, ψ 2. The formula for updating the velocity in all dimensions is ( t + 1) () t () t V id = ω V id + 2ψ 1 ( λ id X id ) + 2ψ 2 ( λ gd X id ) for d=1,2,3 and iteration i. The position is updated using (t ) (5) ( t + 1) X id () t X id = + The next update is represented by the integer t+1. A constant, ( t + 1) V id V max. (6), is used to limit the velocities of the LML agents.

7 If the minimum location or performance value for all the LML agents and corresponding SOP agent has been found, new sensor operating parameter combinations are selected by the SOP agents using the transition probabilities associated with the paths in Figure 3. Before choosing new combinations of sensors and parameter sets, the transition probabilities for the paths corresponding to the previous combinations must be updated as shown in Figure 5. The SOP agent s global minimum, P global, is used to compute a change in pheromone level for the agent s path by τ = QP global where Q is an arbitrary constant. The pheromone is updated by (7) ρ ( t + 1) τ ik = () t ρτ ik + τ ik where is the constant representing memory between 0 and 1. Then the path s transition probability in (4) is updated using the new pheromone from (8). The next section contains an overview of the simulation software. (8) 3. SIMULATION AND RESULTS The purpose of this section is to provide some insight into the parameter selection for the autonomous sensor manager agents. A Matlab simulation executing the steps in Figure 5 for a 2 degree by 2 degree region in New York State. Two large radars that are not collocated cover this region. The SOP agents are allowed to choose from 6 parameter sets to achieve the selected cumulative detection and accuracy measure for the entire region. The power and sensitivity gradually increases as the parameter set index increases. There can be no holes in the region that do not meet the minimum performance level selected. The algorithm constants affect the speed of convergence. The specification of high global performance values actually speeds convergence because the LML agents look for holes in the coverage. If there are many holes, the algorithm converges rapidly. For a reliable convergence rate, the memory parameter, ρ, in (8) is found to be.8. The pheromone values converge to 0 as the number of iterations increase from 10 to 100 so an initial Q value of 1 in (7) is suggested. The α in (4) is recommended to be 3. Smaller values slow convergence and higher values stop the searching too quickly. The size of the search space and number of sensor parameter sets directly affects convergence. The agent parameters, number of LML agents per SOP agent, number of SOP agents, and finally number of iterations control whether optimum pararmeters are found or not. A parameter set will always be selected by the SOP agents but the algorithm may converge quickly to the wrong set or not converge at all. The parameters previously specified match the 2 by 2 degree region. The optimum number of iterations seems to be 500 to assure convergence by comparing values in Table 5 and Figure 4, which plots the minimum total global performance as a function of the iteration. In Table 5, a numerical comparison can be made between the optimum SOP agents. All columns have chosen a different optimum set of sensor parameters but performance reliably stabilizes after 500 iterations. The best indication that the algorithm has converged is the transition probabilities. The algorithm settles on the optimum set for sensor 1 first and then proceeds to search for sensor 2 s optimum parameter set. The algorithm is able to meet the specified requirements without using the parameter sets corresponding to the maximum power and sensitivity. 4. FUTURE WORK This paper has demonstrated the effectiveness of this algorithm to select parameter sets to meet performance goals. The algorithms can be improved in the area of efficiency as well as increasing the types of sensors it models. The impact of increasing the complexity of the problem needs to be analyzed in more depth. Parameter selection as the types

8 of sensors increases also requires analysis. The particle swarm algorithm can also be replaced with more efficient swarm algorithms. Finally, testing real-time software on a sensor network needs to be done. Table 5.Numerical Comparison Between Optimum Agents Number of Runs Total Global Performance (Optimum = 0) Sensor Index: Set Index: Selection Probability: Pheromone Level: Sensor Index: Set Index: Selection Probability: Pheromone Level: Iterations = 50 Iterations = 200 Iterations = e e Fig. 4.Minimum Global Performance After 10 Iterations

9 Initialize all combinations to equal probability Randomly scatter PLML* Agents for each SOP** Agent Choose new SOP Agent paths Compute Likelihoods for MxP agents Normalize Likelihoods Compute regional objective function Compute velocity Update ant likelihood and global likelihood Move all agent positions Yes try again? No Update transition probabilty Yes try new ant combinations? No stop Fig. 5.Autonomous Sensor Manager Agent Processing *LML - Locate Minimum Likelihood Agent (P) **SOP - Sensor Operating Point Agent (M)

10 REFERENCES 1. Denton, R.V., E.I. Alcaraz, J. Llinas, and K.J. Hintz, Towards Modern Sensor Management Systems, Science of Command and Control, Part III: Coping with Change, AFCEA International Press, Fairfax, Va., 1994, pp Musick, Stan, and Keith Kastella, Comparison of Sensor Management Strategies for Detection and Classificaiton, 9th National Symposium on Sensor Fusion, Naval Postgraduate School, Monterey, CA, Kastella, Keith, and Stan Musick, The Search for Optimal Sensor Management, SPIE, vol. 2759, March, 1996, pp Greg McIntyre, A Comprehensive Approach to Sensor Management and Scheduling. Doctoral Dissertation, Fall George Mason University, Fairfax, VA, Kenneth J. Hintz and Greg McIntyre, Goal Lattices for Sensor Management, Proceedings of Signal Processing, Sensor Fusion, and Target Recognition VII, 1999 SPIE International Symposium on Aerospace/Defense Sensing & Control, vol. 3720, Orlando FL, 1999, pp Varshney, P.K., Distributed Detection and Data Fusion, Springer-Verlag, Woodward, P. M., Probability and Information Theory, with Applications to Radar, Pergamon Press, Inc., NY Osadciw, Lisa, Pramod Varshney, and Kalyan Veeramacheni, Improving Personal Identification Accuracy Using Multisensor Fusion for Building Access Control Applications, Conference on Information Fusion, Annapolis, MD, Liggins, Capt. Martin E. II, William P. Berry, Edwin L. Post, and Lisa A. Osadciw, Real time Cueing Methodologies and Performance for Multispectral Sensor Fusion, IEEE Data Fusion Symposium, Johns Hopkins University Applied Physics Laboratory, Laurel, MD, 1990, pp J. Neggers and Hee Sik Kim, Basic Posets, World Scientific, River Edge, NJ, Daniel Simson, Linear Representation of Partially Ordered Sets and Vector Space Categories, Gordon and Breach Science Publishers, Philadelphia, PA, Shi, Yuhui and Russell C. Eberhart, Empirical Study of Particle Swarm Optimization Proceedings of the 1999 IEEE International Conference on Evolutionary Computation, vol. 3, pp Percy, P.C. Yip and Yoh-Han Pao, Combinatorial Optimization with Use of Guided Evolutionary Simulated Annealing, IEEE Transactions on Neural Network, vol. 6, pp , May, Dorigo, Marco, Vittorio Maniezzo, and Alberto Colorni, The Ant System: Optimization by a colony of cooperating agents, IEEE Transactions on Systems, Man, and Cybernetics - Part B, Vol. 26, No. 1, 1996, pp Dorigo, Marco, and Luca Maria Gambadella, Ant Colony System: A Cooperative Learning Approach to the Traveling Salesman Problem, IEEE Transactions on Evolutionary Computation, Vol. 1, No. 1, Johnson, Steven, Emergence: The Connected Lives of Ants, Brains, Cities, and Software,Touchstone, Kennedy, J. and Eberhart, R., Particle Swarm Optimization, IEEE International Conference on Neural Networks, 1995, Perth, Australia. 18. Eberhart, R. and Kennedy, J., A New Optimizer Using Particles Swarm Theory, Sixth International Symposium on Micro Machine and Human Science, 1995, Nayoga, Japan 19. Eberhart, R. and Shi, Y., Comparison between Genetic Algorithms and Particle Swarm Optimization, The 7th Annual Conference on Evolutionary Programming, 1998, San Diego, USA. 20. Kennedy J., Small Worlds and MegaMinds: Effects of Neighbourhood Topology on Particle Swarm Performance, Proceedings of the 1999 Congress of Evolutionary Computation, vol. 3, IEEE Press.

11 21. Lovbjerg, M., Rasmussen, T. K., Krink, T., Hybrid Particle Swarm Optimiser with Breeding and Subpopulations, Proceedings of Third Genetic Evolutionary Computation, (GECCO 2001). 22. Shi, Y. H., Eberhart, R. C., Parameter Selection in Particle Swarm Optimization, The 7th Annual Conference on Evolutionary Programming, San Diego, USA. 23. Carlisle, A. and Dozier, G.. Adapting Particle Swarm Optimization to Dynamic Environments, Proceedings of International Conference on Artificial Intelligence, Las Vegas, Nevada, USA, pp , 2000.

Optimization Using Particle Swarms with Near Neighbor Interactions

Optimization Using Particle Swarms with Near Neighbor Interactions Optimization Using Particle Swarms with Near Neighbor Interactions Kalyan Veeramachaneni, Thanmaya Peram, Chilukuri Mohan, and Lisa Ann Osadciw Department of Electrical Engineering and Computer Science

More information

Adaptive Multimodal Biometric Fusion Algorithm Using Particle Swarm

Adaptive Multimodal Biometric Fusion Algorithm Using Particle Swarm Adaptive Multimodal Biometric Fusion Algorithm Using Particle Swarm Kalyan Veeramachaneni, Lisa Ann Osadciw and Pramod K. Varshney Department of Electrical Engineering and Computer Science Syracuse University

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

Adaptive Multimodal Biometric Fusion Algorithm Using Particle Swarm

Adaptive Multimodal Biometric Fusion Algorithm Using Particle Swarm Syracuse University SURFACE Electrical Engineering and Computer Science College of Engineering and Computer Science 2003 Adaptive Multimodal Biometric Fusion Algorithm Using Particle Swarm Kalyan Veeramachaneni

More information

Tracking Changing Extrema with Particle Swarm Optimizer

Tracking Changing Extrema with Particle Swarm Optimizer Tracking Changing Extrema with Particle Swarm Optimizer Anthony Carlisle Department of Mathematical and Computer Sciences, Huntingdon College antho@huntingdon.edu Abstract The modification of the Particle

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

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

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

Kyrre Glette INF3490 Evolvable Hardware Cartesian Genetic Programming

Kyrre Glette INF3490 Evolvable Hardware Cartesian Genetic Programming Kyrre Glette kyrrehg@ifi INF3490 Evolvable Hardware Cartesian Genetic Programming Overview Introduction to Evolvable Hardware (EHW) Cartesian Genetic Programming Applications of EHW 3 Evolvable Hardware

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

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

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

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

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

ARTIFICIAL INTELLIGENCE (CSCU9YE ) LECTURE 5: EVOLUTIONARY ALGORITHMS

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

More information

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

Solving Travelling Salesmen Problem using Ant Colony Optimization Algorithm

Solving Travelling Salesmen Problem using Ant Colony Optimization Algorithm SCITECH Volume 3, Issue 1 RESEARCH ORGANISATION March 30, 2015 Journal of Information Sciences and Computing Technologies www.scitecresearch.com Solving Travelling Salesmen Problem using Ant Colony Optimization

More information

Improvement of a car racing controller by means of Ant Colony Optimization algorithms

Improvement of a car racing controller by means of Ant Colony Optimization algorithms Improvement of a car racing controller by means of Ant Colony Optimization algorithms Luis delaossa, José A. Gámez and Verónica López Abstract The performance of a car racing controller depends on many

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

Ant Colonies, Self-Organizing Maps, and A Hybrid Classification Model

Ant Colonies, Self-Organizing Maps, and A Hybrid Classification Model Proceedings of Student/Faculty Research Day, CSIS, Pace University, May 7th, 2004 Ant Colonies, Self-Organizing Maps, and A Hybrid Classification Model Michael L. Gargano, Lorraine L. Lurie, Lixin Tao,

More information

Swarm Intelligence (Ant Colony Optimization)

Swarm Intelligence (Ant Colony Optimization) (Ant Colony Optimization) Prof. Dr.-Ing. Habil Andreas Mitschele-Thiel M.Sc.-Inf Mohamed Kalil 19 November 2009 1 Course description Introduction Course overview Concepts of System Engineering Swarm Intelligence

More information

ENHANCED BEE COLONY ALGORITHM FOR SOLVING TRAVELLING SALESPERSON PROBLEM

ENHANCED BEE COLONY ALGORITHM FOR SOLVING TRAVELLING SALESPERSON PROBLEM ENHANCED BEE COLONY ALGORITHM FOR SOLVING TRAVELLING SALESPERSON PROBLEM Prateek Agrawal 1, Harjeet Kaur 2, and Deepa Bhardwaj 3 123 Department of Computer Engineering, Lovely Professional University (

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

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm

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

More information

International Journal of Current Trends in Engineering & Technology Volume: 02, Issue: 01 (JAN-FAB 2016)

International Journal of Current Trends in Engineering & Technology Volume: 02, Issue: 01 (JAN-FAB 2016) Survey on Ant Colony Optimization Shweta Teckchandani, Prof. Kailash Patidar, Prof. Gajendra Singh Sri Satya Sai Institute of Science & Technology, Sehore Madhya Pradesh, India Abstract Although ant is

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

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

Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation

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

More information

Inertia Weight. v i = ωv i +φ 1 R(0,1)(p i x i )+φ 2 R(0,1)(p g x i ) The new velocity update equation:

Inertia Weight. v i = ωv i +φ 1 R(0,1)(p i x i )+φ 2 R(0,1)(p g x i ) The new velocity update equation: Convergence of PSO The velocity update equation: v i = v i +φ 1 R(0,1)(p i x i )+φ 2 R(0,1)(p g x i ) for some values of φ 1 and φ 2 the velocity grows without bound can bound velocity to range [ V max,v

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

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

PARTICLES SWARM OPTIMIZATION FOR THE CRYPTANALYSIS OF TRANSPOSITION CIPHER

PARTICLES SWARM OPTIMIZATION FOR THE CRYPTANALYSIS OF TRANSPOSITION CIPHER Journal of Al-Nahrain University Vol13 (4), December, 2010, pp211-215 Science PARTICLES SWARM OPTIMIZATION FOR THE CRYPTANALYSIS OF TRANSPOSITION CIPHER Sarab M Hameed * and Dalal N Hmood ** * Computer

More information

PARALLEL PARTICLE SWARM OPTIMIZATION IN DATA CLUSTERING

PARALLEL PARTICLE SWARM OPTIMIZATION IN DATA CLUSTERING PARALLEL PARTICLE SWARM OPTIMIZATION IN DATA CLUSTERING YASIN ORTAKCI Karabuk University, Computer Engineering Department, Karabuk, Turkey E-mail: yasinortakci@karabuk.edu.tr Abstract Particle Swarm Optimization

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

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

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

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

Ant Colony Optimization for dynamic Traveling Salesman Problems

Ant Colony Optimization for dynamic Traveling Salesman Problems Ant Colony Optimization for dynamic Traveling Salesman Problems Carlos A. Silva and Thomas A. Runkler Siemens AG, Corporate Technology Information and Communications, CT IC 4 81730 Munich - Germany thomas.runkler@siemens.com

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

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

Solving Travelling Salesman Problem Using Variants of ABC Algorithm

Solving Travelling Salesman Problem Using Variants of ABC Algorithm Volume 2, No. 01, March 2013 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Solving Travelling

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

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

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

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

More information

1 Lab 5: Particle Swarm Optimization

1 Lab 5: Particle Swarm Optimization 1 Lab 5: Particle Swarm Optimization This laboratory requires the following: (The development tools are installed in GR B0 01 already): C development tools (gcc, make, etc.) Webots simulation software

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

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

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

Image Edge Detection Using Ant Colony Optimization

Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Anna Veronica Baterina and Carlos Oppus Abstract Ant colony optimization (ACO) is a population-based metaheuristic that mimics the foraging behavior of

More information

1 Lab + Hwk 5: Particle Swarm Optimization

1 Lab + Hwk 5: Particle Swarm Optimization 1 Lab + Hwk 5: Particle Swarm Optimization This laboratory requires the following equipment: C programming tools (gcc, make). Webots simulation software. Webots User Guide Webots Reference Manual. The

More information

Constraints in Particle Swarm Optimization of Hidden Markov Models

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

More information

1 Lab + Hwk 5: Particle Swarm Optimization

1 Lab + Hwk 5: Particle Swarm Optimization 1 Lab + Hwk 5: Particle Swarm Optimization This laboratory requires the following equipment: C programming tools (gcc, make), already installed in GR B001 Webots simulation software Webots User Guide Webots

More information

Index Terms PSO, parallel computing, clustering, multiprocessor.

Index Terms PSO, parallel computing, clustering, multiprocessor. Parallel Particle Swarm Optimization in Data Clustering Yasin ORTAKCI Karabuk University, Computer Engineering Department, Karabuk, Turkey yasinortakci@karabuk.edu.tr Abstract Particle Swarm Optimization

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

LECTURE 16: SWARM INTELLIGENCE 2 / PARTICLE SWARM OPTIMIZATION 2

LECTURE 16: SWARM INTELLIGENCE 2 / PARTICLE SWARM OPTIMIZATION 2 15-382 COLLECTIVE INTELLIGENCE - S18 LECTURE 16: SWARM INTELLIGENCE 2 / PARTICLE SWARM OPTIMIZATION 2 INSTRUCTOR: GIANNI A. DI CARO BACKGROUND: REYNOLDS BOIDS Reynolds created a model of coordinated animal

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

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

Speculative Evaluation in Particle Swarm Optimization

Speculative Evaluation in Particle Swarm Optimization Speculative Evaluation in Particle Swarm Optimization Matthew Gardner, Andrew McNabb, and Kevin Seppi Department of Computer Science, Brigham Young University Abstract. Particle swarm optimization (PSO)

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

RESEARCH OF COMBINATORIAL OPTIMIZATION PROBLEM BASED ON GENETIC ANT COLONY ALGORITHM

RESEARCH OF COMBINATORIAL OPTIMIZATION PROBLEM BASED ON GENETIC ANT COLONY ALGORITHM RESEARCH OF COMBINATORIAL OPTIMIZATION PROBLEM BASED ON GENETIC ANT COLONY ALGORITHM ZEYU SUN, 2 ZHENPING LI Computer and Information engineering department, Luoyang Institute of Science and Technology,

More information

Scalability of a parallel implementation of ant colony optimization

Scalability of a parallel implementation of ant colony optimization SEMINAR PAPER at the University of Applied Sciences Technikum Wien Game Engineering and Simulation Scalability of a parallel implementation of ant colony optimization by Emanuel Plochberger,BSc 3481, Fels

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

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

SWARM INTELLIGENCE -I

SWARM INTELLIGENCE -I SWARM INTELLIGENCE -I Swarm Intelligence Any attempt to design algorithms or distributed problem solving devices inspired by the collective behaviourof social insect colonies and other animal societies

More information

METAHEURISTICS. Introduction. Introduction. Nature of metaheuristics. Local improvement procedure. Example: objective function

METAHEURISTICS. Introduction. Introduction. Nature of metaheuristics. Local improvement procedure. Example: objective function Introduction METAHEURISTICS Some problems are so complicated that are not possible to solve for an optimal solution. In these problems, it is still important to find a good feasible solution close to the

More information

ACO and other (meta)heuristics for CO

ACO and other (meta)heuristics for CO ACO and other (meta)heuristics for CO 32 33 Outline Notes on combinatorial optimization and algorithmic complexity Construction and modification metaheuristics: two complementary ways of searching a solution

More information

Ant Algorithms. Simulated Ant Colonies for Optimization Problems. Daniel Bauer July 6, 2006

Ant Algorithms. Simulated Ant Colonies for Optimization Problems. Daniel Bauer July 6, 2006 Simulated Ant Colonies for Optimization Problems July 6, 2006 Topics 1 Real Ant Colonies Behaviour of Real Ants Pheromones 2 3 Behaviour of Real Ants Pheromones Introduction Observation: Ants living in

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

A Hybrid Fireworks Optimization Method with Differential Evolution Operators

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

More information

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

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

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

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

Hybrid Ant Colony Optimization and Cuckoo Search Algorithm for Travelling Salesman Problem

Hybrid Ant Colony Optimization and Cuckoo Search Algorithm for Travelling Salesman Problem International Journal of Scientific and Research Publications, Volume 5, Issue 6, June 2015 1 Hybrid Ant Colony Optimization and Cucoo Search Algorithm for Travelling Salesman Problem Sandeep Kumar *,

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

Swarm Intelligence Particle Swarm Optimization. Erick Luerken 13.Feb.2006 CS 790R, University of Nevada, Reno

Swarm Intelligence Particle Swarm Optimization. Erick Luerken 13.Feb.2006 CS 790R, University of Nevada, Reno Swarm Intelligence Particle Swarm Optimization Erick Luerken 13.Feb.2006 CS 790R, University of Nevada, Reno Motivation Discuss assigned literature in terms of complexity leading to actual applications

More information

Workflow Scheduling Using Heuristics Based Ant Colony Optimization

Workflow Scheduling Using Heuristics Based Ant Colony Optimization Workflow Scheduling Using Heuristics Based Ant Colony Optimization 1 J.Elayaraja, 2 S.Dhanasekar 1 PG Scholar, Department of CSE, Info Institute of Engineering, Coimbatore, India 2 Assistant Professor,

More information

Particle swarm optimization for mobile network design

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

More information

A SURVEY OF COMPARISON BETWEEN VARIOUS META- HEURISTIC TECHNIQUES FOR PATH PLANNING PROBLEM

A SURVEY OF COMPARISON BETWEEN VARIOUS META- HEURISTIC TECHNIQUES FOR PATH PLANNING PROBLEM A SURVEY OF COMPARISON BETWEEN VARIOUS META- HEURISTIC TECHNIQUES FOR PATH PLANNING PROBLEM Toolika Arora, Yogita Gigras, ITM University, Gurgaon, Haryana, India ABSTRACT Path planning is one of the challenging

More information

Hybrid Bionic Algorithms for Solving Problems of Parametric Optimization

Hybrid Bionic Algorithms for Solving Problems of Parametric Optimization World Applied Sciences Journal 23 (8): 1032-1036, 2013 ISSN 1818-952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.23.08.13127 Hybrid Bionic Algorithms for Solving Problems of Parametric Optimization

More information

An Ant Approach to the Flow Shop Problem

An Ant Approach to the Flow Shop Problem An Ant Approach to the Flow Shop Problem Thomas Stützle TU Darmstadt, Computer Science Department Alexanderstr. 10, 64283 Darmstadt Phone: +49-6151-166651, Fax +49-6151-165326 email: stuetzle@informatik.tu-darmstadt.de

More information

Ant Colony Based Load Flow Optimisation Using Matlab

Ant Colony Based Load Flow Optimisation Using Matlab Ant Colony Based Load Flow Optimisation Using Matlab 1 Kapil Upamanyu, 2 Keshav Bansal, 3 Miteshwar Singh Department of Electrical Engineering Delhi Technological University, Shahbad Daulatpur, Main Bawana

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

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization CompSci 760 Patricia J Riddle 1 Natural Inspiration The name Ant Colony Optimization was chosen to reflect its original inspiration: the foraging behavior of some ant species. It

More information

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

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

More information

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

SwarmOps for Matlab. Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0

SwarmOps for Matlab. Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0 Numeric & Heuristic Optimization Source-Code Library for Matlab The Manual Revision 1.0 By Magnus Erik Hvass Pedersen November 2010 Copyright 2009-2010, all rights reserved by the author. Please see page

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

A Particle Swarm Approach to Quadratic Assignment Problems

A Particle Swarm Approach to Quadratic Assignment Problems A Particle Swarm Approach to Quadratic Assignment Problems Hongbo Liu 1,3, Ajith Abraham 2,3, and Jianying Zhang 1 1 Department of Computer Science, Dalian University of Technology, Dalian, 116023, China

More information

A combination of clustering algorithms with Ant Colony Optimization for large clustered Euclidean Travelling Salesman Problem

A combination of clustering algorithms with Ant Colony Optimization for large clustered Euclidean Travelling Salesman Problem A combination of clustering algorithms with Ant Colony Optimization for large clustered Euclidean Travelling Salesman Problem TRUNG HOANG DINH, ABDULLAH AL MAMUN Department of Electrical and Computer Engineering

More information

Evolutionary Algorithms Meta heuristics and related optimization techniques II/II

Evolutionary Algorithms Meta heuristics and related optimization techniques II/II Evolutionary Algorithms Meta heuristics and related optimization techniques II/II Prof. Dr. Rudolf Kruse Pascal Held {kruse,pheld}@iws.cs.uni-magdeburg.de Otto-von-Guericke University Magdeburg Faculty

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

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

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

Computational Intelligence Applied on Cryptology: a Brief Review

Computational Intelligence Applied on Cryptology: a Brief Review Computational Intelligence Applied on Cryptology: a Brief Review Moisés Danziger Marco Aurélio Amaral Henriques CIBSI 2011 Bucaramanga Colombia 03/11/2011 Outline Introduction Computational Intelligence

More information

EE 553 Term Project Report Particle Swarm Optimization (PSO) and PSO with Cross-over

EE 553 Term Project Report Particle Swarm Optimization (PSO) and PSO with Cross-over EE Term Project Report Particle Swarm Optimization (PSO) and PSO with Cross-over Emre Uğur February, 00 Abstract In this work, Particle Swarm Optimization (PSO) method is implemented and applied to various

More information

Artificial bee colony algorithm with multiple onlookers for constrained optimization problems

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

More information

A HYBRID ALGORITHM BASED ON PARTICLE SWARM OPTIMIZATION

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

More information

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD Journal of Engineering Science and Technology Special Issue on 4th International Technical Conference 2014, June (2015) 35-44 School of Engineering, Taylor s University SIMULATION APPROACH OF CUTTING TOOL

More information