Multi-Robot Traffic Planning Using ACO
|
|
|
- Roderick Hall
- 10 years ago
- Views:
Transcription
1 Multi-Robot Traffic Planning Using ACO DR. ANUPAM SHUKLA, SANYAM AGARWAL ABV-Indian Institute of Information Technology and Management, Gwalior INDIA Abstract: - Path planning is useful in various ways that includes transportation. Traffic planning (direct vehicles through path planning) is a well known, really important and real time problem and it is important to make multi robot path planning scenario more similar to day to day traffic situation. Practically, reducing the monitoring time and to ensure that the system can adopt the dynamic changes, congestions and other situations are the main features required in a traffic planning system. We have proposed a fast approach for that situation to find the best shortest paths and also prepare other better alternatives paths. The main objective of each robot is to reach to its destination as soon as possible while avoiding collisions and deadlocks. We want to minimize the cost of travelling between the origin node and destination node. At intersection point robot are directed to an intermediate temporarily sub-goal. If quickest path is busy then next quickest alternative ways are selected. We proposed an Advance Ant Colony Optimization Algorithm in dynamically changing traffic scenario and compare the results with ACO as well as with Dijkstra algorithm. Key-Words: - ACO(Ant Colony Optimization), VANET(Vehicular Ad-hoc Network) 1 Introduction Intersection is a point where two or more roads are leading into. Robots are moving in planar on the roads with different speeds. Intersection agents and robotic agents are able to communicate with either type of agents [1]. In navigation and motion control of robots path planning is big issue. We want to guide the robots and decide the next step of their path at the intersection points such that they do not collide and reduce the congestion. 1.1 Objective Our objective is also to reduce the sum of time durations spent by all robots in crossing and to reach their respective destination. Dijkstra is a successful and the most popular path planning system. But in traffic system quick response is needed by robots and also the quick adaptation of the dynamic changes that reflects in the environment or network. We have assumed that each robot entered in the system knows the rough coordinate of its destination and data can be stored at robotic agents as well as at intersection agents. Number of robotic agents cannot be determined as new robots are continuously entering in the system. 1.2 Motivation Path planning to direct the vehicles to their destination in dynamic traffic situation and to use the road network resources efficiently is the main challenge. Properly guided route can decrease the congestion, pollution, fuel consumption and the time consumption. Robots, car like robots [5], can be considered as vehicles trying to travel from one node (place) to another. They are travelling through the edges (paths or roads) present between nodes. We need each robot to choose such a path that it reaches to its destination as fast as possible and to avoid collisions during the process, these concepts are path planning and motion coordination respectively [9]. When we try to handle more than one robot [3], among which each has its own source and different destination while avoiding their collision among themselves as well as from obstacles then multi robot planning comes in to the picture. As we discussed in real life traffic, there are lots vehicles. Each has its own starting point, destination and route. All of them want to reach to their respective destination as soon as possible while avoiding collision at same time and with covering minimum distance possible. Or we can say that we want to minimize the average running time [12]. 2 Literature Review Path planning can be done in three ways. Single robot planning is used when we have only one robot and we need to plan its path. Path planning of multi robot system is further categorized in two different ways. First is the Centralized approach, in which group of robots are considered as a single ISBN:
2 system. Another is decoupled approach, in which all robots work separately but with coordination for a single objective. And the last one is multi robot teams, in which there are multiple teams with different kind of tasks and with more than one member [3]. Fig. 1- Flow of Information VANET (Vehicular Ad-hoc network) establishes a local network between the vehicles close to each other. It could be used to connect robots with nearby bots [7]. And if we connect the main connection setter robot to the internet then we can provide external and important information to robots like traffic densities in other areas, next node or some other useful instructions [2]. Since we have an almost static map so there is an idea to divide the map in sub-map. Vehicles can move freely from one sub-map to another. Concept of sub-map is just to ease the complexity of coordination. Robots present in map have some risk of collision [11], so they need to take care only of those bots which are present in same sub-map [5]. For the purpose of more and accurate information and better path selection, we want to maximize the information present at each node. Robots can learn information from a node and pass that to the next nodes they visit [8]. Dijkstra algorithm is widely used and is a successful algorithm for routing problems to find the shortest path in a weighted directed graph network graph. It is often used in routing. For example, if the vertexes of the graph represent cities and edge path costs represent driving distances between pairs of cities connected by a direct road, Dijkstra algorithm can be used to find the shortest route between one city and all other cities. As a result, the shortest path first is widely used in network routing protocols [15]. The ACO (Ant Colony Optimization) algorithm is an optimization technique based on swarm intelligence [16]. Swarm intelligence deals with the systems of individuals present in nature who works in the groups in well self-organized manner. ACO is a system based on intelligent behavior of ants as they can find the most optimized way to the food including the mechanism of adaption cooperation [16]. 2.1 ACO ACO is based on the behavior of a group of ants searching for food. Ants randomly travel to search food with leaving a trace or marker (pheromones) on its way. When an ant finds the food source it comes back to its path. When it comes across the marker, it chooses traversing path with a probability which is function of length of edge, intensity of pheromone present at that path. Pheromone also evaporates after some time and it is detectable by other ants. So after certain time interval, ants find most optimal path. This algorithm has been used to solve travelling salesman problem and many other problems. Fig. 2- ACO (Ant Colony Optimization) [15] At an intersection point, selection of path is based on 2 parameters i.e. trail and attractiveness. Each ant evaluates the probability to select any path and with that it also modifies the value of the trail. At each step, each ant calculates the set of path that it can opt and for each possible option it calculates the probability of choosing that path (probability of moving from one state to another) which depends upon The attractiveness of the move that is a heuristic value. It decides the desirability of that move. The trail level that indicated that how frequently does that path has been opting by other ants in the recent past. Procedure ACO_MetaHeuristic While(not_termination) generateallsolutions() DaemonActions() PheromoneValueUpdate() endwhile() end procedure ISBN:
3 2.1.1 GenerateAllSolutions() First we find all the possible paths and probability of their selections. It includes the computation of amount of pheromone found at all paths and the probability factor ExecuteDaemonActions() Daemon activities are those which are not controlled and handled by a single ant. They are centralized actions. For example if we find congestion or blockage on any path then we removed that particular path from the options for an ant at that point. is the set of at edges that are starting from that intersection point. is the power of pheromone that shows how recently that path has been chosen. is the power of heuristic, it signify how much exploration has been done and with the large value ants will more prefer the edge with high value of the hueristic PheromoneValueUpdate() When an ant selects a path, we need to update the pheromone value of that path as it is recently selected. As we know that pheromone evaporates regularly with some rate so we need to update the pheromone values of all other paths as well. Ants are meant to travel from a single source to a single destination, but in the traffic network robot may have different sources and different destinations. So instead of a single type of universal pheromone we have multiple kinds of pheromone. These classified pheromones are for according to different sources and destination. In figure 4, all ants need to travel from F to N. In that case ants can sense the pheromone and make decision simply by its value. But in road map if a robot start travelling from node 1 to node 4 and other robot travelling from node 1 to node 3, then both of them cannot use same pheromone to make their decisions. We need to define different pheromone according to the source. Probability of selecting a path can be given as Fig. 3- Flow chart of ACO [15] defines the distance between two nodes. Pheromone levels also filter out the edges that lead to the dead end. If the chosen path is not better than previously known best path then the pheromone evaporates. It decreases the probability of that path to be selected in future path selection. Eq. 1- Probability of path selection (ACO) Equation 2- Heuristic value defines the level of pheromone present at that path that means how many times that path has been selected in previous iterations. is the heuristic value versus the level of pheromone that gives some value to the path which doesn t has pheromone or has low value of pheromone. Figure 4- ACO in dynamic environment ISBN:
4 In dynamic road network, we need to re-initialize the pheromone level each time when system face some changes, get some obstacles or congestion. 2.3 Gap Analysis We have taken the map as a directed graph. Locations or landmarks are the vertexes and the paths between them are edges. Edges will contain information of source, destination and distance. There are several assumptions that we have used 1- A memory is allotted to each node. 2- Robots have network connections. We could keep them informed. 3- Decisions can be made at nodes. If an edge is occupied and another robot tries to travel through the same edge then the edge is considered as busy. But if the travelling robots are suppose to leave the edge before the collision could take place or the arriving robot can overtake the travelling robots then that edge would not be considered as busy for that robot. Thus, our main aim is to find collision free quickest path. This approach is preferred because it assures to provide almost quickest path and avoid the deadlock situation. We have considered most practical scenario we can think of. Whole system never stops as new vehicles are continuously entering in the system. So the main objective of our approach is that each robot reaches to its destination without any collision in least possible time. Dijkstra is the best known algorithm that finds the shortest path from destination node to all the other nodes in static environment with time complexity. But in traffic planning we have a dynamic and ever changing system. Congestions and obstacles are the factors that make the system dynamic. And it will be inefficient to apply Dijkstra every time system faces any change. So we use Ant Colony Optimization in path planning for quick decision in dynamic environment which is very effective in high traffic scenario. When we left some ants in a maze and put some food on the destination point, ant start exploring the maze and start following the most optimal path within an hour. After that if we put some obstacle in that path then nearly within an hour ants have found the next optimal path available. We are proposing to apply this swarm mechanism to plan the traffic. 3 Implementation Initially we have a simple map drawn from the list of nodes and edges provided. Fig. 5- Map drawn Each node has its coordinates and each edge is associated with two nodes and the cost of that edge. Map is drawn dynamically from the data. Java enables to draw the lines that are used to denote the path present between those two nodes. Initially all edges are of black color. Now we will make the selected path to blue and the best known path will be shown as red. Figure 6- Data format as provided As any path got selected it colored to blue. Next path to traverse is decided through the algorithm. Figure 7- Map: selection of route (traversal node in blue) And after first iteration to the last iteration, after each iteration we get the best known path (most optimal path). Figure 8- Known most optimal path (by red) ISBN:
5 Best known path, weights of the edges and minimum cost according to the algorithm is displayed in the consol. Figure 9- Console would prefer to use to compare the time elapsed with other algorithms. For the 0.5 value of λ, Advanced ACO is exactly same as simple ACO. With the simple observation of graphs (Figure 14 and 15), we are sure on the value of λ that is most appropriate for path planning. These graphs are driven for the scenario with 35 nodes and 70 edges. Dijkstra provides minimal path of cost 76 on that. So we know where the algorithms are giving us the correct results. We are assured now that algorithm is giving right results. We run the algorithm for different value of λ, different number of robots, edges, nodes and number of iterations. We find the best suitable value of λ and compare that with ACO on the basis of elapsed time and accuracy. 4 Result 4.1 Appropriate value of λ We implemented Dijkstra, ACO and A-ACO with classified pheromone and checked their adaptability to the changes in the environment. We know Dijktra gives the most optimal path so we compare A-ACO with different values of λ for different number of iterations. In advance ACO we set the value of λ to 0.8 initially and after a threshold number of iteration we change it to 0.3. Cost of the shortest path in that scenario as given by Dijkstra is 76. And we can see that A-ACO found the short path just in around 30 iterations. We observe that with λ is equal to 0.8 we get the short path more quick so we adopt that in Advanced ACO and switch between the λ values according to the situation to get the shortest path more quick. Fig. 10 Distribution Analysis This helps us to determine the value of λ and to find out the most appropriate mix up values of λ that we Fig. 11 Comparison among different λ values 4.2 Compare with other Algorithms Now we have figured out the best value of λ in our Advanced Ant Colony Optimization. We are comparing here the Advanced ACO with the normal ACO and Dijkstra on the basis of time. For comparing these algorithms, we have taking different number of nodes and edges, and robots are initiated with multiple nodes and they have different destinations. So in the table (Table 2), we listed the costs of the best path found by the algorithms, the average cost of paths by the algorithms in the process of each robot to reach its destination while travelling and selecting the next path using those algorithms and the time elapsed in that process. Environment is also listed for the better understandability of the scenario dependency of the methods. As algorithms worked differently and the right selection of the algorithm depends on the environment. ISBN:
6 Following is the table of comparison of the three algorithms (ACO, Advanced ACO and the Dijkstra) time than Dijkstra but still runs better than normal ACO. As we increase number of edges, the complexity of system increases and the Dijkstra acts more costly and takes more time than Advanced ACO. Advanced Ant Colony Optimization is more appropriate than Ant Colony Optimization and Dijkstra in traffic network. 5 Future Discussion Fig 12. Dijkstra, ACO and A-ACO in dynamic changing environment As in the above table when we run the algorithms for (4 nodes, 7 edges) Dijkstra and Advanced ACO gave the same minimal cost and Dijkstra took less time than other algorithms. But as we keep on increasing the complexity of the environment and keep adding new nodes and the edges Dijkstra seems more time taking and costly than the advanced ACO. Dijkstra runs in polynomial time. So the elapsed time increases exponentially in Djkstra. Traffic network is a very vast network. It has a lot more number of edges and nodes than this one. So this table shows that for more number of edges and nodes, Advanced ACO runs better than ACO and Dijkstra. ACO is proved more costly in terms of the cost of the path. Average cost of the paths in the system is a large in ACO with compare to Advanced ACO and Dijkstra. We have plotted a graph with that table that displays clearly that as the complexity increases (as in traffic scenario) the advantage of advanced Ant Colony Optimization increases. Time is in the seconds. Figure 10- Time elapsed with increasing the complexity of the environment 4 Conclusion For the very less number of edges, Dijkstra runs perfectly and Advanced ACO takes a little more A-ACO, ACO and Dijkstra has implemented and compared in dynamic changing environment. Intervehicle communication could be used to better information exchange and more knowledge gain of robots. Ants use the lane mechanism to avoid traffic by communicating with each other and following the pre-defined path. Collision management is still to be explored. References: [1] V, Aditya Teja, Viswanath, D. V. Karthikeya and Krishna, K. Madhava, A Mixed Autonomy Coordination Methodology For Multi-Robotic Traffic Control, Bangkok, Thailand : IEEE, International Conference on Robotics and Biomimetics. p. 6. [2] Ray, Anjan Kumar, et al, Coordinated Traffic Scheduling for Communicating Mobile Robots, New Mexico, USA : IEEE, International Conference on System of Systems Engineering, Albuquerque. p. 6. [3] Svestka, Petr and Overmars, Mark H, Coordinated path planning for multiple robots, 1998, Robotics and Autonomous Systems 23 (1998) , p. 28. [4] Parker, Lynne E. Knoxville, Tennessee, Path planning and the motion coordination in teams of multiple mobile robots, USA : Springer, Encyclopedia of Complexity and System Science. p. 24. Springer. [5] Hollinger, Geoffrey and Singh, Sanjiv, Multi- Robot Coordination with Periodic Connectivity, p. 6. [6] Baumann, Rainer, Vehicular Ad-hoc Network, 2004, ETH Zurich. [7] Singh, Amarjeet, Krause, Andreas and Guestrin, Carlos, Efficient Planning of Informative Paths for Multiple Robots, UCLA. [8] Fleury, S., et a,l Multi-robot cooperation in the MARTHA project 1998, IEEE Robotics and Automation Magazine, pp ISBN:
7 [9] R.Alami, et al, Multi-robot cooperation through incremental plan-merging s.l. : IEEE, International Conference on Robotics and Automation. [10] Grossman, D.D., Traffic control of multiple robot vehicles. 1988, IEEE Journal of Robotics and Automation. [11] Nishiyama, S., Kato, S. and Takeno, J, Coordinating mobile robots by applying traffic rules, s.l. : leee, RSJ International Conference on Intelligent Robots and Systems. [12] Helbing, D, Traffic and Related Self-Driven Many-Particle Systems, 2001, rev. Modern Physics vol. 73. [13] Khatib, O., Real time obstacle avoidance for manipulators and mobile robots, 1985, International Journal of Robotics Research, Vol. 5(10). [14] Selamat, Ali, et al, A Fast Path Planning Algorithm for Route Guidance System, s.l. : IEEE, [15] Brand, Michael, Masuda, Michael and Wehner, Nicole, Ant Colony Optimization Algorithm for Robot Path Planning, s.l. : ICCDA, [16] Vaniya, S, Solanki, B and Gupte, S., Multi Robot Path Planning Algorithms, 2011, International Journal of Computer Science and Engineering Research and Development (IJCSERD), ISSN, p. 12. ISBN:
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)
Comparison of WCA with AODV and WCA with ACO using clustering algorithm
Comparison of WCA with AODV and WCA with ACO using clustering algorithm Deepthi Hudedagaddi, Pallavi Ravishankar, Rakesh T M, Shashikanth Dengi ABSTRACT The rapidly changing topology of Mobile Ad hoc networks
HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS
HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS R. Angel Preethima 1, Margret Johnson 2 1 Student, Computer Science and Engineering, Karunya
Journal of Theoretical and Applied Information Technology 20 th July 2015. Vol.77. No.2 2005-2015 JATIT & LLS. All rights reserved.
EFFICIENT LOAD BALANCING USING ANT COLONY OPTIMIZATION MOHAMMAD H. NADIMI-SHAHRAKI, ELNAZ SHAFIGH FARD, FARAMARZ SAFI Department of Computer Engineering, Najafabad branch, Islamic Azad University, Najafabad,
Load Balancing Routing Algorithm for Data Gathering Sensor Network
Load Balancing Routing Algorithm for Data Gathering Sensor Network Evgeny Bakin, Grigory Evseev State University of Aerospace Instrumentation Saint-Petersburg, Russia {jenyb, egs}@vu.spb.ru Denis Dorum
An ACO Approach to Solve a Variant of TSP
An ACO Approach to Solve a Variant of TSP Bharat V. Chawda, Nitesh M. Sureja Abstract This study is an investigation on the application of Ant Colony Optimization to a variant of TSP. This paper presents
Effective Load Balancing for Cloud Computing using Hybrid AB Algorithm
Effective Load Balancing for Cloud Computing using Hybrid AB Algorithm 1 N. Sasikala and 2 Dr. D. Ramesh PG Scholar, Department of CSE, University College of Engineering (BIT Campus), Tiruchirappalli,
Optimization and Ranking in Web Service Composition using Performance Index
Optimization and Ranking in Web Service Composition using Performance Index Pramodh N #1, Srinath V #2, Sri Krishna A #3 # Department of Computer Science and Engineering, SSN College of Engineering, Kalavakkam-
Network Load Balancing Using Ant Colony Optimization
Network Load Balancing Using Ant Colony Optimization Mr. Ujwal Namdeo Abhonkar 1, Mr. Swapnil Mohan Phalak 2, Mrs. Pooja Ujwal Abhonkar 3 1,3 Lecturer in Computer Engineering Department 2 Lecturer in Information
INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET-
ABSTRACT INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET- Bahidja Boukenadil¹ ¹Department Of Telecommunication, Tlemcen University, Tlemcen,Algeria Now in the world, the exchange of information between
Performance Evaluation of VANETs with Multiple Car Crashes in Different Traffic Conditions
Performance Evaluation of VANETs with Multiple Car Crashes in Different Traffic Conditions Georgios Charalampopoulos 1,2 and Tasos Dagiuklas 1 1. Dept. of Computer Science, Hellenic Open University, Greece,
Study And Comparison Of Mobile Ad-Hoc Networks Using Ant Colony Optimization
Study And Comparison Of Mobile Ad-Hoc Networks Using Ant Colony Optimization 1 Neha Ujala Tirkey, 2 Navendu Nitin, 3 Neelesh Agrawal, 4 Arvind Kumar Jaiswal 1 M. Tech student, 2&3 Assistant Professor,
STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1
STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1 Prajakta Joglekar, 2 Pallavi Jaiswal, 3 Vandana Jagtap Maharashtra Institute of Technology, Pune Email: 1 [email protected],
AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO
INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO 1 Preeti Bala Thakur, 2 Prof. Toran Verma 1 Dept. of
An Improved ACO Algorithm for Multicast Routing
An Improved ACO Algorithm for Multicast Routing Ziqiang Wang and Dexian Zhang School of Information Science and Engineering, Henan University of Technology, Zheng Zhou 450052,China [email protected]
vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK
vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABBREVIATIONS LIST OF SYMBOLS LIST OF APPENDICES
WAN Wide Area Networks. Packet Switch Operation. Packet Switches. COMP476 Networked Computer Systems. WANs are made of store and forward switches.
Routing WAN Wide Area Networks WANs are made of store and forward switches. To there and back again COMP476 Networked Computer Systems A packet switch with two types of I/O connectors: one type is used
Automated Model Based Testing for an Web Applications
Automated Model Based Testing for an Web Applications Agasarpa Mounica, Lokanadham Naidu Vadlamudi Abstract- As the development of web applications plays a major role in our day-to-day life. Modeling the
Modified Ant Colony Optimization for Solving Traveling Salesman Problem
International Journal of Engineering & Computer Science IJECS-IJENS Vol:3 No:0 Modified Ant Colony Optimization for Solving Traveling Salesman Problem Abstract-- This paper presents a new algorithm for
Web Mining using Artificial Ant Colonies : A Survey
Web Mining using Artificial Ant Colonies : A Survey Richa Gupta Department of Computer Science University of Delhi ABSTRACT : Web mining has been very crucial to any organization as it provides useful
A Survey on Load Balancing Techniques Using ACO Algorithm
A Survey on Load Balancing Techniques Using ACO Algorithm Preeti Kushwah Department of Computer Science & Engineering, Acropolis Institute of Technology and Research Indore bypass road Mangliya square
Ant Colony Optimization and Constraint Programming
Ant Colony Optimization and Constraint Programming Christine Solnon Series Editor Narendra Jussien WILEY Table of Contents Foreword Acknowledgements xi xiii Chapter 1. Introduction 1 1.1. Overview of the
NetworkPathDiscoveryMechanismforFailuresinMobileAdhocNetworks
Global Journal of Computer Science and Technology: E Network, Web & Security Volume 14 Issue 3 Version 1.0 Year 2014 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals
International Journal of Emerging Technology & Research
International Journal of Emerging Technology & Research An Implementation Scheme For Software Project Management With Event-Based Scheduler Using Ant Colony Optimization Roshni Jain 1, Monali Kankariya
The Application Research of Ant Colony Algorithm in Search Engine Jian Lan Liu1, a, Li Zhu2,b
3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) The Application Research of Ant Colony Algorithm in Search Engine Jian Lan Liu1, a, Li Zhu2,b
Using Ant Colony Optimization for Infrastructure Maintenance Scheduling
Using Ant Colony Optimization for Infrastructure Maintenance Scheduling K. Lukas, A. Borrmann & E. Rank Chair for Computation in Engineering, Technische Universität München ABSTRACT: For the optimal planning
A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING
A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING Harshada Raut 1, Kumud Wasnik 2 1 M.Tech. Student, Dept. of Computer Science and Tech., UMIT, S.N.D.T. Women s University, (India) 2 Professor,
Evaluation of Test Cases Using ACO and TSP Gulwatanpreet Singh, Sarabjit Kaur, Geetika Mannan CTITR&PTU India
Evaluation of Test Cases Using ACO and TSP Gulwatanpreet Singh, Sarabjit Kaur, Geetika Mannan CTITR&PTU India Abstract: A test case, in software engineering is a set of conditions or variables under which
Path Selection Analysis in MPLS Network Based on QoS
Cumhuriyet Üniversitesi Fen Fakültesi Fen Bilimleri Dergisi (CFD), Cilt:36, No: 6 Özel Sayı (2015) ISSN: 1300-1949 Cumhuriyet University Faculty of Science Science Journal (CSJ), Vol. 36, No: 6 Special
AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION
AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION Shanmuga Priya.J 1, Sridevi.A 2 1 PG Scholar, Department of Information Technology, J.J College of Engineering and Technology
A Catechistic Method for Traffic Pattern Discovery in MANET
A Catechistic Method for Traffic Pattern Discovery in MANET R. Saranya 1, R. Santhosh 2 1 PG Scholar, Computer Science and Engineering, Karpagam University, Coimbatore. 2 Assistant Professor, Computer
A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks
A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.
A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation
A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation Abhishek Singh Department of Information Technology Amity School of Engineering and Technology Amity
Influences of Communication Disruptions on Decentralized Routing in Transport Logistics
Influences of Communication Disruptions on Decentralized Routing in Transport Logistics Bernd Scholz-Reiter, Christian Zabel BIBA Bremer Institut für Produktion und Logistik GmbH University of Bremen Hochschulring
Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network
Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network Chandrakant N Bangalore, India [email protected] Abstract Energy efficient load balancing in a Wireless Sensor
Flexible mobility management strategy in cellular networks
Flexible mobility management strategy in cellular networks JAN GAJDORUS Department of informatics and telecommunications (161114) Czech technical university in Prague, Faculty of transportation sciences
DATA AGGREGATION FOR ANT COLONY TECHNIQUES IN WIRELESS SENSOR NETWORK
DATA AGGREGATION FOR ANT COLONY TECHNIQUES IN WIRELESS SENSOR NETWORK *1 Ms. Sangeetha. R, * 2 Mrs. Sangeetha Laskhmi. G, * 3 Ms. Sivasankari. A *1 M.Phil Research Scholar, Department of Computer Science,
Chapter 4. VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network)
Chapter 4 VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network) 4.1 Introduction Traffic Engineering can be defined as a task of mapping traffic
TEST CASE SELECTION & PRIORITIZATION USING ANT COLONY OPTIMIZATION
TEST CASE SELECTION & PRIORITIZATION USING ANT COLONY OPTIMIZATION Bharti Suri Computer Science Department Assistant Professor, USIT, GGSIPU New Delhi, India [email protected] Shweta Singhal Information
Swarm Intelligence Algorithms Parameter Tuning
Swarm Intelligence Algorithms Parameter Tuning Milan TUBA Faculty of Computer Science Megatrend University of Belgrade Bulevar umetnosti 29, N. Belgrade SERBIA [email protected] Abstract: - Nature inspired
Design and Analysis of ACO algorithms for edge matching problems
Design and Analysis of ACO algorithms for edge matching problems Carl Martin Dissing Söderlind Kgs. Lyngby 2010 DTU Informatics Department of Informatics and Mathematical Modelling Technical University
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS Reza Azizi Engineering Department, Bojnourd Branch, Islamic Azad University, Bojnourd, Iran [email protected]
The Rolling Stock Recovery Problem. Literature review. Julie Jespersen Groth *α, Jesper Larsen β and Jens Clausen *γ
The Rolling Stock Recovery Problem Julie Jespersen Groth *α, Jesper Larsen β and Jens Clausen *γ DTU Management Engineering, The Technical University of Denmark, Produktionstorvet, DTU Building 424, 2800
Application of ACO to Disentangle Max-Min MDVRP Using Clustering Technique
International Journal of Scientific and Research Publications, Volume 3, Issue 2, February 2013 1 Application of ACO to Disentangle Max-Min MDVRP Using Clustering Technique Mandeep Kaur *, Shanky Goyal
ENHANCED PROVISIONING ALGORITHM FOR VIRTUAL PRIVATE NETWORK IN HOSE MODEL WITH QUALITY OF SERVICE SUPPORT USING WAXMAN MODEL
R. RAVI: ENHANCED PROVISIONING ALGORITHM FOR VIRTUAL PRIVATE NETWORK IN HOSE MODEL WITH QUALITY OF SERVICE SUPPORT USING WAXMAN MODEL ENHANCED PROVISIONING ALGORITHM FOR VIRTUAL PRIVATE NETWORK IN HOSE
An Empirical Approach - Distributed Mobility Management for Target Tracking in MANETs
An Empirical Approach - Distributed Mobility Management for Target Tracking in MANETs G.Michael Assistant Professor, Department of CSE, Bharath University, Chennai, TN, India ABSTRACT: Mobility management
Simulation of Heuristic Usage for Load Balancing In Routing Efficiency
Simulation of Heuristic Usage for Load Balancing In Routing Efficiency Nor Musliza Mustafa Fakulti Sains dan Teknologi Maklumat, Kolej Universiti Islam Antarabangsa Selangor [email protected] Abstract.
Study on Cloud Computing Resource Scheduling Strategy Based on the Ant Colony Optimization Algorithm
www.ijcsi.org 54 Study on Cloud Computing Resource Scheduling Strategy Based on the Ant Colony Optimization Algorithm Linan Zhu 1, Qingshui Li 2, and Lingna He 3 1 College of Mechanical Engineering, Zhejiang
A Comparative Study of Scheduling Algorithms for Real Time Task
, Vol. 1, No. 4, 2010 A Comparative Study of Scheduling Algorithms for Real Time Task M.Kaladevi, M.C.A.,M.Phil., 1 and Dr.S.Sathiyabama, M.Sc.,M.Phil.,Ph.D, 2 1 Assistant Professor, Department of M.C.A,
Ant Colony Optimization (ACO)
Ant Colony Optimization (ACO) Exploits foraging behavior of ants Path optimization Problems mapping onto foraging are ACO-like TSP, ATSP QAP Travelling Salesman Problem (TSP) Why? Hard, shortest path problem
Optimization of ACO for Congested Networks by Adopting Mechanisms of Flock CC
Optimization of ACO for Congested Networks by Adopting Mechanisms of Flock CC M. S. Sneha 1,J.P.Ashwini, 2, H. A. Sanjay 3 and K. Chandra Sekaran 4 1 Department of ISE, Student, NMIT, Bengaluru, 5560 024,
Preventing DDOS attack in Mobile Ad-hoc Network using a Secure Intrusion Detection System
Preventing DDOS attack in Mobile Ad-hoc Network using a Secure Intrusion Detection System Shams Fathima M.Tech,Department of Computer Science Kakatiya Institute of Technology & Science, Warangal,India
On-line scheduling algorithm for real-time multiprocessor systems with ACO
International Journal of Intelligent Information Systems 2015; 4(2-1): 13-17 Published online January 28, 2015 (http://www.sciencepublishinggroup.com/j/ijiis) doi: 10.11648/j.ijiis.s.2015040201.13 ISSN:
Social Media Mining. Graph Essentials
Graph Essentials Graph Basics Measures Graph and Essentials Metrics 2 2 Nodes and Edges A network is a graph nodes, actors, or vertices (plural of vertex) Connections, edges or ties Edge Node Measures
Survey on Load balancing protocols in MANET S (mobile ad-hoc networks)
Survey on Load balancing protocols in MANET S (mobile ad-hoc networks) Ramandeep Kaur 1, Gagandeep Singh 2, Sahil Vashist 3 1 M.tech Research Scholar, Department of Computer Science & Engineering, Chandigarh
Lecture 2.1 : The Distributed Bellman-Ford Algorithm. Lecture 2.2 : The Destination Sequenced Distance Vector (DSDV) protocol
Lecture 2 : The DSDV Protocol Lecture 2.1 : The Distributed Bellman-Ford Algorithm Lecture 2.2 : The Destination Sequenced Distance Vector (DSDV) protocol The Routing Problem S S D D The routing problem
An Intelligent Framework for Vehicular Ad-hoc Networks using SDN Architecture
435 An Intelligent Framework for Vehicular Ad-hoc Networks using SDN Architecture Balamurugan.V School of Computing Science and Engineering, VIT University Chennai Campus, 600127, Tamilnadu, India. Abstract
ACO Hypercube Framework for Solving a University Course Timetabling Problem
ACO Hypercube Framework for Solving a University Course Timetabling Problem José Miguel Rubio, Franklin Johnson and Broderick Crawford Abstract We present a resolution technique of the University course
29082012_WF_reporting_bro_UK. www.tomtom.com/telematics
29082012_WF_reporting_bro_UK www.tomtom.com/telematics T E L E M AT I C S WEBFLEET Reporting Let s drive business WEBFLEET Reporting Difficult business decisions are much more straightforward with TomTom
Finding Liveness Errors with ACO
Hong Kong, June 1-6, 2008 1 / 24 Finding Liveness Errors with ACO Francisco Chicano and Enrique Alba Motivation Motivation Nowadays software is very complex An error in a software system can imply the
CLOUD COMPUTING PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM Anisaara Nadaph 1 and Prof. Vikas Maral 2 1 Department of Computer Engineering, K.J College of Engineering and Management Research Pune
Comparative Analysis of Congestion Control Algorithms Using ns-2
www.ijcsi.org 89 Comparative Analysis of Congestion Control Algorithms Using ns-2 Sanjeev Patel 1, P. K. Gupta 2, Arjun Garg 3, Prateek Mehrotra 4 and Manish Chhabra 5 1 Deptt. of Computer Sc. & Engg,
Student, Haryana Engineering College, Haryana, India 2 H.O.D (CSE), Haryana Engineering College, Haryana, India
Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A New Protocol
Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age.
Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Load Measurement
A Reliability Point and Kalman Filter-based Vehicle Tracking Technique
A Reliability Point and Kalman Filter-based Vehicle Tracing Technique Soo Siang Teoh and Thomas Bräunl Abstract This paper introduces a technique for tracing the movement of vehicles in consecutive video
LOAD BALANCING IN WDM NETWORKS THROUGH DYNAMIC ROUTE CHANGES
LOAD BALANCING IN WDM NETWORKS THROUGH DYNAMIC ROUTE CHANGES S.Ramanathan 1, G.Karthik 1, Ms.G.Sumathi 2 1 Dept. of computer science Sri Venkateswara College of engineering, Sriperumbudur, 602 105. 2 Asst.professor,
VEHICLE ROUTING PROBLEM
VEHICLE ROUTING PROBLEM Readings: E&M 0 Topics: versus TSP Solution methods Decision support systems for Relationship between TSP and Vehicle routing problem () is similar to the Traveling salesman problem
SmartPATH: An Efficient Hybrid. ACO-GA Algorithm for Solving the Global Path Planning Problem of Mobile Robots
International Journal of Advanced Robotic Systems ARTICLE SmartPATH: An Efficient Hybrid immediate ACO-GA Algorithm for Solving the Global Path Planning Problem of Mobile Robots Regular Paper Imen Châari1,3,*,
Outline. NP-completeness. When is a problem easy? When is a problem hard? Today. Euler Circuits
Outline NP-completeness Examples of Easy vs. Hard problems Euler circuit vs. Hamiltonian circuit Shortest Path vs. Longest Path 2-pairs sum vs. general Subset Sum Reducing one problem to another Clique
An Interactive Visualization Tool for the Analysis of Multi-Objective Embedded Systems Design Space Exploration
An Interactive Visualization Tool for the Analysis of Multi-Objective Embedded Systems Design Space Exploration Toktam Taghavi, Andy D. Pimentel Computer Systems Architecture Group, Informatics Institute
ISSN: 2321-7782 (Online) Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies
ISSN: 2321-7782 (Online) olume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com
A Dynamic Approach for Load Balancing using Clusters
A Dynamic Approach for Load Balancing using Clusters ShwetaRajani 1, RenuBagoria 2 Computer Science 1,2,Global Technical Campus, Jaipur 1,JaganNath University, Jaipur 2 Email: [email protected] 1
Analysis of Micromouse Maze Solving Algorithms
1 Analysis of Micromouse Maze Solving Algorithms David M. Willardson ECE 557: Learning from Data, Spring 2001 Abstract This project involves a simulation of a mouse that is to find its way through a maze.
So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)
Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we
Technological Roadmap to Boost the Introduction of AGVs in Industrial Applications
Technological Roadmap to Boost the Introduction of AGVs in Industrial Applications Lorenzo Sabattini, Valerio Digani, Cristian Secchi and Giuseppina Cotena Department of Engineering Sciences and Methods
Disjoint Path Algorithm for Load Balancing in MPLS network
International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 13 No. 1 Jan. 2015, pp. 193-199 2015 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/
Routing Optimization Heuristics Algorithms for Urban Solid Waste Transportation Management
Routing Optimization Heuristics Algorithms for Urban Solid Waste Transportation Management NIKOLAOS V. KARADIMAS, NIKOLAOS DOUKAS, MARIA KOLOKATHI, GERASIMOULA DEFTERAIOU Multimedia Technology Laboratory
Introduction to LAN/WAN. Network Layer
Introduction to LAN/WAN Network Layer Topics Introduction (5-5.1) Routing (5.2) (The core) Internetworking (5.5) Congestion Control (5.3) Network Layer Design Isues Store-and-Forward Packet Switching Services
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING Neethu M.S 1 PG Student, Dept. of Computer Science and Engineering, LBSITW (India) ABSTRACT Cloud computing is emerging as a new paradigm for manipulating, configuring,
International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net
International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational
Test Coverage Criteria for Autonomous Mobile Systems based on Coloured Petri Nets
9th Symposium on Formal Methods for Automation and Safety in Railway and Automotive Systems Institut für Verkehrssicherheit und Automatisierungstechnik, TU Braunschweig, 2012 FORMS/FORMAT 2012 (http://www.forms-format.de)
Real-Time Path Planning and Navigation for a Web-Based Mobile Robot Using a Modified Ant Colony Optimization Algorithm
Real-Time Path Planning and Navigation for a Web-Based Mobile Robot Using a Modified Ant Colony Optimization Algorithm KUAN-YU CHEN*, CHIA-YUN LIN, CHENG-CHIN CHIEN, JING-HUEI TSAI, YU-CHING LIU Department
Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging
Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Aravind. P, Kalaiarasan.A 2, D. Rajini Girinath 3 PG Student, Dept. of CSE, Anand Institute of Higher Technology,
A Review on Load Balancing In Cloud Computing 1
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 6 June 2015, Page No. 12333-12339 A Review on Load Balancing In Cloud Computing 1 Peenaz Pathak, 2 Er.Kamna
Inter-domain Routing Basics. Border Gateway Protocol. Inter-domain Routing Basics. Inter-domain Routing Basics. Exterior routing protocols created to:
Border Gateway Protocol Exterior routing protocols created to: control the expansion of routing tables provide a structured view of the Internet by segregating routing domains into separate administrations
