Dealing with Uncertainty in Optimization Models using AIMMS

Size: px
Start display at page:

Download "Dealing with Uncertainty in Optimization Models using AIMMS"

Transcription

1 Dealing with Uncertainty in Optimization Models using AIMMS Dr. Ovidiu Listes Senior Consultant AIMMS Analytics and Optimization

2 Outline Analytics, Optimization, Uncertainty Use Case: Power System Expansion Dealing with Uncertainty Scenario Analysis Stochastic Programming Robust Optimization More Application Examples

3 ANALYTICS, OPTIMIZATION, UNCERTAINTY

4

5 Optimization under Uncertainty in Decision Support Decision Support / Opt Apps Solution/Visualization Modeling Uncertainty Optimization Analytics

6 Use Case: Power System Expansion

7 Power System Expansion: General Description Strategic, static model Design capacity must be expanded There are 3 types of power plants: - coal-fired - nuclear - hydro Costs are scaled on a daily basis: - capital investments - operating costs - energy import costs Demand is represented by 2 categories: - base load (duration 24 hours) - peak load (duration 6 hours) Physical restriction: nuclear power can only be used to satisfy base demand

8 Use Case: Load Curve and Its Approximation

9 Use Case: Model Notation

10 Use Case: Deterministic Model

11 Use Case: Model Data Existing capacity and cost figures per plant type: Importing costs: 200 [1000 $/GWh] for each demand category Estimated data figures for demand scenarios:

12 Dealing with Uncertainty

13 Modeling Issues for Dealing with Uncertainty Non-deterministic modeling and analysis - Parametric and Scenario Analysis - Stochastic Programming - Robust Optimization Uncertainty tool-kit for decision support - Create meaningful scenarios / uncertainty sets - Incorporate uncertainty and optimize model - Help user understand the optimal solution - Anticipate and experiment with next scenarios Visualization of optimization data - Input - Output - Sensitivities

14 Scenario Analysis

15 Parametric and Scenario Analysis - AIMMS modeling support The analysis may be achieved through - multi-dimensional data manipulation (pre- & post-processing) - procedural possibilities - iterative modeling Sampling from various statistical distributions Algorithmic support for what-if analysis experiments Powerful graphical objects for input and output data - Pivot tables - Multi-case objects - Parametric curves

16 Use Case: Scenario Analysis Optimal design capacities for individual scenarios: Consequences of plan III for all scenarios:

17 Parametric and scenario analysis AIMMS modeling support

18 Parametric and scenario analysis AIMMS modeling support

19 Stochastic Programming

20 Stochastic Programming in AIMMS: General Framework AIMMS supports automatic generation and solution of multi-stage stochastic linear models (with recourse) Modeler : - builds a symbolic deterministic model - defines stages and maps variables to stages - creates a scenario tree (mapping) - supplies stochastic data AIMMS : - generates the stochastic model instance (extensive form) - generation is done automatically, without the need to reformulate any constraint definition Much flexibility in: - mapping variables to stages - experimenting with different scenario trees

21 Stochastic Programming in AIMMS: Scenario Generation Scenarios can be created using a special Scenario Generation Module (SGM) SGM offers pre-defined procedures for building the scenario tree User needs to specify callbacks for SGM module ScenGen::InitializeStochasticDataCallbackFunction := MyInitializeStochasticDataCallback'; User callbacks accommodate stochastic data for situation at hand Load.Stochastic( CurrentScenario, t ) := SampleFraction * Load(t);

22 Stochastic Programming in AIMMS: Scenario Generation Techniques 1. By branching: tree is incrementally created according to a given distribution for events at each stage: 2. By data bundling: given a set of scenarios, similar scenarios are grouped at each level of the tree:

23 Stochastic Programming in AIMMS: Main execution scheme Symbolic deterministic MP symbolic variables symbolic constraints GMP::Instance:: GenerateStochasticProgram Generated stochastic GMP Stochastic GMP Matrix Stochastic information - stages - mapping variables to stages - scenario tree - probabilities - stochastic data Solution Repository Solver Sessions

24 Stochastic Programming in AIMMS: Summary Main Concepts Deterministic model is a symbolic MP Stochastic model is a GMP instance, created automatically Changes in deterministic model and in scenario data propagate automatically to the (re-)generated stochastic instance Stochastic GMP can be solved using a standard solver: GMP::Instance::Solve ( StochProdGMP ); Or, using Benders decomposition system module: StochDecom::DoStochasticDecomposition ( StochProdGMP, MyStages, MyScenarios );

25

26

27 Robust Optimization

28 Robust Optimization: The Paradigm RO modeling framework: the uncertain data belongs to some ranges or regions, or depends on some partially known distribution Feasibility must be guaranteed (hard constraints) Hard constraints must be satisfied for all data realizations within an uncertainty set U Robustness = best solution against the worst possible data realization within the uncertainty set U

29 Consider the linear program min c T x s.t. Robust Optimization: Single Stage Case Ax b The constraints Ax b must be satisfied for all realizations of the data A within uncertainty set U The robust model (A. Ben-Tal and A. Nemirovski, 2000) is: min c T x s.t. Ax b A Є U A robust counterpart with finite #variables and #constraints exists, under some conditions

30 Robust Optimization: Uncertainty Set How to specify a reasonable uncertainty set, i.e., meaningful for practical applications? When does an uncertainty set lead to a computationally tractable robust counterpart? Assumption: describe uncertainty set U as a ij = ij0 + k ijk ξ k The following uncertainty sets lead to solvable models: Box (LP), Polyhedron (LP), Ellipsoid (SOCP)

31 Robust Optimization: Scope Initially, Robust Optimization focused on immunizing a single stage optimization model against infeasibility The scope of RO has been extended to model dynamic optimization problems (eg, multi period models) Adjustable Robust Optimization

32 Robust Optimization: Multiple Stages Case min j c j x j s.t. j a ij x j + l d il y l (ξ) b i i, ξ U: a ij = ij0 + k ijk ξ k i, j Fixed recourse Hard problem Easy affine approximation y(ξ) = u + V ξ

33 Robust Optimization in AIMMS: Main execution scheme Symbolic deterministic MP symbolic variables symbolic constraints GMP::Instance:: GenerateRobustCounterpart Generated robust GMP Robust GMP Matrix Uncertainty information - regions - dependency - uncertainty constraints - adjustable variables - linear decision rules Solution Repository Solver Sessions

34 Robust Optimization in AIMMS: Summary Main Concepts Deterministic model is a symbolic MP Robust model is a GMP instance, created automatically Changes in deterministic model and in uncertainty sets propagate automatically to the (re-)generated robust counterpart RC_GMP := GMP::Instance::GenerateRobustCounterpart( MathematicalProgram : MP, UncertaintyParameters : UP, UncertaintyConstraints : UC ); GMP::Instance::Solve( RC_GMP );

35 Use Case: Uncertainty Sets for Instantaneous Demand (Load) peak 12 S2 Box Ellipsoid S1 Convex Hull S4 10 S base

36 Uncertainty Inheritance Required Electricity Data Parameter RequiredElectr(base) = DemandDuration(base) * InstDem(base) uncertain pars in constr (RHS) certain pars uncertain pars RequiredElectr(peak) = DemandDuration(peak) * [ InstDem(peak) - InstDem(base) ]

37 Non-adjustable Decisions versus Adjustable Decisions non-adjustable adjustable NewCapacity CapacityAllocation ImportCapacity data realization Linear Decision Rule(s) depending on RequiredElectricity

38

39

40 More Application Examples

41 Multi-Stage Stochastic Models Production and Inventory Optimization

42 Multi-Stage Stochastic Models Production and Inventory Optimization

43 Multi-Stage Stochastic Models Production and Inventory Optimization

44 Uncertainty and Rolling Horizon Production and Distribution Optimization

45 Uncertainty and Rolling Horizon Production and Distribution Optimization

46 Unit Commitment and Energy Dispatch Deterministic Model and Solution

47 Unit Commitment and Energy Dispatch Demand Uncertainty and Robust Solution

48 Unit Commitment and Energy Dispatch Solution Evaluation based on Simulation

49 Unit Commitment and Energy Dispatch Simulation Points for Solution Evaluation

50 Unit Commitment and Energy Dispatch Relative Average RO Cost Reduction

51 Flexibility in Manufacturing Networks Principles and Benefits of Flexibility

52 Flexibility in Manufacturing Networks Automatic RO counterpart generation in AIMMS

53 Flexibility in Manufacturing Networks Demand Uncertainty & Robust Optimization Deterministic Robust Optimization

54 THANK YOU! Questions? Dr. Ovidiu Listes

Multi-Period Vehicle Routing with Call-In Customers

Multi-Period Vehicle Routing with Call-In Customers Multi-Period Vehicle Routing with Call-In Customers Anirudh Subramanyam, Chrysanthos E. Gounaris Carnegie Mellon University Frank Mufalli, Jose M. Pinto Praxair Inc. EWO Meeting September 30 th October

More information

Multi-Period Vehicle Routing with Stochastic Customers

Multi-Period Vehicle Routing with Stochastic Customers Multi-Period Vehicle Routing with Stochastic Customers Anirudh Subramanyam, Chrysanthos E. Gounaris Frank Mufalli, Jose M. Pinto EWO Spring Meeting March 9, 2016 1 Tactical Planning in Vehicle Routing

More information

Stochastic Optimization for Unit Commitment A Review

Stochastic Optimization for Unit Commitment A Review Stochastic Optimization for Unit Commitment A Review Qipeng P. Zheng +, Jianhui Wang and Andrew L. Liu + Department of Industrial Engineering & Management Systems University of Central Florida Argonne

More information

SUPPLY RISK LIMITS FOR THE INTEGRATION OF PRODUCTION SCHEDULING AND REAL-TIME OPTIMIZATION AT AIR SEPARATION UNITS

SUPPLY RISK LIMITS FOR THE INTEGRATION OF PRODUCTION SCHEDULING AND REAL-TIME OPTIMIZATION AT AIR SEPARATION UNITS SPPLY RISK LIMITS FOR THE INTEGRATION OF PRODCTION SCHEDLING AND REAL-TIME OPTIMIZATION AT AIR SEPARATION NITS Irene Lotero *a, Thierry Roba b, Ajit Gopalakrishnan a a Air Liquide R&D, Newark DE 19702

More information

Vehicle Routing Tank Sizing Optimization under Uncertainty: MINLP Model and Branch-and-Refine Algorithm

Vehicle Routing Tank Sizing Optimization under Uncertainty: MINLP Model and Branch-and-Refine Algorithm Vehicle Routing Tank Sizing Optimization under Uncertainty: MINLP Model and Branch-and-Refine Algorithm Fengqi You Ignacio E. Grossmann Jose M. Pinto EWO Meeting, Sep. 2009 Vehicle Routing Tank Sizing

More information

Global Supply Chain Planning under Demand and Freight Rate Uncertainty

Global Supply Chain Planning under Demand and Freight Rate Uncertainty Global Supply Chain Planning under Demand and Freight Rate Uncertainty Fengqi You Ignacio E. Grossmann Nov. 13, 2007 Sponsored by The Dow Chemical Company (John Wassick) Page 1 Introduction Motivation

More information

Adaptive Robust Optimization with Dynamic Uncertainty Sets for Power System Operation Under Wind

Adaptive Robust Optimization with Dynamic Uncertainty Sets for Power System Operation Under Wind Adaptive Robust Optimization with Dynamic Uncertainty Sets for Power System Operation Under Wind Andy Sun Georgia Institute of Technology H. Milton Stewart School of Industrial and Systems Engineering

More information

Robust Optimization Based Economic Dispatch for Managing System Ramp Requirement

Robust Optimization Based Economic Dispatch for Managing System Ramp Requirement 2014 47th Hawaii International Conference on System Science Robust Optimization Based Economic Dispatch for Managing System Ramp Requirement Anupam A. Thatte Texas A&M University, College Station, Texas,

More information

Latest Computational and Mathematical Tools for Transmission Expansion

Latest Computational and Mathematical Tools for Transmission Expansion Latest Computational and Mathematical Tools for Transmission Expansion IEEE PES T&D Meeting, Chicago IL Clayton Barrows, PhD April 15, 2014 NREL is a national laboratory of the U.S. Department of Energy,

More information

Optimization under Uncertainty. with Applications

Optimization under Uncertainty. with Applications with Applications Professor Alexei A. Gaivoronski Department of Industrial Economics and Technology Management Norwegian University of Science and Technology Alexei.Gaivoronski@iot.ntnu.no 1 Lecture 2

More information

Craig L. Hart Consultant Energy Exemplar Africa (Pty) Ltd South Africa

Craig L. Hart Consultant Energy Exemplar Africa (Pty) Ltd South Africa Craig L. Hart Consultant Energy Exemplar Africa (Pty) Ltd South Africa Proven Natural Gas Reserves in Africa (2015) Source of data: U.S. Energy Information Administration - International Energy Statistics

More information

Finding and evaluating robust train timetabling solutions

Finding and evaluating robust train timetabling solutions Finding and evaluating robust train timetabling solutions Matteo Fischetti Domenico Salvagnin Arrigo Zanette DEI, University of Padova Utrecht, April 19, 2007 Work supported by the Future and Emerging

More information

Modeling of competition in revenue management Petr Fiala 1

Modeling of competition in revenue management Petr Fiala 1 Modeling of competition in revenue management Petr Fiala 1 Abstract. Revenue management (RM) is the art and science of predicting consumer behavior and optimizing price and product availability to maximize

More information

XXXII. ROBUST TRUCKLOAD RELAY NETWORK DESIGN UNDER DEMAND UNCERTAINTY

XXXII. ROBUST TRUCKLOAD RELAY NETWORK DESIGN UNDER DEMAND UNCERTAINTY XXXII. ROBUST TRUCKLOAD RELAY NETWORK DESIGN UNDER DEMAND UNCERTAINTY Hector A. Vergara Oregon State University Zahra Mokhtari Oregon State University Abstract This research addresses the issue of incorporating

More information

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6 Integre Technical Publishing Co., Inc. Pinedo July 9, 2001 4:31 p.m. front page v PREFACE xi 1 INTRODUCTION 1 1.1 The Role of Scheduling 1 1.2 The Scheduling Function in an Enterprise 4 1.3 Outline of

More information

Capacity Planning with Rational Markets and Demand Uncertainty. By: A. Kandiraju, P. Garcia-Herreros, E. Arslan, P. Misra, S. Mehta & I.E.

Capacity Planning with Rational Markets and Demand Uncertainty. By: A. Kandiraju, P. Garcia-Herreros, E. Arslan, P. Misra, S. Mehta & I.E. Capacity Planning with Rational Markets and Demand Uncertainty By: A. Kandiraju, P. Garcia-Herreros, E. Arslan, P. Misra, S. Mehta & I.E. Grossmann 1 Motivation Capacity planning : Anticipate demands and

More information

Production Planning under Uncertainty with Multiple Customer Classes

Production Planning under Uncertainty with Multiple Customer Classes Proceedings of the 211 International Conference on Industrial Engineering and Operations Management Kuala Lumpur, Malaysia, January 22 24, 211 Production Planning under Uncertainty with Multiple Customer

More information

Medium Term Planning & Scheduling under Uncertainty for BP Chemicals

Medium Term Planning & Scheduling under Uncertainty for BP Chemicals Medium Term Planning & Scheduling under Uncertainty for BP Chemicals Progress Report Murat Kurt Mehmet C. Demirci Gorkem Saka Andrew Schaefer University of Pittsburgh Norman F. Jerome Anastasia Vaia BP

More information

Aquifer Thermal Energy Storage (ATES) Smart Grids

Aquifer Thermal Energy Storage (ATES) Smart Grids Aquifer Thermal Energy Storage (ATES) Smart Grids Tamás Keviczky t.keviczky@tudelft.nl http://www.dcsc.tudelft.nl/~tkeviczky/ Delft Center for Systems and Control Delft University of Technology The Netherlands

More information

Optimization under Uncertainty. with Applications

Optimization under Uncertainty. with Applications with Applications Professor Alexei A. Gaivoronski Department of Industrial Economics and Technology Management Norwegian University of Science and Technology Alexei.Gaivoronski@iot.ntnu.no 1 Lecture 3

More information

Strategic Design of Robust Global Supply Chains: Two Case Studies from the Paper Industry

Strategic Design of Robust Global Supply Chains: Two Case Studies from the Paper Industry Strategic Design of Robust Global Supply Chains: Two Case Studies from the Paper Industry T. Santoso, M. Goetschalckx, S. Ahmed, A. Shapiro Abstract To remain competitive in today's competitive global

More information

Long Term Power Generation Planning Under Uncertainty

Long Term Power Generation Planning Under Uncertainty Graduate Theses and Dissertations Graduate College 2009 Long Term Power Generation Planning Under Uncertainty Shan Jin Iowa State University Follow this and additional works at: http://lib.dr.iastate.edu/etd

More information

Next generation energy modelling Benefits of applying parallel optimization and high performance computing

Next generation energy modelling Benefits of applying parallel optimization and high performance computing Next generation energy modelling Benefits of applying parallel optimization and high performance computing Frieder Borggrefe System Analysis and Technology Assessment DLR - German Aerospace Center Stuttgart

More information

Applying Robust Optimization to MISO Look-ahead Unit Commitment

Applying Robust Optimization to MISO Look-ahead Unit Commitment 1 Applying Robust Optimization to MISO Look-ahead Unit Commitment Yonghong Chen, MISO Qianfan Wang, Xing Wang, Alstom Grid Yongpei Guan, University of Florida IEEE General Meeting July, 2014 2 Outline

More information

Principles of Inventory Management

Principles of Inventory Management John A. Muckstadt Amar Sapra Principles of Inventory Management When You Are Down to Four, Order More fya Springer Inventories Are Everywhere 1 1.1 The Roles of Inventory 2 1.2 Fundamental Questions 5

More information

A MULTI-HIERARCHY FACILITY LOCATION PROBLEM WITH ROUTING UNDER DEMAND UNCERTAINTY: AN APPLICATION TO RELIEF DISTRIBUTIONS

A MULTI-HIERARCHY FACILITY LOCATION PROBLEM WITH ROUTING UNDER DEMAND UNCERTAINTY: AN APPLICATION TO RELIEF DISTRIBUTIONS A MULTI-HIERARCHY FACILITY LOCATION PROBLEM WITH ROUTING UNDER DEMAND UNCERTAINTY: AN APPLICATION TO RELIEF DISTRIBUTIONS Rattanaporn KASEMSRI 1 Kazushi SANO 2 Amila JAYASINGHE 3 1 Doctoral Student, Graduate

More information

Applying Robust Optimization to MISO Look- Ahead Commitment

Applying Robust Optimization to MISO Look- Ahead Commitment Applying Robust Optimization to MISO Look- Ahead Commitment Yonghong Chen, Qianfan Wang, Xing Wang, and Yongpei Guan Abstract Managing uncertainty has been a challenging task for market operations. This

More information

Applied Data Analysis (Operations Research)

Applied Data Analysis (Operations Research) Applied Data Analysis (Operations Research) Pongsa Pornchaiwiseskul Pongsa.P@chula.ac.th http://j.mp/pongsa Faculty of Economics Chulalongkorn University Pongsa Pornchaiwiseskul, Faculty of Economics,

More information

Prescriptive Analytics for Facility Location: an AIMMS-based perspective

Prescriptive Analytics for Facility Location: an AIMMS-based perspective Prescriptive Analytics for Facility Location: an AIMMS-based perspective Dr. Ovidiu Listes Senior Consultant AIMMS Analytics and Optimization Outline Analytics for Facility Location AIMMS Analytics Platform

More information

Business Analytics for Flexible Resource Allocation Under Random Emergencies

Business Analytics for Flexible Resource Allocation Under Random Emergencies Business Analytics for Flexible Resource Allocation Under Random Emergencies The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

Ron Adany, Sarit Kraus & Fernando Ordonez

Ron Adany, Sarit Kraus & Fernando Ordonez Allocation algorithms for personal TV advertisements Ron Adany, Sarit Kraus & Fernando Ordonez Multimedia Systems ISSN 0942-4962 Multimedia Systems DOI 10.1007/s00530-012-0284-y 1 23 Your article is protected

More information

PowrSym4. A Presentation by. Operation Simulation Associates, Inc. February, 2012

PowrSym4. A Presentation by. Operation Simulation Associates, Inc. February, 2012 PowrSym4 A Presentation by Operation Simulation Associates, Inc. February, 2012 1 Presentation Contents History of PowrSym Introduction to OSA The PowrSym3 Model PowrSym4 Enhancements 2 PowrSym Background

More information

An Introduction. Frederik Fiand & Tim Johannessen GAMS Software GmbH. GAMS Development Corp. GAMS Software GmbH

An Introduction. Frederik Fiand & Tim Johannessen GAMS Software GmbH. GAMS Development Corp. GAMS Software GmbH An Introduction Frederik Fiand & Tim Johannessen GAMS Software GmbH GAMS Development Corp. GAMS Software GmbH www.gams.com Agenda GAMS at a Glance GAMS - Hands On Examples APIs - Application Programming

More information

Solving Stochastic Problems (and the DECIS System) MS&E348 Winter 2011/2012 Professor Gerd Infanger

Solving Stochastic Problems (and the DECIS System) MS&E348 Winter 2011/2012 Professor Gerd Infanger Solving Stochastic Problems (and the DECIS System) MS&E348 Winter 2011/2012 Professor Gerd Infanger Synopsis Uncertainty plays a key role in many decisions Uncertain prices, demands, and availability of

More information

12th International Conference on Fluidized Bed Technology

12th International Conference on Fluidized Bed Technology 12th International Conference on Fluidized Bed Technology DYNAMIC BEHAVIOR OF A COMMERCIAL CFB UNIT MEASUREMENTS AND RELATED STUDIES Jen Kovács 1*, Ari Kettunen 1, István Selek 2 1 Amec Foster Wheeler

More information

Capacity Dilemma: Economic Scale Size versus. Demand Fulfillment

Capacity Dilemma: Economic Scale Size versus. Demand Fulfillment Capacity Dilemma: Economic Scale Size versus Demand Fulfillment Chia-Yen Lee (cylee@mail.ncku.edu.tw) Institute of Manufacturing Information and Systems, National Cheng Kung University Abstract A firm

More information

Modern Robust Optimization: Opportunities for Enterprise-Wide Optimization

Modern Robust Optimization: Opportunities for Enterprise-Wide Optimization Modern Robust Optimization: Opportunities for Enterprise-Wide Optimization Chrysanthos E. Gounaris Dept. of Chemical Engineering and Center for Advanced Process Decision-making Carnegie Mellon University

More information

Stochastic Gradient Approach for Energy and Supply Optimisation in Water Systems Management

Stochastic Gradient Approach for Energy and Supply Optimisation in Water Systems Management 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 217 mssanz.org.au/modsim217 Stochastic Gradient Approach for Energy and Supply Optimisation in Water

More information

Properties of Convex Hull Pricing. Education Session 2 December 11, 2017

Properties of Convex Hull Pricing. Education Session 2 December 11, 2017 Properties of Convex Hull Pricing Price Formation Education Session 2 December 11, 2017 Catherine Tyler Overview of Convex Hull Pricing Theoretical pricing model aiming to include start, no load, and minimum

More information

On robust optimization of wind farm maintenance and operation under uncertainty. ISEN 689 Project report, Fall Eunshin Byon

On robust optimization of wind farm maintenance and operation under uncertainty. ISEN 689 Project report, Fall Eunshin Byon On robust optimization of wind farm maintenance and operation under uncertainty ISEN 689 Project report, Fall 2007 Eunshin Byon 1 Introduction Wind power capacity has been rapidly increasing in the past

More information

On Refining Ill-Defined Constraint Problems: A Case Study in Iterative Prototyping

On Refining Ill-Defined Constraint Problems: A Case Study in Iterative Prototyping On Refining Ill-Defined Constraint Problems: A Case Study in Iterative Prototyping Carmen Gervet Yves Caseau Denis Montaut IC-Parc, Imperial College Bouygues, D.T.N. Euro-Decision London SW7 2AZ 1 av.

More information

Unit commitment (UC) is one of the key applications in

Unit commitment (UC) is one of the key applications in 1 Stochastic Optimization for Unit Commitment A Review Qipeng P. Zheng, Member, IEEE, Jianhui Wang, Senior Member, IEEE, Andrew L. Liu Member, IEEE Abstract Optimization models have been widely used in

More information

Integrated planning of operations and spare parts logistics under uncertainty in the supply chain of maintenance service providers

Integrated planning of operations and spare parts logistics under uncertainty in the supply chain of maintenance service providers Integrated planning of operations and spare parts logistics under uncertainty in the supply chain of maintenance service providers Masoumeh Kazemi Zanjani, JEng, PhD Concordia University, Montreal, Canada

More information

On the Optimal On-Line Management of Photovoltaic-Hydrogen Hybrid Energy Systems

On the Optimal On-Line Management of Photovoltaic-Hydrogen Hybrid Energy Systems 1th International Symposium on Process Systems Engineering - PSE29 Rita Maria de Brito Alves, Claudio Augusto Oller do Nascimento and Evaristo Chalbaud Biscaia Jr. (Editors) 29 Elsevier B.V. All rights

More information

CLUSTERING EFFICIENCY OF SCENARIOS IN THE VSS CAPTURE FOR THE TRANSPORTATION PROBLEM WITH STOCHASTIC DEMAND. José Ernesto Agüero Gutiérrez

CLUSTERING EFFICIENCY OF SCENARIOS IN THE VSS CAPTURE FOR THE TRANSPORTATION PROBLEM WITH STOCHASTIC DEMAND. José Ernesto Agüero Gutiérrez CLUSTERING EFFICIENCY OF SCENARIOS IN THE VSS CAPTURE FOR THE TRANSPORTATION PROBLEM WITH STOCHASTIC DEMAND José Ernesto Agüero Gutiérrez Universidad Católica de la Santísima Concepción Caupolicán 491,

More information

1 Introduction 1. 2 Forecasting and Demand Modeling 5. 3 Deterministic Inventory Models Stochastic Inventory Models 63

1 Introduction 1. 2 Forecasting and Demand Modeling 5. 3 Deterministic Inventory Models Stochastic Inventory Models 63 CONTENTS IN BRIEF 1 Introduction 1 2 Forecasting and Demand Modeling 5 3 Deterministic Inventory Models 29 4 Stochastic Inventory Models 63 5 Multi Echelon Inventory Models 117 6 Dealing with Uncertainty

More information

Life Cycle Assessment A product-oriented method for sustainability analysis. UNEP LCA Training Kit Module f Interpretation 1

Life Cycle Assessment A product-oriented method for sustainability analysis. UNEP LCA Training Kit Module f Interpretation 1 Life Cycle Assessment A product-oriented method for sustainability analysis UNEP LCA Training Kit Module f Interpretation 1 ISO 14040 framework Life cycle assessment framework Goal and scope definition

More information

Robust Design of a Closed-loop Supply Chain Network for Uncertain Carbon Regulations and Random Product Flows

Robust Design of a Closed-loop Supply Chain Network for Uncertain Carbon Regulations and Random Product Flows Industrial and Manufacturing Systems Engineering Publications Industrial and Manufacturing Systems Engineering 6-214 Robust Design of a Closed-loop Supply Chain Network for Uncertain Carbon Regulations

More information

Economic and Environmental Analysis of Photovoltaic Energy Systems via Robust Optimization

Economic and Environmental Analysis of Photovoltaic Energy Systems via Robust Optimization Economic and Environmental Analysis of Photovoltaic Energy Systems via Robust Optimization Shimpei Okido and Akiko Takeda Department of Administration Engineering, Keio University, 3-14-1 Hiyoshi, Kouhoku,

More information

A Convex Primal Formulation for Convex Hull Pricing

A Convex Primal Formulation for Convex Hull Pricing A Convex Primal Formulation for Convex Hull Pricing Bowen Hua and Ross Baldick May 11, 2016 Outline 1 Motivation 2 Convex Hull Pricing 3 A Primal Formulation for CHP 4 Results 5 Conclusions 6 Reference

More information

Stochastic Optimization for Vaccine Vial Replenishment

Stochastic Optimization for Vaccine Vial Replenishment Proceedings of the 2016 Industrial and Systems Engineering Research Conference H. Yang, Z. Kong, and MD Sarder, eds. Stochastic Optimization for Vaccine Vial Replenishment Zahra Azadi, Harsha Gangammanavar

More information

Network Flows. 7. Multicommodity Flows Problems. Fall 2010 Instructor: Dr. Masoud Yaghini

Network Flows. 7. Multicommodity Flows Problems. Fall 2010 Instructor: Dr. Masoud Yaghini In the name of God Network Flows 7. Multicommodity Flows Problems 7.1 Introduction Fall 2010 Instructor: Dr. Masoud Yaghini Introduction Introduction In many application contexts, several physical commodities,

More information

Intermittent Renewable Energy Sources and Wholesale Electricity Prices

Intermittent Renewable Energy Sources and Wholesale Electricity Prices Intermittent Renewable Energy Sources and Wholesale Electricity Prices Felix Müsgens, Thomas Möbius FERC and TAI Workshop Washington, October 30, 2015 Motivation How will intermittent renewable energy

More information

A robust approach for the interdependency analysis of integrated energy systems considering wind power uncertainty

A robust approach for the interdependency analysis of integrated energy systems considering wind power uncertainty 1 A robust approach for the interdependency analysis of integrated energy systems considering wind power uncertainty Martinez-Mares A. and Fuerte-Esquivel C.R. IEEE Transactions on Power Systems, vol.

More information

Resource Planning. EE 590 Iowa State University. October 22, 2008

Resource Planning. EE 590 Iowa State University. October 22, 2008 Resource Planning EE 590 Iowa State University October 22, 2008 Presented by: JT Smith, P.E. Technical Manager of Resource Forecasting, Midwest ISO Need for Capacity Planning Traditional need: Resource

More information

A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint

A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint M. Pattnaik Dept. of Business Administration Utkal University, Bhubaneswar, India monalisha_1977@yahoo.com

More information

Automated Template C: Created by James Nail 2013V2.1

Automated Template C: Created by James Nail 2013V2.1 Automated Template C: Created by James Nail 2013V2.1 Stochastic and robust optimal operation of energy-efficient building with combined heat and power systems By Ping Liu A Dissertation Submitted to the

More information

Balancing Risk and Economics for Chemical Supply Chain Optimization under Uncertainty

Balancing Risk and Economics for Chemical Supply Chain Optimization under Uncertainty Balancing Risk and Economics for Chemical Supply Chain Optimization under Uncertainty Fengqi You and Ignacio E. Grossmann Dept. of Chemical Engineering, Carnegie Mellon University John M. Wassick The Dow

More information

How Do We Manage the Complexity of the Grid?

How Do We Manage the Complexity of the Grid? M A Y 2 0 1 6 How Do We Manage the Complexity of the Grid? Control at Large Scales: Energy Markets and Responsive Grids, Minneapolis Eugene Litvinov 1 complex systems are counterintuitive. That is, they

More information

Decision Support and Business Intelligence Systems

Decision Support and Business Intelligence Systems Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 4: Modeling and Analysis Learning Objectives Understand the basic concepts of management support system (MSS) modeling

More information

^ Springer. The Logic of Logistics. Theory, Algorithms, and Applications. for Logistics Management. David Simchi-Levi Xin Chen Julien Bramel

^ Springer. The Logic of Logistics. Theory, Algorithms, and Applications. for Logistics Management. David Simchi-Levi Xin Chen Julien Bramel David Simchi-Levi Xin Chen Julien Bramel The Logic of Logistics Theory, Algorithms, and Applications for Logistics Management Third Edition ^ Springer Contents 1 Introduction 1 1.1 What Is Logistics Management?

More information

OPERATIONS RESEARCH Code: MB0048. Section-A

OPERATIONS RESEARCH Code: MB0048. Section-A Time: 2 hours OPERATIONS RESEARCH Code: MB0048 Max.Marks:140 Section-A Answer the following 1. Which of the following is an example of a mathematical model? a. Iconic model b. Replacement model c. Analogue

More information

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example.

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example. Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example Amina Lamghari COSMO Stochastic Mine Planning Laboratory! Department

More information

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics Metaheuristics Meta Greek word for upper level methods Heuristics Greek word heuriskein art of discovering new strategies to solve problems. Exact and Approximate methods Exact Math programming LP, IP,

More information

Basic Linear Programming Concepts. Lecture 2 (3/29/2017)

Basic Linear Programming Concepts. Lecture 2 (3/29/2017) Basic Linear Programming Concepts Lecture 2 (3/29/2017) Definition Linear Programming (LP) is a mathematical method to allocate scarce resources to competing activities in an optimal manner when the problem

More information

2014 Grid of the Future Symposium

2014 Grid of the Future Symposium 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium Concepts and Practice Using Stochastic Programs for Determining Reserve Requirements

More information

This is a refereed journal and all articles are professionally screened and reviewed

This is a refereed journal and all articles are professionally screened and reviewed Advances in Environmental Biology, 6(4): 1400-1411, 2012 ISSN 1995-0756 1400 This is a refereed journal and all articles are professionally screened and reviewed ORIGINAL ARTICLE Joint Production and Economic

More information

Irrigation network design and reconstruction and its analysis by simulation model

Irrigation network design and reconstruction and its analysis by simulation model SSP - JOURNAL OF CIVIL ENGINEERING Vol. 9, Issue 1, 2014 DOI: 10.2478/sspjce-2014-0001 Irrigation network design and reconstruction and its analysis by simulation model Milan Čistý, Zbynek Bajtek, Anna

More information

FROM DATA TO PREDICTIONS

FROM DATA TO PREDICTIONS FROM DATA TO PREDICTIONS Translating Theory to Action Presented by Eric Torkia, MASc @etorkia www.technologypartnerz.com 3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60 1 MEET YOUR PRESENTER:

More information

Using PLEXOS to Validate TIMES

Using PLEXOS to Validate TIMES Using PLEXOS to Validate TIMES Paul Deane and Alessandro Chiodi Sustainable Energy Research Group, Environmental Research Institute University College Cork, Cork, Ireland ETSAP workshop, Cork, Ireland

More information

Robust Rolling Horizon Optimisation Model for Offshore Wind Farm Installation Logistics

Robust Rolling Horizon Optimisation Model for Offshore Wind Farm Installation Logistics Tezcaner Öztürk, D. and Barlow, E. and Akartunali, K. and Revie, M. and Day, A. H. and Boulougouris, E. (2017) Robust Rolling Horizon Optimisation Model for Offshore Wind Farm Installation Logistics. Working

More information

AN ABSTRACT OF THE DISSERTATION OF

AN ABSTRACT OF THE DISSERTATION OF AN ABSTRACT OF THE DISSERTATION OF Zahra Mokhtari for the degree of Doctor of Philosophy in Industrial Engineering presented on March 13, 2017. Title: Incorporating Uncertainty in Truckload Relay Network

More information

Coupling Pumped Hydro Energy Storage with Unit Commitment

Coupling Pumped Hydro Energy Storage with Unit Commitment IEEE TRANSACTIONS ON SUSTAINABLE ENERGY, VOL. X, NO. Y, MONTH 216 1 Coupling Pumped Hydro Energy Storage with Unit Commitment K. Bruninx, Student Member, IEEE, Y. Dvorkin, Student Member, IEEE, E. Delarue,

More information

Design of Resilient Supply Chains with Risk of Facility Disruptions

Design of Resilient Supply Chains with Risk of Facility Disruptions Design of Resilient Supply Chains with Risk of Facility Disruptions P. Garcia-Herreros 1 ; J.M. Wassick 2 & I.E. Grossmann 1 1 Department of Chemical Engineering, Carnegie Mellon University, Pittsburgh,

More information

Supply Chain Network Design under Uncertainty

Supply Chain Network Design under Uncertainty Proceedings of the 11th Annual Conference of Asia Pacific Decision Sciences Institute Hong Kong, June 14-18, 2006, pp. 526-529. Supply Chain Network Design under Uncertainty Xiaoyu Ji 1 Xiande Zhao 2 1

More information

Optimal Multi-scale Capacity Planning under Hourly Varying Electricity Prices

Optimal Multi-scale Capacity Planning under Hourly Varying Electricity Prices Optimal Multi-scale Capacity Planning under Hourly Varying Electricity Prices Sumit Mitra Ignacio E. Grossmann Jose M. Pinto Nikhil Arora EWO Meeting Carnegie Mellon University 9/28/21 1 Motivation of

More information

Getting linear energy system models ready for High Performance Computing

Getting linear energy system models ready for High Performance Computing Getting linear energy system models ready for High Performance Computing Manuel Wetzel 1, Karl-Kien Cao 1, Frederik Fiand 2, Hans Christian Gils 1 OR2017 Berlin, 07.09.2017 1 German Aerospace Center (DLR)

More information

How to Cite or Link Using DOI

How to Cite or Link Using DOI Computers & Operations Research Volume 39, Issue 9, September 2012, Pages 1977 1987 A stochastic production planning problem with nonlinear cost Lixin Tang a,,, Ping Che a, b,, a, c, Jiyin Liu a Liaoning

More information

Revenue management under demand uncertainty: the case for a robust optimization approach

Revenue management under demand uncertainty: the case for a robust optimization approach Revenue management under demand uncertainty: the case for a robust optimization approach Aurélie Thiele Lehigh University aurelie.thiele@lehigh.edu Air Products Allentown, PA August 10, 2006 What is revenue

More information

Introduction to OSeMOSYS

Introduction to OSeMOSYS March 2017 Introduction to OSeMOSYS This work by OpTIMUS.community is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

More information

ADVANCED DATA ANALYSIS TECHNIQUES:

ADVANCED DATA ANALYSIS TECHNIQUES: 24-28 Jun 2018, Dubai - UAE 25-29 Nov 2018, Dubai - UAE REP logo, PMI & PMP are registered trademarks of Project Management Institute, Inc. Introduction Objectives The statistical analysis of numerical

More information

APPENDIX I PLANNING RESERVE MARGIN STUDY

APPENDIX I PLANNING RESERVE MARGIN STUDY APPENDIX I PLANNING RESERVE MARGIN STUDY Introduction The planning reserve margin (), measured as a percentage of coincident system peak load, is a parameter used in resource planning to ensure there are

More information

GRID MODERNIZATION INITIATIVE PEER REVIEW Multi-scale Production Cost Modeling

GRID MODERNIZATION INITIATIVE PEER REVIEW Multi-scale Production Cost Modeling GRID MODERNIZATION INITIATIVE PEER REVIEW 1.4.26 AARON BLOOM April 18-20, 2017 Sheraton Pentagon City Arlington, VA Planning and Design Tools 4/5/2017 1 High Level Summary Project Description The goal

More information

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION From the SelectedWorks of Liana Napalkova May, 2008 DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION Galina Merkuryeva Liana Napalkova

More information

Computing the Non-Stationary Replenishment Cycle Inventory Policy under Stochastic Supplier Lead-Times

Computing the Non-Stationary Replenishment Cycle Inventory Policy under Stochastic Supplier Lead-Times Computing the Non-Stationary Replenishment Cycle Inventory Policy under Stochastic Supplier Lead-Times Roberto Rossi a, S. Armagan Tarim b Brahim Hnich c Steven Prestwich d a Logistics, Decision and Information

More information

Uncertainty in transport models. IDA workshop 7th May 2014

Uncertainty in transport models. IDA workshop 7th May 2014 Uncertainty in transport models IDA workshop 7th May 2014 Presentation outline Rationale Uncertainty in transport models How uncertainty is quantified Case study General comments 2 DTU Transport, Technical

More information

The evolution of optimization technologies

The evolution of optimization technologies The evolution of optimization technologies Dash Optimization, Alkis Vazacopoulos INFORMS New York Metro Club October 11, 2005, The Penn Club, New York Agenda Optimization Applications Companies that offer

More information

Revenue management models traditionally assume that future demand is unknown but can be described by

Revenue management models traditionally assume that future demand is unknown but can be described by MANUFACTURING & SERVICE OPERATIONS MANAGEMENT Vol. 12, No. 1, Winter 2010, pp. 56 76 issn 1523-4614 eissn 1526-5498 10 1201 0056 informs doi 10.1287/msom.1080.0252 2010 INFORMS Robust Controls for Network

More information

Ivan Damnjanovic, Andrew J. Wimsatt, Sergiy I. Butenko and Reza Seyedshohadaie

Ivan Damnjanovic, Andrew J. Wimsatt, Sergiy I. Butenko and Reza Seyedshohadaie Improving the Quality of Life by Enhancing Mobility University Transportation Center for Mobility DOT Grant No. DTRT06-G-0044 Impact of Reconstruction Strategies on System Performance Measures: Maximizing

More information

Optimal Scheduling Strategy in Insular Grids Considering Significant Share of Renewables

Optimal Scheduling Strategy in Insular Grids Considering Significant Share of Renewables Optimal Scheduling Strategy in Insular Grids Considering Significant Share of Renewables Marcos D. B. Silva 1, Gerardo J. Osório 2, Miadreza Shafie-khah 2, Juan M. Lujano-Rojas 3, João P. S. Catalão 1,2,3

More information

ISE480 Sequencing and Scheduling

ISE480 Sequencing and Scheduling ISE480 Sequencing and Scheduling INTRODUCTION ISE480 Sequencing and Scheduling 2012 2013 Spring term What is Scheduling About? Planning (deciding what to do) and scheduling (setting an order and time for

More information

SkyMAX is a new-generation flight scheduling optimization system that maximizes an airline s total network profitability by determining the right

SkyMAX is a new-generation flight scheduling optimization system that maximizes an airline s total network profitability by determining the right SkyMAX is a new-generation flight scheduling optimization system that maximizes an airline s total network profitability by determining the right flight at the right place at the right time. MAKE YOUR

More information

Joint ICTP-IAEA Workshop on Uncovering Sustainable Development CLEWS; Modelling Climate, Land-use, Energy and Water (CLEW) Interactions

Joint ICTP-IAEA Workshop on Uncovering Sustainable Development CLEWS; Modelling Climate, Land-use, Energy and Water (CLEW) Interactions 2242-16 Joint ICTP- Workshop on Uncovering Sustainable Development CLEWS; Modelling Climate, Land-use, Energy and Water (CLEW) Interactions 30 May - 3 June, 2011 An Overview of MESSAGE HOWELLS Mark Idwal

More information

Large computational financial modelling and optimization systems as the driver of performance for managing market risk

Large computational financial modelling and optimization systems as the driver of performance for managing market risk Large computational financial modelling and optimization systems as the driver of performance for managing market risk Ronald Hochreiter Department of Statistics and Decision Support Systems, University

More information

Simulated Energy Scenarios of the Power Sector in Bangladesh

Simulated Energy Scenarios of the Power Sector in Bangladesh Abstract ASA University Review, Vol. 5 No. 2, July December, 211 Simulated Energy Scenarios of the Power Sector in Bangladesh Md. Kamrul Alam * Abul Hasnat Rubel ** Energy is a strategic input necessary

More information

Energy Supply Chain Optimization: A Challenge for Control Engineers?

Energy Supply Chain Optimization: A Challenge for Control Engineers? Preprints of the The International Federation of Automatic Control Energy Supply Chain Optimization: A Challenge for Control Engineers? Jay H. Lee Korea Advanced Institute of Science and Technology, Daejeon,

More information

Aalborg Universitet. Published in: Proceedings of 19th Power Systems Computation Conference (PSCC)

Aalborg Universitet. Published in: Proceedings of 19th Power Systems Computation Conference (PSCC) Aalborg Universitet Automatic Voltage Control (AVC) System under Uncertainty from Wind Power Qin, Nan; Abildgaard, Hans; Flynn, Damian; Rather, Zakir Hussain; Bak, Claus Leth; Chen, Zhe Published in: Proceedings

More information

Revenue Management under Competition and Uncertainty Tao Yao

Revenue Management under Competition and Uncertainty Tao Yao Revenue Management under Competition and Uncertainty Tao Yao Assistant Professor The Harold and Inge Marcus Department of Industrial and Manufacturing Engineering Penn State University taoyao@psu.edu Outline

More information

The Time Window Assignment Vehicle Routing Problem

The Time Window Assignment Vehicle Routing Problem The Time Window Assignment Vehicle Routing Problem Remy Spliet, Adriana F. Gabor June 13, 2012 Problem Description Consider a distribution network of one depot and multiple customers: Problem Description

More information