Optimal Allocation of renewable Energy Parks: A Two Stage Optimization Model. Mohammad Atef, Carmen Gervet German University in Cairo, EGYPT

Size: px
Start display at page:

Download "Optimal Allocation of renewable Energy Parks: A Two Stage Optimization Model. Mohammad Atef, Carmen Gervet German University in Cairo, EGYPT"

Transcription

1 Optimal Allocation of renewable Energy Parks: A Two Stage Optimization Model Mohammad Atef, Carmen Gervet German University in Cairo, EGYPT JFPC

2 Overview Egypt & Renewable Energy Prospects Case study & prototype Results Next steps 2

3 Context Egypt supports the creation of renewable energy parks Investments from Germany, Japan, Danemark, Near future targets Cover 20% of Electricity demand by Renewable by 2020 Strategic planning is essential Questions from private & governmental investors When shall we invest in potential parks today/tomorrow? Solar or wind energy? Both? How much to invest? 3

4 Egypt: Wind Potential Cheap(est) RE today Fluctuates with seasons Maintenance cost is high Wind Atlas of Egypt [NREA] 4

5 Egypt: Solar Potential Expensive (today) Very stable Can be combined with Desalination Water treatment Average solar radiation in March (NREA) 5

6 Techno-Economic Challenges Technical aspects Where should a park be built Terrain & grid connection Environment potentials & resource to consider Technology (turbines, CSP, PV) Economical aspects Timing of the investment Cost of RE source Quantitative aspects Our Goal: plan for short and longer term Help decision maker & domain expert answer these questions by building an optimization tool 6

7 Project Funded by STDF Science and Technology Development Fund (Egypt) Approach Develop prototype decision support tool for optimal park placement Investigate different models and algorithms Seek real data to simulate with Current results Running prototype tool Won 1 st DESERTEC thesis award in Fall 2011 (Master Student) 7

8 Core Problem Statement Given Wind & solar Atlas of Egypt Electricity demand per month Set of potential wind and solar park locations Find Total cost (including installation, maintenance, connection) Energy yield per potential park mwh Optimal subset of potential parks such that 20% of demand per month is covered at minimal cost 8

9 Intuition: satisfy investors & energy needs Playing tetris + taking into account cost & physical constraints 9

10 Our model: Input data (1) Digitalize data from the atlas purchased Extract wind power/direction Extract solar radiations on the map (avr per month) 10

11 Our model: constraints & objectives (2) Consider a set of potential parks (B i ) Location, Energy gain kwh G ij Total cost (installation, maintenance, connection) per park C i 20% of electricity demand must be satisfied by RE parks per month D j The total cost must be minimal 11

12 Methods & algorithms evaluated Dynamic programming Complete and optimal but pseudo-polynomial Constraint-based local search Efficient but no guarantee of optimality Integer Linear programming Suitable given constraints types & objective (linear) Efficiency not guaranteed in general for 0-1 ILP problems 12

13 Graphical interface: Parks initialization 13

14 Dynamic Programming Approach (1) Our model is equivalent to multi-dimensional knapsack problem Solvable using DP techniques Intuition: recursive formulation - Optimal substructure If a park is picked then it works full power Remaining demand to cover = demand park coverage New cost to pay = old cost + added park cost If park not picked Demand to recover remains the same Cost to pay is old cost 14

15 Dynamic Programming Approach (2) Minimize cost function F(n,d) n: nb of parks d: demand vector Recursive formulation Preprocessing Ordering of the parks by highest energy gain first 15

16 Constrained Local Search Idea Improve time complexity, but loose potentially optimality Neighborhood operator E.g.: Y=[1,2,3,4] Neighborhood(Y)={[2,1,3,4],[3,2,1,4],[4,2,3,1], } But [3,1,2,4] neighborhood(y). Greedy heuristic Try to remove each park while satisfying the demand coverage for each permutation Choose the solution that minimizes overall cost Local move Move to the best solution so far and reiterate.. 16

17 What do we have so far Dynamic programming model Optimum but costly Constrained local search Optimality not guaranteed but efficient 17

18 Integer Linear Programming Proved most effective despite integrality constraints Approach: Simplex + Branch and bound search Use default settings from CPLEX (called via ECL i PS e ) 18

19 Solution for current data set Optimal solution Techniques comparison 19

20 On larger Instances 20

21 Issue: No account for future data Leading to potentially expensive & obsolete decisions Why? S.R. Bull, Renewable energy Today and Tomorrow, IEEE vol. 89(9) 21

22 New model: embed forecast data Extended model Add forecast RE costs Add forecast electricity demand Add variables for future park installation as well Outcome Combination of parks to be built now or tomorrow 22

23 Core contribution: Two stage optimization model 23

24 Algorithm for 2 stage model 1. Run CPLEX MIP on Initial model 2. Set new constraint with upper bound on the cost 3. Run CPLEX on the extended forecast model 24

25 Comparative results Optimal solution with present data Optimal solution with forecast model 25

26 Solution quality: Looking-ahead pays off 26

27 Conclusion & future work Contribution First approach in optimal park selection problems to consider forecast data Very promising results, efficient and insightful Future work Forecast data based on growth factor Investigate stochastic models & interval data constraint models Acquire more fine tuned cost figures 27

28 Thank you! Questions? 28

29 Concept of Contract Project carried out in UK in 1999: Privatization of Scottish energy market 29

30 Decision Making under Uncertainty Uncertain elements Forecast costs Forecast demand Energy yield Risk management Maximize return at minimal cost Multi-criteria optimization problem under uncertainty 30

31 Focus on Egypt: Energy consumption 31

32 Mathematical Models 2 parallel approaches Stochastic multi-stage optimization Interval data constraint model Linear models with uncertain parameters Current status Problem specification & conceptual model Physical and financial constraints Prototype GUI 32

33 Our approach Proof of concept Bachelor thesis 2009 (Yahya Mowiena) Real data from the NREA (New and Renewable Energy Authority) Constrain optimization model Model and methods GUI to interact and visualize results 33

5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1

5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 General Integer Linear Program: (ILP) min c T x Ax b x 0 integer Assumption: A, b integer The integrality condition

More information

2014-2015 The Master s Degree with Thesis Course Descriptions in Industrial Engineering

2014-2015 The Master s Degree with Thesis Course Descriptions in Industrial Engineering 2014-2015 The Master s Degree with Thesis Course Descriptions in Industrial Engineering Compulsory Courses IENG540 Optimization Models and Algorithms In the course important deterministic optimization

More information

MULTI-CRITERIA PROJECT PORTFOLIO OPTIMIZATION UNDER RISK AND SPECIFIC LIMITATIONS

MULTI-CRITERIA PROJECT PORTFOLIO OPTIMIZATION UNDER RISK AND SPECIFIC LIMITATIONS Business Administration and Management MULTI-CRITERIA PROJECT PORTFOLIO OPTIMIZATION UNDER RISK AND SPECIFIC LIMITATIONS Jifií Fotr, Miroslav Plevn, Lenka vecová, Emil Vacík Introduction In reality we

More information

Distributed and Scalable QoS Optimization for Dynamic Web Service Composition

Distributed and Scalable QoS Optimization for Dynamic Web Service Composition Distributed and Scalable QoS Optimization for Dynamic Web Service Composition Mohammad Alrifai L3S Research Center Leibniz University of Hannover, Germany alrifai@l3s.de Supervised by: Prof. Dr. tech.

More information

An Introduction to Variable-Energy-Resource Integration Analysis Energy Exemplar October 2011

An Introduction to Variable-Energy-Resource Integration Analysis Energy Exemplar October 2011 An Introduction to Variable-Energy-Resource Integration Analysis Energy Exemplar October 2011 1. Introduction Increased Renewable Portfolio Standards (RPS) are being enacted at the state, provincial, and

More information

Dantzig-Wolfe bound and Dantzig-Wolfe cookbook

Dantzig-Wolfe bound and Dantzig-Wolfe cookbook Dantzig-Wolfe bound and Dantzig-Wolfe cookbook thst@man.dtu.dk DTU-Management Technical University of Denmark 1 Outline LP strength of the Dantzig-Wolfe The exercise from last week... The Dantzig-Wolfe

More information

Approximation Algorithms

Approximation Algorithms Approximation Algorithms or: How I Learned to Stop Worrying and Deal with NP-Completeness Ong Jit Sheng, Jonathan (A0073924B) March, 2012 Overview Key Results (I) General techniques: Greedy algorithms

More information

JUST-IN-TIME SCHEDULING WITH PERIODIC TIME SLOTS. Received December May 12, 2003; revised February 5, 2004

JUST-IN-TIME SCHEDULING WITH PERIODIC TIME SLOTS. Received December May 12, 2003; revised February 5, 2004 Scientiae Mathematicae Japonicae Online, Vol. 10, (2004), 431 437 431 JUST-IN-TIME SCHEDULING WITH PERIODIC TIME SLOTS Ondřej Čepeka and Shao Chin Sung b Received December May 12, 2003; revised February

More information

The Status of the Wind Power Market in Egypt. Dr. Walid El-Khattam Ain Shams University (Cairo, Egypt) The Egyptian Electricity Regulator (EgyptERA)

The Status of the Wind Power Market in Egypt. Dr. Walid El-Khattam Ain Shams University (Cairo, Egypt) The Egyptian Electricity Regulator (EgyptERA) The Status of the Wind Power Market in Egypt Dr. Walid El-Khattam Ain Shams University (Cairo, Egypt) The Egyptian Electricity Regulator (EgyptERA) Berlin, June 11 th, 2013 1 Contents Key Challenges for

More information

Classification - Examples

Classification - Examples Lecture 2 Scheduling 1 Classification - Examples 1 r j C max given: n jobs with processing times p 1,...,p n and release dates r 1,...,r n jobs have to be scheduled without preemption on one machine taking

More information

Arab Republic of Egypt Ministry of Electricity & Energy New & Renewable Energy Authority (NREA)

Arab Republic of Egypt Ministry of Electricity & Energy New & Renewable Energy Authority (NREA) Arab Republic of Egypt Ministry of Electricity & Energy New & Renewable Energy Authority (NREA) Oct. 2012 Institutional framework: Establishing NREA (1986) The national focal point to develop and introduce

More information

Nan Kong, Andrew J. Schaefer. Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA

Nan Kong, Andrew J. Schaefer. Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA A Factor 1 2 Approximation Algorithm for Two-Stage Stochastic Matching Problems Nan Kong, Andrew J. Schaefer Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA Abstract We introduce

More information

STOCHASTIC ANALYTICS: increasing confidence in business decisions

STOCHASTIC ANALYTICS: increasing confidence in business decisions CROSSINGS: The Journal of Business Transformation STOCHASTIC ANALYTICS: increasing confidence in business decisions With the increasing complexity of the energy supply chain and markets, it is becoming

More information

SIMPLIFIED PERFORMANCE MODEL FOR HYBRID WIND DIESEL SYSTEMS. J. F. MANWELL, J. G. McGOWAN and U. ABDULWAHID

SIMPLIFIED PERFORMANCE MODEL FOR HYBRID WIND DIESEL SYSTEMS. J. F. MANWELL, J. G. McGOWAN and U. ABDULWAHID SIMPLIFIED PERFORMANCE MODEL FOR HYBRID WIND DIESEL SYSTEMS J. F. MANWELL, J. G. McGOWAN and U. ABDULWAHID Renewable Energy Laboratory Department of Mechanical and Industrial Engineering University of

More information

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. #-approximation algorithm.

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. #-approximation algorithm. Approximation Algorithms 11 Approximation Algorithms Q Suppose I need to solve an NP-hard problem What should I do? A Theory says you're unlikely to find a poly-time algorithm Must sacrifice one of three

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

COMBINING THE METHODS OF FORECASTING AND DECISION-MAKING TO OPTIMISE THE FINANCIAL PERFORMANCE OF SMALL ENTERPRISES

COMBINING THE METHODS OF FORECASTING AND DECISION-MAKING TO OPTIMISE THE FINANCIAL PERFORMANCE OF SMALL ENTERPRISES COMBINING THE METHODS OF FORECASTING AND DECISION-MAKING TO OPTIMISE THE FINANCIAL PERFORMANCE OF SMALL ENTERPRISES JULIA IGOREVNA LARIONOVA 1 ANNA NIKOLAEVNA TIKHOMIROVA 2 1, 2 The National Nuclear Research

More information

The Expert Groups. Egyptian Expert Group. German Expert Group. German Egyptian Year of Science & Technology Closing Event Cairo - November 12th,2007

The Expert Groups. Egyptian Expert Group. German Expert Group. German Egyptian Year of Science & Technology Closing Event Cairo - November 12th,2007 German Egyptian Year of Science & Technology Closing Event Cairo - November 12th,2007 Activities and Prospects Adel Khalil Coordinator Egyptian Group Hani El Nokraschy Member of German Group Egyptian Prof.

More information

The Role of Software Models in Developing New Software Systems; A Case Study in Project Management

The Role of Software Models in Developing New Software Systems; A Case Study in Project Management Proceedings of the Tenth Asia-Pacific Conference on Conceptual Modelling (APCCM 2014), Auckland, New Zealand The Role of Software Models in Developing New Software Systems; A Case Study in Project Management

More information

Computer Graphics AACHEN AACHEN AACHEN AACHEN. Public Perception of CG. Computer Graphics Research. Methodological Approaches - - - - - - - - - -

Computer Graphics AACHEN AACHEN AACHEN AACHEN. Public Perception of CG. Computer Graphics Research. Methodological Approaches - - - - - - - - - - Public Perception of CG Games Computer Graphics Movies Computer Graphics Research algorithms & data structures fundamental continuous & discrete mathematics optimization schemes 3D reconstruction global

More information

Prescriptive Analytics. A business guide

Prescriptive Analytics. A business guide Prescriptive Analytics A business guide May 2014 Contents 3 The Business Value of Prescriptive Analytics 4 What is Prescriptive Analytics? 6 Prescriptive Analytics Methods 7 Integration 8 Business Applications

More information

Sanjeev Kumar. contribute

Sanjeev Kumar. contribute RESEARCH ISSUES IN DATAA MINING Sanjeev Kumar I.A.S.R.I., Library Avenue, Pusa, New Delhi-110012 sanjeevk@iasri.res.in 1. Introduction The field of data mining and knowledgee discovery is emerging as a

More information

Prospects of the Renewable Energy in Egypt

Prospects of the Renewable Energy in Egypt Prospects of the Renewable Energy in Egypt AbdelRahman Shawky Elsadawy Project Manager at OnaSolar S.A.E October 9, 2014 Tunis, Tunisia OnaSolar S.A.E OnaSolar is a solar integrator that provides a turnkey

More information

Water and Renewable Energy Resources in the Red Sea Region. Eng. Sayed Mansour Eng. Mahmoud Eisa

Water and Renewable Energy Resources in the Red Sea Region. Eng. Sayed Mansour Eng. Mahmoud Eisa Water and Renewable Energy Resources in the Red Sea Region Eng. Sayed Mansour Eng. Mahmoud Eisa Wind Atlas In 1996, a wind atlas of Suez Gulf area was issued in cooperation with the Danish, including wind

More information

Using Business Intelligence to Mitigate Graduation Delay Issues

Using Business Intelligence to Mitigate Graduation Delay Issues Using Business Intelligence to Mitigate Graduation Delay Issues Khaled Almgren PhD Candidate Department of Computer science and Engineering University of Bridgeport Abstract Graduate master students usually

More information

System-friendly wind power

System-friendly wind power System-friendly wind power Lion Hirth (neon) Simon Müller (IEA) BELEC 28 May 2015 hirth@neon-energie.de Seeking advice on power markets? Neon Neue Energieökonomik is a Berlin-based boutique consulting

More information

A Reference Point Method to Triple-Objective Assignment of Supporting Services in a Healthcare Institution. Bartosz Sawik

A Reference Point Method to Triple-Objective Assignment of Supporting Services in a Healthcare Institution. Bartosz Sawik Decision Making in Manufacturing and Services Vol. 4 2010 No. 1 2 pp. 37 46 A Reference Point Method to Triple-Objective Assignment of Supporting Services in a Healthcare Institution Bartosz Sawik Abstract.

More information

Clustering & Visualization

Clustering & Visualization Chapter 5 Clustering & Visualization Clustering in high-dimensional databases is an important problem and there are a number of different clustering paradigms which are applicable to high-dimensional data.

More information

ORGANIZATION CHART OF MINISTRY OF ELECTRICITY & RENEWABLE ENERGY MoERE

ORGANIZATION CHART OF MINISTRY OF ELECTRICITY & RENEWABLE ENERGY MoERE ORGANIZATION CHART OF MINISTRY OF ELECTRICITY & RENEWABLE ENERGY MoERE Egyptian Electricity Holding Company EEHC Egyptian Electricity Transmission Company EETC Egyptian Electricity Distribution Company

More information

Minimizing costs for transport buyers using integer programming and column generation. Eser Esirgen

Minimizing costs for transport buyers using integer programming and column generation. Eser Esirgen MASTER STHESIS Minimizing costs for transport buyers using integer programming and column generation Eser Esirgen DepartmentofMathematicalSciences CHALMERS UNIVERSITY OF TECHNOLOGY UNIVERSITY OF GOTHENBURG

More information

Capacity Planning for Virtualized Servers 1

Capacity Planning for Virtualized Servers 1 Capacity Planning for Virtualized Servers 1 Martin Bichler, Thomas Setzer, Benjamin Speitkamp Department of Informatics, TU München 85748 Garching/Munich, Germany (bichler setzer benjamin.speitkamp)@in.tum.de

More information

Network Optimization using AIMMS in the Analytics & Visualization Era

Network Optimization using AIMMS in the Analytics & Visualization Era Network Optimization using AIMMS in the Analytics & Visualization Era Dr. Ovidiu Listes Senior Consultant AIMMS Analytics and Optimization Outline Analytics, Optimization, Networks AIMMS: The Modeling

More information

Renewable Energy Management System (REMS): Using optimisation to plan renewable energy infrastructure investment in the Pacific

Renewable Energy Management System (REMS): Using optimisation to plan renewable energy infrastructure investment in the Pacific Renewable Energy Management System (REMS): Using optimisation to plan renewable energy infrastructure investment in the Pacific Abstract: Faisal Wahid PhD Student at the Department of Engineering Science,

More information

Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows

Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows TECHNISCHE UNIVERSITEIT EINDHOVEN Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows Lloyd A. Fasting May 2014 Supervisors: dr. M. Firat dr.ir. M.A.A. Boon J. van Twist MSc. Contents

More information

A dynamic optimization model for power and performance management of virtualized clusters

A dynamic optimization model for power and performance management of virtualized clusters A dynamic optimization model for power and performance management of virtualized clusters Vinicius Petrucci, Orlando Loques Univ. Federal Fluminense Niteroi, Rio de Janeiro, Brasil Daniel Mossé Univ. of

More information

Power Generation Industry Economic Dispatch Optimization (EDO)

Power Generation Industry Economic Dispatch Optimization (EDO) An Industry White Paper Executive Summary The power industry faces an unprecedented challenge. At a time of unstable fuel costs, historic environmental challenges, and industry structural changes, the

More information

Management Science and Business Information Systems

Management Science and Business Information Systems Objectives The objectives of the course are: Understand and practice the main concepts of MS Apply the concepts of MS in real business cases Understand the consequences of MS in companies competitive advantage

More information

A Weighted-Sum Mixed Integer Program for Bi-Objective Dynamic Portfolio Optimization

A Weighted-Sum Mixed Integer Program for Bi-Objective Dynamic Portfolio Optimization AUTOMATYKA 2009 Tom 3 Zeszyt 2 Bartosz Sawik* A Weighted-Sum Mixed Integer Program for Bi-Objective Dynamic Portfolio Optimization. Introduction The optimal security selection is a classical portfolio

More information

joint Resource Optimization and Scheduler

joint Resource Optimization and Scheduler www.siemens.com/spectrum-power joint Resource Optimization and Scheduler All forecasting and planning applications in one component. Answers for infrastructure and cities. joint Resource Optimization and

More information

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. !-approximation algorithm.

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. !-approximation algorithm. Approximation Algorithms Chapter Approximation Algorithms Q Suppose I need to solve an NP-hard problem What should I do? A Theory says you're unlikely to find a poly-time algorithm Must sacrifice one of

More information

Offline sorting buffers on Line

Offline sorting buffers on Line Offline sorting buffers on Line Rohit Khandekar 1 and Vinayaka Pandit 2 1 University of Waterloo, ON, Canada. email: rkhandekar@gmail.com 2 IBM India Research Lab, New Delhi. email: pvinayak@in.ibm.com

More information

Summary of specified general model for CHP system

Summary of specified general model for CHP system Fakulteta za Elektrotehniko Eva Thorin, Heike Brand, Christoph Weber Summary of specified general model for CHP system OSCOGEN Deliverable D1.4 Contract No. ENK5-CT-2000-00094 Project co-funded by the

More information

Chapter 11. 11.1 Load Balancing. Approximation Algorithms. Load Balancing. Load Balancing on 2 Machines. Load Balancing: Greedy Scheduling

Chapter 11. 11.1 Load Balancing. Approximation Algorithms. Load Balancing. Load Balancing on 2 Machines. Load Balancing: Greedy Scheduling Approximation Algorithms Chapter Approximation Algorithms Q. Suppose I need to solve an NP-hard problem. What should I do? A. Theory says you're unlikely to find a poly-time algorithm. Must sacrifice one

More information

Planning and Scheduling in the Digital Factory

Planning and Scheduling in the Digital Factory Institute for Computer Science and Control Hungarian Academy of Sciences Berlin, May 7, 2014 1 Why "digital"? 2 Some Planning and Scheduling problems 3 Planning for "one-of-a-kind" products 4 Scheduling

More information

Optimal shift scheduling with a global service level constraint

Optimal shift scheduling with a global service level constraint Optimal shift scheduling with a global service level constraint Ger Koole & Erik van der Sluis Vrije Universiteit Division of Mathematics and Computer Science De Boelelaan 1081a, 1081 HV Amsterdam The

More information

Locating and sizing bank-branches by opening, closing or maintaining facilities

Locating and sizing bank-branches by opening, closing or maintaining facilities Locating and sizing bank-branches by opening, closing or maintaining facilities Marta S. Rodrigues Monteiro 1,2 and Dalila B. M. M. Fontes 2 1 DMCT - Universidade do Minho Campus de Azurém, 4800 Guimarães,

More information

An Energy-Aware Methodology for Live Placement of Virtual Machines with Variable Profiles in Large Data Centers

An Energy-Aware Methodology for Live Placement of Virtual Machines with Variable Profiles in Large Data Centers An Energy-Aware Methodology for Live Placement of Virtual Machines with Variable Profiles in Large Data Centers Rossella Macchi: Danilo Ardagna: Oriana Benetti: Politecnico di Milano eni s.p.a. Politecnico

More information

Current and expected contribution of RES-E in NA countries

Current and expected contribution of RES-E in NA countries Arab Republic of Egypt Ministry of Electricity & Energy New & Renewable Energy Authority (NREA) Current and expected contribution of RES-E in NA countries Ehab Ismail Ameen General Manager of Planning

More information

Capacity planning for fossil fuel and renewable energy resources power plants

Capacity planning for fossil fuel and renewable energy resources power plants Capacity planning for fossil fuel and renewable energy resources power plants S. F. Ghaderi *,Reza Tanha ** Ahmad Karimi *** *,** Research Institute of Energy Management and Planning and Department of

More information

Hybrid Micro-Power Energy Station; Design and Optimization by Using HOMER Modeling Software

Hybrid Micro-Power Energy Station; Design and Optimization by Using HOMER Modeling Software Hybrid Micro-Power Energy Station; Design and Optimization by Using HOMER Modeling Software Iyad. M. Muslih 1, Yehya Abdellatif 2 1 Department of Mechanical and Industrial Engineering, Applied Science

More information

Techno-Economics of Distributed Generation and Storage of Solar Hydrogen

Techno-Economics of Distributed Generation and Storage of Solar Hydrogen Techno-Economics of Distributed Generation and Storage of Solar Hydrogen Philipp Grünewald, Tim Cockerill, Marcello Contestabile, Imperial College London, UK Abstract For hydrogen to become a truly sustainable

More information

OPTIMIZED STAFF SCHEDULING AT SWISSPORT

OPTIMIZED STAFF SCHEDULING AT SWISSPORT Gurobi User Conference, Frankfurt, 01.02.2016 OPTIMIZED STAFF SCHEDULING AT SWISSPORT Prof. Dr. Andreas Klinkert Dr. Peter Fusek Dipl. Ing. Roman Berner Rita Thalmann Simona Segessenmann Zurich University

More information

Passive Discovery Algorithms

Passive Discovery Algorithms t t Technische Universität Berlin Telecommunication Networks Group arxiv:1506.05255v1 [cs.ni] 17 Jun 2015 Optimized Asynchronous Passive Multi-Channel Discovery of Beacon-Enabled Networks Niels Karowski,

More information

Project Scheduling to Maximize Fuzzy Net Present Value

Project Scheduling to Maximize Fuzzy Net Present Value , July 6-8, 2011, London, U.K. Project Scheduling to Maximize Fuzzy Net Present Value İrem UÇAL and Dorota KUCHTA Abstract In this paper a fuzzy version of a procedure for project scheduling is proposed

More information

Security-Aware Beacon Based Network Monitoring

Security-Aware Beacon Based Network Monitoring Security-Aware Beacon Based Network Monitoring Masahiro Sasaki, Liang Zhao, Hiroshi Nagamochi Graduate School of Informatics, Kyoto University, Kyoto, Japan Email: {sasaki, liang, nag}@amp.i.kyoto-u.ac.jp

More information

USBR PLEXOS Demo November 8, 2012

USBR PLEXOS Demo November 8, 2012 PLEXOS for Power Systems Electricity Market Simulation USBR PLEXOS Demo November 8, 2012 Who We Are PLEXOS Solutions is founded in 2005 Acquired by Energy Exemplar in 2011 Goal People To solve the challenge

More information

NEW VERSION OF DECISION SUPPORT SYSTEM FOR EVALUATING TAKEOVER BIDS IN PRIVATIZATION OF THE PUBLIC ENTERPRISES AND SERVICES

NEW VERSION OF DECISION SUPPORT SYSTEM FOR EVALUATING TAKEOVER BIDS IN PRIVATIZATION OF THE PUBLIC ENTERPRISES AND SERVICES NEW VERSION OF DECISION SUPPORT SYSTEM FOR EVALUATING TAKEOVER BIDS IN PRIVATIZATION OF THE PUBLIC ENTERPRISES AND SERVICES Silvija Vlah Kristina Soric Visnja Vojvodic Rosenzweig Department of Mathematics

More information

Optimal Scheduling for Dependent Details Processing Using MS Excel Solver

Optimal Scheduling for Dependent Details Processing Using MS Excel Solver BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 8, No 2 Sofia 2008 Optimal Scheduling for Dependent Details Processing Using MS Excel Solver Daniela Borissova Institute of

More information

22nd European Photovoltaic Solar Energy Conference Milan, Italy, September 2007

22nd European Photovoltaic Solar Energy Conference Milan, Italy, September 2007 CLASSIFICATION OF ENERGY MANAGEMENT SYSTEMS FOR RENEWABLE ENERGY HYBRID SYSTEMS K. Bromberger, K. Brinkmann Department of Automation and Energy Systems Technology, University of Applied Sciences Trier

More information

Scenario: Optimization of Conference Schedule.

Scenario: Optimization of Conference Schedule. MINI PROJECT 1 Scenario: Optimization of Conference Schedule. A conference has n papers accepted. Our job is to organize them in a best possible schedule. The schedule has p parallel sessions at a given

More information

Eng. Samir Hassan, Arab Republic of Egypt Ministry of Electricity & Energy New & Renewable Energy Authority (NREA)

Eng. Samir Hassan, Arab Republic of Egypt Ministry of Electricity & Energy New & Renewable Energy Authority (NREA) Arab Republic of Egypt Ministry of Electricity & Energy New & Renewable Energy Authority (NREA) Eng. Samir Hassan, Executive Chairman, (NREA) Tel. & Fax : + 202 2713176 2717173 E-mail : nre@idsc.net.eg

More information

Optimized Scheduling in Real-Time Environments with Column Generation

Optimized Scheduling in Real-Time Environments with Column Generation JG U JOHANNES GUTENBERG UNIVERSITAT 1^2 Optimized Scheduling in Real-Time Environments with Column Generation Dissertation zur Erlangung des Grades,.Doktor der Naturwissenschaften" am Fachbereich Physik,

More information

Operations Research. Inside Class Credit Hours: 51 Prerequisite:Linear Algebra Number of students : 55 Semester: 2 Credit: 3

Operations Research. Inside Class Credit Hours: 51 Prerequisite:Linear Algebra Number of students : 55 Semester: 2 Credit: 3 Operations Research Title of the Course:Operations Research Course Teacher:Xiaojin Zheng No. of Course: GOS10011 Language:English Students: postgraduate Inside Class Credit Hours: 51 Prerequisite:Linear

More information

ANALYTICS STRATEGY: creating a roadmap for success

ANALYTICS STRATEGY: creating a roadmap for success ANALYTICS STRATEGY: creating a roadmap for success Companies in the capital and commodity markets are looking at analytics for opportunities to improve revenue and cost savings. Yet, many firms are struggling

More information

A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables

A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables 383838383813 Journal of Uncertain Systems Vol.6, No.1, pp.38-50, 2012 Online at: www.jus.org.uk A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables Javad Nematian * Department

More information

How To Find An Optimal Search Protocol For An Oblivious Cell

How To Find An Optimal Search Protocol For An Oblivious Cell The Conference Call Search Problem in Wireless Networks Leah Epstein 1, and Asaf Levin 2 1 Department of Mathematics, University of Haifa, 31905 Haifa, Israel. lea@math.haifa.ac.il 2 Department of Statistics,

More information

Discrete Optimization

Discrete Optimization Discrete Optimization [Chen, Batson, Dang: Applied integer Programming] Chapter 3 and 4.1-4.3 by Johan Högdahl and Victoria Svedberg Seminar 2, 2015-03-31 Todays presentation Chapter 3 Transforms using

More information

Analysis of an Artificial Hormone System (Extended abstract)

Analysis of an Artificial Hormone System (Extended abstract) c 2013. This is the author s version of the work. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purpose or for creating

More information

ENGLISH VERSION. phinet.cl/sol000

ENGLISH VERSION. phinet.cl/sol000 ENGLISH VERSION phinet.cl/sol000 Phineal SpA is a company formed by a multidisciplinary team that focuses on electrical engineering projects and solar energy. The company develops products and services

More information

Husum Wind Energy 6th of June 2013. Johannes Ritter Partner Solution Matrix Johannes_Ritter@SolutionMatrix.de +49-178-8586084

Husum Wind Energy 6th of June 2013. Johannes Ritter Partner Solution Matrix Johannes_Ritter@SolutionMatrix.de +49-178-8586084 Husum Wind Energy 6th of June 2013 Johannes Ritter Partner Solution Matrix Johannes_Ritter@SolutionMatrix.de +49-178-8586084 Solution Matrix Europe s nr. 1 authority on Business Case 326 Business Case

More information

ESC Project: INMES Integrated model of the energy system

ESC Project: INMES Integrated model of the energy system ESC Project: INMES Integrated model of the energy system Frontiers in Energy Research, March, 2015 Dr. Pedro Crespo Del Granado Energy Science Center, ETH Zürich ESC 19/03/2015 1 Presentation outline 1.

More information

Wind power integration in Egypt and its impacts on unit commitment and dispatch. Nina Dupont

Wind power integration in Egypt and its impacts on unit commitment and dispatch. Nina Dupont Wind power integration in Egypt and its impacts on unit commitment and dispatch Nina Dupont Kongens Lyngby 2015 Technical University of Denmark Department of Energy Management 2800 Kongens Lyngby, Denmark

More information

PSS SINCAL - Overview -

PSS SINCAL - Overview - PSS SINCAL - Overview - PTI Day Buenos Aires, October 19/20, 2010 Dr. Michael Schwan,, Siemens PTI (Germany) www.siemens.com/energy/power-technologies PSS SINCAL Overview Page 3 Network Calculation Software

More information

Renewable Energies in Egypt Activities of TU Berlin. Dipl.-Ing. Johannes Wellmann TU Berlin, Campus El Gouna

Renewable Energies in Egypt Activities of TU Berlin. Dipl.-Ing. Johannes Wellmann TU Berlin, Campus El Gouna Renewable Energies in Egypt Activities of TU Berlin Dipl.-Ing. Johannes Wellmann TU Berlin, Campus El Gouna Solar radiation in MENA Very good conditions due to very high direct radiation CSP favorable,

More information

Optimization Modeling for Mining Engineers

Optimization Modeling for Mining Engineers Optimization Modeling for Mining Engineers Alexandra M. Newman Division of Economics and Business Slide 1 Colorado School of Mines Seminar Outline Linear Programming Integer Linear Programming Slide 2

More information

The Problem of Scheduling Technicians and Interventions in a Telecommunications Company

The Problem of Scheduling Technicians and Interventions in a Telecommunications Company The Problem of Scheduling Technicians and Interventions in a Telecommunications Company Sérgio Garcia Panzo Dongala November 2008 Abstract In 2007 the challenge organized by the French Society of Operational

More information

Interfacing Renewable Energy Sources to the AC Grid by a CMLI with Voltage Regulation under Low THD

Interfacing Renewable Energy Sources to the AC Grid by a CMLI with Voltage Regulation under Low THD Universal Journal of Electrical and Electronic Engineering 2(4): 170-177, 2014 DOI: 10.13189/ujeee.2014.020405 http://www.hrpub.org Interfacing Renewable Energy Sources to the AC Grid by a CMLI with Voltage

More information

HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE

HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE Subodha Kumar University of Washington subodha@u.washington.edu Varghese S. Jacob University of Texas at Dallas vjacob@utdallas.edu

More information

Phase Identification in Smart Grids

Phase Identification in Smart Grids Phase Identification in Smart Grids V Arya, D Seetharam, S Kalyanaraman, K Dontas IBM Research, India {vijayarya, dseetharam, shivkumar-k, kedontas}@inibmcom C Pavlovski, S Hoy IBM GBS, Australia {chris_pav,

More information

LP-based Mathematical Model for Optimal Microgrid Operation Considering Heat Trade with District Heat System

LP-based Mathematical Model for Optimal Microgrid Operation Considering Heat Trade with District Heat System LP-based Mathematical Model for Optimal Microgrid Operation Considering Heat Trade with District Heat System Ji-Hye Lee and Hak-Man Kim Incheon National University hmkim@incheon.ac.kr Abstract Since Combined

More information

Generation Expansion Planning under Wide-Scale RES Energy Penetration

Generation Expansion Planning under Wide-Scale RES Energy Penetration CENTRE FOR RENEWABLE ENERGY SOURCES AND SAVING Generation Expansion Planning under Wide-Scale RES Energy Penetration K. Tigas, J. Mantzaris, G. Giannakidis, C. Nakos, N. Sakellaridis Energy Systems Analysis

More information

Modelling framework for power systems. Juha Kiviluoma Erkka Rinne Niina Helistö Miguel Azevedo

Modelling framework for power systems. Juha Kiviluoma Erkka Rinne Niina Helistö Miguel Azevedo S VISIONS SCIENCE TECHNOLOGY RESEARCH HIGHLIGHT 196 Modelling framework for power systems Juha Kiviluoma Erkka Rinne Niina Helistö Miguel Azevedo VTT TECHNOLOGY 196 Modelling framework for power systems

More information

Virtual Machine Allocation in Cloud Computing for Minimizing Total Execution Time on Each Machine

Virtual Machine Allocation in Cloud Computing for Minimizing Total Execution Time on Each Machine Virtual Machine Allocation in Cloud Computing for Minimizing Total Execution Time on Each Machine Quyet Thang NGUYEN Nguyen QUANG-HUNG Nguyen HUYNH TUONG Van Hoai TRAN Nam THOAI Faculty of Computer Science

More information

Ant Colony Optimization and Constraint Programming

Ant Colony Optimization and Constraint Programming Ant Colony Optimization and Constraint Programming Christine Solnon Series Editor Narendra Jussien WILEY Table of Contents Foreword Acknowledgements xi xiii Chapter 1. Introduction 1 1.1. Overview of the

More information

STRATEGIC CAPACITY PLANNING USING STOCK CONTROL MODEL

STRATEGIC CAPACITY PLANNING USING STOCK CONTROL MODEL Session 6. Applications of Mathematical Methods to Logistics and Business Proceedings of the 9th International Conference Reliability and Statistics in Transportation and Communication (RelStat 09), 21

More information

Renewable Energy in Egypt Grid-Connected Projects

Renewable Energy in Egypt Grid-Connected Projects Ministry of Electricity & Energy New & Renewable Energy Authority Renewable Energy in Egypt Grid-Connected Projects Khaled M. Fekry General Manager International Grid-Connected Renewable Energy Policy

More information

White Paper Operations Research Applications to Support Performance Improvement in Healthcare

White Paper Operations Research Applications to Support Performance Improvement in Healthcare White Paper Operations Research Applications to Support Performance Improvement in Healthcare Date: April, 2011 Provided by: Concurrent Technologies Corporation (CTC) 100 CTC Drive Johnstown, PA 15904-1935

More information

A Constraint Programming Application for Rotating Workforce Scheduling

A Constraint Programming Application for Rotating Workforce Scheduling A Constraint Programming Application for Rotating Workforce Scheduling Markus Triska and Nysret Musliu Database and Artificial Intelligence Group Vienna University of Technology {triska,musliu}@dbai.tuwien.ac.at

More information

System Modelling and Online Optimal Management of MicroGrid with Battery Storage

System Modelling and Online Optimal Management of MicroGrid with Battery Storage 1 System Modelling and Online Optimal Management of MicroGrid with Battery Storage Faisal A. Mohamed, Heikki N. Koivo Control Engineering Lab, Helsinki University of Technology, P.O. Box 5500, FIN-0015

More information

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr.

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. Meisenbach M. Hable G. Winkler P. Meier Technology, Laboratory

More information

Solving the chemotherapy outpatient scheduling problem with constraint programming

Solving the chemotherapy outpatient scheduling problem with constraint programming Journal of Applied Operational Research (2014) 6(3), 135 144 Tadbir Operational Research Group Ltd. All rights reserved. www.tadbir.ca ISSN 1735-8523 (Print), ISSN 1927-0089 (Online) Solving the chemotherapy

More information

A Robust Formulation of the Uncertain Set Covering Problem

A Robust Formulation of the Uncertain Set Covering Problem A Robust Formulation of the Uncertain Set Covering Problem Dirk Degel Pascal Lutter Chair of Management, especially Operations Research Ruhr-University Bochum Universitaetsstrasse 150, 44801 Bochum, Germany

More information

GAMS, Condor and the Grid: Solving Hard Optimization Models in Parallel. Michael C. Ferris University of Wisconsin

GAMS, Condor and the Grid: Solving Hard Optimization Models in Parallel. Michael C. Ferris University of Wisconsin GAMS, Condor and the Grid: Solving Hard Optimization Models in Parallel Michael C. Ferris University of Wisconsin Parallel Optimization Aid search for global solutions (typically in non-convex or discrete)

More information

Integrating End-User and Grid Focused Batteries and Long-Term Power-to-Gas Storage for Reaching a 100 % Renewable Energy Supply

Integrating End-User and Grid Focused Batteries and Long-Term Power-to-Gas Storage for Reaching a 100 % Renewable Energy Supply Integrating End-User and Grid Focused Batteries and Long-Term Power-to-Gas Storage for Reaching a 100 % Renewable Energy Supply M. Hlusiak, Ch. Breyer 7 th International Renewable Energy Storage Conference

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION Power systems form the largest man made complex system. It basically consists of generating sources, transmission network and distribution centers. Secure and economic operation

More information

Egypt Wind Energy Outlook. Reference Code: GDAE0215VPT Publication Date: May 2015 SAMPLE. Egypt Wind Energy Outlook

Egypt Wind Energy Outlook. Reference Code: GDAE0215VPT Publication Date: May 2015 SAMPLE. Egypt Wind Energy Outlook Reference Code: GDAE0215VPT Publication Date: May 2015 1 Table of Contents 1 Table of Contents... 1 1.1 List of Tables... 1 1.2 List of Figures... 1 2 Summary... 2 3... 2 3.1 Wind Power, Installed Capacity

More information

Optimization Under Uncertainty in Online Trading Agents

Optimization Under Uncertainty in Online Trading Agents Optimization Under Uncertainty in Online Trading Agents Michael Benisch Department of Computer Science Brown University, Box 1910 Providence, RI 02912 mbenisch@cs.brown.edu Abstract Reasoning about uncertainty

More information

Development in Egypt. Egyptian Electricity Holding Company - EEHC

Development in Egypt. Egyptian Electricity Holding Company - EEHC Wind Power Development in Egypt Introduction In Egypt, the high reliance on increasingly scarce of the availability of conventional energy resources (crude oil & natural gas) is becoming a cause for concern,

More information

Non-Parametric Statistical Techniques for Computational Forensic Engineering

Non-Parametric Statistical Techniques for Computational Forensic Engineering Non-Parametric Statistical Techniques for Computational Forensic Engineering Jennifer Lee Wong Abstract Computational forensic engineering is the process of identification of the tool or algorithm that

More information

How Can Metaheuristics Help Software Engineers

How Can Metaheuristics Help Software Engineers and Software How Can Help Software Engineers Enrique Alba eat@lcc.uma.es http://www.lcc.uma.es/~eat Universidad de Málaga, ESPAÑA Enrique Alba How Can Help Software Engineers of 8 and Software What s a

More information