Efficient Minimization of Routing Cost in Delay Tolerant Networks

Size: px
Start display at page:

Download "Efficient Minimization of Routing Cost in Delay Tolerant Networks"

Transcription

1 Computer Science Department Christos Tsiaras Master Thesis Presentation (short edition) Efficient Minimization of Routing Cost in Delay Tolerant Networks Supervised by Dr. Stavros Toumpis Zürich, 20 July 2011

2 Outline What are and how to model DTNs (focus on Deterministic DTNs) Why minimize routing cost in DTNs Our approach through a simple example Performance Potential uses Q & A Time Slide 1 of 26

3 What are DTNs Basic characteristics All nodes in DTNs can and should store data Efficient data forward Examples Military ad hoc networks Sensor networks Satellite networks Slide 2 of 26

4 How to model a DTNs Slide 3 of 26

5 Deterministic DTNs Full knowledge of network evolution Known every time slot Known connectivity every time slot Known storage cost for every every time slot Transmission cost for every possible link Slide 4 of 26

6 Why minimize routing cost in DTNs Nodes => Routing cost Time slots => Routing cost DTNs can be very patient consider forward data DTNs can be very impatient consider routing decisions Slide 5 of 26

7 Our approach through a simple example Slide 6 of 26

8 Our approach through a simple example Slide 7 of 26

9 Our approach through a simple example Slide 8 of 26

10 Our approach through a simple example Slide 9 of 26

11 Our approach through a simple example Slide 10 of 26

12 Our approach through a simple example Slide 11 of 26

13 Our approach through a simple example Slide 12 of 26

14 Our approach through a simple example Slide 13 of 26

15 Our approach through a simple example Slide 14 of 26

16 Performance Simple Dijkstra implementation O (T 2 V 3 net ) O (T 2 V 2 net ) many to many one to many Recursive use of Dijkstra O (T V 3 net ) many to many O (T V 2 net ) one to many Simple Bellman-Ford O (T 2 V 4 net ) O (T 2 V 3 net ) many to many one to many Recursive Bellman-Ford O (T V 4 net ) O (T V 3 net ) many to many one to many Slide 15 of 26

17 Performance Slide 16 of 26

18 Performance Slide 17 of 26

19 Performance Slide 18 of 26

20 Performance Slide 19 of 26

21 Performance Slide 20 of 26

22 Potential uses Distributed scenario Recursive Dijkstra Airplanes network! Shortest paths precalculation about black box data exchange between planes Most of the Black box data reach the ground even if plane does not! Slide 21 of 26

23 Potential uses Distributed scenario Recursive Bellman-Ford Distributed data replication Replicate data with minimum cost Maybe someone want to pay to transfer the trafic through his network (information?) Slide 22 of 26

24 Potential uses Centralised scenario Recursive Dijkstra WSN Plant smart nodes and create a backbone for the WSN e.g. Runners Protocol Slide 23 of 26

25 Demonstration of our implementation This is the fun part Slide 24 of 26

26 Demonstration of our implementation Question: Find the minimum cost journey, so node 1 will send data to node 10 at a 21 maximum number of time slots Answer: Node 1 will store data for 8 time slots where he will forward the data to node 8 Node 8 will store data for 4 time slots where he will meet node 10 and he will deliver the data Data will reach node 10 in 12 time slots All nodes will continue travelling untill time slot 21 Slide 25 of 26

27 Conclusions Every DTN should be handled with different routing algorithm Distributed and Centralised routing decisions should be possible Fast calculation of the optimal routing path is mandatory Slide 26 of 26

28 Q & A Time This presentation can be found at

Problem Solving Agents

Problem Solving Agents Problem Solving Agents A problem solving agent is one which decides what actions and states to consider in completing a goal Examples: Finding the shortest path from one city to another 8-puzzle Problem

More information

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Jehyun Cho a, Ghang Lee a, Jongsung Won a and Eunseo Ryu a a Dept. of Architectural Engineering, University of Yonsei,

More information

Urban Traffic Analysis Using HSL (Helsinki Bus) Dataset Kai Zhao University of Helsinki

Urban Traffic Analysis Using HSL (Helsinki Bus) Dataset Kai Zhao University of Helsinki Urban Traffic Analysis Using HSL (Helsinki Bus) Dataset Kai Zhao University of Helsinki April 2015 1 Outline Introduction 1. Analyzing Urban Traffic with Network Analysis methods (What, Why). 2. Correlation

More information

SIDDHARTH INSTITUTE OF ENGINEERING & TECHNOLOGY :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE)

SIDDHARTH INSTITUTE OF ENGINEERING & TECHNOLOGY :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) Subject with Code : Data Structures(16MC806) Course & Specialization: MCA UNIT I Sorting, Searching and Directories 1. Explain how to sort the elements by using insertion sort and derive time complexity

More information

Uninformed search methods II.

Uninformed search methods II. CS 1571 Introduction to AI Lecture 5 Uninformed search methods II. Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Uninformed methods Uninformed search methods use only information available in

More information

Uninformed Search (Ch )

Uninformed Search (Ch ) 1 Uninformed Search (Ch. 3-3.4) 7 Small examples 8-Queens: how to fit 8 queens on a 8x8 board so no 2 queens can capture each other Two ways to model this: Incremental = each action is to add a queen to

More information

On the Impact of Garbage Collection on flash-based SSD endurance

On the Impact of Garbage Collection on flash-based SSD endurance On the Impact of Garbage Collection on flash-based SSD endurance Robin Verschoren and Benny Van Houdt Dept. Mathematics and Computer Science University of Antwerp Antwerp, Belgium INFLOW 16 Robin Verschoren

More information

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017)

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) Veli Mäkinen 12/05/2017 1 COURSE STRUCTURE 7 weeks: video lecture -> demo lecture -> study group -> exercise Video lecture: Overview, main concepts, algorithm

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice

Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice Chris Van Houtte, Judith Y. T. Wang, and Matthias Ehrgott September 30, 2009 Outline Commuter Cyclists Motivation Choice Set Route

More information

CS 4649/7649 Robot Intelligence: Planning

CS 4649/7649 Robot Intelligence: Planning CS 4649/7649 Robot Intelligence: Planning Roadmap Approaches Sungmoon Joo School of Interactive Computing College of Computing Georgia Institute of Technology S. Joo (sungmoon.joo@cc.gatech.edu) 1 *Slides

More information

Local-to-Global Algorithms in Biology: Drosophila and Beyond (maybe...)

Local-to-Global Algorithms in Biology: Drosophila and Beyond (maybe...) Local-to-Global Algorithms in Biology: Drosophila and Beyond (maybe...) MIT Synthetic Biology Working Group Dan Yamins 27.2.5 spatial multi-agent systems a space with agents embedded in the space local

More information

The Evolution of Transport Planning

The Evolution of Transport Planning The Evolution of Transport Planning On Proportionality and Uniqueness in Equilibrium Assignment Michael Florian Calin D. Morosan Background Several bush-based algorithms for computing equilibrium assignments

More information

Blocking time reduction for level crossings using the genetic algorithm

Blocking time reduction for level crossings using the genetic algorithm Computers in Railways X 299 Blocking time reduction for level crossings using the genetic algorithm Y. Noguchi 1, H. Mochizuki 1, S. Takahashi 1, H. Nakamura 1, S. Kaneko 1 & M. Sakai 2 1 Nihon University,

More information

Uninformed Search (Ch )

Uninformed Search (Ch ) 1 Uninformed Search (Ch. 3-3.4) 3 Terminology review State: a representation of a possible configuration of our problem Action: -how our agent interacts with the problem -can be different depending on

More information

Search I. Tuomas Sandholm Carnegie Mellon University Computer Science Department. [Read Russell & Norvig Chapter 3]

Search I. Tuomas Sandholm Carnegie Mellon University Computer Science Department. [Read Russell & Norvig Chapter 3] Search I Tuomas Sandholm Carnegie Mellon University Computer Science Department [Read Russell & Norvig Chapter 3] Search I Goal-based agent (problem solving agent) Goal formulation (from preferences).

More information

BHATNAGAR. Reducing Delay in V2V-AEB System by Optimizing Messages in the System

BHATNAGAR. Reducing Delay in V2V-AEB System by Optimizing Messages in the System Reducing Delay in V2V-AEB System by Optimizing Messages in the System Shalabh Bhatanagar Stanley Chien Yaobin Chen TASI, IUPUI, Indianapolis USA Paper Number: 17-0330 ABSTRACT In V2V-AEB (Vehicle to Vehicle

More information

Improving the Bus Network through Traffic Signalling. Henry Axon Transport for London

Improving the Bus Network through Traffic Signalling. Henry Axon Transport for London Improving the Bus Network through Traffic Signalling Henry Axon Transport for London Improving the Bus Network through Traffic Signalling Introduction Transport for London (TfL) operates the most frequent

More information

Princess Nora University Faculty of Computer & Information Systems ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department

Princess Nora University Faculty of Computer & Information Systems ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department Princess Nora University Faculty of Computer & Information Systems 1 ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department (CHAPTER-3-PART2) PROBLEM SOLVING AND SEARCH (Course coordinator) Searching

More information

Distributed Systems [Fall 2013]

Distributed Systems [Fall 2013] Distributed Systems [Fall 2013] Lec 7: Time and Synchronization Slide acks: Dave Andersen, Randy Bryant (http://www.cs.cmu.edu/~dga/15-440/f11/lectures/09-time+synch.pdf) 1 Any Questions for HW 2? Deadline

More information

EE582 Physical Design Automation of VLSI Circuits and Systems

EE582 Physical Design Automation of VLSI Circuits and Systems EE Prof. Dae Hyun Kim School of Electrical Engineering and Computer Science Washington State University Routing Grid Routing Grid Routing Grid Routing Grid Routing Grid Routing Lee s algorithm (Maze routing)

More information

Field Instrumentation Training Strategy

Field Instrumentation Training Strategy Field Instrumentation Training Strategy 21 st Nico Marneweck 082 883 2652 Kallie Bodenstein 083 226 2787 Marco Coccioni 072 409 5779-1 - Introduction Training customised for the South Africa Industrial

More information

Uninformed search methods II.

Uninformed search methods II. CS 2710 Foundations of AI Lecture 4 Uninformed search methods II. Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Announcements Homework assignment 1 is out Due on Tuesday, September 12, 2017 before

More information

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007.

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. Acknowledgement In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. There are many others without whom I could not have completed

More information

Efficiency of Choice Set Generation Methods for Bicycle Routes

Efficiency of Choice Set Generation Methods for Bicycle Routes Efficiency of Choice Set Generation Methods for Bicycle Routes Katrín Halldórsdóttir * Nadine Rieser-Schüssler Institute for Transport Planning and Systems, Swiss Federal Institute of Technology Zurich,

More information

Questions & Answers About the Operate within Operate within IROLs Standard

Questions & Answers About the Operate within Operate within IROLs Standard Index: Introduction to Standard...3 Expansion on Definitions...5 Questions and Answers...9 Who needs to comply with this standard?...9 When does compliance with this standard start?...10 For a System Operator

More information

BWS is a Bitcoin-based community-centric crypto currency with a focus on

BWS is a Bitcoin-based community-centric crypto currency with a focus on BWS Team Page 1 BWS is a Bitcoin-based community-centric crypto currency with a focus on decentralization, privacy, and real-world use. It utilizes an energy efficient Proof of Stake protocol and a second-tier

More information

Problem Solving as Search - I

Problem Solving as Search - I Problem Solving as Search - I Shobhanjana Kalita Dept. of Computer Science & Engineering Tezpur University Slides prepared from Artificial Intelligence A Modern approach by Russell & Norvig Problem-Solving

More information

Improved Real-time Monitoring and Control of Water Supply Networks by Use of Graph Decomposition

Improved Real-time Monitoring and Control of Water Supply Networks by Use of Graph Decomposition Improved Real-time Monitoring and Control of Water Supply Networks by Use of Graph Decomposition J. Deuerlein, O. Piller, I. Montalvo To cite this version: J. Deuerlein, O. Piller, I. Montalvo. Improved

More information

Yokogawa Systems and PCI Training

Yokogawa Systems and PCI Training Yokogawa Systems and PCI Training 09 th December 2014 Nico Marneweck 082 883 2652 Kallie Bodenstein 083 226 2787 Marco Coccioni 072 409 5779-1 - Introduction Training customised for the South Africa Industrial

More information

AGA Swiss McMahon Pairing Protocol Standards

AGA Swiss McMahon Pairing Protocol Standards AGA Swiss McMahon Pairing Protocol Standards Final Version 1: 2009-04-30 This document describes the Swiss McMahon pairing system used by the American Go Association (AGA). For questions related to user

More information

Uninformed search methods

Uninformed search methods Lecture 3 Uninformed search methods Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Announcements Homework 1 Access through the course web page http://www.cs.pitt.edu/~milos/courses/cs2710/ Two

More information

5G trials in PyeongChang and at CEA-Leti. Presenter: Dr. Antonio CLEMENTE Wireless Communication Department, CEA-Leti, France

5G trials in PyeongChang and at CEA-Leti. Presenter: Dr. Antonio CLEMENTE Wireless Communication Department, CEA-Leti, France 5G trials in PyeongChang and at CEA-Leti Presenter: Dr. Antonio CLEMENTE Wireless Communication Department, CEA-Leti, France Third annual ITU IMT-2020 Workshop & Demo Day, Gèneve July 18 2018 Outline Introduction

More information

A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS

A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS S. S. OZGER PhD Student, Dept. of Civil and Envir. Engrg., Arizona State Univ., 85287, Tempe, AZ, US Phone: +1-480-965-3589

More information

Lecturers. Multi-Agent Systems. Exercises: Dates. Lectures. Prof. Dr. Bernhard Nebel Room Dr. Felix Lindner Room

Lecturers. Multi-Agent Systems. Exercises: Dates. Lectures. Prof. Dr. Bernhard Nebel Room Dr. Felix Lindner Room Lecturers Multi-Agent Systems Prof. Dr. Bernhard Nebel Room 52-00-028 Phone: 0761/203-8221 email: nebel@informatik.uni-freiburg.de Albert-Ludwigs-Universität Freiburg Dr. Felix Lindner Room 52-00-043 Phone:

More information

ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS. Final Report

ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS. Final Report Preparedby: ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS Final Report Prepared for Maricopa County Department of Transportation Prepared by TABLE OF CONTENTS Page EXECUTIVE SUMMARY ES-1

More information

IMPLEMENT GUIDANCE SYSTEMS

IMPLEMENT GUIDANCE SYSTEMS IMPLEMENT GUIDANCE SYSTEMS KEEPING PULLED EQUIPMENT ON TRACK Satellite navigation systems on tractors keep the tractor on track - but they cannot always address the challenge of keeping the equipment that

More information

Decision Trees. an Introduction

Decision Trees. an Introduction Decision Trees an Introduction Outline Top-Down Decision Tree Construction Choosing the Splitting Attribute Information Gain and Gain Ratio Decision Tree An internal node is a test on an attribute A branch

More information

All TSOs of the Nordic Capacity Calculation Region Proposal for fallback procedures in accordance with Article 44 of Commission Regulation (EU)

All TSOs of the Nordic Capacity Calculation Region Proposal for fallback procedures in accordance with Article 44 of Commission Regulation (EU) All TSOs of the Nordic Capacity Calculation Region Proposal for fallback procedures in accordance with Article 44 of Commission Regulation (EU) 2015/1222 of 24 July 2015 establishing a guideline on capacity

More information

Better Search Improved Uninformed Search CIS 32

Better Search Improved Uninformed Search CIS 32 Better Search Improved Uninformed Search CIS 32 Functionally PROJECT 1: Lunar Lander Game - Demo + Concept - Open-Ended: No One Solution - Menu of Point Options - Get Started NOW!!! - Demo After Spring

More information

Transmission Expansion Advisory Committee Meeting Market Efficiency Analysis Input Assumptions. April 12, 2012

Transmission Expansion Advisory Committee Meeting Market Efficiency Analysis Input Assumptions. April 12, 2012 Transmission Expansion Advisory Committee Meeting 2012 Market Efficiency Analysis Input Assumptions April 12, 2012 PJM@2012 Market Simulation Input Data Study years: 2012, 2015, 2018, 2021, 2026 PROMOD

More information

How to measure the average pedestrian access of a place to a group of important locations?

How to measure the average pedestrian access of a place to a group of important locations? An Urban Walkability Assessment Model Based on Network Distance Metrics and Topographic Features Pirouz Nourian, PhD researcher in computational urban design, TU Delft, Faculty of Architecture, Email:

More information

Gdynia s bicycle model

Gdynia s bicycle model Gdynia s bicycle model Problems related to cycling network and demand modelling Michał Miszewski, city of Gdynia Development of tool for transport analysis - MST Statistical data (baseline and forecasts)

More information

Evacuation Time Minimization Model using Traffic Simulation and GIS Technology

Evacuation Time Minimization Model using Traffic Simulation and GIS Technology Evacuation Time Minimization Model using Traffic Simulation and GIS Technology Daisik Danny Nam, Presenter Ph.D. Student Department of Civil and Environmental Engineering, University of California, Irvine

More information

Time and synchronization

Time and synchronization Time and synchronization ( There s never enough time ) Today s outline Global Time Time in distributed systems A baseball example Synchronizing real clocks Cristian s algorithm The Berkeley Algorithm Network

More information

Time and synchronization. ( There s never enough time )

Time and synchronization. ( There s never enough time ) Time and synchronization ( There s never enough time ) Today s outline Global Time Time in distributed systems A baseball example Synchronizing real clocks Cristian s algorithm The Berkeley Algorithm Network

More information

Introducing Intellisense CPR Feedback Sensor and Technology Overview. Internal Use Only Not For Distribution

Introducing Intellisense CPR Feedback Sensor and Technology Overview. Internal Use Only Not For Distribution Introducing Intellisense CPR Feedback Sensor and Technology Overview 1 2015 Guidelines The Need For Better Quality CPR 2 Guidelines 2015 High quality CPR remains essential to improving outcomes CPR providers

More information

CONTROL SOLUTIONS DESIGNED TO FIT RIGHT IN. Energy Control Technologies

CONTROL SOLUTIONS DESIGNED TO FIT RIGHT IN. Energy Control Technologies PLANT AIR CONTROL SYSTEMS CONTROL SOLUTIONS DESIGNED TO FIT RIGHT IN Maximizing your plant s efficiency with plant air control systems built to fit your needs exactly. Energy Control Technologies E nergy

More information

Pedestrian Demand Modeling: Evaluating Pedestrian Risk Exposures

Pedestrian Demand Modeling: Evaluating Pedestrian Risk Exposures Pedestrian Demand Modeling: Evaluating Pedestrian Risk Exposures Kelly J. Clifton National Center for Smart Growth University of Maryland May 19, 2008 Study Team University of Maryland National Center

More information

SIMULATION OF ENTRAPMENTS IN LCM PROCESSES

SIMULATION OF ENTRAPMENTS IN LCM PROCESSES Douai, FRANCE - July 6 SIMULATION OF ENTRAPMENTS IN LCM PROCESSES René Arbter, Paolo Ermanni Centre of Structure Technologies ETH Zurich, Leonhardstr. 7, 89 Zurich, Switzerland: rarbter@ethz.ch ABSTRACT:

More information

Mapping Diving Locations on Bali Island Based Mobile

Mapping Diving Locations on Bali Island Based Mobile International Journal of Computer Engineering and Information Technology VOL. 9, NO. 9, September 2017, 211 215 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Mapping Diving Locations on

More information

The Rule of Right-Angles: Exploring the term Angle before Depth

The Rule of Right-Angles: Exploring the term Angle before Depth The Rule of Right-Angles: Exploring the term Angle before Depth I m a firm believer in playing an efficient game. Goaltenders can increase their efficiency in almost every category of their game, from

More information

Net$ync II. Net$ync II. System Controllers

Net$ync II. Net$ync II. System Controllers Net$ync II Net$ync II System Controllers Net$ync II Conductor System System Optimization The Quincy Net$ync II Conductor system selects the most efficient combination of compressors based on demand. Consistent,

More information

Collision Avoidance System using Common Maritime Information Environment.

Collision Avoidance System using Common Maritime Information Environment. TEAM 2015, Oct. 12-15, 2015, Vladivostok, Russia Collision Avoidance System using Common Maritime Information Environment. Petrov Vladimir Alekseevich, the ass.professor, Dr. Tech. e-mail: petrov@msun.ru

More information

Robust Task Execution: Procedural and Model-based. Outline. Desiderata: Robust Task-level Execution

Robust Task Execution: Procedural and Model-based. Outline. Desiderata: Robust Task-level Execution Robust Task Execution: Procedural and Model-based Mission Goals and Environment Constraints Temporal Planner Temporal Network Solver Projective Task Expansion Initial Conditions Temporal Plan Dynamic Scheduling

More information

Ocean Fishing Fleet Scheduling Path Optimization Model Research. Based On Improved Ant Colony Algorithm

Ocean Fishing Fleet Scheduling Path Optimization Model Research. Based On Improved Ant Colony Algorithm 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 205) Ocean Fishing Fleet Scheduling Path Optimization Model Research Based On Improved Ant Colony Algorithm Li Jia-lin2,

More information

A SUMO Based Evaluation of Road Incidents Impact on Traffic Congestion Level in Smart Cities

A SUMO Based Evaluation of Road Incidents Impact on Traffic Congestion Level in Smart Cities A SUMO Based Evaluation of Road Incidents Impact on Traffic Congestion Level in Smart Cities David Smith, Soufiene Djahel, and John Murphy Lero, School of Computer Science and Informatics, University College

More information

GE Healthcare. Aestiva/5. More than superior ventilation

GE Healthcare. Aestiva/5. More than superior ventilation GE Healthcare Aestiva/5 More than superior ventilation A balance of superior ventilation and award-winning design SmartVent the shape of superior ventilation At the heart of the Datex-Ohmeda Aestiva /5

More information

Urban OR: Quiz 2 Solutions (2003) ( 1 ρ 1 )( 1 ρ 1 ρ 2 ) ( 1 12 )( ) σ S ] 24 [ 2 = 60, 2 2 ] ( 2 ) 3

Urban OR: Quiz 2 Solutions (2003) ( 1 ρ 1 )( 1 ρ 1 ρ 2 ) ( 1 12 )( ) σ S ] 24 [ 2 = 60, 2 2 ] ( 2 ) 3 Problem 1: (a) Wo = ƒ λ Urban OR: Quiz 2 Solutions (2003) 2 2 E [ S i ] 12 1 12 9 i = + = 1 min i = 1 2 60 2 60 2 W W = o 1 q1 = = 1. 25 min ( 1 ρ 1 ) ( 1 12 ) 60 W W = o 1 q2 = = 6. 25 min ( 1 ρ 1 )(

More information

Artificial Intelligence for the EChO Mission Scheduler

Artificial Intelligence for the EChO Mission Scheduler Artificial Intelligence for the EChO Mission Scheduler Álvaro García Piquer Ignasi Ribas Josep Colomé Institute of Space Sciences (CSIC/IEEC), Barcelona, Spain SCIOPS 2013 September 10 13, 2013 Introduction

More information

unsignalized signalized isolated coordinated Intersections roundabouts Highway Capacity Manual level of service control delay

unsignalized signalized isolated coordinated Intersections roundabouts Highway Capacity Manual level of service control delay Whether unsignalized or signalized, isolated or coordinated, you can use TransModeler to simulate intersections with greater detail and accuracy than any other microsimulation software. TransModeler allows

More information

Canada s Capital Region Delegation to the Velo-City Global 2010 Conference

Canada s Capital Region Delegation to the Velo-City Global 2010 Conference Canada s Capital Region Delegation to the Velo-City Global 2010 Conference Report of Findings from Visits, Meetings & Presentations In Amsterdam-Den Haag, Utrecht, Berlin & Copenhagen The Itinerary Copenhagen

More information

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families P. Sundaravadivel 1, S. P. Mohanty 2, E. Kougianos 3, V. P. Yanambaka 4, and M. K. Ganapathiraju 5 University of North Texas,

More information

The Cooperative Cleaners Case Study: Modelling and Analysis in Real-Time ABS

The Cooperative Cleaners Case Study: Modelling and Analysis in Real-Time ABS : Modelling and Analysis in Real-Time ABS Silvia Lizeth Tapia Tarifa Precise Modelling and Analysis University of Oslo sltarifa@ifi.uio.no 29.11.2013 S. Lizeth Tapia Tarifa Outline Motivation 1 Motivation

More information

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag Decision Trees Nicholas Ruozzi University of Texas at Dallas Based on the slides of Vibhav Gogate and David Sontag Announcements Course TA: Hao Xiong Office hours: Friday 2pm-4pm in ECSS2.104A1 First homework

More information

Optimal Weather Routing Using Ensemble Weather Forecasts

Optimal Weather Routing Using Ensemble Weather Forecasts Optimal Weather Routing Using Ensemble Weather Forecasts Asher Treby Department of Engineering Science University of Auckland New Zealand Abstract In the United States and the United Kingdom it is commonplace

More information

Failure Mode and Effect Analysis (FMEA) for a DMLC Tracking System

Failure Mode and Effect Analysis (FMEA) for a DMLC Tracking System Failure Mode and Effect Analysis (FMEA) for a DMLC Tracking System Amit Sawant 1, Sonja Dieterich 1, Michelle Svatos 2 and Paul Keall 1 1 Stanford University, Stanford, CA 2 Varian Medical Systems, Palo

More information

Smart Card based application for IITK Swimming Pool management

Smart Card based application for IITK Swimming Pool management CS499 End Semester Report Smart Card based application for IITK Swimming Pool management Submitted By: Ankur Mittal Project Guide: Prof. Rajat Moona Introduction In today s world, there is an increasing

More information

Model-based Adaptive Acoustic Sensing and Communication in the Deep Ocean with MOOS-IvP

Model-based Adaptive Acoustic Sensing and Communication in the Deep Ocean with MOOS-IvP Model-based Adaptive Acoustic Sensing and Communication in the Deep Ocean with MOOS-IvP Henrik Schmidt & Toby Schneider Laboratory for Autonomous Marine Sensing Systems Massachusetts Institute of technology

More information

Modeling of the Safety and the Performance of Railway Operation via Stochastic Petri Nets

Modeling of the Safety and the Performance of Railway Operation via Stochastic Petri Nets Modeling of the Safety and the Performance of Railway Operation via Stochastic Petri Nets Robert Nicolae 1 Florin Moldoveanu 1 Mihai Cernat 1 Roman Slovák 2 Eckehart Schnieder 2 1 Transilvania University

More information

2017 MSA Safety Delegate Report

2017 MSA Safety Delegate Report Name of the Rally Organising Club Date Name of the Safety Delegate 2017 MSA Safety Delegate Report SUBJECT No. of evaluations made A C B U 1. Organisation 0 0 0 0 2. Route & Service Area 0 0 0 0 3. Safety

More information

Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models

Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models Neeraj Saxena * ; Vinayak Dixit 1 ; Travis S. Waller 2 * Corresponding author: E-mail address: n.saxena@unsw.edu.au ; Tel: (+61

More information

T&E M&S War Game Results. Jim Hazlett Director, Mission Profiling Mission Innovation Raytheon Integrated Defense Systems

T&E M&S War Game Results. Jim Hazlett Director, Mission Profiling Mission Innovation Raytheon Integrated Defense Systems T&E M&S War Results Jim Hazlett Director, Mission Profiling Mission Innovation Raytheon Integrated Defense Systems Overview Purpose: Recent seminar war game for modeling and simulation (M&S) sponsor to

More information

Rescue Technician: Cave Rescue I/II

Rescue Technician: Cave Rescue I/II Rescue Technician: Cave Rescue I/II Skill Sheet Package Based on NFPA 1006: Standard for Technical Rescue Professional Qualifications, 2013 Edition. Alabama Fire College August 2014 REVISED 02/10/2017

More information

Basic STPA Exercises. Dr. John Thomas

Basic STPA Exercises. Dr. John Thomas Basic STPA Exercises Dr. John Thomas Chemical Plant Goal: To produce and sell chemical X What (System): A chemical plant (production), How (Method): By means of a chemical reaction, a catalyst,. CATALYST

More information

CRSA Conference Evidence Based Decision Making in European Football

CRSA Conference Evidence Based Decision Making in European Football CRSA Conference Evidence Based Decision Making in European Football UEFA Intelligence Centre Topics to cover WHAT is the Intelligence Centre? WHY an intelligence Centre & HOW created? WHAT strategic data

More information

Lecture 1 Temporal constraints: source and characterization

Lecture 1 Temporal constraints: source and characterization Real-Time Systems Lecture 1 Temporal constraints: source and characterization Basic concepts about real-time Requirements of Real-Time Systems Adapted from the slides developed by Prof. Luís Almeida for

More information

Sustainable Transport Systems and Mobility

Sustainable Transport Systems and Mobility Danube Transnational Programme Capitalization Thematic Pole 6 Sustainable Transport Systems and Mobility Marko Govek, Municipality of Velenje LinkingDanube, 27. 3. 2017 Presentation overview: Thematic

More information

Enhancing Small Arms Target Engagement. Mike Tombu DRDC Toronto Research Centre

Enhancing Small Arms Target Engagement. Mike Tombu DRDC Toronto Research Centre Enhancing Small Arms Target Engagement Mike Tombu DRDC Toronto Research Centre DMC A INFORMATIVE STATEMENTS (U) The data collected as part of this study was approved either by Defence Research and Development

More information

FT28_mks.qxp 21/11/ :06 Page 1

FT28_mks.qxp 21/11/ :06 Page 1 FT28_mks.qxp 21/11/2005 14:06 Page 1 The critical components of a production-worthy ALD system CRITICAL Jon Owyang, Jeff Bailey & Subrata Chatterji, Aviza Technology, Inc., CA, USA ABSTRACT Fundamentally,

More information

Uninformed search methods

Uninformed search methods Lecture 3 Uninformed search methods Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Announcements Homework assignment 1 is out Due on Tuesday, September 12, 2017 before the lecture Report and programming

More information

Real World Search Problems. CS 331: Artificial Intelligence Uninformed Search. Simpler Search Problems. Example: Oregon. Search Problem Formulation

Real World Search Problems. CS 331: Artificial Intelligence Uninformed Search. Simpler Search Problems. Example: Oregon. Search Problem Formulation Real World Search Problems S 331: rtificial Intelligence Uninformed Search 1 2 Simpler Search Problems ssumptions bout Our Environment Fully Observable Deterministic Sequential Static Discrete Single-agent

More information

TACTICAL. Defensive Positional Play. The USA Hockey Coaching Education Program is presented by REVISED 6/15

TACTICAL. Defensive Positional Play. The USA Hockey Coaching Education Program is presented by REVISED 6/15 TACTICAL Defensive Positional Play The USA Hockey Coaching Education Program is presented by REVISED 6/15 OBJECTIVES To describe the potential responsiblities of defensemen To describe the defensive side

More information

Highway 111 Corridor Study

Highway 111 Corridor Study Highway 111 Corridor Study June, 2009 LINCOLN CO. HWY 111 CORRIDOR STUDY Draft Study Tea, South Dakota Prepared for City of Tea Sioux Falls Metropolitan Planning Organization Prepared by HDR Engineering,

More information

RESIDENTIAL WATER DISTRIBUTION

RESIDENTIAL WATER DISTRIBUTION RESIDENTIAL WATER DISTRIBUTION This case study demonstrates the steady-state simulation of the fresh water (drinking water) reticulation system in a small village. WATER RETICULATION Page1 WATER RETICULATION

More information

CS 4649/7649 Robot Intelligence: Planning

CS 4649/7649 Robot Intelligence: Planning CS 4649/7649 Robot Intelligence: Planning Differential Kinematics, Probabilistic Roadmaps Sungmoon Joo School of Interactive Computing College of Computing Georgia Institute of Technology S. Joo (sungmoon.joo@cc.gatech.edu)

More information

2015 Guidelines Summary HeartSine samaritan PAD Automated External Defibrillators

2015 Guidelines Summary HeartSine samaritan PAD Automated External Defibrillators 2015 Guidelines Summary HeartSine samaritan PAD Automated External Defibrillators This document provides a summary of the 2015 guidelines and how the HeartSine samaritan PAD range of products complies

More information

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf Online Companion to Using Simulation to Help Manage the Pace of Play in Golf MoonSoo Choi Industrial Engineering and Operations Research, Columbia University, New York, NY, USA {moonsoo.choi@columbia.edu}

More information

TTCLM OFFICIAL MATCH PROTOCOL EDITION 2017/2018

TTCLM OFFICIAL MATCH PROTOCOL EDITION 2017/2018 TTCLM OFFICIAL MATCH PROTOCOL EDITION 2017/2018 The Official Match Protocol is part of the Regulations for the Table Tennis Champions League Men The home teams are the organizers of their home es. Therefore,

More information

PARAMETERS DETERMINING ROUTE CHOICE IN PEDESTRIAN NETWORKS

PARAMETERS DETERMINING ROUTE CHOICE IN PEDESTRIAN NETWORKS PARAMETER DETERMINING ROUTE CHOICE IN PEDETRIAN NETWORK Olaf Czogalla Project Manager, Institut f. Automation und Kommunikation Werner-Heisenberg-tr., D-3906 Magdeburg, Germany TEL: +49 39 990-442, FAX:

More information

THE SEPARATION OF FUSELAGE NOSE SECTION AND FUSELAGE MIDSECTION OF COMMERCIAL PLANE

THE SEPARATION OF FUSELAGE NOSE SECTION AND FUSELAGE MIDSECTION OF COMMERCIAL PLANE THE SEPARATION OF FUSELAGE NOSE SECTION AND FUSELAGE MIDSECTION OF COMMERCIAL PLANE Faculty of Mechanical Engineering. Smt. Kashibai Navale College of engineering Pune-41, India E-mail: akshaymahale59@gmail.com

More information

Ch 12 Homework. Name: Homework problems are from the Serway & Vuille 10 th edition. Follow the instructions and show your work clearly. 1.

Ch 12 Homework. Name: Homework problems are from the Serway & Vuille 10 th edition. Follow the instructions and show your work clearly. 1. Ch 12 Homework Name: Homework problems are from the Serway & Vuille 10 th edition. Follow the instructions and show your work clearly. 1. (Problem 1) An ideal gas is enclosed in a cylinder with a movable

More information

Dieter Krenz, Linde, Germany, Manel Serra, Inprocess, Spain, and. Theron Strange, Simplot Phosphates, USA, discuss dynamic process simulation

Dieter Krenz, Linde, Germany, Manel Serra, Inprocess, Spain, and. Theron Strange, Simplot Phosphates, USA, discuss dynamic process simulation Dieter Krenz, Linde, Germany, Manel Serra, Inprocess, Spain, and Theron Strange, Simplot Phosphates, USA, discuss dynamic process simulation in an ammonia plant startup. P rocess simulation is a technology

More information

Programming For Open Water Swimming Success. Greg Towle National Open Water Coach Swimming Australia

Programming For Open Water Swimming Success. Greg Towle National Open Water Coach Swimming Australia Programming For Open Water Swimming Success Greg Towle National Open Water Coach Swimming Australia THINGS TO CONSIDER It takes a certain type of athlete to become a distance swimmer Level of commitment

More information

Indoor Baseball/Softball League Rules

Indoor Baseball/Softball League Rules Indoor Baseball/Softball League Rules AGE LEVELS Baseball: 6-9U.. 46/60 (Coach Pitch & L.L. rules) 10-12U 50/70 (Cal Ripken rules) Softball: 6-9U..40/60 (Coach Pitch) 10-12U.. 40/60 13 14U 43/60 Adult

More information

Gas Accumulation Potential & Leak Detection when Converting to Gas

Gas Accumulation Potential & Leak Detection when Converting to Gas Gas Accumulation Potential & Leak Detection when Converting to Gas Coal to Gas / PCUG Conference Chattanooga, TN October 29, 2013 Robert G. Mudry, P.E. Airflow Sciences Corporation Introduction Coal to

More information

JCOMM Technical Workshop on Wave Measurements from Buoys

JCOMM Technical Workshop on Wave Measurements from Buoys JCOMM Technical Workshop on Wave Measurements from Buoys Val Swail Chair, JCOMM Expert Team on Wind Waves and Storm Surges Neville Smith Vincent Cardone Peter Janssen Gerbrand Komen Peter Taylor WIND WAVES

More information

Fraglets: Chemical Programming with a Packet Prefix Language

Fraglets: Chemical Programming with a Packet Prefix Language Fraglets: Chemical Programming with a Packet Prefix Language Thomas Meyer and Christian Tschudin Computer Science Department, University of Basel, Switzerland 15. Kolloquium Programmiersprachen und Grundlagen

More information

Neural Nets Using Backpropagation. Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill

Neural Nets Using Backpropagation. Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill Neural Nets Using Backpropagation Chris Marriott Ryan Shirley CJ Baker Thomas Tannahill Agenda Review of Neural Nets and Backpropagation Backpropagation: The Math Advantages and Disadvantages of Gradient

More information

ECE 697B (667) Spring 2003

ECE 697B (667) Spring 2003 ECE 667 - Synthesis & Verification - Lecture 2 ECE 697 (667) Spring 23 Synthesis and Verification of Digital Systems unctional Decomposition Slides adopted (with permission) from. Mishchenko, 23 Overview

More information