A computational study of on-demand accuracy level decomposition for twostage stochastic programs

Size: px
Start display at page:

Download "A computational study of on-demand accuracy level decomposition for twostage stochastic programs"

Transcription

1 A computational study of on-demand accuracy level decomposition for twostage stochastic programs Christian Wolf, Universität Paderborn, Germany Csaba I. Fábián, Kecskemét College, Hungary Achim Koberstein, Goethe Universität Frankfurt am Main, Germany Leena Suhl, Universität Paderborn, Germany

2 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 2 Agenda Introduction On-Demand Accuracy Implementation and Results Conclusion

3 Introduction Problems in the real world face uncertainty Stochastic programming can be used to deal with uncertainty in the input data for linear or mixed-integer problems Specialized algorithms are needed to solve stochastic programming problems efficiently Widely used algorithm is the L-shaped method On-demand accuracy concept recently developed by Oliveira and Sagastizábal (2012) for level bundle methods Fábián (2013) proposed a special non-proximal variant We implemented this on-demand accuracy variant in a state-of-the-art L- shaped solver Use all computed information in a computationally efficient way A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 3

4 Two-Stage Stochastic Linear Program with Recourse (SLPR) A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 4

5 Deterministic Equivalent Formulation A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 5

6 L-shaped method Decomposition method to solve two-stage stochastic programs L-shaped method by Van Slyke and Wets [1969] Based upon Benders Decomposition [1962] Approximation of the recourse function by outer linearization Division by stage Master problem with recourse function approximation Second stage subproblems to evaluate recourse function for given solution Multi-Stage problems can be solved by nested application of L-shaped method (Birge 1985) Several implementations of Nested L-shaped method exist We extend our parallel nested L-shaped method implementation (W. and Koberstein 2013) A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 6

7 Master problem with optimality and feasibility cuts Need primal solution, to build right hand side of second-stage problems Warm start of the problem is possible for simplex algorithm, even if cuts are added ( solution stays dual feasible ) A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 7

8 Second-Stage subproblem A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 8

9 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 9 Dual formulation of subproblem Need dual solution to form cuts

10 Optimality cut generation for scenarios A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 10

11 Cut Aggregation Partition the set of scenarios into aggregates Single cut = One partition with all descendants Multi cut = #descendants many partitions with one descendant in each Hybrid Cut = More partitions than single, less than multi cut (Trukhanov 2010) We only consider single cut for now A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 11

12 Cut generation for an arbitrary level of aggregates A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 12

13 Level decomposition Regularization technique to combat zigzagging of first-stage solutions Adaption of the level method (Lemaréchal 1995) to solve two-stage stochastic programming problems (Fábián and Szőke 2007) Project the current iterate to the current level set A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 13

14 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 14 Agenda Introduction On-Demand Accuracy Implementation and Results Conclusion

15 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 15 Cut proliferation can be a problem

16 On-demand accuracy Store all multi-cut information, do not throw it away after aggregation Generate a new single cut when needed out of this information Saves computational time : no need to solve all subproblems just to get another cut Reduces cut proliferation: only one cut is added at a time Concept was recently proposed by Oliveira and Sagastizábal (2012) in the context of level bundle methods How do we generate such a cut? When do we generate such a cut? A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 16

17 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 17 How to generate an on-demand cut? Evaluate stored cut components for current solution Equivalent to evaluating current first stage solution for given dual second stage basic solution => valid recourse function approximation Find largest recourse function approximation for current solution

18 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 18 How to generate an on-demand cut? Recourse function approximation Can generate corresponding cuts out of stored information

19 When to generate an on-demand cut? Check if recourse function approximation given by stored multi-cut information is better than recourse function approximation given by current master problem solution plus some part of the existing gap, according to Fábián (2013) If so, add the ODA cuts (insubstantial iteration) Add Cuts Resolve Master Recheck If not, solve second stage as usual (substantial iteration) κ < (1-λ), according to Fábián (2013) A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 19

20 Drawbacks and Advantages of ODA In every iteration, have to create additional recourse function approximation Need more memory, due to storing all cut components, even more than for the multi-cut method Can actually use all the information we computed No need for premature cut proliferation, add cuts when needed Allows to skip second stage every now and then A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 20

21 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 21 Agenda Introduction On-Demand Accuracy Implementation and Results Conclusion

22 Some notes on implementation Implementation within Coin-OR Framework (C++) Allows release as open source software Stochastic modelling language is available too (FlopC++) FlopC++ can write SMPS files and access solver directly Stochastic modelling interface (Smi) is used to read in SMPS files and store stochastic data Uses OpenSolverInterface (Osi) for access to external solvers Parallelization, can solve all subproblems in parallel Warm Start A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 22

23 Testbed for numerical results Intel i7-3770: 8 cores with 3.4 Ghz 16 GB RAM Windows 7 64 bit Cplex bit 83 Test Instances for Two-Stage problems Slptestest compiled by Andy Felt Saphir problems by Achim Koberstein Sampling methods test set compiled by Stephen Wright rand problems, generated via genslp by Zverovich et al. POSTS test set compiled by Derek Holmes Deak test set, by István Deák (150 instances, not included in most of the results) A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 23

24 Measuring results Sum Arithmetic Mean Geometric Mean Shifted Geometric Mean Performance Profile A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 24

25 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 25 On-demand accuracy applied to Benders

26 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 26 On-demand accuracy - statistics Benders-ODA-κ=0.1 Benders-ODA-κ=0.3 Benders-ODA-κ=0.5 Benders-ODA-κ=0.7 Benders-ODA-κ=0.9 Benders Sum Arithmetic Mean Geometric Mean Shifted Geometric Mean

27 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 27 Level decomposition Influence of Lambda

28 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 28 Level decomposition with ODA Kappa Influence

29 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 29 More detailled statistics Level-λ=0.1 Level-λ=0.3 Level-λ=0.5 Level-λ=0.7 Level-λ=0.9 Sum Arithmetic Mean Geometric Mean Shifted Geometric Mean Level-ODA,,λ=0.5 κ=0.1 κ=0.3 κ=0.5 κ=0.7 κ=0.9 Sum Arithmetic Mean Geometric Mean Shifted Geometric Mean

30 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 30 Overall comparison

31 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 31 Overall comparison - statistics Level-ODA,λ=0.5,κ=0.7 Level-λ=0.5 Benders-ODA-κ=0.5 Benders Sum Arithmetic Mean Geometric Mean Shifted Geometric Mean Level-ODA,λ=0.5,κ=0.7 Level-λ=0.5 Benders-ODA-κ=0.5 Benders Overall Iterations Substantial Iterations Insubstantial Iterations

32 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 32 Selected Problems, solution times in seconds Instance Level-ODA,λ=0.5,κ=0.7 Level,λ=0.5 Benders-ODA Benders DEQ gbd LandS _term _term _term ssn ssn ssn storm storm storm

33 Our findings on deak test-set A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 33

34 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 34 Statistics for deak test set Level-ODA,λ=0.5,κ=0.7 Level-λ=0.5 Benders-ODA-κ=0.5 Benders Sum Arithmetic Mean Geometric Mean Shifted Geometric Mean

35 Conclusion Using computed information is actually helpful On-demand accuracy is already helpful in the classical L-shaped method Runs in 45 % of solution time of normal L-shaped method on our test set Level decomposition also gains from on-demand accuracy Level-ODA runs in 71 % of solution time of Level decomposition Level-ODA runs in 20% of solution time of normal L-shaped method We showed these results on a diverse test-set with a competitive stateof-the-art algorithm Effects of number of aggregates should be tested in the future More test problems are always welcome A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 35

36 A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 36 References D. P. Morton, An enhanced decomposition algorithm for multistage stochastic hydroelectric scheduling, Annals of Operations Research 64 (1) (1996) R. Van Slyke, and R. J.-B. Wets, L-shaped linear programs with applications to optimal control and stochastic programming, SIAM Journal on Applied Mathematics 17 (4) (1969) J. F. Benders, Partitioning procedures for solving mixed-variables programming problems, Numerische Mathematik 4 (1962) J. R. Birge, Decomposition and Partitioning Methods for Multistage Stochastic Linear Programs, Operations Research 33 (5) (1985) H. Gassmann, MSLiP: A computer code for the multistage stochastic linear programming problem, Mathematical Programming 47 (1) (1990), F. Altenstedt, Aspects on asset liability management via stochastic programming, Ph.D. thesis, Chalmers University of Technology and Göteborg University, 2003 S. Trukhanov, L. Ntaimo, and A. Schaefer, Adaptive multicut aggregation for two-stage stochastic linear programs with recourse, European Journal of Operational Research 206 (2) (2010) D. Holmes, A (PO)rtable (S)tochastic programming (T)est (S)et (POSTS), K. Ariyawansa, A. Felt, On a new collection of stochastic linear programming test problems, INFORMS Journal on Computing 16 (3) (2004) A. Koberstein, E. Lukas, M. Naumann, Integrated Strategic Planning of Global Production Networks and Financial Hedging under Uncertain Demand and Exchange Rates, Working paper, P. Kall and J. Mayer, On testing SLP codes with SLP-IOR, New Trends in Mathematical Programming: Homage to Steven Vajda (1998) J. Linderoth, A. Shapiro, and S. Wright, The empirical behavior of sampling methods for stochastic programming, Annals of Operations Research Volume 142, Number 1, W. Oliveira, and C. Sagastizábal, Level bundle methods for oracles with on-demand accuracy, submitted for publication, Preprint. Instituto Nacional de Matemática Pura e Aplicada IMPA, 2012 C. Fábián, Computational aspects of risk-averse optimization in two-stage stochastic models, Optimization Online (2013) C. Wolf, and Achim Koberstein, Dynamic sequencing and cut consolidation for the parallel hybrid-cut nested L-shaped method, European Journal of Operational Research 230(1) (2013) Zverovich, V., Fábián, C. I., Ellison, E. F. D., & Mitra, G. (2012). A computational study of a solver system for processing two-stage stochastic LPs with enhanced Benders decomposition,mathematical Programming Computation, 4,

37 Public Service Announcement A computational study of on-demand accuracy level decomposition for two-stage stochastic programs 37

A new Decomposition Algorithm for Multistage Stochastic Programs with Endogenous Uncertainties

A new Decomposition Algorithm for Multistage Stochastic Programs with Endogenous Uncertainties A new Decomposition Algorithm for Multistage Stochastic Programs with Endogenous Uncertainties Vijay Gupta Ignacio E. Grossmann Department of Chemical Engineering Carnegie Mellon University, Pittsburgh

More information

A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM. Serdar Korukoğlu 1 and Serkan Ballı 2.

A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM. Serdar Korukoğlu 1 and Serkan Ballı 2. Mathematical and Computational Applications, Vol. 16, No. 2, pp. 370-381, 2011. Association for Scientific Research A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM Serdar Korukoğlu

More information

A Point-Based Algorithm to Generate Final Table States of Football Tournaments

A Point-Based Algorithm to Generate Final Table States of Football Tournaments International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 7, Number 3 (June 2018), pp.38-42 MEACSE Publications http://www.meacse.org/ijcar A Point-Based Algorithm to Generate

More information

Product Decomposition in Supply Chain Planning

Product Decomposition in Supply Chain Planning Mario R. Eden, Marianthi Ierapetritou and Gavin P. Towler (Editors) Proceedings of the 13 th International Symposium on Process Systems Engineering PSE 2018 July 1-5, 2018, San Diego, California, USA 2018

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

Polynomial DC decompositions

Polynomial DC decompositions Polynomial DC decompositions Georgina Hall Princeton, ORFE Joint work with Amir Ali Ahmadi Princeton, ORFE 7/31/16 DIMACS Distance geometry workshop 1 Difference of convex (dc) programming Problems of

More information

Solving MINLPs with BARON. Mustafa Kılınç & Nick Sahinidis Department of Chemical Engineering Carnegie Mellon University

Solving MINLPs with BARON. Mustafa Kılınç & Nick Sahinidis Department of Chemical Engineering Carnegie Mellon University Solving MINLPs with BARON Mustafa Kılınç & Nick Sahinidis Department of Chemical Engineering Carnegie Mellon University MINLP 2014 Carnegie Mellon University June 4, 2014 MIXED-INTEGER NONLINEAR PROGRAMS

More information

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS #19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS Final Research Report Luis E. Navarro-Serment, Ph.D. The Robotics Institute Carnegie Mellon University November 25, 2018. Disclaimer

More information

Interior Point Methods and Column Generation

Interior Point Methods and Column Generation School of Mathematics T H E U N I V E R S I T Y O H F R G E D I N B U Interior Point Methods and Column Generation Jacek Gondzio Email: J.Gondzio@ed.ac.uk URL: http://www.maths.ed.ac.uk/~gondzio Bromont,

More information

Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability

Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability CHAPTER 92 Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability Daisuke Fukuda, Jiangshan Ma, Kaoru Yamada and Norihito Shinkai 92.1 Introduction Most standard

More information

Optimizing Cyclist Parking in a Closed System

Optimizing Cyclist Parking in a Closed System Optimizing Cyclist Parking in a Closed System Letu Qingge, Killian Smith Gianforte School of Computing, Montana State University, Bozeman, MT 59717, USA Abstract. In this paper, we consider the two different

More information

Robust planning and disruption management in roll-on roll-off liner shipping

Robust planning and disruption management in roll-on roll-off liner shipping Robust planning and disruption management in roll-on roll-off liner shipping Andreas Fischer a, Håkon Nokhart a, Henrik Olsen a, Kjetil Fagerholt a,b, Jørgen Glomvik Rakke c, Magnus Stålhane a a Norwegian

More information

A Branch and Cut Search for the Deterministic Optimization of the Thermal Unit Commitment Problem. Part II: Computational Results

A Branch and Cut Search for the Deterministic Optimization of the Thermal Unit Commitment Problem. Part II: Computational Results 1 A Branch and Cut Search for the Deterministic Optimization of the Thermal Unit Commitment Problem. Part II: Computational Results Marian G. Marcovecchio, Augusto Q. Novais, Ignacio E. Grossmann Abstract--

More information

Relevance of Questions from past Level III Essay Exams

Relevance of Questions from past Level III Essay Exams This document attempts to identify questions from past Level III essay exams which are still relevant in 2018. There is no guarantee that the information presented here is 100% accurate. If you have any

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

EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming

EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming EE 364B: Wind Farm Layout Optimization via Sequential Convex Programming Jinkyoo Park 1 Introduction In a wind farm, the wakes formed by upstream wind turbines decrease the power outputs of downstream

More information

A HYBRID METHOD FOR CALIBRATION OF UNKNOWN PARTIALLY/FULLY CLOSED VALVES IN WATER DISTRIBUTION SYSTEMS ABSTRACT

A HYBRID METHOD FOR CALIBRATION OF UNKNOWN PARTIALLY/FULLY CLOSED VALVES IN WATER DISTRIBUTION SYSTEMS ABSTRACT A HYBRID METHOD FOR CALIBRATION OF UNKNOWN PARTIALLY/FULLY CLOSED VALVES IN WATER DISTRIBUTION SYSTEMS Nhu Cuong Do 1,2, Angus Simpson 3, Jochen Deuerlein 4, Olivier Piller 5 1 University of Saskatchewan,

More information

CS 4649/7649 Robot Intelligence: Planning

CS 4649/7649 Robot Intelligence: Planning CS 4649/7649 Robot Intelligence: Planning Partially Observable MDP Sungmoon Joo School of Interactive Computing College of Computing Georgia Institute of Technology S. Joo (sungmoon.joo@cc.gatech.edu)

More information

Emergency response planning for railroad accidents involving dangerous goods in Canada

Emergency response planning for railroad accidents involving dangerous goods in Canada Emergency response planning for railroad accidents involving dangerous goods in Canada Ali Vaezi, Manish Verma DeGroote School of Business, McMaster University, Hamilton, Canada vaezia2@mcmaster.ca Abstract

More information

Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data

Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data Presenter: Daniel Rodríguez Román University of Puerto Rico, Mayagüez Co-author: Sarah V. Hernandez University of Arkansas,

More information

Spacecraft Simulation Tool. Debbie Clancy JHU/APL

Spacecraft Simulation Tool. Debbie Clancy JHU/APL FSW Workshop 2011 Using Flight Software in a Spacecraft Simulation Tool Debbie Clancy JHU/APL debbie.clancy@jhuapl.edu 443-778-7721 Agenda Overview of RBSP and FAST Technical Challenges Dropping FSW into

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

Comparing Mirrored Mutations and Active Covariance Matrix Adaptation in the IPOP-CMA-ES on the Noiseless BBOB Testbed

Comparing Mirrored Mutations and Active Covariance Matrix Adaptation in the IPOP-CMA-ES on the Noiseless BBOB Testbed Comparing Mirrored Mutations and Active Covariance Matrix Adaptation in the on the Noiseless BBOB Testbed Dimo Brockhoff, Anne Auger, Nikolaus Hansen To cite this version: Dimo Brockhoff, Anne Auger, Nikolaus

More information

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS Khaled Shaaban, Ph.D., P.E., PTOE (a) (a) Assistant Professor, Department of Civil Engineering, Qatar University (a) kshaaban@qu.edu.qa

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

Copyright by Turbomachinery Laboratory, Texas A&M University

Copyright by Turbomachinery Laboratory, Texas A&M University Proceedings of the 2 nd Middle East Turbomachinery Symposium 17 20 March, 2013, Doha, Qatar Effectiveness of Windage Features on High Speed Couplings Steven Pennington Global Engineering Manager John Crane

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

Evaluation of Unstructured WAVEWATCH III for Nearshore Application

Evaluation of Unstructured WAVEWATCH III for Nearshore Application Evaluation of Unstructured WAVEWATCH III for Nearshore Application Jane McKee Smith, Tyler Hesser, Mary Anderson Bryant USACE Research and Development Center, Coastal and Hydraulics Lab Aron Roland BGS

More information

Cricket Team Selection and Analysis by Using DEA Algorithm in Python

Cricket Team Selection and Analysis by Using DEA Algorithm in Python Cricket Team Selection and Analysis by Using DEA Algorithm in Python V.Rajyalakshmi 1, M.S. Vani 2, M.Narendra 3,M.Pavan Kumar 4,D.Charan Kumar Reddy 5,P.vennela 6 1,2 Assistant Professor, 3,4,5,6 B.Tech

More information

Determination of the Design Load for Structural Safety Assessment against Gas Explosion in Offshore Topside

Determination of the Design Load for Structural Safety Assessment against Gas Explosion in Offshore Topside Determination of the Design Load for Structural Safety Assessment against Gas Explosion in Offshore Topside Migyeong Kim a, Gyusung Kim a, *, Jongjin Jung a and Wooseung Sim a a Advanced Technology Institute,

More information

High-Resolution Measurement-Based Phase-Resolved Prediction of Ocean Wavefields

High-Resolution Measurement-Based Phase-Resolved Prediction of Ocean Wavefields DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. High-Resolution Measurement-Based Phase-Resolved Prediction of Ocean Wavefields Dick K.P. Yue Center for Ocean Engineering

More information

i) Linear programming

i) Linear programming Problem statement Sailco Corporation must determine how many sailboats should be produced during each of the next four quarters (one quarter = three months). The demand during each of the next four quarters

More information

SUPPLEMENT MATERIALS

SUPPLEMENT MATERIALS SUPPLEMENT MATERIALS This document provides the implementation details of LW-FQZip 2 and the detailed experimental results of the comparison studies. 1. Implementation details of LW-FQZip 2 LW-FQZip 2

More information

Pedestrian Dynamics: Models of Pedestrian Behaviour

Pedestrian Dynamics: Models of Pedestrian Behaviour Pedestrian Dynamics: Models of Pedestrian Behaviour John Ward 19 th January 2006 Contents Macro-scale sketch plan model Micro-scale agent based model for pedestrian movement Development of JPed Results

More information

Hardware Triaxial and Consolidation Testing Systems Pressure Measurement and Control

Hardware Triaxial and Consolidation Testing Systems Pressure Measurement and Control 25 GDS Helpsheet Hardware Triaxial and Consolidation Testing Systems Pressure Measurement and Control World Leaders in Computer Controlled Testing Systems for Geotechnical Engineers and Geologists 1. Digital

More information

CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan

CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan Scenario 1: Team 1 scored 200 runs from their 50 overs, and then Team 2 reaches 146 for the loss of two wickets from their

More information

Automating Injection Molding Simulation using Autonomous Optimization

Automating Injection Molding Simulation using Autonomous Optimization Automating Injection Molding Simulation using Autonomous Optimization Matt Proske, Rodrigo Gutierrez, & Gabriel Geyne SIGMASOFT Virtual Molding Autonomous optimization is coupled to injection molding simulation

More information

Three New Methods to Find Initial Basic Feasible. Solution of Transportation Problems

Three New Methods to Find Initial Basic Feasible. Solution of Transportation Problems Applied Mathematical Sciences, Vol. 11, 2017, no. 37, 1803-1814 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.75178 Three New Methods to Find Initial Basic Feasible Solution of Transportation

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

James Hofmeister, M.S.

James Hofmeister, M.S. 3580 West Ina Road Tucson AZ 85741 520-742-3300 ridgetopgroup.com James Hofmeister, M.S. Sr. Principal Research Engineer James Hofmeister is a Senior Principal Research Engineer at Ridgetop Group. He has

More information

Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and Correlated for Weather Factors

Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and Correlated for Weather Factors ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 11, No. 3, 2016, pp.180-187 Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and

More information

SOFTWARE. Sesam user course. 02 May 2016 HydroD Input. Ungraded SAFER, SMARTER, GREENER DNV GL 2016

SOFTWARE. Sesam user course. 02 May 2016 HydroD Input. Ungraded SAFER, SMARTER, GREENER DNV GL 2016 SOFTWARE Sesam user course DNV GL 1 SAFER, SMARTER, GREENER About the presenter Name: Torgeir Kirkhorn Vada Position: Product Manager for floating structures Background: PhD in Applied mathematics/hydrodynamics

More information

Performance Visualization of Bubble Sort in Worst Case Using R Programming in Personal Computer

Performance Visualization of Bubble Sort in Worst Case Using R Programming in Personal Computer Performance Visualization of Bubble Sort in Worst Case Using R Programming in Personal Computer Dipankar Das 1, Priyanka Das 2, Rishab Dey 3, Sreya Modak 4 1 Assistant Professor, The Heritage Academy,

More information

ESTIMATION OF THE DESIGN WIND SPEED BASED ON

ESTIMATION OF THE DESIGN WIND SPEED BASED ON The Seventh Asia-Pacific Conference on Wind Engineering, November 8-12, 2009, Taipei, Taiwan ESTIMATION OF THE DESIGN WIND SPEED BASED ON UNCERTAIN PARAMETERS OF THE WIND CLIMATE Michael Kasperski 1 1

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

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

SoundCast Design Intro

SoundCast Design Intro SoundCast Design Intro Basic Design SoundCast and Daysim 3 Land use attributes Households & Individuals SoundCast DaySim Travel demand simulator Trips and Households, Excel Summary Sheets, EMME network

More information

Algorithms and Software for the Golf Director Problem

Algorithms and Software for the Golf Director Problem Algorithms and Software for the Golf Director Problem Giacomo Benincasa a, Konstantin Pavlikov b, Donald Hearn c a Florida Institute for Human and Machine Cognition, Ocala, FL 34471 b Department of Business

More information

The Use of a Process Simulator to Model Aeration Control Valve Position and System Pressure

The Use of a Process Simulator to Model Aeration Control Valve Position and System Pressure The Use of a Process Simulator to Model Aeration Control Valve Position and System Pressure Matthew Gray 1 * and Steve Kestel 1 1 BioChem Technology, King of Prussia, PA *Email: mgray@biochemtech.com ABSTRACT

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

Queue analysis for the toll station of the Öresund fixed link. Pontus Matstoms *

Queue analysis for the toll station of the Öresund fixed link. Pontus Matstoms * Queue analysis for the toll station of the Öresund fixed link Pontus Matstoms * Abstract A new simulation model for queue and capacity analysis of a toll station is presented. The model and its software

More information

IWR PLANNING SUITE II PCOP WEBINAR SERIES. Laura Witherow (IWR) and Monique Savage (MVP) 26 July

IWR PLANNING SUITE II PCOP WEBINAR SERIES. Laura Witherow (IWR) and Monique Savage (MVP) 26 July IWR PLANNING SUITE II 1 255 255 255 237 237 237 0 0 0 217 217 217 163 163 163 200 200 200 131 132 122 239 65 53 80 119 27 PCOP WEBINAR SERIES 110 135 120 252 174.59 112 92 56 62 102 130 102 56 48 130 120

More information

Engineering Risk Assessment of Space Thruster Challenge Problem

Engineering Risk Assessment of Space Thruster Challenge Problem Engineering Risk Assessment of Space Thruster Challenge Problem Donovan L. Mathias *a, Christopher J. Mattenberger b, and Susie Go a a NASA Ames Research Center, Moffett Field, CA, USA b Science and Technology

More information

swmath - Challenges, Next Steps, and Outlook

swmath - Challenges, Next Steps, and Outlook swmath - Challenges, Next Steps, and Outlook Hagen Chrapary 1, 2, Wolfgang Dalitz 2, and Wolfram Sperber 1 1 FIZ Karlsruhe/zbMATH, Franklinstr. 11, 10587 Berlin, Germany 2 Zuse Institute Berlin (ZIB),

More information

Prediction Market and Parimutuel Mechanism

Prediction Market and Parimutuel Mechanism Prediction Market and Parimutuel Mechanism Yinyu Ye MS&E and ICME Stanford University Joint work with Agrawal, Peters, So and Wang Math. of Ranking, AIM, 2 Outline World-Cup Betting Example Market for

More information

Optimization of a Wing-Sail shape for a small boat

Optimization of a Wing-Sail shape for a small boat STAR Global Conference 2014 Vienna, March 17-19 Optimization of a Wing-Sail shape for a small boat G. Lombardi, F. Cartoni, M. Maganzi Dept. of Civil and Industrial Engineering of Pisa Aeronautical Section

More information

Sequence Similarity Networks for the Protein Universe!! John A. Gerlt! University of Illinois, Urbana-Champaign! Blue Waters Symposium! May 13, 2014!

Sequence Similarity Networks for the Protein Universe!! John A. Gerlt! University of Illinois, Urbana-Champaign! Blue Waters Symposium! May 13, 2014! Sequence Similarity Networks for the Protein Universe John A. Gerlt University of Illinois, Urbana-Champaign Blue Waters Symposium May 13, 2014 Personnel and Funding University of Illinois, Urbana-Champaign

More information

consist of friends, is open to all ages, and considers fair play of paramount importance. The matches are played without referees, since, according to

consist of friends, is open to all ages, and considers fair play of paramount importance. The matches are played without referees, since, according to Indoor football scheduling Dries Goossens Frits Spieksma Abstract This paper deals with a real-life scheduling problem from an amateur indoor football league. The league consists of a number of divisions,

More information

SIDT 2017 XXII SEMINARIO SCIENTIFICO DELLA SOCIETÀ ITALIANA DOCENTI DI TRASPORTI

SIDT 2017 XXII SEMINARIO SCIENTIFICO DELLA SOCIETÀ ITALIANA DOCENTI DI TRASPORTI SIDT 2017 XXII SEMINARIO SCIENTIFICO DELLA SOCIETÀ ITALIANA DOCENTI DI TRASPORTI POLITECNICO DI BARI TOWARDS SUSTAINABLE CITIES: INNOVATIVE SOLUTIONS FOR MOBILITY AND LOGISTICS SEPTEMBER 14-15, 2017 SESSION

More information

Lesson 2 Pre-Visit Batting Average Ups and Downs

Lesson 2 Pre-Visit Batting Average Ups and Downs Lesson 2 Pre-Visit Batting Average Ups and Downs Objective: Students will be able to: Use multiple data sets to determine the overall success rate of a particular activity. Select and create appropriate

More information

PBR MODEL GOVERNANCE CHECKLIST: Some Considerations for Practicing Actuaries

PBR MODEL GOVERNANCE CHECKLIST: Some Considerations for Practicing Actuaries PBR MODEL GOVERNANCE CHECKLIST: Some Considerations for Practicing Actuaries 2016 American Academy of Actuaries. All rights reserved. May not be reproduced without express permission. PBR Boot Camp: Basic

More information

Simulating Major League Baseball Games

Simulating Major League Baseball Games ABSTRACT Paper 2875-2018 Simulating Major League Baseball Games Justin Long, Slippery Rock University; Brad Schweitzer, Slippery Rock University; Christy Crute Ph.D, Slippery Rock University The game of

More information

Huntsman Polyurethanes smart simulation software. Process optimization by simulation

Huntsman Polyurethanes smart simulation software. Process optimization by simulation Huntsman Polyurethanes smart simulation software Process optimization by simulation Understanding material behavior is fundamental to the design of new products. For non-linear materials such as molding

More information

Lecture 10. Support Vector Machines (cont.)

Lecture 10. Support Vector Machines (cont.) Lecture 10. Support Vector Machines (cont.) COMP90051 Statistical Machine Learning Semester 2, 2017 Lecturer: Andrey Kan Copyright: University of Melbourne This lecture Soft margin SVM Intuition and problem

More information

The Application of Pedestrian Microscopic Simulation Technology in Researching the Influenced Realm around Urban Rail Transit Station

The Application of Pedestrian Microscopic Simulation Technology in Researching the Influenced Realm around Urban Rail Transit Station Journal of Traffic and Transportation Engineering 4 (2016) 242-246 doi: 10.17265/2328-2142/2016.05.002 D DAVID PUBLISHING The Application of Pedestrian Microscopic Simulation Technology in Researching

More information

New IBIS Techniques for Modeling Complex IO Cadence Webinar March 23, 2005 Donald Telian

New IBIS Techniques for Modeling Complex IO Cadence Webinar March 23, 2005 Donald Telian New IBIS Techniques for Modeling Complex IO Cadence Webinar March 23, 2005 Donald Telian 1 CADENCE DESIGN SYSTEMS, INC. About the Presenter Donald Telian 20+ years in high-speed PCB and SI Engineer at

More information

Modeling and Optimisation of Distribution Networks Using Hybrid Genetic Algorithms: A Comparative Study

Modeling and Optimisation of Distribution Networks Using Hybrid Genetic Algorithms: A Comparative Study Modeling and Optimisation of Distribution Networks Using Hybrid Genetic Algorithms: A Comparative Study Romeo M. Marian, Lee H.S. Luong and Son Duy Dao Abstract This paper focuses on the second stage of

More information

How an extreme wind atlas is made

How an extreme wind atlas is made How an extreme wind atlas is made AC Kruger South African Weather Service X Larsén DTU Wind Energy Wind 1 Atlas for South Africa (WASA) Why do we need extreme wind statistics? Statistical background for

More information

Mechanical Design Patterns

Mechanical Design Patterns Mechanical Design Patterns Jonathan Hey BiD lunch :: April 27 th 2005 What this is Sharing Interesting Multi-way with a caveat or two What I ll talk about What are they A little evolution Architectural

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

Consumption of Primary, Outer, Closure and Multi-pack Packaging

Consumption of Primary, Outer, Closure and Multi-pack Packaging 1. Industry Forecast The Future of Beer & Cider Packaging Market in France, 2008 to 2018 Consumption of Primary, Outer, Closure and Multi-pack Packaging Reference Code: PK0647MR Report price: US$ 1,250

More information

SPE The paper gives a brief description and the experience gained with WRIPS applied to water injection wells. The main

SPE The paper gives a brief description and the experience gained with WRIPS applied to water injection wells. The main SPE 102831 Online Water-Injection Optimization and Prevention of Reservoir Damage Bjørn Øyvind Bringedal, Svein Arne Morud, Nicolas Alexander Hall, ABB; Gary Huseman, Shell Copyright 2006, Society of Petroleum

More information

Tutorial for the. Total Vertical Uncertainty Analysis Tool in NaviModel3

Tutorial for the. Total Vertical Uncertainty Analysis Tool in NaviModel3 Tutorial for the Total Vertical Uncertainty Analysis Tool in NaviModel3 May, 2011 1. Introduction The Total Vertical Uncertainty Analysis Tool in NaviModel3 has been designed to facilitate a determination

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

WESEP 594 Research Seminar

WESEP 594 Research Seminar WESEP 594 Research Seminar Aaron J Rosenberg Department of Aerospace Engineering Iowa State University Major: WESEP Co-major: Aerospace Engineering Motivation Increase Wind Energy Capture Betz limit: 59.3%

More information

Real Time Early Warning Indicators for Costly Asset Price Boom/Bust Cycles: A Role for Global Liquidity

Real Time Early Warning Indicators for Costly Asset Price Boom/Bust Cycles: A Role for Global Liquidity Indicators Asset Price : A Role for Global Liquidity Lucia Alessi European Central Bank Carsten Detken Milan, 24 June 2010 The need for Models The set up of an System is one of the key tasks of the European

More information

Ingersoll Rand. X-Series System Automation

Ingersoll Rand. X-Series System Automation Ingersoll Rand -Series System Automation Energy Savings on Demand! Ingersoll Rand As much as 20% to 60% of the energy used to operate compressed air systems is wasted. This is primarily due to operating

More information

Replay using Recomposition: Alignment-Based Conformance Checking in the Large

Replay using Recomposition: Alignment-Based Conformance Checking in the Large Replay using Recomposition: Alignment-Based Conformance Checking in the Large Wai Lam Jonathan Lee 2, H.M.W. Verbeek 1, Jorge Munoz-Gama 2, Wil M.P. van der Aalst 1, and Marcos Sepúlveda 2 1 Architecture

More information

Agenda : Self-assessment : Coffee break : Action plan

Agenda : Self-assessment : Coffee break : Action plan Agenda 09.00-11.00: Self-assessment 11.00-11.15: Coffee break 11.15-13.00: Action plan 2016-2017 1 ECF gratefully acknowledges financial support from the European Commission. Leadership Programme Organisation

More information

TASK 4.2.1: "HAMILTON'S ROBOT" ==============================

TASK 4.2.1: HAMILTON'S ROBOT ============================== TASK 4.2.1: "HAMILTON'S ROBOT" ============================== On a plane there are given N positions P1, P2,..., PN with integer coordinates (X1,Y1), (X2,Y2),..., (XN,YN). A robot should move through all

More information

Access BART: TOD and Improved Connections. October 29, 2008

Access BART: TOD and Improved Connections. October 29, 2008 Access BART: TOD and Improved Connections October 29, 2008 1 Access BART Study Goals Evaluate at the system-level land use and access scenarios to optimize ridership Identify station clusters that provide

More information

DEPARTMENT OF THE NAVY DIVISION NEWPORT OFFICE OF COUNSEL PHONE: FAX: DSN:

DEPARTMENT OF THE NAVY DIVISION NEWPORT OFFICE OF COUNSEL PHONE: FAX: DSN: IMAVSBA WARFARE CENTERS NEWPORT DEPARTMENT OF THE NAVY NAVAL UNDERSEA WARFARE CENTER DIVISION NEWPORT OFFICE OF COUNSEL PHONE: 401 832-3653 FAX: 401 832-4432 DSN: 432-3653 Attorney Docket No. 85031 Date:

More information

MA PM: Memetic algorithms with population management

MA PM: Memetic algorithms with population management MA PM: Memetic algorithms with population management Kenneth Sörensen University of Antwerp kenneth.sorensen@ua.ac.be Marc Sevaux University of Valenciennes marc.sevaux@univ-valenciennes.fr August 2004

More information

Profile-driven Selective Code Compression

Profile-driven Selective Code Compression Profile-driven Selective Code Compression Yuan Xie and Wayne Wolf Electrical Engineering Department Princeton University Princeton, NJ 08540, USA yuanxie,wolf@ee.princeton.edu Haris Lekatsas NEC USA 4

More information

Posting of workers in the European Union and EFTA countries : Report on A1 portable documents issued in 2010 and 2011

Posting of workers in the European Union and EFTA countries : Report on A1 portable documents issued in 2010 and 2011 EUROPEAN COMMISSION Employment, Social Affairs and Inclusion DG Analysis, Evaluation, External Relations Employment Analysis Posting of workers in the European Union and EFTA countries : Report on A1 portable

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

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

Grid Generation for Screw Compressors with Variable Geometry Rotors

Grid Generation for Screw Compressors with Variable Geometry Rotors APCOM & ISCM 11-14 th December, 2013, Singapore Grid Generation for Screw Compressors with Variable Geometry Rotors Abstract *A. Kovacevic, S. Rane and N. Stosic City University London, Northampton Square,

More information

Baseball Portfolio Optimization

Baseball Portfolio Optimization University of Arkansas, Fayetteville ScholarWorks@UARK Industrial Engineering Undergraduate Honors Theses Industrial Engineering 5-2016 Baseball Portfolio Optimization Keegan Henderson University of Arkansas,

More information

REQUIREMENTS AND HAND-OVER DOCUMENTATION FOR ENERGY-OPTIMAL DEMAND-CONTROLLED VENTILATION

REQUIREMENTS AND HAND-OVER DOCUMENTATION FOR ENERGY-OPTIMAL DEMAND-CONTROLLED VENTILATION REQUIREMENTS AND HAND-OVER DOCUMENTATION FOR ENERGY-OPTIMAL DEMAND-CONTROLLED VENTILATION Mads Mysen* 1, Axel Cablé 1, Peter G. Schild 1, and Kari Thunshelle 1 1 SINTEF Building and Infrastructure Forskningsveien

More information

MAYFIELD ROAD CORRIDOR MULTIMODAL TRANSPORTATION PLAN. Public Workshop

MAYFIELD ROAD CORRIDOR MULTIMODAL TRANSPORTATION PLAN. Public Workshop MAYFIELD ROAD CORRIDOR MULTIMODAL TRANSPORTATION PLAN Public Workshop 06.06.18 AGENDA Project Process & Schedule Document Review Summary Project Goals Initial Findings Concept Development Next Steps PROJECT

More information

Expert Systems with Applications

Expert Systems with Applications Expert Systems with Applications 40 (2013) 3065 3072 Contents lists available at SciVerse ScienceDirect Expert Systems with Applications journal homepage: www.elsevier.com/locate/eswa An augmented large

More information

W WEST COAST FEVER ASSISTANT COACH / ACADEMY HIGH PERFORMANCE COACH

W WEST COAST FEVER ASSISTANT COACH / ACADEMY HIGH PERFORMANCE COACH Employer Reports to Department Location Position Overview Core Responsibilities West Coast Fever Netball Club Executive Officer - West Coast Fever and West Coast Fever Head Coach West Coast Fever Based

More information

TKP4550/TKP4551 PROSESS-SYSTEMTEKNIKK (PROCESS SYSTEMS ENGINEERING)

TKP4550/TKP4551 PROSESS-SYSTEMTEKNIKK (PROCESS SYSTEMS ENGINEERING) TKP4550/TKP4551 PROSESS-SYSTEMTEKNIKK (PROCESS SYSTEMS ENGINEERING) Coordinator: Sigurd Skogestad Project proposal from Professor Sigurd Skogestad: sigurd.skogestad@ntnu.no 69. Modelling and optimization

More information

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications 2010 10th IEEE International Conference on Computer and Information Technology (CIT 2010) Decompression Method For Massive Compressed Files In Mobile Rich Media Applications Houchen Li, Zhijie Qiu, Lei

More information

MotoTally. Enduro Event Management and Reporting Application

MotoTally. Enduro Event Management and Reporting Application MotoTally Enduro Event Management and Reporting Application The Problem The management of enduro events (signup, scoring, posting results) is either done manually, or involves a combination of manual effort

More information

Cod (Gadus morhua) in subdivisions 24 32, eastern Baltic stock (eastern Baltic Sea) *

Cod (Gadus morhua) in subdivisions 24 32, eastern Baltic stock (eastern Baltic Sea) * ICES Advice on fishing opportunities, catch, and effort Baltic Sea Ecoregion Published 31 May 2017 Version 2: 1 June 2017 Version 3: 8 June 2017 Version 4: 8 March 2018 DOI: 10.17895/ices.pub.3096 Cod

More information

Junction design rules for urban traffic networks

Junction design rules for urban traffic networks Junction design rules for urban traffic networks Erwin Bezembinder European Transport Conference Frankfurt, 1 October 2014 Involved Erwin Bezembinder Luc Wismans Eric van Berkum Junction design challenge

More information

Linear Compressor Suction Valve Optimization

Linear Compressor Suction Valve Optimization Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2016 Linear Compressor Suction Valve Optimization Rinaldo Puff Embraco, Brazil, rinaldo.puff@embraco.com

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