Self-Organizing Traffic Control via Fuzzy Logic

Size: px
Start display at page:

Download "Self-Organizing Traffic Control via Fuzzy Logic"

Transcription

1 Proc. 32 nd IEEE Conf. on Decision & Control San Antonio, Texas - December 1993, pp Self-Organizing Traffic Control via Fuzzy Logic Stephen Chiu and Sujeet Chand Rockwell International Science Center 1049 Camino Dos Rios Thousand Oaks, CA 91360, USA Abstract We present an approach to self-organizing traffic signal control based on a fully distributed system of cooperative local controllers. The signal timing parameters at each intersection are adjusted by a local controller as functions of the local traffic condition and of the signal timing parameters at adjacent intersections. Each local controller uses a set of fuzzy decision rules to adjust the standard signal timing parameters: cycle time, phase split, and offset. This fully distributed architecture provides for a fault-tolerant, responsive traffic control system, while the underlying fuzzy rule-based algorithm provides for a flexible and easily extensible control law. We show the effectiveness of this method through simulation of the traffic flow in a network of controlled intersections. 1. Introduction The steady increase in the number of automobiles on the road has amplified the importance of managing traffic flow efficiently to optimize utilization of existing road capacity. High fuel cost and environmental concerns also provide important incentives for minimizing traffic delays. To this end, computer technology has been widely applied to optimize traffic signal timing to facilitate traffic movement. Traffic signals in use today typically operate based on a preset timing schedule. The most common traffic control system used in the United States is the Urban Traffic Control System (UTCS), developed by the Federal Highway Administration in the 1970's. The UTCS generates timing schedules off-line on a central computer based on average traffic conditions for a specific time of day; the schedules are then downloaded to the local controllers at the corresponding time of day. The timing schedules are typically obtained by either maximizing the bandwidth on arterial streets or minimizing a disutility index that is generally a measure of delay and stops. Computer programs such as MAXBAND [3] and TRANSYT-7F [9] are well established means for performing these optimizations. The off-line, global optimization approach used by UTCS cannot respond adequately to unpredictable changes in traffic demand. With the availability of inexpensive microprocessors, several real-time adaptive traffic control systems were developed in the late 70's and early 80's to address this problem. These systems can respond to changing traffic demand by performing incremental optimizations at the local level. The most notable of these are SCATS [4,5,8], developed in Australia, and SCOOT [5,7], developed in England. Both SCATS and SCOOT incrementally optimize the signals' cycle time, phase split, and offset. The cycle time is the duration for completing all phases of a signal; phase split is the division of the cycle time into periods of green signal for competing approaches; offset is the time relationship between the start of each phase among adjacent intersections. SCATS organizes groups of intersections into subsystems. Each subsystem contains only one critical intersection whose timing parameters are adjusted directly by a regional computer based on the average prevailing traffic condition for the area. All other intersections in the subsystem are always coordinated with the critical intersection, sharing a common cycle time and coordinated phase split and offset. At the lower level, each intersection can independently shorten or omit a particular phase based on local traffic demand; however, any time saved by ending a phase early must be added to the subsequent phase to maintain a common cycle time among all intersections in the subsystem. The basic traffic data used by SCATS is the "degree of saturation", defined as the ratio of the effectively used green time to the total available green time. Cycle time for a critical intersection is adjusted to maintain a high degree of saturation for the lane with the greatest degree of saturation. Phase split for a critical intersection is adjusted to maintain equal degrees of saturation on competing approaches. The offsets among the intersections in a subsystem are selected to minimize stops in the direction of dominant traffic flow. Technical details on exactly how the cycle time and phase split of a critical intersection are adjusted are not available from literature. It seems that SCATS does not explicitly optimize any specific performance measure, such as average delay or stops. SCOOT uses real-time traffic data to obtain traffic flow models, called "cyclic flow profiles", on-line. The cyclic flow profiles are then used to estimate how many vehicles will arrive at a downstream signal when the signal is red. This estimate provides predictions of queue size for different hypothetical changes in the signal timing parameters. SCOOT's objective is to minimize the sum of the average 1

2 queues in an area. A few seconds before every phase change, SCOOT uses the flow model to determine whether it is better to delay or advance the time of the phase change by a few seconds, or leave it unaltered. Once a cycle, a similar question is asked to determine whether the offset should be advanced or delayed by a few seconds. Once every few minutes, the cycle time is similarly incremented or decremented by a few seconds. Thus, SCOOT changes its timing parameters in fixed increments to optimize an explicit performance objective. It is problematic that a specific performance objective will be appropriate for all traffic conditions. For example, maximizing bandwidth on arterial streets may cause extended wait time for vehicles on minor streets. This problem is typically addressed by the use of weighting factors; the TRANSYT optimization program provides user-selectable link-to-link flow weighting, stop weighting factors, and delay weighting factors. A traffic engineer can vary these weighting factors until the program produces a good (by human judgment) compromise solution. In view of the uncertainty in defining a suitable performance measure, the reactive type of control provided by SCATS, where there is no explicit effort to optimize any specific performance measure, appears to have merit. We believe implementing this type of control using fuzzy logic decision rules can further enhance the appropriateness of the control actions, increase control flexibility, and produce performance characteristics that more closely match human sensibility of "good" traffic control. In work performed by Pappis and Mamdani [6], fuzzy logic was applied to control a lone intersection of two one-way streets. Vehicle detectors were assumed to have been placed sufficiently upstream from the intersection to inform the controller about future arrival of vehicles at the intersection. It is then possible to predict the number of vehicles that will cross the intersection and the size of the queue that will accumulate if no change to the signal state takes place in the next N seconds, for N = 1,2, The predicted outcomes are ranked by fuzzy rules to determine the desirability of extending the current signal state for N more seconds. Each of the possible outcomes is assigned a degree of desirability by the rules, and the extension corresponding to the most desirable outcome is selected for implementation. Favilla et al. [2] applied fuzzy logic to control a lone intersection of two-way streets. The number of vehicles that have already passed through the green approach and the length of the vehicle queue in the red approach are used as inputs to the fuzzy rules; the output of the rules is the amount of extension to be applied to the current signal state. They also proposed additional strategies for adapting the numerical bounds on the input and output variables. We have applied fuzzy logic to the general problem of controlling multiple intersections in a network of two-way streets [1]. In our previous work, we proposed a highly distributed architecture in which each intersection is controlled by a local controller that is loosely coordinated with the adjacent intersections. A set of fuzzy rules is used at each intersection to adjust the cycle time, phase split, and offset based on local traffic data collected at the intersection and the timing parameters of adjacent intersections. This architecture provides for a fault-tolerant traffic control system where traffic can be managed by the collective actions of simple microprocessors located at each intersection; hardware failure at a small number of intersections should have minimal effect on overall network performance. In this paper, we extend this approach by presenting improved fuzzy rules that result in faster converging and more effective signal adaptation. 2. Fuzzy Control For completeness, a brief introduction to fuzzy rule-based control is presented in this section. At the basis of fuzzy logic is the representation of linguistic descriptions as membership functions [10]. The membership function indicates the degree to which a value belongs to the class labeled by the linguistic description. For example, the linguistic description BIG may be represented by the membership function BIG(x) shown in Fig. 1, where the abscissa is an input value and the ordinate is the degree to which the input value can be classified as BIG. In this example, the degree to which the number 80 is considered BIG is 0.5, i.e., BIG(80) = 0.5. Fuzzy control rules are typically expressed in the following form: If X 1 is A i,1 and X 2 is A i,2 then U is B i. where X 1 and X 2 are the inputs to the controller, U is the output, A's and B's are membership functions, and the subscript i denotes the rule number. For example, a rule for engine control may state If speed_error is negative_small and speed_error_change is positive_big, then throttle_change is positive_small. Given input values of x 1 and x 2, the degree of fulfillment (DOF) of rule i is given by the minimum of the degrees of satisfaction of the individual antecedent clauses, i.e., Membership DOF i = Min {A i,1 (x 1 ), A i,2 (x 2 )} BIG(x) x 80 Fig. 1. Membership function defines a linguistic description. 2

3 We compute the output value by u = n (DOF i )B d i n (DOF i ) i=1. i=1 where B d i is the defuzzified value of the membership function B i, and n is the number of rules. The defuzzified value of a membership function is the single value that best represents the linguistic description; typically, we take the abscissa of a membership function s centroid as its defuzzified value. In essence, each rule contributes a conclusion weighted by the degree to which the antecedent of the rule is fulfilled. The final control decision is obtained as the weighted average of all the contributed conclusions. Although there are several variant methods of fuzzy inference computation, the above method has gained popularity in control applications due to its computational and analytical simplicity. 3. Traffic Control Rules A set of 47 fuzzy control rules was used for adjusting the signal timing parameters. The rules are divided into three decoupled groups: a group of 25 rules for adjusting cycle time and phase split, a group of 18 rules for adjusting offset, and a group of 4 rules for determining appropriate constraints on the cycle time value. The rules for adjusting the cycle time and phase split follow the general principles used by SCATS, except here cycle time and phase split adjustments are coupled to avoid the possibility of one parameter change working against another. The cycle time and phase split are adjusted in concert to maintain good and equal degrees of saturation on competing approaches. The offset at each intersection is adjusted incrementally to coordinate with the adjacent upstream intersection to minimize stops in the direction of dominant traffic flow. We note that if the cycle time of the local intersection is widely different from that of the upstream intersection, then no coordination will be possible; hence a group of rules exists to limit the cycle time difference when coordination is important and allow cycle time to vary freely when coordination is unimportant (i.e., when traffic volume is low). In our previous work [1], we used decoupled rules for each of the cycle time, phase split, and offset adjustments, without any constraint on cycle time differences. The new rules provide more intelligent coordination among parameter adjustments. is low, the green periods must be reduced to maintain a given degree of saturation; this results in short cycle times that reduce the delay in waiting for phase changes. When the traffic volume is high, the green periods must be increased to maintain the same degree of saturation; this results in long cycle times that reduce the number of stops. The rules for adjusting the cycle time and phase split are shown in the form of a rule matrix in Fig. 2, and the corresponding membership functions are shown in Fig. 3. The inputs to the rules are (1) the highest degree of saturation among the east-west approaches and (2) the highest degree of saturation among the north-south approaches. The outputs of the rules are the amount of adjustment to the current cycle time, expressed as a fraction of the current cycle time, and the amount of adjustment to the current east-west green phase allocation. Because the green phase allocation for each approach is expressed as a percentage of the total cycle time, subtracting from the east-west green allocation will add an equal amount to the north-south green phase. Each cell in the rule matrix represents a possible combination of input conditions. For example, the upper left cell represents the combination "if east-west saturation is very.low and north-south saturation is very.low". The corresponding output conclusions are contained in each cell, where C denotes the cycle time adjustment, and P denotes the green phase adjustment for the east-west approach. For example, the conclusions in the upper left cell are "cycle time adjustment is negative big and green phase adjustment is zero." The rules are evaluated at every phase change; the maximum cycle time adjustment allowed in one step is 20% of the Cycle Time and Phase Split Adjustment Cycle time and phase split are adjusted in concert to maintain good and equal degrees of saturation on competing approaches. We define the degree of saturation for a given approach as the actual number of vehicles that passed through the intersection during the green period divided by the maximum number of vehicles that can pass through the intersection during that period. Hence, the degree of saturation is a measure of how effectively the green period is being used. The primary reason for maintaining a sufficiently high degree of saturation is not to ensure efficient use of green periods, but to control delay and stops. When traffic volume Fig. 2. Matrix representing rules for adjusting cycle time and phase split. 3

4 if vol_diff is very.high & req_adjust is low then allow_adjust is all; if vol_diff is very.high & req_adjust is high then allow_adjust is medium; : if vol_diff is low & req_adjust is high then allow_adjust is low; if vol_diff is none then allow_adjust is none; Fig. 4. Some rules for adjusting offset. Cycle Time Constraint Fig. 3. Membership functions used in rules. current cycle time, and the maximum phase split adjustment allowed in one step is also 20%. The "good" degree of saturation to be maintained by the controller is only 0.55, whereas SCATS typically attempts to maintain a degree of saturation of 0.9. This discrepancy arises from the method of calculating the maximum (saturated) vehicle flow value. We derive the maximum flow value based on a platoon of vehicles with no gaps moving through the intersection at the speed limit, while SCATS uses calibrated, more realistic values. Offset Adjustment Offset is adjusted to coordinate adjacent signals such that stops in the direction of dominant traffic flow are minimized. The controller first determines the dominant direction from the vehicle count for each approach, and thus determines the upstream intersection with which it wishes to be coordinated. Based on the next green time of the upstream intersection, the arrival time of a vehicle platoon leaving the upstream intersection can be calculated. If the local signal becomes green at that time, then the vehicles will pass through the local intersection unstopped. The required local adjustment to the time of the next phase change is calculated based on this target green time. Fuzzy rules are then applied to determine what fraction of the required adjustment can be reasonably executed in the current cycle. Some of the rules for determining the allowable adjustment are shown in Fig. 4. The inputs to the rules are (1) the difference between the traffic volume in the dominant direction and the average volume in the remaining directions ("vol_diff"); and (2) the required time adjustment relative to the adjustable amount of time ("req_adjust"), e.g., the amount by which the current green phase is to be shortened/extended divided by the current green period. The output of the rules is the allowable adjustment, expressed as a fraction of the required amount of adjustment. These rules will allow a large fraction of the adjustment to be made if a significant advantage is to be gained by coordinating the flow in the dominant direction and if the adjustment can be made without significant disruption to the current schedule. Regardless of how the offset is adjusted, consistent coordination of the local intersection with the upstream intersection is possible only if the two intersections share a similar (not necessarily equal) cycle time. Consider the situation where a local intersection has relatively low traffic volume while the upstream intersection has high traffic volume, then the local intersection will typically have a short cycle time while the upstream intersection will have a long cycle time. Forcing the local intersection to share a similar cycle time with the upstream intersection will usually produce more harm than good; as the local intersection must take on an unnecessarily long cycle time, the extra time spent by vehicles waiting at the intersection will likely outweigh the small benefits gained from the coordination. The benefits gained from enforcing a similar cycle time are realized only when the traffic flowing from the upstream intersection to the local intersection has high volume. Hence, we use a set of simple rules (see Fig. 5) to determine the allowable difference between the local cycle time and that of the upstream intersection: if the volume of traffic from the upstream intersection is high, then the local cycle time can differ from the upstream cycle time by only a small amount (e.g., 10%); otherwise it can adapt freely according to the cycle time adjustment rules. The derived bounds on the cycle time are applied as clipping values after the normal cycle time adjustments are made. if veh_volume is very.high then cycle_diff is very.small; if veh_volume is high then cycle_diff is small; if veh_volume is med then cycle_diff is medium; if veh_volume is low then cycle_diff is no.limit; Fig. 5. Rules for constraining the cycle time difference. 4. Simulation Results Simulation was performed to verify the effectiveness of the distributed fuzzy control scheme. We considered a small network of intersections formed by six streets, shown in Fig. 4

5 Fig. 6 were allowed to adapt their timing parameters according to the fuzzy decision rules. At the end of 60 minutes, all intersections were allowed to adapt. We see that the improvement in waiting time is minimal when only 3 intersections are adaptive. Furthermore, when only 3 intersections are adaptive, the minor improvement in waiting time was obtained at the expense of greatly increased number of stops. This is because the cycle time chosen by the adaptive intersections (around 15 sec) is widely different from the cycle time for the fixed intersections (40 sec). The mismatch of cycle times resulted in a complete lack of coordination between the adaptive intersections and the fixed intersections, where timing adjustments to facilitate local traffic movement adversely affected the overall traffic movement. (Note that since the dominant traffic flow is through the corridor of A, B, and C intersections, these intersections simply coordinated the local cycle times among themselves, without considering the cycle time of the fixed intersections.) When all intersections were allowed to adapt, all intersections attained similar cycle times (around 15 sec), and significant reductions in both waiting time and number of stops were achieved. Fig. 6. Network of streets used in simulation. 6. A mean vehicle arrival rate is assigned to each end of a street. At every simulation time step, a random number is generated for each lane of a street and is compared with the assigned vehicle arrival rate to determine whether a vehicle should be added to the beginning of the lane. Some simplifying assumptions were used in the simulation model: (1) unless stopped, a vehicle always moves at the speed prescribed by the speed limit of the street, (2) a vehicle cannot change lane, and (3) a vehicle cannot turn. The omission of vehicle dynamics in the simulation tends to result in signal durations that are significantly shorter than those used in the real world; however, the control algorithm does not lose any generality. Vehicle counters are assumed to be installed in all lanes of a street at each intersection. When the green phase begins for a given approach, the number of vehicles passing through the intersection during the green period is counted. The degree of saturation for each approach is then calculated from the vehicle count and the length of the green period. At the start of each phase change, the controller computes the time of the next phase change using its current cycle time and phase split values. The fuzzy decision rules are then applied to adjust the time of the next phase change according to the offset adjustment rules; the adjusted cycle time and phase split values are used only in the subsequent computation of the next phase change time. Figure 7 shows the average waiting time per vehicle per second spent in the network as a function of time. Figure 8 shows the number of stops per minute encountered by all vehicles. For the first 30 minutes of this simulation, all intersections have a fixed cycle time of 40 seconds, a green duration of 20 seconds, and start their phases at the same time. At the end of 30 minutes, intersections A, B, and C shown in Figures 9 and 10 show the results of a simulation performed using the same sequence of events, but with an initial cycle time of 20 seconds and green duration of 10 seconds for all intersections. Fig. 7. Average waiting time for the case in which all intersections have an initial cycle time of 40 seconds. Fig. 8. Number of stops for the case in which all intersections have an initial cycle time of 40 seconds. 5

6 There is much that can be done to further improve the present fuzzy controller, such as including queue length as an input and using trend data for predictive control. The flexibility of fuzzy decision rules greatly simplifies these extensions. References [1] Chiu, S., and Chand, S., Adaptive traffic signal control using fuzzy logic, Proc. 2nd IEEE Int. Conf. on Fuzzy Systems, pp , San Francisco, CA, March Fig. 9. Average waiting time for the case in which all intersections have an initial cycle time of 20 seconds. [2] Favilla, J., Machion, A. and Gomide, F., Fuzzy traffic control: adaptive strategies, Proc. 2nd IEEE Int. Conf. on Fuzzy Systems, pp , San Francisco, CA, March [3] Little, J., Kelson, M. and Gartner, N., MAXBAND: A Program for Setting Signals on Arteries and Triangular Networks. Transportation Research Record 795. National Research Council, Washington, D.C., pp , [4] Lowrie, P., SCATS - A Traffic Responsive Method of Controlling Urban Traffic. Sales information brochure published by Roads & Traffic Authority, Sydney, Australia, Fig. 10. Number of stops for the case in which all intersections have an initial cycle time of 20 seconds. In this case, significant reductions in both waiting time and number of stops were achieved even when only 3 intersections are adaptive. This is because the cycle time chosen by the adaptive intersections is close to that for the fixed intersections, though not identical. Sharing a similar cycle time has enabled the 3 adaptive intersections to have immediate positive effect on overall system performance. 5. Concluding Remarks We have investigated the use of fuzzy decision rules for adaptive traffic control. A highly distributed architecture was considered, where the timing parameters at each intersection are adjusted using only local information and are coordinated only with adjacent intersections. Although this localized approach simplifies incremental integration of the fuzzy controller into existing systems, simulation results show that the effectiveness of a small number of "smart" intersections is limited if they operate at a cycle time widely different from the rest of the system. In this case, constraining the controller to maintain a cycle time close to the existing system may provide better overall performance. [5] Luk, J., Two traffic-responsive area traffic control methods: SCATS and SCOOT. Traffic Engineering and Control, pp , [6] Pappis, C. and Mamdani, E., A fuzzy logic controller for a traffic junction. IEEE Trans. Syst., Man, Cybern. Vol. SMC-7, No. 10, [7] Robertson, D. and Bretherton, R. D., Optimizing networks of traffic signals in real time - the SCOOT method. IEEE Trans. on Vehicular Technology. Vol. 40, No. 1, pp , [8] Sims, A., The Sydney Coordinated Adaptive Traffic System. Proc. ASCE Engineering Foundation Conference on Research Priorities in Computer Control of Urban Traffic Systems, pp , [9] Wallace, C. et. al., TRANSYT-7F User's Manual (Release 6). Prepared for FHWA by the Transportation Research Center, University of Florida, Gainesville, FL, [10] Zadeh, L., Outline of a new approach to the analysis of complex systems and decision processes. IEEE Trans. Syst., Man, Cybern. Vol. SMC-3, No. 1, pp ,

Linear-Quadratic Model Predictive Control for Urban Traffic Networks. Tung Le, Hai Vu, Yoni Nazarathy, Bao Vo and Serge Hoogendoorn

Linear-Quadratic Model Predictive Control for Urban Traffic Networks. Tung Le, Hai Vu, Yoni Nazarathy, Bao Vo and Serge Hoogendoorn Linear-Quadratic Model Predictive Control for Urban Traffic Networks Tung Le, Hai Vu, Yoni Nazarathy, Bao Vo and Serge Hoogendoorn Motivation Growing demand for transportation. Increasing congestion in

More information

An evaluation of SCATS Master Isolated control

An evaluation of SCATS Master Isolated control Akcelik & Associates Pty Ltd REPRINT with MINOR REVISIONS An evaluation of SCATS Master Isolated control Reference: AKÇELIK, R., BESLEY M. and CHUNG, E. (1998). An evaluation of SCATS Master Isolated control.

More information

Performance you can see

Performance you can see Performance you can see Features and benefits of Siemens SCOOT and ACS Lite Adaptive Signal Coordination software SCOOT Adaptive Traffic Management Why manually update your coordination timings every three

More information

OPTIMIZING RAMP METERING STRATEGIES

OPTIMIZING RAMP METERING STRATEGIES OPTIMIZING RAMP METERING STRATEGIES Presented by Kouros Mohammadian, Ph.D. Saurav Chakrabarti. ITS Midwest Annual Meeting Chicago, Illinois February 7, 2006 Background Ramp control is the application of

More information

REALBAND: An Approach for Real-Time

REALBAND: An Approach for Real-Time 106 TRANSPORTATON RESEARCH RECORD 1494 REALBAND: An Approach for Real-Time Coordination of Traffic Flows on Networks PAOLO DELL'0LMO AND PTU B. MRCHANDAN An approach is proposed for real-time coordination

More information

FUZZY LOGIC APPLICATION IN TRANSPOTATION PROBLEMS. Dieu Thi Xuan Duong, Veeris Ammarapala * Abstract

FUZZY LOGIC APPLICATION IN TRANSPOTATION PROBLEMS. Dieu Thi Xuan Duong, Veeris Ammarapala * Abstract FUZZY LOGIC APPLICATION IN TRANSPOTATION PROBLEMS Dieu Thi Xuan Duong, Veeris Ammarapala * School of Management Technology, Sirindhorn International Institute of Technology, Thammasat University, Pathum

More information

TRANS INTELLIGENCE TRAFFIC SIGNAL TIMING

TRANS INTELLIGENCE TRAFFIC SIGNAL TIMING TRANS INTELLIGENCE TRAFFIC SIGNAL TIMING TRANSYNC-D At A Glance About TranSync-D TranSync-Desktop is a Windows-based optimization and data management tool for traffic signal systems. It provides abundant

More information

A Rule-Based Real-Time Traffic Responsive Signal Control System with Transit Priority: Application to an Isolated Intersection

A Rule-Based Real-Time Traffic Responsive Signal Control System with Transit Priority: Application to an Isolated Intersection A Rule-Based Real-Time Traffic Responsive Signal Control System with Transit Priority: Application to an Isolated Intersection Accepted for Publication in the Journal of Transportation Research - Part

More information

Traffic Signal Control with Autonomic Features

Traffic Signal Control with Autonomic Features Traffic Signal Control with Autonomic Features Iisakki Kosonen and Xiaoliang Ma Abstract Inspired by diverse organic systems, autonomic computing is a rapidly growing field in computing science. To highlight

More information

MAXBAND-86: Program for Optimizing Left-Turn Phase Sequence in Multiarterial Closed Networks

MAXBAND-86: Program for Optimizing Left-Turn Phase Sequence in Multiarterial Closed Networks TRANSPORTATION RESEARCH RECORD 1181 61 MAXBAND-86: Program for Optimizing Left-Turn Phase Sequence in Multiarterial Closed Networks EDMOND C-P. CHANG, STEPHEN L. COHEN, CHARLES LIU, NADEEM A. CHAUDHARY,

More information

VEHICLE PROBES AS REAL-TIME ATMS SOURCES OF DYNAMIC O-D AND TRAVEL TIME DATA. Abstract

VEHICLE PROBES AS REAL-TIME ATMS SOURCES OF DYNAMIC O-D AND TRAVEL TIME DATA. Abstract VEHICLE PROBES AS REAL-TIME ATMS SOURCES OF DYNAMIC O-D AND TRAVEL TIME DATA M Van Aerde, B Hellinga, L Yu, and H Rakha Department of Civil Engineering Queen's University, Kingston, Canada Fax: 613-545

More information

A New Algorithm for Vehicle Reidentification and Travel Time Measurement on Freeways

A New Algorithm for Vehicle Reidentification and Travel Time Measurement on Freeways A New Algorithm for Vehicle Reidentification and Travel Time Measurement on Freeways Benjamin Coifman Institute of Transportation Studies University of California Berkeley, California, 9472 zephyr@eecs.berkeley.edu

More information

An Approach to Predicting Passenger Operation Performance from Commuter System Performance

An Approach to Predicting Passenger Operation Performance from Commuter System Performance An Approach to Predicting Passenger Operation Performance from Commuter System Performance Bo Chang, Ph. D SYSTRA New York, NY ABSTRACT In passenger operation, one often is concerned with on-time performance.

More information

TRAFFIC SIGNAL CONTROL SYSTEMS AT CONNECTED VEHICLE CORRIDORS: THEORIES AND IMPLEMENTATION

TRAFFIC SIGNAL CONTROL SYSTEMS AT CONNECTED VEHICLE CORRIDORS: THEORIES AND IMPLEMENTATION TRAFFIC SIGNAL CONTROL SYSTEMS AT CONNECTED VEHICLE CORRIDORS: THEORIES AND IMPLEMENTATION LI ZHANG, PH.D., P.E CONNECTED INC., PRINCIPLE ASSOCIATE PROFESSOR DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING

More information

CHAPTER 2: MODELING METHODOLOGY

CHAPTER 2: MODELING METHODOLOGY CHAPTER 2: MODELING METHODOLOGY 2.1 PROCESS OVERVIEW The methodology used to forecast future conditions consisted of traditional traffic engineering practices and tools with enhancements to more accurately

More information

Traffic insights ATSPM Flashcards

Traffic insights ATSPM Flashcards Traffic insights ATSPM Flashcards Traffic Insights Optimize your traffic network. Measure the impact. Traffic Insights are a suite of signal performance analytics and tools that help improve traffic safety

More information

OPTIMAL ADAPTIVE SIGNAL CONTROL FOR DIAMOND INTERCHANGES USING DYNAMIC PROGRAMMING

OPTIMAL ADAPTIVE SIGNAL CONTROL FOR DIAMOND INTERCHANGES USING DYNAMIC PROGRAMMING The Pennsylvania State University The Graduate School College of Engineering OPTIMAL ADAPTIVE SIGNAL CONTROL FOR DIAMOND INTERCHANGES USING DYNAMIC PROGRAMMING A Thesis in Civil Engineering by Fang Fang

More information

SCOOT MMX (SCOOT Multi Modal 2010)

SCOOT MMX (SCOOT Multi Modal 2010) SCOOT MMX (SCOOT Multi Modal 2010) David Bretherton Principal Consultant, TRL Crowthorne House, Nine Mile Ride, Wokingham, Berks, RG40 3GA Tel: 01344 770733, Fax: 01344 770356, dbretherton@trl.co.uk Mark

More information

Simulation Analytics

Simulation Analytics Simulation Analytics Powerful Techniques for Generating Additional Insights Mark Peco, CBIP mark.peco@gmail.com Objectives Basic capabilities of computer simulation Categories of simulation techniques

More information

Testing of Light Rail Signal Control Strategies by Combining Transit and Traffic Simulation Models

Testing of Light Rail Signal Control Strategies by Combining Transit and Traffic Simulation Models TRANSPORTATION RESEARCH RECORD 1494 155 Testing of Light Rail Signal Control Strategies by Combining Transit and Traffic Simulation Models THOMAS BAUER, MARK P. MEDEMA, AND 5UBBARAO V. JAYANTHI The Chicago

More information

APPLICATIONS OF THE URBAN TRAFFIC CONTROL STRATEGY TUC

APPLICATIONS OF THE URBAN TRAFFIC CONTROL STRATEGY TUC APPLICATIONS OF THE URBAN TRAFFIC CONTROL STRATEGY TUC Vaya Dinopoulou, Chistina Diakaki, Markos Papageorgiou Systems and Simulation Laboratory of Technical University of Crete E-mail: dinop@dssl.tuc.gr

More information

A system of models for signal setting design of a signalized road network in evacuation conditions

A system of models for signal setting design of a signalized road network in evacuation conditions Urban Transport XVI 313 A system of models for signal setting design of a signalized road network in evacuation conditions F. A. Marcianò, G. Musolino & A. Vitetta Mediterranea University of Reggio Calabria,

More information

ANALYTICAL EMISSION MODELS FOR SIGNALISED ARTERIALS

ANALYTICAL EMISSION MODELS FOR SIGNALISED ARTERIALS ANALYTICAL EMISSION MODELS FOR SIGNALISED ARTERIALS Bruce Hellinga, Mohammad Ali Khan, and Liping Fu Department of Civil Engineering, University of Waterloo, Canada N2L 3G1 ABSTRACT: Concern over the negative

More information

ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control

ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control SIB Sunil Gyawali Isaac Vargas & Benjamin Bertrand Outline Introduction Objective of our Seminar Multi-Agent System in

More information

Integrated Transit Priority and Rail/Emergency Preemption in Real-Time Traffic Adaptive Signal Control

Integrated Transit Priority and Rail/Emergency Preemption in Real-Time Traffic Adaptive Signal Control Intelligent Transportation Systems, 8:101 115, 2004 Copyright C 2004 Taylor & Francis Inc. ISSN: 1547-2450 print / 1547-2442 online DOI: 10.1080/15472450490437799 Integrated Transit Priority and Rail/Emergency

More information

City of Berkeley. Guidelines for Development of Traffic Impact Reports

City of Berkeley. Guidelines for Development of Traffic Impact Reports Office of Transportation (OOT) City of Berkeley Guidelines for Development of Traffic Impact Reports Office of Transportation, City of Berkeley 1 1. Overview These guidelines provide a framework to help

More information

Evaluation of Adaptive Control Strategies for NJ Highways

Evaluation of Adaptive Control Strategies for NJ Highways FHWA NJ 2006-001 Evaluation of Adaptive Control Strategies for NJ Highways FINAL REPORT January, 2006 Submitted by Dr. Kaan Ozbay, Ph.D., Associate Professor Mr. Harsh Doshi, Graduate Research Assistant

More information

Traffic Control Concepts for Urban and Suburban Streets

Traffic Control Concepts for Urban and Suburban Streets Traffic Control Concepts for Urban and Suburban Streets Course No: C07-004 Credit: 7 PDH Gilbert Gedeon, P.E. Continuing Education and Development, Inc. 9 Greyridge Farm Court Stony Point, NY 10980 P:

More information

ISTTT20 Tutorials. Traffic Management and Control Transportation Systems Management - Definition

ISTTT20 Tutorials. Traffic Management and Control Transportation Systems Management - Definition ISTTT20 Tutorials Traffic Management and Control Transportation Systems Management - Definition Prof. Nathan H. Gartner University of Massachusetts Lowell, MA, USA NHGartner,UML, July 2013 Transportation

More information

Adaptive Traffic Control OCTEC Meeting

Adaptive Traffic Control OCTEC Meeting PRESENTATION FOR THE Adaptive Traffic Control OCTEC Meeting June 21, 2012 VPH (vehicles per hour) Traditional Signal TIming PEAK 15 Min 4000 3500 3000 2500 2000 1500 1000 500 0 AM 12:00 AM 2:00 AM 4:00

More information

Construction Related User Delay Costs The Case of the Crowchild Trail Bridge Rehabilitation in Calgary

Construction Related User Delay Costs The Case of the Crowchild Trail Bridge Rehabilitation in Calgary Construction Related User Delay Costs The Case of the Crowchild Trail Bridge Rehabilitation in Calgary Cory J. Wilson, B.Sc. Department of Civil Engineering, University of Calgary, 2500 University Dr.

More information

Sustainable sequencing of N jobs on one machine: a fuzzy approach

Sustainable sequencing of N jobs on one machine: a fuzzy approach 44 Int. J. Services and Operations Management, Vol. 15, No. 1, 2013 Sustainable sequencing of N jobs on one machine: a fuzzy approach Sanjoy Kumar Paul Department of Industrial and Production Engineering,

More information

FACILITIES' CLOSENESS RELATIONSHIPS. The objective function in site layout planning is to minimize the total travel distance

FACILITIES' CLOSENESS RELATIONSHIPS. The objective function in site layout planning is to minimize the total travel distance FACILITIES' CLOSENESS RELATIONSHIPS The objective function in site layout planning is to minimize the total travel distance within the site, which is a direct function of the desired closeness relationship

More information

Modelling Optimal Human Resources Using Machine Learning

Modelling Optimal Human Resources Using Machine Learning Modelling Optimal Human Resources Using Machine Learning Santosh Shinde santoshshinde2012@gmail.c om Arti Dighe artidighe58@yahoo.com Chitralekha Jadhav chitralekha.jadhav52@gmail.com ABSTRACT When a new

More information

/JLIE~P(ARCH. Guidelines for Selecting Traffic Signal Control at Individual Intersections

/JLIE~P(ARCH. Guidelines for Selecting Traffic Signal Control at Individual Intersections ational ooperative ighway esearch Program /JLIE~P(ARCH DIGEST 117 - FEBRUARY 1980 Guidelines for Selecting Traffic Signal Control at Individual Intersections An NCHRP staff digest of the essential findings

More information

9. TRAVEL FORECAST MODEL DEVELOPMENT

9. TRAVEL FORECAST MODEL DEVELOPMENT 9. TRAVEL FORECAST MODEL DEVELOPMENT To examine the existing transportation system and accurately predict impacts of future growth, a travel demand model is necessary. A travel demand model is a computer

More information

The Secrets to HCM Consistency Using Simulation Models

The Secrets to HCM Consistency Using Simulation Models The Secrets to HCM Consistency Using Simulation Models Ronald T. Milam, AICP David Stanek, PE Chris Breiland Fehr & Peers 2990 Lava Ridge Court, Suite 200 Roseville, CA 95661 r.milam@fehrandpeers.com (916)

More information

Access Operations Study: Analysis of Traffic Signal Spacing on Four Lane Arterials

Access Operations Study: Analysis of Traffic Signal Spacing on Four Lane Arterials Mn/DOT Access Management Guidelines Background Technical Report Access Operations Study: Analysis of Traffic Signal Spacing on Four Lane Arterials November 2002 Minnesota Department of Transportation Office

More information

Hellenic Operational Research Society (HELORS) th Anniversary

Hellenic Operational Research Society (HELORS) th Anniversary Hellenic Operational Research Society (HELORS) 1963-2013 50 th Anniversary 2 nd International Symposium & 24 th National Conference on Operational Research September 26-28, 2013 Athens, Greece Book of

More information

USING A SIMULATION ENVIRONMENT FOR DYNAMIC TOLL ANALYSIS

USING A SIMULATION ENVIRONMENT FOR DYNAMIC TOLL ANALYSIS USING A SIMULATION ENVIRONMENT FOR DYNAMIC TOLL ANALYSIS ABSTRACT Robert Kerns and Darryn Paterson Transurban, USA 1421 Prince Street, Suite 200 Alexandria, Virginia 22314 571-527-2050; rkerns@transurban.com;

More information

Adaptive Signal Control II

Adaptive Signal Control II Adaptive Signal Control II Dr. Peter T. Martin, Ph.D. Associate Professor Civil and Environmental Engineering Joseph Perrin, PE, Ph.D., PTOE Assistant Associate Professor Bhargava Rama Chilukuri, Chantan

More information

A fuzzy inference expert system to support the decision of deploying a military naval unit to a mission

A fuzzy inference expert system to support the decision of deploying a military naval unit to a mission A fuzzy inference epert system to support the decision of deploying a military naval unit to a mission Giuseppe Aiello 1, Antonella Certa 1 and Mario Enea 1 1 Dipartimento di Tecnologia Meccanica, Produzione

More information

CHAPTER VI FUZZY MODEL

CHAPTER VI FUZZY MODEL CHAPTER VI This chapter covers development of a model using fuzzy logic to relate degree of recording/evaluation with the effectiveness of financial decision making and validate the model vis-à-vis results

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18,   ISSN AUTONOMOUS TRAFFIC SIGNAL MANAGEMENT 1 Department of Computer Engineering 2 Department of Computer Engineering, MITCOE, SPPU Pune, India ABSTRACT: Vehicular traffic congestion has been a major problem

More information

Click to edit Master title style

Click to edit Master title style Click to edit Master title style Lessons Learned from ASCT and Systems Engineering Eddie Curtis, PE January 2016 1/26/2016 1 Opening Up Technology Deployment Life Cycle Research Technology Development

More information

MIST Version 5. Transportation Management for the Smart City. Make the most of your energy SM

MIST Version 5. Transportation Management for the Smart City. Make the most of your energy SM MIST Version 5 Transportation Management for the Smart City Make the most of your energy SM 04 Magelis ipc MIST Version 5 Part of Schneider Electric s SmartMobility TM suite of tools, Management Information

More information

0* Ai~~. MN DEPT OF TRANSPORTATION ... T-TO N * *0 0 0* **0*0*0 * * * * CTS HE 336.T7 D49 I r%^ I "

0* Ai~~. MN DEPT OF TRANSPORTATION ... T-TO N * *0 0 0* **0*0*0 * * * * CTS HE 336.T7 D49 I r%^ I 0* Ai~~. MN DEPT OF TRANSPORTATION 3 0314 00023 5175... T-TO N * 9 8 0 0 *0 0 0*0 000 0 0 **0*0*0 *** 0 * 0 *o0 * 0000 0 0000 * * * * 0 0 0 0 0 0 0 0 0 0 0, 0, 0 0 0 0 0 CTS HE 336.T7 D49 I r%^ I " ± DEVELOPMENT

More information

Effective single stream MOVA control of roundabouts: The micro-stage control strategy

Effective single stream MOVA control of roundabouts: The micro-stage control strategy Effective single stream MOVA control of roundabouts: The micro-stage control strategy Lee Templeman Halcrow Group Ltd., 1, The Square, Temple Quay, Bristol BS1 6DG templemanla@halcrow.com Abstract The

More information

THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED

THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED Mark Pennington, Engineer, Pattle Delamore Partners Ltd, Tauranga ABSTRACT The Rational Method has been in use in some form or another at least since

More information

An approach to optimize the settings of actuated signals

An approach to optimize the settings of actuated signals Journal of Modern Transportation Volume 19, Number 1, March 2011, Page 68-74 Journal homepage: jmt.swjtu.edu.cn DOI: 10.1007/BF03325742 1 An approach to optimize the settings of actuated signals Xinguo

More information

ASCT Systems Engineering

ASCT Systems Engineering ASCT Systems Engineering ITE Regional Meeting June 2014 Rapid City Paul R. Olson, P.E., PTOE FHWA Resource Center Agenda First steps Operational objectives Planning and operations Systems engineering basics

More information

MODELLING ADAPTIVE SIGNAL CONTROL REALISTICALLY

MODELLING ADAPTIVE SIGNAL CONTROL REALISTICALLY MODELLING ADAPTIVE SIGNAL CONTROL REALISTICALLY Eva Martinez, School of the Built Environment, Napier University, Edinburgh, Scotland. John Spence, JSTSM Ltd. 2, Riverside, Calne, Wiltshire. Pete Sykes

More information

Overflow Queues and Delays with Random and Platooned Arrivals at Signalized Intersections

Overflow Queues and Delays with Random and Platooned Arrivals at Signalized Intersections Journal of Advanced Transportation, Vol. 28, No. 3, pp. 227-251. Overflow Queues and Delays with Random and Platooned Arrivals at Signalized Intersections Rahmi Akgelik Nagui M. Rouphail The traditional

More information

1. Controlling the number of vehicles that are allowed to enter the freeway,

1. Controlling the number of vehicles that are allowed to enter the freeway, Chapter 25 Ramp Metering 25.1 Introduction Ramp metering can be defined as a method by which traffic seeking to gain access to a busy highway is controlled at the access point via traffic signals. This

More information

Development of a new pro-active vehicle actuated signal control strategy - Evaluation on an urban intersection in Athens

Development of a new pro-active vehicle actuated signal control strategy - Evaluation on an urban intersection in Athens UIVERSITY OF TWETE Development of a new pro-active vehicle actuated signal control strategy - Evaluation on an urban intersection in Athens Master Thesis Antonios Chaziris s1000667 11 April 2011 Table

More information

GUIDELINES FOR TRAFFIC IMPACT ANALYSIS (ZONING PETITIONS)

GUIDELINES FOR TRAFFIC IMPACT ANALYSIS (ZONING PETITIONS) GUIDELINES FOR TRAFFIC IMPACT ANALYSIS (ZONING PETITIONS) (A) INTENT This Section is intended to help ensure that new development does not adversely affect the capacity of streets and intersections to

More information

A Fuzzy Based Approach for Estimating Agility of an Embedded Software Process. Tisni J.Kurian Avionics Systems Business

A Fuzzy Based Approach for Estimating Agility of an Embedded Software Process. Tisni J.Kurian Avionics Systems Business A Fuzzy Based Approach for Estimating Agility of an Embedded Software Process Tisni J.Kurian Avionics Systems Business Email :Tisni.Kurian@Lntsec.com Disclaimer :L&T owns the rights of the Formulations

More information

COMPARISON OF SPUI & TUDI INTERCHANGE ALTERNATIVES WITH COMPUTER SIMULATION MODELING

COMPARISON OF SPUI & TUDI INTERCHANGE ALTERNATIVES WITH COMPUTER SIMULATION MODELING COMPARISO OF SPUI & TUDI ITERCHAGE ALTERATIVES WITH COMPUTER SIMULATIO MODELIG Matthew J. Selinger, PTOE William H. Sharp, PTOE ABSTRACT There are numerous technical papers and reports discussing the operations

More information

Efficiency of Dynamic Pricing in Priority-based Contents Delivery Networks

Efficiency of Dynamic Pricing in Priority-based Contents Delivery Networks Efficiency of Dynamic Pricing in Priority-based Contents Delivery Networks Noriyuki YAGI, Eiji TAKAHASHI, Kyoko YAMORI, and Yoshiaki TANAKA, Global Information and Telecommunication Institute, Waseda Unviersity

More information

Transmission System Capability and the Decision to Abolish the Snowy Region

Transmission System Capability and the Decision to Abolish the Snowy Region 9 October 2007 Issue 008 Transmission System Capability and the Decision to Abolish the Snowy Region By Andrew Campbell, Stephen Wallace and Stuart Thorncraft Preamble With the recent decision to abolish

More information

Traffic Control in Action. Prof. Markos Papageorgiou Dynamic Systems and Simulation Laboratory, Technical University of Crete, Chania, Greece

Traffic Control in Action. Prof. Markos Papageorgiou Dynamic Systems and Simulation Laboratory, Technical University of Crete, Chania, Greece Traffic Control in Action Prof. Markos Papageorgiou Dynamic Systems and Simulation Laboratory, Technical University of Crete, Chania, Greece 1. INTRODUCTION Man has reached to the moon but even ants were

More information

Volume to Capacity Estimation of Signalized Road Networks for Metropolitan Transportation Planning. Hiron Fernando, BSCE. A Thesis CIVIL ENGINEERING

Volume to Capacity Estimation of Signalized Road Networks for Metropolitan Transportation Planning. Hiron Fernando, BSCE. A Thesis CIVIL ENGINEERING Volume to Capacity Estimation of Signalized Road Networks for Metropolitan Transportation Planning by Hiron Fernando, BSCE A Thesis In CIVIL ENGINEERING Submitted to the Graduate Faculty of Texas Tech

More information

Preference Ordering in Agenda Based multi-issue negotiation for Service Level Agreement

Preference Ordering in Agenda Based multi-issue negotiation for Service Level Agreement Preference Ordering in Agenda Based multi-issue negotiation for Service Level Agreement Fahmida Abedin, Kuo-Ming Chao, Nick Godwin, Hisbel Arochena Department of Computing and the Digital Environment,

More information

11. Contract or Grant No. Austin, TX

11. Contract or Grant No. Austin, TX Technical Report Documentation Page 1. Report No. 2. Government Accession No. 3. Recipient's Catalog No. FHW AffX-99/1468-S 4. Title and Subtitle 5. Report Date INTEGRA TED ARTERIAL AND FREEWAY OPERATION

More information

Case Study Evaluation of the Safety and Operational Benefits of Traffic Signal Coordination

Case Study Evaluation of the Safety and Operational Benefits of Traffic Signal Coordination 58 Transportation Research Record 157 Case Study Evaluation of the Safety and Operational Benefits of Traffic Signal Coordination WILLIAM D. BERG, ALAN R. KAUB, and BRUCE W. BELSCAMPER ABSTRACT A high-volume

More information

Standard Title Page - Report on Federally Funded Project 1. Report No. 2. Government Accession No. 3. Recipient s Catalog No.

Standard Title Page - Report on Federally Funded Project 1. Report No. 2. Government Accession No. 3. Recipient s Catalog No. Standard Title Page - Report on Federally Funded Project 1. Report No. 2. Government Accession No. 3. Recipient s Catalog No. FHWA/VTRC 06-CR8 4. Title and Subtitle 5. Report Date Investigation of Schedules

More information

Recommended Roadway Plan Section 3 Existing Facilities & System Performance

Recommended Roadway Plan Section 3 Existing Facilities & System Performance Recommended Roadway Plan Section 3 Existing Facilities & System Performance RECOMMENDED ROADWAY PLAN SECTION 3 Existing Facilities and System Performance 3.1 Introduction An important prerequisite to transportation

More information

UPDATE OF THE SIGNAL TIMING MANUAL

UPDATE OF THE SIGNAL TIMING MANUAL Project No. 3-103 COPY NO. X UPDATE OF THE SIGNAL TIMING MANUAL PRELIMINARY DRAFT FINAL REPORT Prepared for National Cooperative Highway Research Program Transportation Research Board of The National Academies

More information

Ramp Metering. Chapter Introduction Metering strategies Benefits Objectives

Ramp Metering. Chapter Introduction Metering strategies Benefits Objectives Chapter 46 Ramp Metering Traffic signal on merge ramp Direction of travel Merge lane Vehicle detectors monitoring traffic density through lane occupancy Figure 46.1: Schematic diagram of ramp metering

More information

SIDT 2015 Transport Systems Methods and Technologies POLITECNICO DI TORINO SEPTEMBER 14-15, 2015

SIDT 2015 Transport Systems Methods and Technologies POLITECNICO DI TORINO SEPTEMBER 14-15, 2015 Transport Systems Methods and Technologies POLITECNICO DI TORINO SEPTEMBER 14-15, SESSION 6: Methods and models for data analysis on transport demand and supply A Transportation Network Design Model with

More information

Evaluation of Railroad Preemption Capabilities of Traffic Signal Controllers

Evaluation of Railroad Preemption Capabilities of Traffic Signal Controllers 44 TRANSPORTATION RESEA RCH RECORD 1254 Evaluation of Railroad Preemption Capabilities of Traffic Signal Controllers PETERS. MARSHALL AND WILLIAM D. BERG The subject of railroad preemption has historically

More information

Modeling Traffic Flow under Emergency Evacuation Situations: Current Practice and Future Direction

Modeling Traffic Flow under Emergency Evacuation Situations: Current Practice and Future Direction Modeling Traffic Flow under Emergency Evacuation Situations: Current Practice and Future Direction Kevin D. Moriarty Research Assistant Transportation Engineering November 16, 2006 Overview Introduction

More information

Applying RFID Hand-Held Device for Factory Equipment Diagnosis

Applying RFID Hand-Held Device for Factory Equipment Diagnosis Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Applying RFID Hand-Held Device for Factory Equipment Diagnosis Kai-Ying Chen,

More information

Adaptive Signal Control Technology (ASCT) for Rural Applications Lessons Learned from the Bell Rd ASCT Pilot Project

Adaptive Signal Control Technology (ASCT) for Rural Applications Lessons Learned from the Bell Rd ASCT Pilot Project Adaptive Signal Control Technology (ASCT) for Rural Applications Lessons Learned from the Bell Rd ASCT Pilot Project NRITS & ITS AZ Annual Conference October 2018 Presented by: April Wire, P.E., PTOE ITS

More information

Woodburn Interchange Project Transportation Technical Report

Woodburn Interchange Project Transportation Technical Report Final Report Woodburn Interchange Project Transportation Technical Report Prepared for Oregon Department of Transportation April 212 Prepared by DKS Associates Contents Methodologies... 4 Volume Development...

More information

Origin-Destination Trips and Skims Matrices

Origin-Destination Trips and Skims Matrices Origin-Destination Trips and Skims Matrices presented by César A. Segovia, AICP Senior Transportation Planner AECOM September 17, 2015 Today s Webinar Content Matrix Estimation Data sources Florida Application

More information

Ramp metering strategies: a methodology for testing the performance of microsimulation models

Ramp metering strategies: a methodology for testing the performance of microsimulation models Compendium of Papers Ramp metering strategies: a methodology for testing the performance of microsimulation models Aurélien Duret aurelien.duret@developpement-durable.gouv.fr CETE de Lyon / ERA38, Department

More information

Simulation and Design of Fuzzy Temperature Control for Heating and Cooling Water System

Simulation and Design of Fuzzy Temperature Control for Heating and Cooling Water System Simulation and Design of Fuzzy Temperature Control for Heating and Cooling Water System Department of Computer Science College of Education Basra University, Basra, Iraq. zaidalsulami@yahoo.com doi:10.4156/ijact.vol3.issue4.5

More information

Development of TSP warrants. to-day variability in traffic demand

Development of TSP warrants. to-day variability in traffic demand Development of TSP warrants considering vehicular emissions and day-to to-day variability in traffic demand Zeeshan Abdy Supervisor: Bruce R. Hellinga Dec 2006 Introduction Signalized intersections Traffic

More information

Bilateral Bargaining Game and Fuzzy Logic in the System Handling SLA-Based Workflow

Bilateral Bargaining Game and Fuzzy Logic in the System Handling SLA-Based Workflow Bilateral Bargaining Game and Fuzzy Logic in the System Handling SLA-Based Workflow Dang Minh Quan International University in Germany School of Information Technology Bruchsal 76646, Germany quandm@upb.de

More information

A Multi-stage System for Planning Analysis and Signal Design of. Diverging Diamond Interchange

A Multi-stage System for Planning Analysis and Signal Design of. Diverging Diamond Interchange A Multi-stage System for Planning Analysis and Signal Design of Diverging Diamond Interchange By Xianfeng Yang (Corresponding Author) Research Assistant Department of Civil & Environmental Engineering

More information

Examining and Modeling Customer Service Centers with Impatient Customers

Examining and Modeling Customer Service Centers with Impatient Customers Examining and Modeling Customer Service Centers with Impatient Customers Jonathan Lee A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF BACHELOR OF APPLIED SCIENCE DEPARTMENT

More information

Proposed Comprehensive Update to the State of Rhode Island s Congestion Management Process

Proposed Comprehensive Update to the State of Rhode Island s Congestion Management Process Proposed Comprehensive Update to the State of Rhode Island s Statewide Planning Program January 2018 Summary Outline of of Action Steps 1. Develop Objectives for Congestion Management What is the desired

More information

Networkwide Approach to Optimal Signal Timing for Integrated Transit Vehicle and Traffic Operations

Networkwide Approach to Optimal Signal Timing for Integrated Transit Vehicle and Traffic Operations Networkwide Approach to Optimal Signal Timing for Integrated Transit Vehicle and Traffic Operations Matthew I. Koch, Daniel C. Chin, and Richard H. Smith, Johns Hopkins University An intermodal networkwide

More information

Load Forecasting for Power System Planning using Fuzzy-Neural Networks

Load Forecasting for Power System Planning using Fuzzy-Neural Networks , October 24-26, 2012, San Francisco, USA Forecasting for Power System Planning using Fuzzy-Neural Networks Swaroop R, Member IAENG Hussein Ali Al Abdulqader Abstract--- A long term prediction of future

More information

Simulation of a Four-Car Elevator Operation Using MATLAB

Simulation of a Four-Car Elevator Operation Using MATLAB Vol. 2, No. 6 Modern Applied Science Simulation of a Four-Car Elevator Operation Using MATLAB Saw Soon King & Omrane Bouketir School of Electrical and Electronic Engineering University of Nottingham, Malaysia

More information

Traffic Operations Centres Contents. Traffic Operations Centres New Zealand Transport Agency

Traffic Operations Centres Contents. Traffic Operations Centres New Zealand Transport Agency Traffic Operations Centres Contents Traffic Operations Centres New Zealand Transport Agency May 2017 0 Traffic Operations Centres Contents Contents Contents 1 Glossary 2 1. Executive summary 3 2. Scope

More information

Understanding UPP. Alternative to Market Definition, B.E. Journal of Theoretical Economics, forthcoming.

Understanding UPP. Alternative to Market Definition, B.E. Journal of Theoretical Economics, forthcoming. Understanding UPP Roy J. Epstein and Daniel L. Rubinfeld Published Version, B.E. Journal of Theoretical Economics: Policies and Perspectives, Volume 10, Issue 1, 2010 Introduction The standard economic

More information

ADAPTIVE SIGNAL CONTROL - When is it the right choice? ITS 3C SUMMIT Mobile, AL. September 15, 2014

ADAPTIVE SIGNAL CONTROL - When is it the right choice? ITS 3C SUMMIT Mobile, AL. September 15, 2014 ADAPTIVE SIGNAL CONTROL - When is it the right choice? ITS 3C SUMMIT Mobile, AL September 15, 2014 Agenda What is adaptive signal control? Benefits Is adaptive signal control the right choice, then Things

More information

IHT SPRING CONFERENCE MARCH 2008

IHT SPRING CONFERENCE MARCH 2008 IHT SPRING CONFERENCE MARCH 2008 DYNAMIC NETWORK MANAGEMENT SMART Systems in London Jason Robinson Chief Engineer, Urban Traffic Control Directorate of Traffic Operations Transport for London Presentation

More information

Strictly as per the compliance and regulations of:

Strictly as per the compliance and regulations of: Mechanical and Mechanics Engineering Volume 12 Issue 5 Version 1.0 Y ear 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: 2249-4596

More information

Class-Partitioning Job Scheduling for Large-Scale Parallel Systems

Class-Partitioning Job Scheduling for Large-Scale Parallel Systems Class-Partitioning Job Scheduling for Large-Scale Parallel Systems Su-Hui Chiang Mary K. Vernon Computer Science Department Computer Science Department Portland State University University of Wisconsin-Madison

More information

ALPHA MOTORS, LTD.: Integrating Life-Cycle Environmental Concerns into Product Design

ALPHA MOTORS, LTD.: Integrating Life-Cycle Environmental Concerns into Product Design World Resources Institute Sustainable Enterprise Program A program of the World Resources Institute ALPHA MOTORS, LTD.: Integrating Life-Cycle Environmental Concerns into Product Design For. more than

More information

1. Introduction. 1.1 Project Background. ANTONY JOHNSTONE Transport Associate Aurecon

1. Introduction. 1.1 Project Background. ANTONY JOHNSTONE Transport Associate Aurecon ANTONY JOHNSTONE Transport Associate Aurecon Antony.johnstone@aurecongroup.com RAFAEL CARVAJAL Operational Modelling and Visualisation Coordinator Main Roads WA Rafael.CARVAJALCIFUENTES@mainroads.wa.gov.au

More information

COST-EFFICIENT ENVIRONMENTALLY-FRIENDLY CONTROL OF MICRO- GRIDS USING INTELLIGENT DECISION-MAKING FOR STORAGE ENERGY MANAGEMENT

COST-EFFICIENT ENVIRONMENTALLY-FRIENDLY CONTROL OF MICRO- GRIDS USING INTELLIGENT DECISION-MAKING FOR STORAGE ENERGY MANAGEMENT Intelligent Automation and Soft Computing, Vol. 1X, No. X, pp. 1-26, 20XX Copyright 20XX, TSI Press Printed in the USA. All rights reserved COST-EFFICIENT ENVIRONMENTALLY-FRIENDLY CONTROL OF MICRO- GRIDS

More information

An Adaptive Pricing Scheme for Content Delivery Systems

An Adaptive Pricing Scheme for Content Delivery Systems An Adaptive Pricing Scheme for Content Delivery Systems Srinivasan Jagannathan & Kevin C. Almeroth Department of Computer Science University of California Santa Barbara, CA 936-5 fjsrini,almerothg@cs.ucsb.edu

More information

This article is a personal view of

This article is a personal view of Research on the TRANSYT and Methods of Signal Coordination by Dennis. Robertson This article is a personal view of nearly 20 years of research on problems of traffic management and control. By good fortune,

More information

THE 10 MAJOR PITFALLS OF COORDINATED SIGNAL TIMING. Jeffrey W. Buckholz, P.E.

THE 10 MAJOR PITFALLS OF COORDINATED SIGNAL TIMING. Jeffrey W. Buckholz, P.E. Page 1 THE 10 MAJOR PITFALLS OF COORDINATED SIGNAL TIMING Jeffrey W. Buckholz, P.E. Over the past four years I have had the good fortune of being personally involved in the retiming of over 250 traffic

More information

Hybrid Genetic Algorithm To Optimize

Hybrid Genetic Algorithm To Optimize 04 TRANSPORTATION RESEARCH RECORD 42 Hybrid Genetic Algorithm To Optimize Signal Phasing and Timing MOHAMMED A. HADI AND CHARLES E. w ALLACE Signal timing optimization involves the selection of four basic

More information