Step-coordination Algorithm of Traffic Control Based on Multi-agent System

Size: px
Start display at page:

Download "Step-coordination Algorithm of Traffic Control Based on Multi-agent System"

Transcription

1 International Journal of Automation and Computing 6(3), August 2009, DOI: /s z Step-coordination Algorithm of Traffic Control Based on Multi-agent System Hai-Tao Zhang 1 Fang Yu 1, Wen Li 2 1 Electronic Information Engineering College, Henan University of Science and Technology, Luoyang , PRC 2 Materials Science and Engineering College, Zhengzhou University, Zhengzhou , PRC Abstract: Aiming at the deficiency of conventional traffic control method, this paper proposes a new method based on multi-agent technology for traffic control. Different from many existing methods, this paper distinguishes traffic control on the basis of the agent technology from conventional traffic control method. The composition and structure of a multi-agent system (MAS) is first discussed. Then, the step-coordination strategies of intersection-agent, segment-agent, and area-agent are put forward. The advantages of the algorithm are demonstrated by a simulation study. Keywords: Traffic control, coordination algorithm, multi-agent system (MAS), traffic control system, agent. 1 Introduction The conventional control method is mainly suitable for linear and static systems. It is difficult to build a precise mathematical model for a non-linear, dynamic, and nondefinitude system. The multi-agent system (MAS) is considered one of the most significant achievements in artificial intelligence. Its aim is to divide the large system into several small systems that can communicate and coordinate with each other and can be managed easily. Agent technology has been applied to control field for a few years, and its characteristics are autonomy, mobility, reactivity, and intelligence. This paper applies MAS technique to the traffic control system. The MAS organizes and controls intersection-agents, segment-agent, area-agent, and centeragent so as to keep the traffic flow in a rational state. There are mainly three coordination ways at present: 1) Set a special coordination-agent to coordinate the acts between different agents. 2) Different coordination tasks are planted into different functional modules. The system completes the coordination automatically. 3) Combine the central method with the distributed method. Thus, the system can complete some coordination and accept the rules made by the higher-level agent at the same time. The traffic control based on MAS was first introduced into traffic flow allocation, and an iterative algorithm of allocation was put forward in [1]. Wang [2] put forward a bottom-up holistic artificial transportation system to solve the problems of complex transportation systems effectively. Du and Wu [3] presented a model of the multi-agent collaboration based on game theory and the basic structure of the traffic agents. Ma et al. [4] combined explicit coordination Manuscript received June 20, 2008; revised October 10, 2008 *Corresponding author. address: 02431yf@163.com based on game theory with implicit coordination based on social rules/knowledge. Liu et al. [5] put forward a coordination algorithm based on the game theory. This paper puts forward a step-coordination algorithm, which coordinates the traffic step by step according to the order of segment-agent, intersection-agent, area-agent, and center-agent. 2 Architecture of the traffic control system based on multi-agent system The MAS is an important branch of artificial intelligence. It decomposes a complex system to several small systems that can communicate and coordinate with each other and can be managed easily. In MAS, each agent is an autonomous system and can interact with other agents to complete their common goals. MAS coordination means that an autonomous agent rationally arranges its objectives, resources, and mental states, and adjusts its decision-making and behavior to accomplish the goals. MAS is distributed, intelligent, flexible, and interactive. MAS can be used to organize and control traffic flow, and the coordination of different agents can keep the city traffic flow in a rational state. On the basis of the multi-agent technique, there are five types of agents in the system: centeragent (CA in Fig. 1), area-agent (AA1 and AA2 in Fig. 1), segment-agent (SA1 and SA2 in Fig. 1), intersection-agent (IA1 IA8 in Fig. 1), and vehicle-agent (VA1 and VA2 in Fig. 1). All types of agents have their own structures, information, goals, and tasks. They control and manage the traffic by communication, coordination, and cooperation. Agents on the same layer can conduct real-time data communication with adjacent agents so as to adjust the control strategy. The basic function of various types of agent is described as follows: 1) The vehicle-agent once it enters a certain road, it must

2 H. T. Zhang et al. / Step-coordination Algorithm of Traffic Control Based on Multi-agent System 309 register in the segment-agent of the road to make the agent know its arrival, so that the segment-agent can know the traffic flow at any moment. When a vehicle enters a segment, the downstream detector detects the vehicles arrival and sets COUNT = COUNT + 1; when a vehicle drives out of the segment, the upstream detector sets the COUNT = COUNT 1. 2) The intersection-agent is the bottom layer of the coordination system. It is responsible for monitoring the signal of the intersection, conducting real-time communication with adjacent intersections or regional control center, and completing the control tasks. It is the major agent to carry out traffic control. When the intersection-agent cannot solve the traffic problem by adjusting its own decisionmaking, it coordinates with the adjacent intersection-agent. Once the coordination fails, it will turn to the area-agent for help. 3) The segment-agent is responsible for coordinating with the adjacent intersection agents. It is on the same layer as the intersection-agent and is controlled by the area-agent too. 4) The area-agent is the middle layer of the control system, responsible for monitoring the intersection-agents and segment-agents. When the area-agent receives a request, it adjusts the behaviors of the intersection-agents according to the principle of acquiring the largest overall interests. 5) The center-agent is the highest-level of the control system, responsible for managing the whole system, monitoring different area-agents, and assessing the running state of the city road so as to realize the optimal control of the entire city traffic control system. 3 Coordination algorithm First, we introduce a few related hypotheses. Suppose the number of vehicles of intersection i at the moment t is Q i(t) = {Q i,e(t), Q i,s(t), Q i,w(t), Q i,n(t)} (1) where Q i,e(t), Q i,s(t), Q i,w(t), and Q i,n(t) are the numbers of waiting vehicles on the east, south, west, and north directions of intersection i, respectively. Q i,j(t)(j = e, s, w, n) is a vector Q i,j(t) = {q j,a(t), q j,r(t), q j,l (t)} (2) where the variable q j,a(t) means the number of vehicles going ahead at the moment t, q j,r(t) means the number of vehicles turning right at the moment t, and q j,l (t) means the number of vehicles turning left at the moment t. Then, assume the threshold value vector of the numbers of waiting vehicles of intersection i is Q i = {Q i,e, Q i,s, Q i,w, Q i,n} (3) where Q i,e, Q i,s, Q i,w, and Q i,n are the maximum numbers of the vehicles waiting at the east, south, west, and north directions of intersection i, respectively. It is a static vector, the value will not change as time goes by, but it can be modified at the initial time. 3.1 Determination of priority Suppose an intersection-agent is a quaternion A, Act, R, Φ, in which A is the set of agents; Act(t) is the set of optional actions at the moment t; act i(t) Act(t) (i A) is the action of agent i: Act(t) = (act i(t)) (4) R(t) is the resource of the intersection-agent at moment t; and Φ is the profit function. Definition 1. The profit function of agent i under the action act i(t) is Φ : A T Act A(T ) R [0, 1]. (5) The value of Φ(i, t, act i(t)) is (prof, est), where prof means the profit of agent i to execute act i(t) at moment t, and est is the probability. However, Definition 1 does Fig. 1 Structure of the traffic control system based on agent

3 310 International Journal of Automation and Computing 6(3), August 2009 not take the other agents into account, so it cannot predict the profit accurately. It needs another function to predict the actions of other agents. other(i, t, act i(t)) is a set of the other agents behaviors when agent i implements act i(t) and act A i = (act j(t)). (6) Definition 2. The profit function of Agent i, which is under the action act i(t), considers other agents action as Φ (i, t, act i(t)) = {Φ(i, t, act i(t) act A i act A i other(i, t, act i(t))). (7) When determining the priority, we first calculate Φ. Then, set Fig. 2 Coordination of segment-agents Φ(i, t, act A(t)) = max act A (t) Act A (t) {Φ (i, t, act A(t))}. (8) The joint actions which make the establishment of equation (8) acquire the highest priority. 3.2 Coordination of the intersectionagents We set detectors on the upstream and downstream of each segment, such as D1, D2, and D3 in Fig. 2. The detectors are responsible for collecting the information of the road segment and sending the information to the segmentagent [6]. Each intersection-agent has a variable COUNT to record the traffic flow of each direction where COUNT = {Count e, Count s, Count w, Count n}. If the values of COUNT are less than the thresholds Q i,e, Q i,s, Q i,w, and Q i,n, respectively, then the different phases are coordinated by the time slices circular scheduling. The time is divided into a series of equal-length time slices, which are transmitted in the entire loop. The entire loop can be regarded as a shift register, all phases waiting for the time slice. The phase can let the vehicle go only after it has received a time slice. When the traffic flow is very busy and the traffic is not balanceable at different phases, coordinations are done by sending a token, and each phase can pass it only after having a token. When the vehicles of one direction of agent i are over the threshold Q i,j, a request is sent to agent i. If agent i receives the request, then it produces a token and sends it to the relevant phase. If more than one phase ask for the green time, then all of their priorities are calculated, and the phase of the highest priority acquires the token. Slice and token are first transmitted to segment-agent and then the segment-agent allocates it to the relevant phases. The intersection-agent is allowed to produce more than one token at the same time and allocates them to nonconflicting phases. This not only will guarantees no conflict but also will not cause waste of resources. The transmission and distribution processes are as shown in Fig. 3. If the intersection-agents cannot resolve the conflicts by coordination, then resort to segment-agents to coordinate with the adjacent intersection-agents. Fig. 3 Transmission of time slice and token of intersection-agent 3.3 Coordination of the segment-agents When the intersection-agents cannot solve the problem by themselves, they must coordinate with the adjacent intersection-agents. Liu and Wang [7] put forward the consulting strategy of intersection-agents and segment-agents. We suppose that intersection-agent IA 1 needs to coordinate with IA 3. Considering the traffic flow between IA 1 and IA 3, the strategies made by IA 1 include two factors as follows: 1) The request IA1 to IA 3; 2) The self-strategy of IA 1. The strategies made by IA 3 include two factors as follows: 1) The request IA 3 to IA 1; 2) The self-strategy of IA 3. The main role of SA 1 is to compare the above strategies, choose the optimal strategy and send the final strategy to IA 1 and IA 3. There are four possible strategies: 1) IA 1 finishes ST 31; IA 3 finishes ST 13. 2) IA 1 finishes ST 31; IA 3 finishes self-strategy. 3) IA 1 finishes self-strategy; IA 3 finishes ST 13. 4) IA 1 finishes self-strategy; IA 3 finishes self-strategy. ST ij means that IA i asks IA j to do the strategy ST ij. For each intersection-agent, we set IA i={e,s,w,n}, where

4 H. T. Zhang et al. / Step-coordination Algorithm of Traffic Control Based on Multi-agent System 311 { { E = 1, when green, S = 1, when green, { { W = 1, when green, N = 1, when green. In every intersection, the control action at the next time interval includes 1) keep the original lamp state until the end of the next time interval; 2) change lamp state. Take SA 3 for example. The middle lamp state of IA 1 is green (expressed with g), and the middle lamp state of IA 3 is red (expressed with r). Suppose the request of IA 3 to IA 1 is to change lamp state, The self-strategy of IA 1 is to keep lamp state, the request of IA 1 to IA 3 is to keep lamp state, and the self-strategy of IA 3 is to change lamp state. Then, the above four strategies are concretized at the next time interval as follows: 1) IA 1-r, IA 3-r; 2) IA 1-r, IA 3-g; 3) IA 1-g, IA 3-r; 4) IA 1-g, IA 3-g. SA 3 compares the control results, chooses the optimal one, and then sends the strategies to IA 1 and IA 3. When IA 1 receives the final strategies from SA 1, SA 2, SA 3, and SA 4, it modifies the values of E, S, W, and N, then executes the strategies. If the segment-agents cannot resolve the conflict by coordination, then it will ask area-agents for help. 3.4 Coordination of the area-agents Wang [2] proposed a hosting mechanism for traffic control agents. In agent-based traffic control management, a traffic controller becomes a traffic agent host where different agents reside at different times in response to different traffic conditions. In the traditional control system, a control algorithm is an integral part of an isolated device and must be responsible for the entire operation. However, a control agent in an agent-based control system just focuses on a few specific operating conditions. Many simple taskspecific control agents distribute over the whole networks and operate the devices. In this paper, an area-agent manages four intersectionagents and four segment-agents (for example, AA 1 manage IA 1, IA 2, IA 3, IA 4, SA 1, SA 2, SA 3, and SA 4). In all systems, the resource is limited, the decision-making of one intersection-agent will affect the others and will be affected by the others too [8]. Therefore, the conflicts between different intersection-agents are inevitable. When the intersection-agents cannot reach an agreement, they must coordinate with each other. The specific algorithm of coordination is as follows: Step 1. If the vehicles of one direction of the intersection-agents are over the threshold, then requests are sent to adjacent intersection-agent for help. Step 2. The adjacent intersection-agents response to the requests, and change their strategies to find the largest overall interests of Nash equilibrium. Step 3. If Nash equilibrium exists, the intersectionagents amend their strategies according to the actions which made the establishment of Nash equilibrium and end this coordination; if Nash equilibrium does not exist, the intersection-agents send requests to area-agents for help. Step 4. Area-agents respond to requests by calculating the overall interest function Γ = Φ (i, t, act A(t)) (9) and find the strategies to make Γ the maximum value and then send the control strategies to relevant intersectionagents. Step 5. Intersection-agents execute the strategies made by area-agents, and then go to Step Implementation When the traffic is not busy, the intersection-agents coordinate the traffic through their own algorithms. If the traffic flow is too heavy to control, the intersectionagents ask segment-agents to coordinate with the adjacent intersection-agents. Segment-agents coordinate the neighboring intersection-agents, if the segment-agents cannot resolve the problems, and then ask area-agents for help. If the area-agents cannot resolve the conflicts, then they should ask center-agent for help. The center-agent controls the whole traffic system. After receiving the requests, the center-agent coordinates the whole system based on the principle of acquiring the maximum profit. In this paper, we propose a method to coordinate the traffic step by step, which ensures the traffic congestion can be solved immediately and reduces the waiting time effectively and improves the performance of the traffic system. 4 Case analysis and simulation Take the Jianxi area of Luoyang city for example, as shown in Figs. 4 and 5. Fig. 5 Fig. 4 Road net of Jianxi area Structure of Jianxi area based on agent

5 312 International Journal of Automation and Computing 6(3), August 2009 Suppose the states of intersection-agents IA 1, IA 2, IA 3, IA 4, IA 5, and IA 6 at moment t are At next interval: IA 1 = {0, 1, 0, 1} IA 2 = {1, 0, 1, 0} IA 3 = {0, 1, 0, 1} IA 4 = {1, 0, 1, 0} IA 5 = {1, Ø, 1, 0} IA 6 = {0, 1, 0, 1}. 1) The self-strategy of IA 1 is to change the lamp states of all directions, and asks IA 2 to keep the lamp states of E and W directions, IA 4 to keep the lamp states of S and N directions; 2) The self-strategy of IA 2 is to keep the lamp states, and asks IA 1 and IA 3 to change the lamp states of E and W directions, IA 5 to keep the lamp state of S direction; 3) The self strategy of IA 3 is to keep the lamp states, and asks IA 2 to change the lamp states of E and W directions, IA 6 to keep the states of S and N directions; 4) The self-strategy of IA 4 is to keep the states, and asks IA 1 to change the lamp states of S and N directions, IA 5 to keep the states of E and W directions; 5) The self-strategy of IA 5 is to keep the states, and asks IA 4 to keep the states of E and W directions, IA 6 to change the states of E and W directions; 6) The self-strategy of IA 6 is to change the states, and asks IA 3 to keep the states of S and N directions, IA 5 to keep the states of E and W directions; 7) Segment-agent SA 1 receives the information from IA 1 and IA 2, compares the requests, and finds that there are no conflicts, then sends the final strategies to IA 1 and IA 2: IA 1 changes its lamp states of E and W directions; IA 2 keeps the states; 8) SA 2 receives the request and finds a conflict between the self-strategy of IA 2 and ST 32. SA 2 coordinates the strategies and sends the final decision to IA 2 and IA 3: IA 2 keeps its states; IA 3 changes the states of E and W directions. Moreover, all segment-agents coordinate the requests from the intersection-agents and sends the strategies to both. Thus, at the next interval the lamp states of IA 1, IA 2, IA 3, IA 4, IA 5, and IA 6 are IA 1 = {1, 0, 1, 0}, IA 2 = {1, 0, 1, 0}, IA 3 = {1, 0, 1, 0}, IA 4 = {1, 0, 1, 0}, IA 5 = {1, ø, 1, 0}, and IA 6 = {1, 0, 1, 0}. If the segmentagents cannot resolve the conflicts, then send requests to area-agents for help. Assume the arrival of the vehicles obeys Poisson distribution and the turning probability {P left, P ahead, P right } = {0.2, 0.5, 0.3}. All intersections are two phases control systems. The number of intersections is 5; signal period C = 120 s; phase difference is 0; split ratio is decided by the controller of the intersection; acceleration time t α = 2.3 s; simulation time = 600 min; saturation flow rate=1800; and weighting coefficient k 1 = 0.5, k 2 = 0.5. The performance evaluation is taken as follows: J = k 1D + k 2S (10) where D is the average delay time; S is the average stop number; and k 1 and k 2 are the weighting coefficients. The simulation compares the signal control based on agents with the traditional fixed signal control. The control based on agent coordinating uses the algorithm proposed above in this paper, and the fixed signal control changes the signal status at the beginning of each cycle, the split ratio is 0.5. Figs. 6 and 7 are the simulation results. The traffic flows are 600 pcu/h and 1200 pcu/h, respectively. It can be seen clearly that when the traffic flow is large the control based on agents is better than the traditional control. Fig. 6 Fig. 7 Simulation results where traffic flow is 600 pcu/h Simulation results where traffic flow is 1200 pcu/h 5 Conclusions We established a model of traffic control system based on multi-agent technology. Step-coordination algorithm is presented, and it includes the coordination of intersectionagents, segment-agents, and area-agents. In the coordination of intersection-agents, the time slice and token are

6 H. T. Zhang et al. / Step-coordination Algorithm of Traffic Control Based on Multi-agent System 313 brought in. If traffic flow is not great and the flows of different phases are in balance, the time slice is used to coordinate. If the traffic flows of the different phases are not in balance, then the profit function is calculated and priorities are set, and the highest priority phase gains the token. When the traffic flow is too heavy to resolve by themselves, they coordinate with the adjacent intersection-agents or send requests to area-agents for coordination. Simulation shows that the specific algorithm of coordination is better than the traditional control methods. References [1] R. E. Allsop. Some Possibilities for Using Traffic Control to Influence Trip Distribution and Route Choice. In Proceedings of the 6th International Symposium Transportation and Traffic Theory, Elsevier, New York, USA, pp , [2] F. Y. Wang. Agent-based Control for Networked Traffic Management Systems. IEEE Intelligent Systems, vol. 20, no. 5, pp , [3] R. H. Du, Q. Y. Wu. Research on Multi-agent-game in City Area Traffic Coordination Control. Computer Engineering & Science, vol. 29, no. 4, pp , (in Chinese) [4] S. F. Ma, Y. Li, B. Liu. Agent-based Traffic Coordination Control Method for Two Adjacent Intersections. Journal of Systems Engineering, vol. 18, no. 3, pp , (in Chinese). [5] H. X. Liu, W. Wei, C. Peng. City Traffic Control and Route Guidance Based on Multi-agent. Highways & Automotive Applications, vol. 5, pp , (in Chinese) [6] F. Y. Wang. Agent-based Control for Fuzzy Behavior Programming in Robotic Excavation. IEEE Transactions on Fuzzy Systems, vol. 12, no. 4, pp , [7] X. M. Liu, F. Y. Wang. Study of City Area Traffic Coordination Control on the Basis of Agent. In Proceedings of IEEE International Conference on Intelligent Transportation Systems, IEEE Press, Singapore, pp , [8] H. J. Gao, G. J. Yu, Z. L. Li. Agent-based Urban Traffic Signal Control. Control and Decision, vol. 19, no. 7, pp , (in Chinese) Hai-Tao Zhang graduated from Henan University of Science and Technology, PRC in He received the M. Sc. degree from Henan University of Science and Technology in 1997, and the Ph. D. degree from Institute of Automation, Chinese Academy of Sciences, PRC in He is currently an associate professor at Henan University of Science and Technology. His research interests include intelligent control and computer application technology. Fang Yu graduated from Huzhou Teachers College, PRC in She is currently a master student in Henan University of Science and Technology, PRC. Her research interests include intelligent control and traffic control. Wen Li graduated from Zhengzhou University, PRC in He is currently a master student in Zhengzhou University of Science and Technology, PRC. His research interests include intelligent control and materials processing.

Cloud Computing for Agent-based Traffic Management Systems

Cloud Computing for Agent-based Traffic Management Systems Cloud Computing for Agent-based Traffic Management Systems Manoj A Patil Asst.Prof. IT Dept. Khyamling A Parane Asst.Prof. CSE Dept. D. Rajesh Asst.Prof. IT Dept. ABSTRACT Increased traffic congestion

More information

ARTIFICIAL NEURAL NETWORKS FOR ADAPTIVE MANAGEMENT TRAFFIC LIGHT OBJECTS AT THE INTERSECTION

ARTIFICIAL NEURAL NETWORKS FOR ADAPTIVE MANAGEMENT TRAFFIC LIGHT OBJECTS AT THE INTERSECTION The 10 th International Conference RELIABILITY and STATISTICS in TRANSPORTATION and COMMUNICATION - 2010 Proceedings of the 10th International Conference Reliability and Statistics in Transportation and

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Purvi N. Ramanuj Department of Computer Engineering L.D. College of Engineering Ahmedabad Hiteishi M. Diwanji

More information

CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW

CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW 1 XINQIN GAO, 2 MINGSHUN YANG, 3 YONG LIU, 4 XIAOLI HOU School of Mechanical and Precision Instrument Engineering, Xi'an University

More information

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster , pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing

More information

Research Article A Study on the Coordination of Urban Traffic Control and Traffic Assignment

Research Article A Study on the Coordination of Urban Traffic Control and Traffic Assignment Discrete Dynamics in Nature and Society Volume 2012, Article ID 367468, 12 pages doi:10.1155/2012/367468 Research Article A Study on the Coordination of Urban Traffic Control and Traffic Assignment ZhaoWei

More information

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Qian Wu, Yahui Wang, Long Zhang and Li Shen Abstract Building electrical system fault diagnosis is the

More information

AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM

AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM Mr.S.Iyyappan 1, Mr.V.Nandagopal 2 P.G Scholar, Dept. of EEE, Ganadipathy Tulis s Jain Engineering College, Vellore,

More information

FPGA Implementation of an Advanced Traffic Light Controller using Verilog HDL

FPGA Implementation of an Advanced Traffic Light Controller using Verilog HDL FPGA Implementation of an Advanced Traffic Light Controller using Verilog HDL B. Dilip, Y. Alekhya, P. Divya Bharathi Abstract Traffic lights are the signaling devices used to manage traffic on multi-way

More information

Fault Analysis in Software with the Data Interaction of Classes

Fault Analysis in Software with the Data Interaction of Classes , pp.189-196 http://dx.doi.org/10.14257/ijsia.2015.9.9.17 Fault Analysis in Software with the Data Interaction of Classes Yan Xiaobo 1 and Wang Yichen 2 1 Science & Technology on Reliability & Environmental

More information

Blog Post Extraction Using Title Finding

Blog Post Extraction Using Title Finding Blog Post Extraction Using Title Finding Linhai Song 1, 2, Xueqi Cheng 1, Yan Guo 1, Bo Wu 1, 2, Yu Wang 1, 2 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing 2 Graduate School

More information

The Design and Application of Water Jet Propulsion Boat Weibo Song, Junhai Jiang3, a, Shuping Zhao, Kaiyan Zhu, Qihua Wang

The Design and Application of Water Jet Propulsion Boat Weibo Song, Junhai Jiang3, a, Shuping Zhao, Kaiyan Zhu, Qihua Wang International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) The Design and Application of Water Jet Propulsion Boat Weibo Song, Junhai Jiang3, a, Shuping Zhao,

More information

Density Map Visualization for Overlapping Bicycle Trajectories

Density Map Visualization for Overlapping Bicycle Trajectories , pp.327-332 http://dx.doi.org/10.14257/ijca.2014.7.3.31 Density Map Visualization for Overlapping Bicycle Trajectories Dongwook Lee 1, Jinsul Kim 2 and Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information

Load Balancing Algorithm Based on Services

Load Balancing Algorithm Based on Services Journal of Information & Computational Science 10:11 (2013) 3305 3312 July 20, 2013 Available at http://www.joics.com Load Balancing Algorithm Based on Services Yufang Zhang a, Qinlei Wei a,, Ying Zhao

More information

BRAESS-LIKE PARADOXES FOR NON-COOPERATIVE DYNAMIC LOAD BALANCING IN DISTRIBUTED COMPUTER SYSTEMS

BRAESS-LIKE PARADOXES FOR NON-COOPERATIVE DYNAMIC LOAD BALANCING IN DISTRIBUTED COMPUTER SYSTEMS GESJ: Computer Science and Telecommunications 21 No.3(26) BRAESS-LIKE PARADOXES FOR NON-COOPERATIVE DYNAMIC LOAD BALANCING IN DISTRIBUTED COMPUTER SYSTEMS Said Fathy El-Zoghdy Department of Computer Science,

More information

Demand Forecasting Optimization in Supply Chain

Demand Forecasting Optimization in Supply Chain 2011 International Conference on Information Management and Engineering (ICIME 2011) IPCSIT vol. 52 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V52.12 Demand Forecasting Optimization

More information

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)

More information

ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal

ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal Abstract With the rapid growth of both information and users

More information

Fleet management system as actuator for public transport priority

Fleet management system as actuator for public transport priority 10th ITS European Congress, Helsinki, Finland 16 19 June 2014 TP 0226 Fleet management system as actuator for public transport priority Niels van den Bosch 1, Anders Boye Torp Madsen 2 1. IMTECH Traffic

More information

GOAL-BASED INTELLIGENT AGENTS

GOAL-BASED INTELLIGENT AGENTS International Journal of Information Technology, Vol. 9 No. 1 GOAL-BASED INTELLIGENT AGENTS Zhiqi Shen, Robert Gay and Xuehong Tao ICIS, School of EEE, Nanyang Technological University, Singapore 639798

More information

The Theory of Concept Analysis and Customer Relationship Mining

The Theory of Concept Analysis and Customer Relationship Mining The Application of Association Rule Mining in CRM Based on Formal Concept Analysis HongSheng Xu * and Lan Wang College of Information Technology, Luoyang Normal University, Luoyang, 471022, China xhs_ls@sina.com

More information

A RFID Data-Cleaning Algorithm Based on Communication Information among RFID Readers

A RFID Data-Cleaning Algorithm Based on Communication Information among RFID Readers , pp.155-164 http://dx.doi.org/10.14257/ijunesst.2015.8.1.14 A RFID Data-Cleaning Algorithm Based on Communication Information among RFID Readers Yunhua Gu, Bao Gao, Jin Wang, Mingshu Yin and Junyong Zhang

More information

Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb

Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb College

More information

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL G. Maria Priscilla 1 and C. P. Sumathi 2 1 S.N.R. Sons College (Autonomous), Coimbatore, India 2 SDNB Vaishnav College

More information

Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic Information

Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic Information Journal of Computational Information Systems 9: 14 2013 5529 5534 Available at http://www.jofcis.com Analysis of Model and Key Technology for P2P Network Route Security Evaluation with 2-tuple Linguistic

More information

FCD in the real world system capabilities and applications

FCD in the real world system capabilities and applications 19th ITS World Congress, Vienna, Austria, 22/26 October 2012 EU-00040 FCD in the real world system capabilities and applications Anita Graser 1*, Melitta Dragaschnig 1, Wolfgang Ponweiser 1, Hannes Koller

More information

Load Balancing Routing Algorithm among Multiple Gateways in MANET with Internet Connectivity

Load Balancing Routing Algorithm among Multiple Gateways in MANET with Internet Connectivity Load Balancing Routing Algorithm among Multiple Gateways in MANET with Internet Connectivity Yonghang Yan*, Linlin Ci*, Ruiping Zhang**, Zhiming Wang* *School of Computer Science, Beiing Institute of Technology,

More information

Development of a Flexible and Agile Multi-robot Manufacturing System

Development of a Flexible and Agile Multi-robot Manufacturing System Development of a Flexible and Agile Multi-robot Manufacturing System Satoshi Hoshino Hiroya Seki Yuji Naka Tokyo Institute of Technology, Yokohama, Kanagawa 226-853, JAPAN (Email: hosino@pse.res.titech.ac.jp)

More information

Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge Service Network System in Agile Supply Chain

Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge Service Network System in Agile Supply Chain Send Orders for Reprints to reprints@benthamscience.ae 384 The Open Cybernetics & Systemics Journal, 2015, 9, 384-389 Open Access Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge

More information

The monitoring of the network traffic based on queuing theory

The monitoring of the network traffic based on queuing theory The 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 31 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 60 65 The monitoring of the network traffic

More information

Ultrasonic Detection Algorithm Research on the Damage Depth of Concrete after Fire Jiangtao Yu 1,a, Yuan Liu 1,b, Zhoudao Lu 1,c, Peng Zhao 2,d

Ultrasonic Detection Algorithm Research on the Damage Depth of Concrete after Fire Jiangtao Yu 1,a, Yuan Liu 1,b, Zhoudao Lu 1,c, Peng Zhao 2,d Advanced Materials Research Vols. 368-373 (2012) pp 2229-2234 Online available since 2011/Oct/24 at www.scientific.net (2012) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.368-373.2229

More information

Dynamic resource management for energy saving in the cloud computing environment

Dynamic resource management for energy saving in the cloud computing environment Dynamic resource management for energy saving in the cloud computing environment Liang-Teh Lee, Kang-Yuan Liu, and Hui-Yang Huang Department of Computer Science and Engineering, Tatung University, Taiwan

More information

Urban Traffic Control Based on Learning Agents

Urban Traffic Control Based on Learning Agents Urban Traffic Control Based on Learning Agents Pierre-Luc Grégoire, Charles Desjardins, Julien Laumônier and Brahim Chaib-draa DAMAS Laboratory, Computer Science and Software Engineering Department, Laval

More information

THE SCENARIO COORDINATION MODULE FOR THE MUNICIPALITY OF AMSTERDAM AND TRAFFIC MANAGEMENT CENTER OF NORTH-HOLLAND

THE SCENARIO COORDINATION MODULE FOR THE MUNICIPALITY OF AMSTERDAM AND TRAFFIC MANAGEMENT CENTER OF NORTH-HOLLAND 11 th TRAIL Congress November 2010 THE SCENARIO COORDINATION MODULE FOR THE MUNICIPALITY OF AMSTERDAM AND TRAFFIC MANAGEMENT CENTER OF NORTH-HOLLAND Integration of urban and freeway network control by

More information

A Proxy-based Architecture for Multimedia Transmission

A Proxy-based Architecture for Multimedia Transmission Proceedings of the 8th WSEAS International Conference on Automation and Information, Vancouver, Canada, June 19-21, 2007 322 A Proxy-based Architecture for Multimedia Transmission WANG DA-ZHEN [1,2], WAN

More information

Traffic Control by Influencing User Behavior

Traffic Control by Influencing User Behavior Traffic Control by Influencing User Behavior We examined a means of influencing user behavior to reduce the number of repeated calls by providing information to users and controlling the traffic before

More information

Research on Task Planning Based on Activity Period in Manufacturing Grid

Research on Task Planning Based on Activity Period in Manufacturing Grid Research on Task Planning Based on Activity Period in Manufacturing Grid He Yu an, Yu Tao, Hu Da chao Abstract In manufacturing grid (MG), activities of the manufacturing task need to be planed after the

More information

Available online at www.sciencedirect.com Available online at www.sciencedirect.com

Available online at www.sciencedirect.com Available online at www.sciencedirect.com Available online at www.sciencedirect.com Available online at www.sciencedirect.com Procedia Procedia Engineering Engineering () 9 () 6 Procedia Engineering www.elsevier.com/locate/procedia International

More information

An Optimization Model of Load Balancing in P2P SIP Architecture

An Optimization Model of Load Balancing in P2P SIP Architecture An Optimization Model of Load Balancing in P2P SIP Architecture 1 Kai Shuang, 2 Liying Chen *1, First Author, Corresponding Author Beijing University of Posts and Telecommunications, shuangk@bupt.edu.cn

More information

Fuzzy Active Queue Management for Assured Forwarding Traffic in Differentiated Services Network

Fuzzy Active Queue Management for Assured Forwarding Traffic in Differentiated Services Network Fuzzy Active Management for Assured Forwarding Traffic in Differentiated Services Network E.S. Ng, K.K. Phang, T.C. Ling, L.Y. Por Department of Computer Systems & Technology Faculty of Computer Science

More information

DSL Spectrum Management

DSL Spectrum Management DSL Spectrum Management Dr. Jianwei Huang Department of Electrical Engineering Princeton University Guest Lecture of ELE539A March 2007 Jianwei Huang (Princeton) DSL Spectrum Management March 2007 1 /

More information

A WEB-BASED TRAFFIC INFORMATION SYSTEM USING WIRELESS COMMUNICATION TECHNIQUES

A WEB-BASED TRAFFIC INFORMATION SYSTEM USING WIRELESS COMMUNICATION TECHNIQUES Advanced OR and AI Methods in Transportation A WEB-BASED TRAFFIC INFORMATION SYSTEM USING WIRELESS COMMUNICATION TECHNIQUES Akmal ABDELFATAH 1, Abdul-Rahman AL-ALI 2 Abstract. This paper presents a procedure

More information

Research on Competitive Strategies of Telecom Operators in Post-3G Era Based on Industry Chain Value Stream

Research on Competitive Strategies of Telecom Operators in Post-3G Era Based on Industry Chain Value Stream Research on Competitive Strategies of Telecom Operators in Post-3G Era Based on Industry Chain Value Stream Zhong Wei 1, a, Wang Jianming 2, b and Zhang Yang 3, c 1 Beijing University of Posts and Telecommunications,

More information

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm , pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College

More information

Research of PROFIBUS PA s integration in PROFINET IO

Research of PROFIBUS PA s integration in PROFINET IO 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research of PROFIBUS PA s integration in PROFINET IO Zhijia Yang 1, a *, Zhongsheng Li 1,2,b, Feng Qiao 2

More information

A Model of Optimum Tariff in Vehicle Fleet Insurance

A Model of Optimum Tariff in Vehicle Fleet Insurance A Model of Optimum Tariff in Vehicle Fleet Insurance. Bouhetala and F.Belhia and R.Salmi Statistics and Probability Department Bp, 3, El-Alia, USTHB, Bab-Ezzouar, Alger Algeria. Summary: An approach about

More information

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China Zhongqiang Liu 1, Kaiyi Wang 1*, Shufeng Wang 1, Feng Yang 1 and Xiandi Zhang 1, 1 Beijing Research Center for

More information

Modeling and Design of Intelligent Agent System

Modeling and Design of Intelligent Agent System International Journal of Control, Automation, and Systems Vol. 1, No. 2, June 2003 257 Modeling and Design of Intelligent Agent System Dae Su Kim, Chang Suk Kim, and Kee Wook Rim Abstract: In this study,

More information

Traffic Estimation and Least Congested Alternate Route Finding Using GPS and Non GPS Vehicles through Real Time Data on Indian Roads

Traffic Estimation and Least Congested Alternate Route Finding Using GPS and Non GPS Vehicles through Real Time Data on Indian Roads Traffic Estimation and Least Congested Alternate Route Finding Using GPS and Non GPS Vehicles through Real Time Data on Indian Roads Prof. D. N. Rewadkar, Pavitra Mangesh Ratnaparkhi Head of Dept. Information

More information

Effects of node buffer and capacity on network traffic

Effects of node buffer and capacity on network traffic Chin. Phys. B Vol. 21, No. 9 (212) 9892 Effects of node buffer and capacity on network traffic Ling Xiang( 凌 翔 ) a), Hu Mao-Bin( 胡 茂 彬 ) b), and Ding Jian-Xun( 丁 建 勋 ) a) a) School of Transportation Engineering,

More information

Study of Lightning Damage Risk Assessment Method for Power Grid

Study of Lightning Damage Risk Assessment Method for Power Grid Energy and Power Engineering, 2013, 5, 1478-1483 doi:10.4236/epe.2013.54b280 Published Online July 2013 (http://www.scirp.org/journal/epe) Study of Lightning Damage Risk Assessment Method for Power Grid

More information

International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015)

International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015) International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015) An Optimal Reactive Power Planning Software for Urban Network Qiang Sun 1, a, Xue Wang 1,b, Yingting Ni

More information

Research on Vehicle Dynamics Simulation for Driving Simulator Fang Tang a, Yanding Wei b, Xiaojun Zhou c, Zhuhui Luo d, Mingxiang Xie e, Peixin Li f

Research on Vehicle Dynamics Simulation for Driving Simulator Fang Tang a, Yanding Wei b, Xiaojun Zhou c, Zhuhui Luo d, Mingxiang Xie e, Peixin Li f Advanced Materials Research Vols. 308-310 (2011) pp 1946-1950 Online available since 2011/Aug/16 at www.scientific.net (2011) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.308-310.1946

More information

Dynamic Adaptive Feedback of Load Balancing Strategy

Dynamic Adaptive Feedback of Load Balancing Strategy Journal of Information & Computational Science 8: 10 (2011) 1901 1908 Available at http://www.joics.com Dynamic Adaptive Feedback of Load Balancing Strategy Hongbin Wang a,b, Zhiyi Fang a,, Shuang Cui

More information

PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks

PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks Sinem Coleri and Pravin Varaiya Department of Electrical Engineering and Computer Science University of California,

More information

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation R.Navaneethakrishnan Assistant Professor (SG) Bharathiyar College of Engineering and Technology, Karaikal, India.

More information

A Novel Load Balancing Optimization Algorithm Based on Peer-to-Peer

A Novel Load Balancing Optimization Algorithm Based on Peer-to-Peer A Novel Load Balancing Optimization Algorithm Based on Peer-to-Peer Technology in Streaming Media College of Computer Science, South-Central University for Nationalities, Wuhan 430074, China shuwanneng@yahoo.com.cn

More information

Content Distribution Scheme for Efficient and Interactive Video Streaming Using Cloud

Content Distribution Scheme for Efficient and Interactive Video Streaming Using Cloud Content Distribution Scheme for Efficient and Interactive Video Streaming Using Cloud Pramod Kumar H N Post-Graduate Student (CSE), P.E.S College of Engineering, Mandya, India Abstract: Now days, more

More information

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network Netork Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Netork Sun Guang Abstract Build a mathematical model is the key problem of netork traffic prediction. Traditional single netork

More information

From Big Data to Smart Data How to improve public transport through modelling and simulation.

From Big Data to Smart Data How to improve public transport through modelling and simulation. From Big Data to Smart Data How to improve public transport through modelling and simulation. Dr. Alex Erath, Pieter Fourie, Sergio Ordó ~ nez, Artem Chakirov FCL Research Module: Mobility and Transportation

More information

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

More information

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification LEKSHMI.M.R Department of Computer Science and Engineering, KCG College of Technology Chennai,

More information

A New Hybrid Load Balancing Algorithm in Grid Computing Systems

A New Hybrid Load Balancing Algorithm in Grid Computing Systems A New Hybrid Load Balancing Algorithm in Grid Computing Systems Leyli Mohammad Khanli 1, Behnaz Didevar 2 1 University of Tabriz, Department of Computer Science, 2 Department of Technical and Engineering,

More information

A Review And Evaluations Of Shortest Path Algorithms

A Review And Evaluations Of Shortest Path Algorithms A Review And Evaluations Of Shortest Path Algorithms Kairanbay Magzhan, Hajar Mat Jani Abstract: Nowadays, in computer networks, the routing is based on the shortest path problem. This will help in minimizing

More information

A New Method for Traffic Forecasting Based on the Data Mining Technology with Artificial Intelligent Algorithms

A New Method for Traffic Forecasting Based on the Data Mining Technology with Artificial Intelligent Algorithms Research Journal of Applied Sciences, Engineering and Technology 5(12): 3417-3422, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 17, 212 Accepted: November

More information

Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration

Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration 1 Harish H G, 2 Dr. R Girisha 1 PG Student, 2 Professor, Department of CSE, PESCE Mandya (An Autonomous Institution under

More information

1 Solving LPs: The Simplex Algorithm of George Dantzig

1 Solving LPs: The Simplex Algorithm of George Dantzig Solving LPs: The Simplex Algorithm of George Dantzig. Simplex Pivoting: Dictionary Format We illustrate a general solution procedure, called the simplex algorithm, by implementing it on a very simple example.

More information

Task Similarity-Based Task Allocation Approach in Multi-Agent Engineering Software Systems

Task Similarity-Based Task Allocation Approach in Multi-Agent Engineering Software Systems JOURNAL OF INFORMATION SCIENCE AND ENGINEERING Task Similarity-Based Task Allocation Approach in Multi-Agent Engineering Software Systems YIFENG ZHOU 1, CHAO FEI, WANYUAN WANG 1 Research Center for Learning

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net

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

More information

Knowledge Acquisition Approach Based on Rough Set in Online Aided Decision System for Food Processing Quality and Safety

Knowledge Acquisition Approach Based on Rough Set in Online Aided Decision System for Food Processing Quality and Safety , pp. 381-388 http://dx.doi.org/10.14257/ijunesst.2014.7.6.33 Knowledge Acquisition Approach Based on Rough Set in Online Aided ecision System for Food Processing Quality and Safety Liu Peng, Liu Wen,

More information

ATM Network Performance Evaluation And Optimization Using Complex Network Theory

ATM Network Performance Evaluation And Optimization Using Complex Network Theory ATM Network Performance Evaluation And Optimization Using Complex Network Theory Yalin LI 1, Bruno F. Santos 2 and Richard Curran 3 Air Transport and Operations Faculty of Aerospace Engineering The Technical

More information

The Study on Logistics Management Patterns based on Fuzzy Comprehensive Evaluation Method

The Study on Logistics Management Patterns based on Fuzzy Comprehensive Evaluation Method The Study on Logistics Management Patterns based on Fuzzy Comprehensive Evaluation Method School of Management Shanghai University, Shanghai Baoshan 200072 School of Foreign Yiwu Industrial & Commercial

More information

Advanced Car Parking System with GSM Supported Slot Messenger

Advanced Car Parking System with GSM Supported Slot Messenger IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735Volume 10, Issue 1, Ver II (Jan - Feb 2015), PP 14-18 wwwiosrjournalsorg Advanced Car Parking System

More information

Medical Image Segmentation of PACS System Image Post-processing *

Medical Image Segmentation of PACS System Image Post-processing * Medical Image Segmentation of PACS System Image Post-processing * Lv Jie, Xiong Chun-rong, and Xie Miao Department of Professional Technical Institute, Yulin Normal University, Yulin Guangxi 537000, China

More information

Game Theory Based Iaas Services Composition in Cloud Computing

Game Theory Based Iaas Services Composition in Cloud Computing Game Theory Based Iaas Services Composition in Cloud Computing Environment 1 Yang Yang, *2 Zhenqiang Mi, 3 Jiajia Sun 1, First Author School of Computer and Communication Engineering, University of Science

More information

Circle Object Recognition Based on Monocular Vision for Home Security Robot

Circle Object Recognition Based on Monocular Vision for Home Security Robot Journal of Applied Science and Engineering, Vol. 16, No. 3, pp. 261 268 (2013) DOI: 10.6180/jase.2013.16.3.05 Circle Object Recognition Based on Monocular Vision for Home Security Robot Shih-An Li, Ching-Chang

More information

MAXIMIZING RESTORABLE THROUGHPUT IN MPLS NETWORKS

MAXIMIZING RESTORABLE THROUGHPUT IN MPLS NETWORKS MAXIMIZING RESTORABLE THROUGHPUT IN MPLS NETWORKS 1 M.LAKSHMI, 2 N.LAKSHMI 1 Assitant Professor, Dept.of.Computer science, MCC college.pattukottai. 2 Research Scholar, Dept.of.Computer science, MCC college.pattukottai.

More information

Prediction Model for Crude Oil Price Using Artificial Neural Networks

Prediction Model for Crude Oil Price Using Artificial Neural Networks Applied Mathematical Sciences, Vol. 8, 2014, no. 80, 3953-3965 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43193 Prediction Model for Crude Oil Price Using Artificial Neural Networks

More information

Determining optimal window size for texture feature extraction methods

Determining optimal window size for texture feature extraction methods IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec

More information

Opnet Based simulation for route redistribution in EIGRP, BGP and OSPF network protocols

Opnet Based simulation for route redistribution in EIGRP, BGP and OSPF network protocols IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 1, Ver. IV (Jan. 2014), PP 47-52 Opnet Based simulation for route redistribution

More information

GIS DRIVEN URBAN TRAFFIC ANALYSIS BASED ON ONTOLOGY

GIS DRIVEN URBAN TRAFFIC ANALYSIS BASED ON ONTOLOGY GIS DRIVEN URBAN TRAFFIC ANALYSIS BASED ON ONTOLOGY Tazin Malgundkar 1,Madhuri Rao 2 and Dr. S.S. Mantha 3 1 Student, Computer Engineering, Thadomal Shahani Engineering College, Bandra, Mumbai, India.

More information

The Research on System Framework and Application of Analytical CRM based on MAS

The Research on System Framework and Application of Analytical CRM based on MAS The Research on System Framework and Application of Analytical CRM based on MAS Pei Liu RanRan Li GuoRui Jiang Economics and Management School Beijing University of Technology, Beijing ABSTRACT This paper

More information

A Multi-Agent-based Approach to Improve Intrusion Detection Systems False Alarm Ratio by Using Honeypot

A Multi-Agent-based Approach to Improve Intrusion Detection Systems False Alarm Ratio by Using Honeypot A Multi-Agent-based Approach to Improve Intrusion Detection Systems False Alarm Ratio by Using Honeypot Babak Khosravifar Dept. Comp. Eng. Concordia University, Montreal, Canada b khosr@encs.concordia.ca

More information

A Multipurpose Vehicle Tracking System Based on ARM CORTEX-M3 STM32, HMC5883L, MPU-6050, GSM and GPS

A Multipurpose Vehicle Tracking System Based on ARM CORTEX-M3 STM32, HMC5883L, MPU-6050, GSM and GPS Journal of Traffic and Logistics Engineering Vol. 4, No. 1, June 2016 A Multipurpose Vehicle Tracking System Based on ARM CORTEX-M3 STM32, HMC5883L, MPU-6050, GSM and GPS Muhammad Husnain Ul Abdeen, Umar

More information

ACCELERATION CHARACTERISTICS OF VEHICLES IN RURAL PENNSYLVANIA

ACCELERATION CHARACTERISTICS OF VEHICLES IN RURAL PENNSYLVANIA www.arpapress.com/volumes/vol12issue3/ijrras_12_3_14.pdf ACCELERATION CHARACTERISTICS OF VEHICLES IN RURAL PENNSYLVANIA Robert M. Brooks Associate Professor, Department of Civil and Environmental Engineering,

More information

An Agent-Based Concept for Problem Management Systems to Enhance Reliability

An Agent-Based Concept for Problem Management Systems to Enhance Reliability An Agent-Based Concept for Problem Management Systems to Enhance Reliability H. Wang, N. Jazdi, P. Goehner A defective component in an industrial automation system affects only a limited number of sub

More information

Optimization of PID parameters with an improved simplex PSO

Optimization of PID parameters with an improved simplex PSO Li et al. Journal of Inequalities and Applications (2015) 2015:325 DOI 10.1186/s13660-015-0785-2 R E S E A R C H Open Access Optimization of PID parameters with an improved simplex PSO Ji-min Li 1, Yeong-Cheng

More information

A ROUTING ALGORITHM FOR MPLS TRAFFIC ENGINEERING IN LEO SATELLITE CONSTELLATION NETWORK. Received September 2012; revised January 2013

A ROUTING ALGORITHM FOR MPLS TRAFFIC ENGINEERING IN LEO SATELLITE CONSTELLATION NETWORK. Received September 2012; revised January 2013 International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 10, October 2013 pp. 4139 4149 A ROUTING ALGORITHM FOR MPLS TRAFFIC ENGINEERING

More information

Research on Trust Management Strategies in Cloud Computing Environment

Research on Trust Management Strategies in Cloud Computing Environment Journal of Computational Information Systems 8: 4 (2012) 1757 1763 Available at http://www.jofcis.com Research on Trust Management Strategies in Cloud Computing Environment Wenjuan LI 1,2,, Lingdi PING

More information

Tracking System for GPS Devices and Mining of Spatial Data

Tracking System for GPS Devices and Mining of Spatial Data Tracking System for GPS Devices and Mining of Spatial Data AIDA ALISPAHIC, DZENANA DONKO Department for Computer Science and Informatics Faculty of Electrical Engineering, University of Sarajevo Zmaja

More information

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Vasilios A. Siris and Despina Triantafyllidou Institute of Computer Science (ICS) Foundation for Research and Technology - Hellas

More information

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS

IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS Liuxi Zhang and Ali Abur Department of Electrical and Computer Engineering Northeastern University Boston, MA, USA lzhang@ece.neu.edu

More information

Multi-Agent System for Management and Monitoring of Routes Surveillance

Multi-Agent System for Management and Monitoring of Routes Surveillance Multi-Agent System for Management and Monitoring of Routes Surveillance Sara Rodríguez and Javier Bajo Departamento de Informática y Automática, Universidad de Salamanca Plaza de la Merced s/n, 37008,

More information

ENHANCED GREEN FIREWALL FOR EFFICIENT DETECTION AND PREVENTION OF MOBILE INTRUDER USING GREYLISTING METHOD

ENHANCED GREEN FIREWALL FOR EFFICIENT DETECTION AND PREVENTION OF MOBILE INTRUDER USING GREYLISTING METHOD ENHANCED GREEN FIREWALL FOR EFFICIENT DETECTION AND PREVENTION OF MOBILE INTRUDER USING GREYLISTING METHOD G.Pradeep Kumar 1, R.Chakkaravarthy 2, S.Arun kishorre 3, L.S.Sathiyamurthy 4 1- Assistant Professor,

More information

A Service Choice Model for Optimizing Taxi Service Delivery

A Service Choice Model for Optimizing Taxi Service Delivery A Service Choice Model for Optimizing Taxi Service Delivery Shih-Fen Cheng School of Information Systems Singapore Management University sfcheng@smu.edu.sg Xin Qu School of Information Systems Singapore

More information

A Hybrid Load Balancing Policy underlying Cloud Computing Environment

A Hybrid Load Balancing Policy underlying Cloud Computing Environment A Hybrid Load Balancing Policy underlying Cloud Computing Environment S.C. WANG, S.C. TSENG, S.S. WANG*, K.Q. YAN* Chaoyang University of Technology 168, Jifeng E. Rd., Wufeng District, Taichung 41349

More information