Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

Size: px
Start display at page:

Download "Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24"

Transcription

1 Estimating scalability issues while finding an optimal assignment for carpooling Luk Knapen Universiteit Hasselt IMOB July 17, 2013 Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

2 Basic Idea - Concepts Application Area : Evaluation of Carpooling Advisor Software 1 Commuting, periodic trip execution 2 Provide global matcher service 3 Matcher shall advise so that carpooling negotiation success is maximal 4 Feedback from negotiation is used to train the advisor Hypotheses 1 Sufficient business model so that people provide feedback 1 about negotiation result 2 mutual qualifications (reputation) 2 Single driver constraint : route for each passenger is embedded in the driver s route 3 No carpool parkings considered Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

3 Basic Idea - Concepts Agent based model used to support matcher software evaluation 1 critical mass of users required 2 performance and effectiveness 3 investigate transient effects at startup Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

4 Basic Idea - Concepts Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

5 Determining carpool negotiation probablity Negotiation success is determined using similarities Profile similarity (Person,Person) attribute Safety reputation Person attribute Path similarity (Trip,Trip) attribute Cohesion Pool attribute Time Interval similarity (Person,Person,Trip) attribute Timeliness reputation (Person,Trip) attribute Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

6 Determining carpool negotiation probablity Functions Used Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

7 Determining carpool negotiation probablity Profile similarity 1 Consists of factors relevant for homophily Socio-economic class discrete, ordered Age discrete, ordered Gender discrete, categorical 2 Motivation : limit number of inputs to logit estimator { 1 if v0 = v s cat (v 0,v 1 ) = 1 0 else s ord (v 0,v 1 ) = 1 v 0 v 1 range profsim = i (1) (2) s i w i (3) Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

8 Determining carpool negotiation probablity Path similarity 1 TAZ (Traffic Analysis Zone) based 2 Not symmetric 3 Compares carpooled and solo paths for driver pathsim = d(o A,D A ) d(o A,O B )+d(o B,D B )+d(d B,D A ) (4) Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

9 Determining carpool negotiation probablity Time Interval Compatibility Estimating scalability issues while finding an optimal assignmentjuly for 17, carpooling / 24

10 Determining carpool negotiation probablity Time Interval Similarity based on common periods to start/finish trip d(l) = dur(w(i,l) W(j,L)) (5) tis(t A,T B,L) = 1 e α d(l) (6) tis(t A,T B ) = min(tis(t A,T B,Orig(B),tis(T A,T B,Dest(B))) (7) Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

11 Determining carpool negotiation probablity Estimating negotiation success probability Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

12 Periodic Trip to Vehicle Assignment Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

13 Periodic Trip to Vehicle Assignment Linear problem statement for assignment i,j [0,N 1] : x i,j 1 (8) i [0,N 1] : x i,j = 1 (9) j [0,N 1] : i [0,N 1] j [0,N 1] x i,j cap(v j ) (10) i,j [0,N 1],i j : x i,j x i,i 0 (11) i identifies trip Eqn(1) x i,j are boolean j identifies vehicle Eqn(2) Each trip assigned to one vehicle N number of persons Eqn(3) Vehicle capacity is limited Eqn(4) Car owner shall drive Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

14 Periodic Trip to Vehicle Assignment Problem size can become a problem 1 Problem size is large (Flanders : 6e6 people, 2.5e6 commuters) 2 20% randomly (uniform) selected persons are assumed to show interest for carpooling 3 Dynamic 1 Links are deleted and added by (de)registration 2 Link weights evolve over time (by changing reputation and cohesion) 4 Matrix is sparse 5 Integer programming problem 6 Try to find solution starting from previous one Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

15 Periodic Trip to Vehicle Assignment The assignment problem is a star cover problem Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

16 Graph Characteristics nedges nvertices Probab. nvertices nedges completeness ncomps Threshold E E E E E E E E E E Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

17 Graph Characteristics Component size frequency...misleading : see next slide Number of components Prob=0.725 Prob=0.750 Prob=0.775 Prob=0.800 Prob=0.825 Prob=0.850 Prob=0.875 Prob=0.900 Prob=0.925 Prob=0.950 Prob= Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

18 Graph Characteristics Eight largest components in each graph Prob cs1 cs2 cs3 cs4 cs5 cs6 cs7 cs Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

19 Graph Characteristics : Trivial Stars Prob ncomp ntrivial Size Size Size Threshold stars Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

20 Graph Characteristics : Node Degrees Vertex InDegree Frequency Distribution Number of vertices Prob=0.760 Prob=0.770 Prob=0.780 Prob=0.790 Prob=0.800 Prob=0.810 Prob=0.820 Prob=0.830 Prob=0.840 Prob=0.850 Prob=0.860 Prob=0.870 Prob=0.880 Prob=0.890 Prob=0.900 Prob=0.910 Prob=0.920 Prob=0.930 Prob=0.940 Prob=0.950 Prob= Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

21 Graph Characteristics : Node Degrees Vertex OutDegree Frequency Distribution Number of vertices Prob=0.760 Prob=0.770 Prob=0.780 Prob=0.790 Prob=0.800 Prob=0.810 Prob=0.820 Prob=0.830 Prob=0.840 Prob=0.850 Prob=0.860 Prob=0.870 Prob=0.880 Prob=0.890 Prob=0.900 Prob=0.910 Prob=0.920 Prob=0.930 Prob=0.940 Prob=0.950 Prob= Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

22 Graph Characteristics : Connected Components Number of Components Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

23 Graph Characteristics : Connected Components Largest Component Size Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

24 Conclusions 1 Problem size causes non-trivial issues 2 Partitioning is easy 3 From threshold 0.85 on, grid computing is useful 4 Allocate tasks to processors in decreasing size order (load balancing) Estimating scalability issues while finding an optimal assignment July for17, carpooling / 24

Agent-based negotiation model for long-term carpooling: a flexible mechanism for trip departure times

Agent-based negotiation model for long-term carpooling: a flexible mechanism for trip departure times Urban Transport XXI 461 Agent-based negotiation model for long-term carpooling: a flexible mechanism for trip departure times I. Hussain, L. Knapen, M. Arsalan Khan, T. Bellemans, D. Janssens & G. Wets

More information

FE Review-Transportation-II. D e p a r t m e n t o f C i v i l E n g i n e e r i n g U n i v e r s i t y O f M e m p h i s

FE Review-Transportation-II. D e p a r t m e n t o f C i v i l E n g i n e e r i n g U n i v e r s i t y O f M e m p h i s FE Review-Transportation-II D e p a r t m e n t o f C i v i l E n g i n e e r i n g U n i v e r s i t y O f M e m p h i s Learning Objectives Design, compute, and solve FE problems on Freeway level of

More information

ABB's Energy Efficiency and Advisory Systems

ABB's Energy Efficiency and Advisory Systems ABB's Energy Efficiency and Advisory Systems The common nominator for all the Advisory Systems products is the significance of full scale measurements. ABB has developed algorithms using multidimensional

More information

1 Configuration Space Path Planning

1 Configuration Space Path Planning CS 4733, Class Notes 1 Configuration Space Path Planning Reference: 1) A Simple Motion Planning Algorithm for General Purpose Manipulators by T. Lozano-Perez, 2) Siegwart, section 6.2.1 Fast, simple to

More information

Carpooling and Carsharing in Switzerland: Stated Choice Experiments

Carpooling and Carsharing in Switzerland: Stated Choice Experiments Carpooling and Carsharing in Switzerland: Stated Choice Experiments F Ciari May 2012 Project ASTRA 2008/017 - Participants Franz Mühlethaler Prof. Kay Axhausen Francesco Ciari Monica Tschannen Goals Estimation

More information

ATTEND Analytical Tools To Evaluate Negotiation Difficulty

ATTEND Analytical Tools To Evaluate Negotiation Difficulty ATTEND Analytical Tools To Evaluate Negotiation Difficulty Computational Complexity Fest USC ISI - September 6, 2000 Key Ideas: Difficulty Warnings that Allow Negotiation Systems to Adapt Partition task

More information

Civil Engineering and Environmental, Gadjah Mada University TRIP ASSIGNMENT. Introduction to Transportation Planning

Civil Engineering and Environmental, Gadjah Mada University TRIP ASSIGNMENT. Introduction to Transportation Planning Civil Engineering and Environmental, Gadjah Mada University TRIP ASSIGNMENT Introduction to Transportation Planning Dr.Eng. Muhammad Zudhy Irawan, S.T., M.T. INTRODUCTION Travelers try to find the best

More information

Intelligent Fault Analysis in Electrical Power Grids

Intelligent Fault Analysis in Electrical Power Grids Intelligent Fault Analysis in Electrical Power Grids Biswarup Bhattacharya (University of Southern California) & Abhishek Sinha (Adobe Systems Incorporated) 2017 11 08 Overview Introduction Dataset Forecasting

More information

CatCharger: Deploying Wireless Charging Lanes in a Metropolitan Road Network through Categorization and Clustering of Vehicle Traffic

CatCharger: Deploying Wireless Charging Lanes in a Metropolitan Road Network through Categorization and Clustering of Vehicle Traffic CatCharger: Deploying Wireless Charging Lanes in a Metropolitan Road Network through Categorization and Clustering of Vehicle Traffic Li Yan, Haiying Shen, Juanjuan Zhao, Chengzhong Xu, Feng Luo and Chenxi

More information

Second Generation of Pollutant Emission Models for SUMO

Second Generation of Pollutant Emission Models for SUMO Second Generation of Pollutant for SUMO Daniel Krajzewicz, Stefan Hausberger, Mario Krumnow, Michael Behrisch; SUMO 2014 Conference Institut für Verkehrssystemtechnik www.dlr.de Folie 2 > Institut für

More information

Negotiation and coordination in carpooling: an agent-based simulation model Link Peer-reviewed author version

Negotiation and coordination in carpooling: an agent-based simulation model Link Peer-reviewed author version Negotiation and coordination in carpooling: an agent-based simulation model Link Peer-reviewed author version Made available by Hasselt University Library in Document Server@UHasselt Reference (Published

More information

Parking Pricing As a TDM Strategy

Parking Pricing As a TDM Strategy Parking Pricing As a TDM Strategy Wei-Shiuen Ng Postdoctoral Scholar Precourt Energy Efficiency Center Stanford University ACT Northern California Transportation Research Symposium April 30, 2015 Parking

More information

What is ELToD and Why Use it? Toll Choice Key Concepts. ELToD Applications. SW 10 th Street. ELToD Future Enhancements

What is ELToD and Why Use it? Toll Choice Key Concepts. ELToD Applications. SW 10 th Street. ELToD Future Enhancements June 16, 2017 What is ELToD and Why Use it? Toll Choice Key Concepts ELToD Applications SW 10 th Street ELToD Future Enhancements 2 ELToD (Express Lanes Time of Day) Model is a traffic assignment model

More information

DYNAMIC PILE TESTING 10/26/ General.

DYNAMIC PILE TESTING 10/26/ General. te: The MoDOT LRFD Bridge Design Manual indicates that the frequency of dynamic pile testing should be 1 to 10% of the number of piles. Additionally, the frequency of initial driving tests and restrike

More information

Carpooling Service Using Genetic Algorithm

Carpooling Service Using Genetic Algorithm Carpooling Service Using Genetic Algorithm Swapnali Khade 1, Rutuja Kolhe 2, Amruta Wakchaure 3, Shila Warule 4 1 2 3 4 Department Of Computer Engineering, SRES College Of Engineerig Kopargaon. Abstract

More information

Analysis of Turbine Missile & Turbine-Generator Overspeed Protection System Failure Probability at NPPs: A case study from PSA perspective

Analysis of Turbine Missile & Turbine-Generator Overspeed Protection System Failure Probability at NPPs: A case study from PSA perspective Protection System Failure Probability at NPPs: A case study from D. Kančev, S. Heussen, J. U. Klügel, P. Drinovac, T. Kozlik NPP Goesgen-Daeniken AG, Kraftwerkstrasse CH-4658 Daeniken, Switzerland EDMS

More information

Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems

Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems Chenxi Qiu*, Ankur Sarker and Haiying Shen * College of Information Science and Technology, Pennsylvania State University

More information

EFFECT OF TRUCK PAYLOAD WEIGHT ON PRODUCTION

EFFECT OF TRUCK PAYLOAD WEIGHT ON PRODUCTION EFFECT OF TRUCK PAYLOAD WEIGHT ON PRODUCTION BY : Cliff Schexnayder Sandra L. Weber Brentwood T. Brook Source : Journal of Construction Engineering & Management / January/February 1999 Introduction : IDEAS

More information

A Day in the Life of a Smart Campus

A Day in the Life of a Smart Campus A Day in the Life of a Smart Campus Clay Nesler VP, Global Energy & Sustainability Johnson Controls (clay.g.nesler@jci.com) 19 July 13 Typical Profile Smart Profile Electricity Price 8: PM 1: AM : AM 8:

More information

Non-Periodic Train Line Planning for a Rail Network: Passenger Demand Responsive in Term of Time Distribution

Non-Periodic Train Line Planning for a Rail Network: Passenger Demand Responsive in Term of Time Distribution Non-Periodic Train Line Planning for a Rail Network: Passenger Demand Responsive in Term of Time Distribution Huiling Fu, Ph.D. School of Traffic 聂磊 and Transportation Beijing Jiaotong University, PR.

More information

1 Configuration Space Path Planning

1 Configuration Space Path Planning CS 4733, Class Notes 1 Configuration Space Path Planning Reference: 1) A Simple Motion Planning Algorithm for General Purpose Manipulators by T. Lozano-Perez, 2) Siegwart, section 6.2.1 Fast, simple to

More information

CFD Analysis and Comparison of Fluid Flow Through A Single Hole And Multi Hole Orifice Plate

CFD Analysis and Comparison of Fluid Flow Through A Single Hole And Multi Hole Orifice Plate CFD Analysis and Comparison of Fluid Flow Through A Single Hole And Multi Hole Orifice Plate Malatesh Barki. 1, Ganesha T. 2, Dr. M. C. Math³ 1, 2, 3, Department of Thermal Power Engineering 1, 2, 3 VTU

More information

MIKLOS Cristina Carmen, MIKLOS Imre Zsolt UNIVERSITY POLITEHNICA TIMISOARA FACULTY OF ENGINEERING HUNEDOARA ABSTRACT:

MIKLOS Cristina Carmen, MIKLOS Imre Zsolt UNIVERSITY POLITEHNICA TIMISOARA FACULTY OF ENGINEERING HUNEDOARA ABSTRACT: 1 2 THEORETICAL ASPECTS ABOUT THE ACTUAL RESEARCH CONCERNING THE PHYSICAL AND MATHEMATICAL MODELING CATENARY SUSPENSION AND PANTOGRAPH IN ELECTRIC RAILWAY TRACTION MIKLOS Cristina Carmen, MIKLOS Imre Zsolt

More information

Prototype Implementation of a High Efficiency, Soft Switching DC-DC Converter with Adaptive Current-Ripple Control

Prototype Implementation of a High Efficiency, Soft Switching DC-DC Converter with Adaptive Current-Ripple Control Prototype Implementation of a High Efficiency, Soft Switching DC-DC Converter with Adaptive Current-Ripple Control Advisor: Prof. Gabriel A. Rincón-Mora GT Analog & Power IC Design Lab School of Electrical

More information

Embedded Torque Estimator for Diesel Engine Control Application

Embedded Torque Estimator for Diesel Engine Control Application 2004-xx-xxxx Embedded Torque Estimator for Diesel Engine Control Application Peter J. Maloney The MathWorks, Inc. Copyright 2004 SAE International ABSTRACT To improve vehicle driveability in diesel powertrain

More information

PUBLICATION NEW TRENDS IN ELEVATORING SOLUTIONS FOR MEDIUM TO MEDIUM-HIGH BUILDINGS TO IMPROVE FLEXIBILITY

PUBLICATION NEW TRENDS IN ELEVATORING SOLUTIONS FOR MEDIUM TO MEDIUM-HIGH BUILDINGS TO IMPROVE FLEXIBILITY PUBLICATION NEW TRENDS IN ELEVATORING SOLUTIONS FOR MEDIUM TO MEDIUM-HIGH BUILDINGS TO IMPROVE FLEXIBILITY Johannes de Jong E-mail: johannes.de.jong@kone.com Marja-Liisa Siikonen E-mail: marja-liisa.siikonen@kone.com

More information

Estimation of value of time for autonomous driving using revealed and stated preferences method

Estimation of value of time for autonomous driving using revealed and stated preferences method DLR.de Chart 1 Estimation of value of time for autonomous driving using revealed and stated preferences method Viktoriya Kolarova, Felix Steck, Rita Cyganski, Stefan Trommer German Aerospace Center, Institute

More information

Online to Offline Business: Urban Taxi Dispatching with Passenger-Driver Matching Stability

Online to Offline Business: Urban Taxi Dispatching with Passenger-Driver Matching Stability Online to Offline Business: Urban Taxi Dispatching with Passenger-Driver Matching Stability Huanyang Zheng and Jie Wu Department of Computer and Information Sciences, Temple University, USA Email: {huanyang.zheng,

More information

DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT

DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT 1 3 rd International Workshop on Software Engineering Challenges for the Smart Grid (SE4SG @ ICSE 14) DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT

More information

Impulse, Momentum, and Energy Procedure

Impulse, Momentum, and Energy Procedure Impulse, Momentum, and Energy Procedure OBJECTIVE In this lab, you will verify the Impulse-Momentum Theorem by investigating the collision of a moving cart with a fixed spring. You will also use the Work-Energy

More information

S o u t h w e s t P o w e r P o o l D i s t u r b a n c e P e r f o r m a n c e R e q u i r e m e n t s. Revision 3.0

S o u t h w e s t P o w e r P o o l D i s t u r b a n c e P e r f o r m a n c e R e q u i r e m e n t s. Revision 3.0 S o u t h w e s t P o w e r P o o l D i s t u r b a n c e P e r f o r m a n c e R e q u i r e m e n t s Revision 3.0 July 21, 2016 Revision History Version Number Author Change Description Comments 1.0

More information

PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION

PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION Presentation by Engr. O. C. Akamnnonu Chief Executive Officer, Ikeja Electricity Distribution Company AGENDA WORK THROUGH

More information

Lecture 10: Circuit Families

Lecture 10: Circuit Families Lecture 10: Circuit Families Outline Pseudo-nMOS Logic Dynamic Logic Pass Transistor Logic 2 Introduction What makes a circuit fast? I C dv/dt -> t pd (C/I) ΔV low capacitance high current small swing

More information

Newton s First Law. Evaluation copy. Vernier data-collection interface

Newton s First Law. Evaluation copy. Vernier data-collection interface Newton s First Law Experiment 3 INTRODUCTION Everyone knows that force and motion are related. A stationary object will not begin to move unless some agent applies a force to it. But just how does the

More information

Formation Flying Experiments on the Orion-Emerald Mission. Introduction

Formation Flying Experiments on the Orion-Emerald Mission. Introduction Formation Flying Experiments on the Orion-Emerald Mission Philip Ferguson Jonathan P. How Space Systems Lab Massachusetts Institute of Technology Present updated Orion mission operations Goals & timelines

More information

state, and federal levels, complete reconstruction and expansion of I35 in the near future is not likely.

state, and federal levels, complete reconstruction and expansion of I35 in the near future is not likely. Project Summary Johnson County is an economic engine for the Kansas City metropolitan area and the State of Kansas. It s the fastest growing county in the state of Kansas and has the nation s third highest

More information

Modelling the impact of automated driving - Private autonomous vehicle scenarios for Germany and the US

Modelling the impact of automated driving - Private autonomous vehicle scenarios for Germany and the US DLR.de Chart 1 Modelling the impact of automated driving - Private autonomous vehicle s for Germany and the US Lars Kröger, Tobias Kuhnimhof, Stefan Trommer European Transport Conference, 5 th October

More information

Optimal Policy for Plug-In Hybrid Electric Vehicles Adoption IAEE 2014

Optimal Policy for Plug-In Hybrid Electric Vehicles Adoption IAEE 2014 Optimal Policy for Plug-In Hybrid Electric Vehicles Adoption IAEE 2014 June 17, 2014 OUTLINE Problem Statement Methodology Results Conclusion & Future Work Motivation Consumers adoption of energy-efficient

More information

Fatigue properties of railway axles: new results of full-scale specimens

Fatigue properties of railway axles: new results of full-scale specimens Fatigue properties of railway axles: new results of full-scale specimens Steven Cervello Lucchini RS, Italy TC24 Meeting Advances in: Axle Durability Analysis and Maintenance Politecnico di Milano 1-2

More information

Unmanned autonomous vehicles in air land and sea

Unmanned autonomous vehicles in air land and sea based on Ulrich Schwesinger lecture on MOTION PLANNING FOR AUTOMATED CARS Unmanned autonomous vehicles in air land and sea Some relevant examples from the DARPA Urban Challenge Matteo Matteucci matteo.matteucci@polimi.it

More information

Travel Forecasting Methodology

Travel Forecasting Methodology Travel Forecasting Methodology Introduction This technical memorandum documents the travel demand forecasting methodology used for the SH7 BRT Study. This memorandum includes discussion of the following:

More information

Appendix F Model Development Report

Appendix F Model Development Report Appendix F Model Development Report This page intentionally left blank. Westside Mobility Plan Model Development Report December 2015 WESTSIDE MOBILITY PLAN MODEL DEVELOPMENT REPORT December 2015 Originally

More information

How to: Test & Evaluate Motors in Your Application

How to: Test & Evaluate Motors in Your Application How to: Test & Evaluate Motors in Your Application Table of Contents 1 INTRODUCTION... 1 2 UNDERSTANDING THE APPLICATION INPUT... 1 2.1 Input Power... 2 2.2 Load & Speed... 3 2.2.1 Starting Torque... 3

More information

A Personalized Highway Driving Assistance System

A Personalized Highway Driving Assistance System A Personalized Highway Driving Assistance System Saina Ramyar 1 Dr. Abdollah Homaifar 1 1 ACIT Institute North Carolina A&T State University March, 2017 aina Ramyar, Dr. Abdollah Homaifar (NCAT) A Personalized

More information

EXTENDING PRT CAPABILITIES

EXTENDING PRT CAPABILITIES EXTENDING PRT CAPABILITIES Prof. Ingmar J. Andreasson* * Director, KTH Centre for Traffic Research and LogistikCentrum AB. Teknikringen 72, SE-100 44 Stockholm Sweden, Ph +46 705 877724; ingmar@logistikcentrum.se

More information

DEVELOPMENT OF RIDERSHIP FORECASTS FOR THE SAN BERNARDINO INFRASTRUCTURE IMPROVEMENT STUDY

DEVELOPMENT OF RIDERSHIP FORECASTS FOR THE SAN BERNARDINO INFRASTRUCTURE IMPROVEMENT STUDY APPENDIX 1 DEVELOPMENT OF RIDERSHIP FORECASTS FOR THE SAN BERNARDINO INFRASTRUCTURE IMPROVEMENT STUDY INTRODUCTION: This Appendix presents a general description of the analysis method used in forecasting

More information

An Application of the Fault Tree Analysis for the Power System Reliability Estimation

An Application of the Fault Tree Analysis for the Power System Reliability Estimation An Application of the Fault Tree Analysis for the Power System Reliability Estimation ABSTRACT Andrija Volkanovski, Marko Čepin, Borut Mavko Reactor Engineering Division Jožef Stefan Institute Jamova 39,

More information

IMA Preprint Series # 2035

IMA Preprint Series # 2035 PARTITIONS FOR SPECTRAL (FINITE) VOLUME RECONSTRUCTION IN THE TETRAHEDRON By Qian-Yong Chen IMA Preprint Series # 2035 ( April 2005 ) INSTITUTE FOR MATHEMATICS AND ITS APPLICATIONS UNIVERSITY OF MINNESOTA

More information

Test bed 2: Optimal scheduling of distributed energy resources

Test bed 2: Optimal scheduling of distributed energy resources July 2017 Test bed 2: Optimal scheduling of distributed energy resources Zita Vale, Joao Soares and Fernando Lezama zav@isep.ipp.pt 1 Agenda Introduction and main objective Optimal scheduling of distributed

More information

Nationwide Impact and Vehicle to Grid Application of Electric Vehicles Mobility using an Activity Based Model

Nationwide Impact and Vehicle to Grid Application of Electric Vehicles Mobility using an Activity Based Model Nationwide Impact and Vehicle to Grid Application of Electric Vehicles Mobility using an Activity Based Model Roberto Alvaro, Jairo González, Jesús Fraile-Ardanuy Luk Knapen, Davy Janssens Abstract This

More information

City of Palo Alto (ID # 6416) City Council Staff Report

City of Palo Alto (ID # 6416) City Council Staff Report City of Palo Alto (ID # 6416) City Council Staff Report Report Type: Informational Report Meeting Date: 1/25/2016 Summary Title: Update on Second Transmission Line Title: Update on Progress Towards Building

More information

Locomotive Allocation for Toll NZ

Locomotive Allocation for Toll NZ Locomotive Allocation for Toll NZ Sanjay Patel Department of Engineering Science University of Auckland, New Zealand spat075@ec.auckland.ac.nz Abstract A Locomotive is defined as a self-propelled vehicle

More information

Senior Substation Project Lead Engineer

Senior Substation Project Lead Engineer Senior Substation Project Lead Engineer Are you ready to be a technology pioneer? Oil and gas factories 3000 meters underwater, heavy locomotive traction motors, electric vehicle chargers that deliver

More information

Compatibility of STPA with GM System Safety Engineering Process. Padma Sundaram Dave Hartfelder

Compatibility of STPA with GM System Safety Engineering Process. Padma Sundaram Dave Hartfelder Compatibility of STPA with GM System Safety Engineering Process Padma Sundaram Dave Hartfelder Table of Contents Introduction GM System Safety Engineering Process Overview Experience with STPA Evaluation

More information

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF CHRIS THIBODEAU SENIOR VICE PRESIDENT AUTONOMOUS DRIVING Ushr Company History Industry leading & 1 st HD map of N.A. Highways

More information

Engine Encapsulation for Increased Fuel Efficiency of Road Vehicles

Engine Encapsulation for Increased Fuel Efficiency of Road Vehicles Engine Encapsulation for Increased Fuel Efficiency of Road Vehicles A project within the program: Energy and Environment Start: July 2013 End: June 2017 Blago Minovski Department of Mechanics and Maritime

More information

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems Discovery of Design Methodologies for the Integration of Multi-disciplinary Design Problems Cirrus Shakeri Worcester Polytechnic Institute November 4, 1998 Worcester Polytechnic Institute Contents The

More information

Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management

Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management 07-01-15 Delft University of Technology Challenge the future Demand

More information

Learning how to choose (?) Effects of instructional choice sets in DCE

Learning how to choose (?) Effects of instructional choice sets in DCE Learning how to choose (?) Effects of instructional choice sets in DCE Jürgen Meyerhoff (TU Berlin) Klaus Glenk (SRUC) ICMC Sydney 3.-5. July 13 What do we mean by ICS? We define an Instruction Choice

More information

Introduction to Abaqus/CAE. Abaqus 2018

Introduction to Abaqus/CAE. Abaqus 2018 Introduction to Abaqus/CAE Abaqus 2018 About this Course Course objectives Upon completion of this course you will be able to: Use Abaqus/CAE to create complete finite element models. Use Abaqus/CAE to

More information

Chapter 20 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks

Chapter 20 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks Chapter 2 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks Adelina Madhja, Sotiris Nikoletseas and Theofanis P. Raptis Abstract Wireless power transfer is used to fundamentally address

More information

Smart Charging and Vehicle Grid Integration Silicon Valley Leadership Group PEV Forum December 16, 2014

Smart Charging and Vehicle Grid Integration Silicon Valley Leadership Group PEV Forum December 16, 2014 Smart Charging and Vehicle Grid Integration Silicon Valley Leadership Group PEV Forum December 16, 2014 Dan Bowermaster Program Manager, Electric Transportation Office: (650) 855-8524 Mobile: (650) 701-5099

More information

An Interleaved Dual-Battery Power Supply for Battery-Operated Electronics

An Interleaved Dual-Battery Power Supply for Battery-Operated Electronics USC Low Power CAD An Interleaved Dual-Battery Power Supply for Battery-Operated Electronics Qing Wu, Qinru Qiu and Massoud Pedram Department of Electrical Engineering-Systems University of Southern California

More information

Instructionally Relevant Alternate Assessments for Students with Significant Cognitive Disabilities

Instructionally Relevant Alternate Assessments for Students with Significant Cognitive Disabilities Instructionally Relevant Alternate Assessments for Students with Significant Cognitive Disabilities Neal Kingston, Karen Erickson, and Meagan Karvonen Background History of AA-AAS as separate from instruction

More information

Train turn restrictions and line plan performance

Train turn restrictions and line plan performance Downloaded from orbit.dtu.dk on: Jan 05, 2019 Train turn restrictions and line plan performance Burggraeve, Sofie ; Bull, Simon Henry; Lusby, Richard Martin ; Vansteenwegen, Pieter Publication date: 2016

More information

Renewable Energy Transmission through Multiple Routes in a Mobile Electrical Grid

Renewable Energy Transmission through Multiple Routes in a Mobile Electrical Grid Renewable Energy Transmission through Multiple Routes in a Mobile Electrical Grid Ping Yi, Yixiong Tang, Yijie Hong, Yuzhe Shen, Ting Zhu, Qingquan Zhang, Miroslav M. Begovic Shanghai Jiao Tong University,

More information

The Session.. Rosaria Silipo Phil Winters KNIME KNIME.com AG. All Right Reserved.

The Session.. Rosaria Silipo Phil Winters KNIME KNIME.com AG. All Right Reserved. The Session.. Rosaria Silipo Phil Winters KNIME 2016 KNIME.com AG. All Right Reserved. Past KNIME Summits: Merging Techniques, Data and MUSIC! 2016 KNIME.com AG. All Rights Reserved. 2 Analytics, Machine

More information

PCC Conference on Pervasive Computing and Communications

PCC Conference on Pervasive Computing and Communications PCC 04 -- Conference on Pervasive Computing and Communications The 2004 International Multiconference in Computer Science & Computer Engineering June 21-24, 2004, Las Vegas, Nevada, USA, Monte Carlo Resort

More information

Chapter 9 Real World Driving

Chapter 9 Real World Driving Chapter 9 Real World Driving 9.1 Data collection The real world driving data were collected using the CMU Navlab 8 test vehicle, shown in Figure 9-1 [Pomerleau et al, 96]. A CCD camera is mounted on the

More information

Request for Assistance (RFA)

Request for Assistance (RFA) Request for Assistance (RFA) RFA #: FY15-Consultant Canvas Development - 2 Issued on: July 13, 2017 For: Development services to support the implementation of an open-source instance of the Canvas LMS

More information

SIMWIND: A Geospatial Infrastructure Model for Optimizing Wind Power Generation and Transmission

SIMWIND: A Geospatial Infrastructure Model for Optimizing Wind Power Generation and Transmission Engineering Conferences International ECI Digital Archives Modeling, Simulation, And Optimization for the 21st Century Electric Power Grid Proceedings Fall 10-23-2012 SIMWIND: A Geospatial Infrastructure

More information

Relationship between spatio-temporal electricity cost variability and e-mobility

Relationship between spatio-temporal electricity cost variability and e-mobility Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 00 (2015) 000 000 www.elsevier.com/locate/procedia The 5th International Conference on Sustainable Energy Information Technology

More information

Real-time Bus Tracking using CrowdSourcing

Real-time Bus Tracking using CrowdSourcing Real-time Bus Tracking using CrowdSourcing R & D Project Report Submitted in partial fulfillment of the requirements for the degree of Master of Technology by Deepali Mittal 153050016 under the guidance

More information

Advanced SCADA systems for Energy management of electric buses

Advanced SCADA systems for Energy management of electric buses Advanced SCADA systems for Energy management of electric buses Balancing fleet charging for minimum consumption The management of charging of electric bus fleets requires using Energy Management Systems

More information

Design Evaluation of Fuel Tank & Chassis Frame for Rear Impact of Toyota Yaris

Design Evaluation of Fuel Tank & Chassis Frame for Rear Impact of Toyota Yaris International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-0056 Volume: 03 Issue: 05 May-2016 p-issn: 2395-0072 www.irjet.net Design Evaluation of Fuel Tank & Chassis Frame for Rear

More information

Busy Ant Maths and the Scottish Curriculum for Excellence Year 6: Primary 7

Busy Ant Maths and the Scottish Curriculum for Excellence Year 6: Primary 7 Busy Ant Maths and the Scottish Curriculum for Excellence Year 6: Primary 7 Number, money and measure Estimation and rounding Number and number processes Including addition, subtraction, multiplication

More information

Vanpool in Atlanta: Accommodating a 10% Mode Shift for Coca-Cola. Prepared for CEE 6625 by Calvin Clark Daejin Kim Yu Chen

Vanpool in Atlanta: Accommodating a 10% Mode Shift for Coca-Cola. Prepared for CEE 6625 by Calvin Clark Daejin Kim Yu Chen Vanpool in Atlanta: Accommodating a 10% Mode Shift for Coca-Cola Prepared for CEE 6625 by Calvin Clark Daejin Kim Yu Chen Outline Vanpool System Introduction Vanpool System in Atlanta Estimations for Coca-Cola

More information

Figure 1. What is the difference between distance and displacement?

Figure 1. What is the difference between distance and displacement? Q1.A train travels from town A to town B. Figure 1 shows the route taken by the train. Figure 1 has been drawn to scale. Figure 1 (a) The distance the train travels between A and B is not the same as the

More information

Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide. Version 1.1

Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide. Version 1.1 Southern California Edison Rule 21 Storage Charging Interconnection Load Process Guide Version 1.1 October 21, 2016 1 Table of Contents: A. Application Processing Pages 3-4 B. Operational Modes Associated

More information

Continental Engineering Services

Continental Engineering Services Automotive and transportation Services Product Simcenter Engineering firm uses Simcenter Amesim to optimize driving range of electric vehicles Business challenges Be recognized as an expert in electric

More information

Analysis of Turbophase System Deployment on Natural Gas Generating Stations located in Florida Reliability Coordinating Council

Analysis of Turbophase System Deployment on Natural Gas Generating Stations located in Florida Reliability Coordinating Council Analysis of Turbophase System Deployment on Natural Gas Generating Stations located in Florida Reliability Coordinating Council - BY ENERGY EXEMPLAR 1 Page Table of Contents Table of Figures... 2 About

More information

Paratransit for the Masses: Can Technological Advances Mainstream this Niche Mode?

Paratransit for the Masses: Can Technological Advances Mainstream this Niche Mode? Paratransit for the Masses: Can Technological Advances Mainstream this Niche Mode? Presentation at the 18 th Annual UCLA Lake Arrowhead Symposium The Transportation Land Use Environment Connection October

More information

INTEGER PROGRAMMING APPROACH IN BUS SCHEDULING AND COLLECTION OPTIMIZATION

INTEGER PROGRAMMING APPROACH IN BUS SCHEDULING AND COLLECTION OPTIMIZATION Jurnal Teknologi, 43(C) Dis. 2005: 1 14 Universiti Teknologi Malaysia INTEGER PROGRAMMING APPROACH 1 INTEGER PROGRAMMING APPROACH IN BUS SCHEDULING AND COLLECTION OPTIMIZATION ZUHAIMY ISMAIL 1 & ANG PEI

More information

PAPER ASSIGNMENT #1: ELECTRIC CIRCUITS Due at the beginning of class Saturday, February 9, 2008

PAPER ASSIGNMENT #1: ELECTRIC CIRCUITS Due at the beginning of class Saturday, February 9, 2008 PHYS 591 - Foundations of Science II By Richard Matthews PAPER ASSIGNMENT #1: ELECTRIC CIRCUITS Due at the beginning of class Saturday, February 9, 2008 Part I; Outline of the important elements of the

More information

This white paper details how these critical engineering factors should be addressed when designing and sizing a screw jack system.

This white paper details how these critical engineering factors should be addressed when designing and sizing a screw jack system. Critical Factors in Sizing and Designing a Screw jack System Abstract At Motion Technologies we re not afraid to redesign customer concepts in order to increase system performance and save our customers

More information

Connecting vehicles to grid. Toshiyuki Yamamoto Nagoya University

Connecting vehicles to grid. Toshiyuki Yamamoto Nagoya University Connecting vehicles to grid Toshiyuki Yamamoto Nagoya University 1 Outline Background Battery charging behavior At home Within trip Vehicle to grid Conclusions 2 Passenger car ownership in Japan 10 million

More information

Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata

Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 1 Robotics Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 2 Motivation Construction of mobile robot controller Evolving neural networks using genetic algorithm (Floreano,

More information

An Improved Regenerative Braking System

An Improved Regenerative Braking System An Improved Regenerative Braking System EDGSN 100 Penn State December 16, 2014 Nick Dermo Burook Affa Will Maloney Naman Kabra Executive Summary In the Delphi design project, MAD-K Inc. worked to come

More information

The Roots of Curiosity: Being a Bus Driver

The Roots of Curiosity: Being a Bus Driver Tutorial: Scheduled Service Management The 20 th ISTTT at Noordwijk, The Netherlands July 16, 2013 Outline: 1. Overview - Planning Elements 2. Motivation 3. Frequency Determination 4. Optional Timetables

More information

RS485 board. EB062

RS485 board.  EB062 RS485 board www.matrixmultimedia.com EB062 Contents About this document 3 Board layout 3 General information 4 Circuit description 4 Protective cover 5 Circuit diagram 6 2 Copyright About this document

More information

The role of rail in a transport system to limit the impact of global warming

The role of rail in a transport system to limit the impact of global warming The role of rail in a transport system to limit the impact of global warming 26 November 213 Gerard Drew, Beyond Zero Emissions Tilo Schumann, German Aerospace Centre (DLR) Overview CONTEXT Character of

More information

Multiobjective capacitated arc routing problem

Multiobjective capacitated arc routing problem Multiobjective capacitated arc routing problem Philippe Lacomme 1, Christian Prins 2, Marc Sevaux 3 1 University Blaise-Pascal, Clermont-Ferrand, France 2 University of Technology of Troyes, France 3 University

More information

Demand Optimization. Jason W Black Nov 2, 2010 University of Notre Dame. December 3, 2010

Demand Optimization. Jason W Black Nov 2, 2010 University of Notre Dame. December 3, 2010 Demand Optimization Jason W Black (blackj@ge.com) Nov 2, 2010 University of Notre Dame 1 Background Demand response (DR) programs are designed to reduce peak demand by providing customers incentives to

More information

Mobile Area Transportation Study Urban Area and Planning Boundary

Mobile Area Transportation Study Urban Area and Planning Boundary Mobile Origin- Destination Study Mobile Origin- Destination Study Trip Distribution Calibration WHY? Some background on Mobile Long Range Transportation Plan Crash course in travel demand forecasting HOW?

More information

Range anxiety, the persistent worry about not having enough battery power to complete a

Range anxiety, the persistent worry about not having enough battery power to complete a Optimal Installation for Electric Vehicle Wireless Charging Lanes Hayato Ushijima-Mwesigwa 1, MD Zadid Khan 2, Mashrur A Chowdhury 2, Ilya Safro 1 1- School of Computing, Clemson University, Clemson SC,

More information

Clean Energy Transmission Summit. Stephen Beuning Director Market Operations 1/9/13

Clean Energy Transmission Summit. Stephen Beuning Director Market Operations 1/9/13 Clean Energy Transmission Summit Stephen Beuning Director Market Operations 1/9/13 1 Who We Are Xcel Energy is dedicated to being an environmental leader NSP-Minnesota NSP-Wisconsin 26,000+ MWs of generation

More information

Restricted dynamic programming for the VRP

Restricted dynamic programming for the VRP Restricted dynamic programming for the VRP A flexible framework for solving realistic VRPS Leendert Kok, Marco Schutten (UT, OMPL) Jelke van Hoorn, Joaquim Gromicho (ORTEC) 1 Overview Introduction DP for

More information

Are we ready to jump back in the pool? Prospects for Carpooling and Ridesharing in the Years Ahead

Are we ready to jump back in the pool? Prospects for Carpooling and Ridesharing in the Years Ahead Are we ready to jump back in the pool? Prospects for Carpooling and Ridesharing in the Years Ahead Brian D. Taylor, FAICP Professor of Urban Planning Director, Institute of Transportation Studies Director,

More information

Improvements for Ver November 23, 2017

Improvements for Ver November 23, 2017 Dyrobes Rotordynamics Software dyrobes.com Improvements for Ver 20.00 November 23, 2017 Add new features in BePerf for fixed-lobe and tilting pad journal bearing design: 1) Parametric study 2) Design Comparison.

More information

Midterm Event. Holger Czuday, Bayern Innovativ 7th February Automotive Battery Recycling and 2nd Life

Midterm Event. Holger Czuday, Bayern Innovativ 7th February Automotive Battery Recycling and 2nd Life Midterm Event Holger Czuday, Bayern Innovativ 7th February 2014 Automotive Battery Recycling and 2nd Life 1 Consortium: D NL - F External: Paris, 15 janvier 2014 2 Problem description Daily message at

More information