A Dynamic Pricing Method in E-Commerce Based on PSO-trained Neural Network

Size: px
Start display at page:

Download "A Dynamic Pricing Method in E-Commerce Based on PSO-trained Neural Network"

Transcription

1 A Dynamic Pricing Mehod in E-Commerce Based on PSO-rained Neural Nework Liang Peng and Haiyun Liu School of economics, Huazhong Universiy of Science and Technology, Wuhan Absrac. Recenly, dynamic pricing has been a common compeiive maneuver in e-commerce. In many indusries, firms adjus he produc price dynamically by he curren produc invenory and he fuure demand disribuion. In his paper, we used paricle swarm opimizaion (PSO) algorihm o rain neural neworks, hen inroduced he PSO-rained neural nework ino e-commerce and presened a new dynamic pricing mehod based on PSO-rained neural neworks. In he mehod, from producion funcion principles we obained he leas variable cos, and by making he error of mean square beween he acual oupus and expecaion oupus minimal we go he opimal dynamic price of producs. The PSO-rained neural nework can simplify he rapid change of prices and can successfully se he opimal dynamic prices in e-commerce. Inroducion The advancemen of inerne echnology has enabled he esablishmen of elecronic commerce which has made communicaion beween buyers and sellers easy. This has resuled in he esablishmen of elecronic price negoiaion. Thus in recen years, he problem of dynamic pricing has drawn much aenion. Dynamic pricing is a business sraegy ha adjuss he produc price in a imely fashion in order o allocae he righ service o he righ cusomer a he righ ime. The raionale of dynamic pricing can be undersood wih many examples in e-commerce, such as airline ickes, new designer suis, and oher markeing producs associaed wih paricular holidays ec. In all of hese cases, he firm can improve is revenues by dynamically adjusing he price of he produc raher han adoping a fixed price hroughou he produc's marke life []. Dynamic pricing akes advanages o boh buyers and sellers, some researchers have sudied dynamic pricing mehods [2-6]. Many ways o dynamic pricing are o change he price coninuously over ime by reacing o any shifs in demand

2 A Dynamic Pricing Mehod in E-Commerce Based on PSO-rained Neural Nework 325 characerisics. However, such a pracice is ofen eiher no feasible or oo cosly. This paper proposed a simple and feasible dynamic pricing mehod which can be used for on-line price seing. The mehod is based on he demand sensiive model where price changes depend on he quaniy demanded and he variable cos changes wih he quaniy of produc o be sold. In e-commerce, he informaion is incomplee. Considering neural neworks have he abiliy o work wih incomplee daa and can be applied successfully in learning, predicing, and opimizaion funcions [7-9], we inroduced neural neworks ino dynamic pricing in e-commerce. Because he paricle swarm opimizaion (PSO) has he abiliy of evoluionary learning [0], we used he PSO algorihm o rain neural neworks. In his mehod, he opimal dynamic price was se by he PSO-rained neural nework. The process of dynamic pricing is he process ha he PSO-rained neural nework makes he cos funcion minimal. The res of his paper is organized as follows. Firsly we inroduce he PSO algorihm and neural neworks simply, and hen build he PSO-rained neural nework in secion 2. In secion 3, we presened he dynamic pricing mehod by using he PSO-rained neural nework. The paper ends wih conclusions in secion 4. 2 The PSO-rained neural nework 2. Preliminaries of neural neworks Generally a neural nework ofen includes he following:. The number of layers in neural nework. 2. The number of neural unis in every layer. 3. The acivaion funcions beween layers. By Kosmogorov Theory, under he condiion of reasonable opology and righ weighs, a sandard 3-layer neural nework can approximae any coninuous funcions. Fig. is he general opology of a neural nework

3 326 Liang Peng and Haiyun Liu Figure.. The opology of a 3-layer neural nework. The normal hidden-unis were logisic unis wih oupus in he range beween 0 and. The inpu unis and conex unis did no do any processing-hey simply passed on heir inpu. The oupu uni was a linear uni. Generally, sigmoid acivaion funcion was adoped in hidden layer. The sigmoid acivaion funcion is he following: f ( x) x e Generally, he nework was rained using he error back-propagaion algorihm wih learning rae. The raining process is o updae he connecion weighs and makes he nework enhance learning. In his paper we used paricle swarm opimizaion algorihm o rain he neural nework. Afer raining has been compleed, he neural nework can record he corresponding oupu according o he inpus. 2.2 Paricle swarm opimizaion (PSO) The PSO echnique was inroduced by Kennedy and Eberhar. Inspired by he flocking behavior of birds, PSO has been applied successfully o funcion opimizaion, game learning, daa clusering, and image analysis. The PSO s operaion is as follows. Each paricle represens a possible soluion o he opimizaion ask. During each ieraion each paricle acceleraes in he direcion of is own personal bes soluion found so far, as well as in he direcion of he global bes posiion discovered so far by any of he paricles in he swarm. Le Pr esen denoe he curren posiion in he search space, V is he curren velociy. During each ieraion, each paricle in he swarm is updaed using () and (2). V ( ) V ( ) c rand ( pbes( ) Pr esen( )) () c2 rand ( gbes( ) Pr esen( )) Pr esen ( ) Pr esen( ) V ( ) (2) where, rand ~ U (0,) is he elemens from uniform random sequence in he range (0,), c and c 2 is he acceleraion coefficiens, usually c c2 2. is he weigh coefficien, and pbes, he personal bes posiion of each paricle, is updaed by

4 A Dynamic Pricing Mehod in E-Commerce Based on PSO-rained Neural Nework 327 pbes( ), if f (Pr esen( )) f ( pbes( )) pbes ( ) (3) Pr esen( ), if f (Pr esen( )) f ( pbes( )) and gbes, he global bes posiion, is he bes posiion among all paricles in he swarm during all previous seps. I means gbes( ) arg max f ( pbes ( )), for any paricle i (4) i i The value of V can be clamped o he range [ V, V max max ] o ensure paricles in he search space. In his paper, he variable is he ineria weigh, his means ha he value of is ypically seup o vary linearly from maximum o minimum during he course of ieraions, and is formulaed as follows. max min max ier (5) iermax where, ier max is he imes of maximum ieraion, ier is he imes of curren ieraion. 2.3 The process of raining Using PSO algorihm o rain neural neworks, each paricle corresponds o he complee augmened weigh vecor ha connecs he neural nework's inpu-ohidden and hidden-o-oupu layers. The error of mean square beween he acual oupus and expecaion oupus is looked as finess funcion, using PSO algorihm o seek he opimal posiion (or he opimal weigh value) and make he error of mean square minimal. The process of raining is as follows: Sep : Randomly choose a swarm of paricles, he maximal ieraion imes and he minimal error of mean square, for each paricle iniialize he posiion and velociy. Sep 2: Le pbes be curren bes posiion, le also gbes be curren bes posiion among all paricles. Sep 3: Judge wheher he convergence condiion is saisfied, if yes, go o sep 6. Oherwise, go o sep 4. Sep 4: For any paricles in he swarm: i. Updae posiion and velociy using () and (2). ii. Updae pbes using (3). iii. Updae gbes using (4). Sep 5: If he convergence condiion is saisfied, go o sep 6. Oherwise, urn o sep 4. Sep 6: Oupu gbes. 3 Dynamic pricing by he PSO-rained neural nework Suppose a firm has o sell more han one produc a a ime. All producs use he same facors of variable cos. The quaniy o sell according o demand and pricing

5 328 Liang Peng and Haiyun Liu decision is made simulaneously. A firm sells differen levels of quaniies by he demand. To faciliae maximizing profis he firm will ry o use a combinaion of inpus ha will minimize is oal cos of a given level of quaniy demanded. The firm is employing mehods dynamically, adjusing price over ime based on quaniy demanded. By applying principles of producion funcion, we can use he PSOrained neural nework o ge a selling price a he leas oal cos. From producion funcion principles: Q f (x) (6) where, Q is he vecor of producs q, q 2,, q n, X is he vecor of inpu variable facors x, x, 2, xm. All producs use he same ype of variable facors, and he oal number of variable facors is he same. The relaionship beween he quaniy demanded and he oupu quaniy of he nework is as follows: qn q n (7) where q n is a nework oupu quaniy a ime, while q n is a desired oupu quaniy (quaniy demanded). The variable cos funcion of oupu quaniy q n is: cv ) f ( wm, xm ) (8) where w m is a consan inpu uni price of x m and he oal cos C T ) is: CT ) cv ) cf (9) where c F is a fixed cos. The following is he process of dynamic pricing by PSO-rained neural nework. Sep : Inpu w m, q n as he unis of inpu layer in he neural nework. Sep 2: According o qn f ( x n ), compue q n by using he neural nework. Sep 3: If qn q n, go o sep 4, else urn o sep 2. Sep 4: Obain he oal cos C T ) by equaion CT ) cv ) cf. ' Sep 5: Oupu he selling price P from P C T ). A he beginning of his mehod he difference beween q n and q n is big and negaive, i measures he error ha he nework makes. The error used o aler he inpu variable facors x m in order ha he nework's response o he same inpu price w m is beer he nex ime around. A each aleraion he difference will coninue o decrease up o he poin when i finds he leas variable cos c v ) for he quaniy demanded q n. The variable cos c v ) is added o fixed cos c F o give he ' oal cos C T ). The marginal cos C T ) is he derivaive of oal producion cos funcion wih respec o he level of oupus. From Marginal Decision Rule he selling price is se a he poin of producion when marginal cos equals marginal revenue. A his poin he producion cos is he minimum. Seing ' selling price p equal o marginal cos C T ) means ha his is he minimum price he seller can sell he produc, selling below his price leads o loss, and selling above his price maximizes profis. Profis are he difference beween oal revenues and oal cos, where oal revenues are he produc of price and he quaniy demanded. The firm will maximize profis a he level of oupus where he slope of he profis curve is zero. Since profis are revenues less cos, he slope of he profis curve, marginal profis, is equal o marginal revenue less marginal cos. Therefore, when he firm maximizes profis where he slope of he profi curve is zero, marginal

6 A Dynamic Pricing Mehod in E-Commerce Based on PSO-rained Neural Nework 329 revenue will be equal o marginal cos. The profis maximizing firm is selling produc a is mos efficien (lowes uni cos) of quaniy demanded where marginal revenue equal o marginal cos. A ha level he firm will sell he produc a he price which is equal o he marginal cos, which will maximize he oal revenues, in oher words maximizing he oal profis funcion. For any demanded quaniy q n, c v ) mus be he leas variable cos funcion. The coninuous changes in demand quaniy permi he coninuous inpu subsiuion wihin he inpu bundle. The changes in demand quaniy qn change he inpu bundle and consequenly change he leas cos, and consequenly change he selling price p. 4 Conclusion and fuure work Dynamic pricing as a changing price in a markeplace is becoming characerisic of elecronic commerce. This paper presened a novel dynamic pricing mehod based on PSO-rained neural nework. According o producion funcion principles, he PSOrained neural nework can simplify he calculaions of he leas variable cos funcion ha is he main facor in dynamic pricing. The mehod can se he opimal dynamic price and can be used in e-commerce wih differen quaniies and differen levels of demand a one ime. In he fuure work, we will give numerical examples and simulaion experimens. Acknowledgemen We would like o hank he Chinese Naional 985 Research Projec Science & Technology Developmen and Human Culure Spri Innovaion. References. S. Jagannahan, J. Nayak, K. Almeroh e al, On Pricing Algorihms for Hached Conen Delivery Sysems, Elecronic Commerce Research and Applicaions,, (2002). 2. R. Chawin, Opimal Dynamic Pricing of Perishable Producs wih Sochasic Demand and a Finie Se of Prices, European Journal of Operaional Research, 25,49-74 (2000). 3. J. Kephar and J. Hanson, A. Greenwald. Dynamic Pricing by Sofware Agens, Compuer Neworks,32, (2000). 4. K. Lin, Dynamic Pricing wih Real-ime Demand Learning, European Journal of Operaional Research,74, (2006). 5. X. J. Wang, Y. L. Chen and W. Q. Zhu, The Pricing Sraegies for Agens in Real E-Commerce, WINE 2005, LNCS 3828, (2005). 6. S. Neessine, Dynamic Pricing of Invenory/Capaciy wih Infrequen Price Changes, European Journal of Operaional Research,74, (2006).

7 330 Liang Peng and Haiyun Liu 7. D. Ardii, F. E. Oksay and O. B. Tokdemir, Predicing he Oucome of Consrucion Liigaion Using Neural Nework, Compuer Aided Civil and Infrasrucure Engineering,3,75-8 (998). 8. L.C. Jiao, Neural Nework Sysem Theory,Xidian Universiy Press, Xi an(996). 9. S.A. Cong, Face he MATLAB oolbox nerve nework heory and he applicaion, Universiy of Science and Technology of China Press, Heifei(998). 0. J. Kennedy and R. C. Eberhar, Paricle Swarm Opimizaion, Proc IEEE inernaional conference on Neural Neworks,4, (995).

A Dynamic Pricing Method in E-Commerce Based on PSO-trained Neural Network

A Dynamic Pricing Method in E-Commerce Based on PSO-trained Neural Network A Dynamic Pricing Method in E-Commerce Based on PSO-trained Neural Network Liang Peng and Haiyun Liu School of economics, Huazhong University of Science and Technology, Wuhan 430074 Abstract. Recently,

More information

OPTIMIZATION OF THE PLASTIC INJECTION PROCESS THROUGH THE MODIFICATION OF THE PROCESS FUNCTIONAL PARAMETERS

OPTIMIZATION OF THE PLASTIC INJECTION PROCESS THROUGH THE MODIFICATION OF THE PROCESS FUNCTIONAL PARAMETERS OPTIMIZATION OF THE PLASTIC INJECTION PROCESS THROUGH THE MODIFICATION OF THE PROCESS FUNCTIONAL PARAMETERS Teodor - Daniel Mîndru, Ciprian Dumiru Ciofu &, Dumiru Nedelcu Gheorghe Asachi Technical Universiy

More information

Competitive Innovation Diffusion in Small-World Network: Agent-Based Modeling and Simulation *

Competitive Innovation Diffusion in Small-World Network: Agent-Based Modeling and Simulation * Technology and Invesmen, 2012, 3, 198-202 hp://dx.doi.org/10.4236/i.2012.33028 Published Online Augus 2012 (hp://www.scirp.org/ournal/i) Compeiive Innovaion Diffusion in Small-World Nework: Agen-Based

More information

Calculation of the CO 2 Emission Reduction Costs in Markal Model

Calculation of the CO 2 Emission Reduction Costs in Markal Model Proceedings of he 6 h Inernaional Conference on Nuclear Opion in Counries wih Small and Medium Elecriciy Grids Dubrovnik, Croaia, 21-25 May 2006 Paper Code. No. S3-38 Calculaion of he CO 2 Emission Reducion

More information

MODULE 3 LECTURE NOTES 6 RESERVOIR OPERATION AND RESERVOIR SIZING USING LP

MODULE 3 LECTURE NOTES 6 RESERVOIR OPERATION AND RESERVOIR SIZING USING LP Waer Resources Sysems Planning and Managemen: Linear Programming and Applicaions: Reservoir Operaion and Reservoir Sizing using LP 1 MODULE 3 LECTURE NOTES 6 RESERVOIR OPERATION AND RESERVOIR SIZING USING

More information

The calculation of dynamic ecological footprint on the basis of the dynamic input-output model

The calculation of dynamic ecological footprint on the basis of the dynamic input-output model Imre Dobos Mária Csuora The calculaion of dynamic ecological fooprin on he basis of he dynamic inpu-oupu model ISSN: Working Paper Corvinus Universiy of Budapes 21 2 Conens Absrac... 5 1. Inroducion...

More information

Particle Swarm Optimization

Particle Swarm Optimization Paricle Swarm Opimizaion Edied by Alesandar Lazinica In-Tech inechweb.org VII Conens Preface V 1. Novel Binary Paricle Swarm Opimizaion 001 Mojaba Ahmadieh Khanesar, Hassan Tavaoli, Mohammad Teshnehlab

More information

Demand Planning: Forecasting and Demand Management

Demand Planning: Forecasting and Demand Management CHAPTER TWELVE Demand Planning: orecasing and Demand Managemen McGraw-Hill/Irwin Copyrigh 2011 by he McGraw-Hill Companies, Inc. All righs reserved. Where We Are Now Relaionships Susainabiliy Globalizaion

More information

RESEARCH ON FAILURE CRITERION FOR COMPOSITE MATERIALS IN OPTIMIZATION

RESEARCH ON FAILURE CRITERION FOR COMPOSITE MATERIALS IN OPTIMIZATION TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES RESEARCH ON FAILURE CRITERION FOR COMPOSITE MATERIALS IN OPTIMIZATION PhD. Cheng Wenyuan *, Prof. Cui Degang ** BEIHANG Universiy,*Aviaion Indusry

More information

Exponential Growth and Decay

Exponential Growth and Decay Connecing Algebra o Advanced Placemen* Mahemaics A Resource and Sraegy Guide Exponenial Growh and Decay Objecive: To give sudens pracice in solving he ype of exponenial growh and decay problems similar

More information

Optimization of biomass fired grate stoker systems

Optimization of biomass fired grate stoker systems Opimizaion of biomass fired grae soker sysems Sjaak van Loo, Rober van Kessel TNO Environmen Energy and Procesinnovaion EPRI/IEA Bioenergy Workshop Sal Lake Ciy, Uah, USA February 19, 2003 Inroducion The

More information

Production Planning in the Inventory Limited Capacity Setting Assuming Permissible Storage Shortage Using Dynamic Programming Model

Production Planning in the Inventory Limited Capacity Setting Assuming Permissible Storage Shortage Using Dynamic Programming Model Proceedings of he World Congress on Engineering 2009 Vol WCE 2009, July - 3, 2009, London, U.K. Producion Planning in he nvenory Limied Capaciy Seing Assuming Permissible Sorage Shorage Using Dynamic Programming

More information

Strategic Information Systems Planning

Strategic Information Systems Planning Course Overview CISB444 Sraegic Informaion Sysems Planning Sraegic Planning for Informaion Sysems explores he impac ha informaion sysems (IS) and informaion echnology (IT) have on business performance

More information

FORECAST MODEL OF HEAT DEMAND

FORECAST MODEL OF HEAT DEMAND FORECAST MODEL OF HEAT DEMAND Absrac: The paper deals wih he uilizaion of ime series predicion for conrol of echnological process in real ime. An improvemen of echnological process conrol level can be

More information

Managing Financial Risk in the Planning of Heat Exchanger Cleaning

Managing Financial Risk in the Planning of Heat Exchanger Cleaning Managing Financial Risk in he Planning of Hea Exchanger Cleaning Javier H. Lavaja and Miguel J. Bagajewicz * Deparmen of Chemical Engineering and Maerials Science Universy of Oklahoma, E. Boyd S., T-335,

More information

The Analysis on the Factors Which Affecting Price Dispersion between Traditional Retail Channel and Internet Retail Channel

The Analysis on the Factors Which Affecting Price Dispersion between Traditional Retail Channel and Internet Retail Channel Inernaional Journal of Business and Managemen 52 The Analysis on he Facors Which Affecing Price Dispersion beween Tradiional Reail Channel and Inerne Reail Channel Xujin Pu Business School, Jiangnan Universiy

More information

Feasibility of peer-to-peer energy trading in low voltage electrical distribution networks

Feasibility of peer-to-peer energy trading in low voltage electrical distribution networks Available online a www.sciencedirec.com ScienceDirec Energy Procedia 5 (7 ) 7 3 The 8 h Inernaional Conference on Applied Energy ICAE6 Feasibiliy of peer-o-peer energy rading in low volage elecrical disribuion

More information

Profit maximization through bid based dynamic power dispatch using symbiotic organism search

Profit maximization through bid based dynamic power dispatch using symbiotic organism search ISSN 1746-7659, England, UK Journal of Informaion and Compuing Science Vol. 12, No. 1, 2017, pp.003-013 Profi maximizaion hrough bid based dynamic power dispach using symbioic organism search Archana Tiwari

More information

JJMIE Jordan Journal of Mechanical and Industrial Engineering

JJMIE Jordan Journal of Mechanical and Industrial Engineering JJMIE Jordan Journal of Mechanical and Indusrial Engineering Volume 3, Number 1, March. 2009 ISSN 1995-6665 Pages 69-76 Elecriciy Consumpion in he Indusrial Secor of Jordan: Applicaion of Mulivariae Linear

More information

Mixed Integer Linear Programming model for Crude Palm Oil Supply Chain Planning

Mixed Integer Linear Programming model for Crude Palm Oil Supply Chain Planning IOP Conference Series: Maerials Science and Engineering PAPER OPEN ACCESS Mixed Ineger Linear Programming model for Crude Palm Oil Supply Chain Planning o cie his aricle: Pasuka Sembiring e al 2018 IOP

More information

Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission.

Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission. Economic Order Quaniy under Condiions of Permissible Delay in Paymens Auhor(s): S. K. Goyal Source: The Journal of he Operaional Research Sociey, Vol. 36, No. 4 (Apr., 1985), pp. 335-338 Published by:

More information

Dynamic Pricing Model of Container Sea-Rail Intermodal Transport on Single OD Line

Dynamic Pricing Model of Container Sea-Rail Intermodal Transport on Single OD Line JOURNAL OF RANSPORAION SYSEMS ENGINEERING AND INFORMAION ECHNOLOGY Volume 12, Issue 4, Augus 2012 Online English ediion of he Chinese language journal Cie his aricle as: J ranspn Sys Eng & I, 2012, 12(4),

More information

Simulation-optimization model of reservoir operation based on target storage curves

Simulation-optimization model of reservoir operation based on target storage curves Waer Science and Engineering 204 7(4): 433-445 doi:0.3882/j.issn.674-2370.204.04.008 hp://www.waerjournal.cn e-mail: wse2008@vip.63.com Simulaion-opimizaion model of reservoir operaion based on arge sorage

More information

Objectives of Chapters 7,8

Objectives of Chapters 7,8 Objecives of Chapers 7,8 Planning Demand and Supply in a SC: (Ch7, 8, 9) Ch7 Describes mehodologies ha can be used o forecas fuure demand based on hisorical daa. Ch8 Describes he aggregae planning mehodology

More information

CHOOSING THE RIGHT THRESHOLD FOR CROSS-ENTROPY-BASED STOPPING CRITERIA

CHOOSING THE RIGHT THRESHOLD FOR CROSS-ENTROPY-BASED STOPPING CRITERIA VOL. 0, NO., FEBRUARY 05 ISSN 89-6608 006-05 Asian Research Publishing Nework (ARPN). All righs reserved. CHOOSING THE RIGHT THRESHOLD FOR CROSS-ENTROPY-BASED STOPPING CRITERIA Roslina Mohamad,, Harlisya

More information

BioStim. BioStim Controller & Computer Interface SUPERTECH. User's Manual

BioStim. BioStim Controller & Computer Interface SUPERTECH. User's Manual BioSim BioSim Conroller & Compuer Inerface User's Manual SUPERTEC The pars of he BioSim universal biological simulaor sysem The BioSim sysem is divided ino wo funcional pars. The ime parameers are generaed

More information

Competitive balance in sports leagues and the paradox of power

Competitive balance in sports leagues and the paradox of power Working Paper eries, Paper No. 06-8 Compeiive balance in spors leagues and he paradox of power efan zymanski Ocober 006 Absrac I is generally hough ha compeiive equilibrium in spors leagues involves oo

More information

The Effects of a Tax. Econ 410: Micro Theory. Recall from last time. The Effects of a Tax. Competitive Markets and Policy. Slide 3. Slide 1.

The Effects of a Tax. Econ 410: Micro Theory. Recall from last time. The Effects of a Tax. Competitive Markets and Policy. Slide 3. Slide 1. lide 1 lide 3 The Effecs of a Tax Econ 410: Micro Theory ompeiive Markes and Policy Monday, November 19 h, 2007 u in his world nohing can be said o be cerain, excep deah and axes. -enjamin Franklin How

More information

A Study on Predicting Coal Market Price in China Based on Time Sequence Models

A Study on Predicting Coal Market Price in China Based on Time Sequence Models Inernaional Journal of Business and Social Science Vol. 3 No. 4 [Special Issue - February 2012] A Sudy on Predicing Coal Marke Price in China Based on Time Sequence Models Guohao Zhao and Kangmo Che Shanxi

More information

The strategy choice of company in environmental research with government imposing carbon tax

The strategy choice of company in environmental research with government imposing carbon tax Bulgarian Chemical Communicaions, Special Ediion H, (pp. 4 7) 07 4 The sraegy choice of company in environmenal research wih governmen imposing carbon ax Fan Zhang Deparmen of Economics, School of Economics

More information

A Performance Comparison of Dynamic vs. Static Load Balancing Policies in a Mainframe - Personal Computer Network Model

A Performance Comparison of Dynamic vs. Static Load Balancing Policies in a Mainframe - Personal Computer Network Model Proceedings of he 39* IEEE Conference on Dedsion and Conrol Sydney, Ausralia December, 2000 CDC00-INV60 A Performance Comparison of Dynamic vs. Saic Load Balancing Policies in a Mainframe - Personal Compuer

More information

Forecast and Opportunity Analysis of Cold Chain Logistics Demand of Fresh Agricultural Products under the Integration of Beijing, Tianjin and Hebei

Forecast and Opportunity Analysis of Cold Chain Logistics Demand of Fresh Agricultural Products under the Integration of Beijing, Tianjin and Hebei Open Journal of Social Sciences, 2017, 5, 63-73 hp://www.scirp.org/journal/jss ISSN Online: 2327-5960 ISSN Prin: 2327-5952 Forecas and Opporuniy Analysis of Cold Chain Logisics Demand of Fresh Agriculural

More information

Stochastic energy market equilibrium. modeling with multiple agents 1

Stochastic energy market equilibrium. modeling with multiple agents 1 Sochasic energy marke equilibrium modeling wih muliple agens 1 Kjell Arne Brekke, Rolf Golombek, Michal Kau, Sverre A.C. Kielsen and Sein W. Wallace Absrac We presen a simple approach o ransform a deerminisic

More information

Time-series methods: Marketing Engineering Technical Note 1

Time-series methods: Marketing Engineering Technical Note 1 Time-series mehods: Markeing Engineering Technical Noe 1 Table of Conen Inroducion Time Series Techniques Smoohing echniques Moving average Double moving average Exponenial smoohing Double exponenial smoohing

More information

A Mathematical Model for Profit Maximization General Lot-sizing and Scheduling Problem (PGLSP)

A Mathematical Model for Profit Maximization General Lot-sizing and Scheduling Problem (PGLSP) Proceedings of he 2012 Inernaional Conference on Indusrial Engineering and Operaions Managemen Isanbul, Turkey, July 3 6, 2012 A Mahemaical Model for Profi Maximizaion General Lo-sizing and Scheduling

More information

Modelling and optimization of polygeneration systems

Modelling and optimization of polygeneration systems Modelling and opimizaion of polygeneraion sysems Riso Lahdelma Energy sysems for communiies Aalo Universiy Oakaari 4, 02150 ESPOO, Finland Email: riso.lahdelma@aalo.fi Phone: +358 40 503 1030 Riso Lahdelma

More information

Hybrid Text Summarization Method based on the TF Method and the LEAD Method

Hybrid Text Summarization Method based on the TF Method and the LEAD Method Hybrid Tex Summarizaion Mehod based on he TF Mehod and he LEAD Mehod Kai ISHIKAWA Shinichi ANDO Akioshi OKUMURA C&C Media Research, NEC Corporaion 4-1-1 Miyazaki Miyamae-ku Kawasaki-shi Kanagawa 216-8555,

More information

The Responsibility of CO 2 Embodied in Italy-China Trade: a Consumption-Based Approach

The Responsibility of CO 2 Embodied in Italy-China Trade: a Consumption-Based Approach IEFE Seminar Series 25/06/2010 The Responsibiliy of CO 2 Embodied in Ialy-China Trade: a Consumpion-Based Approach Valeria Andreoni Universiy of Huddersfield Deparmen of Transpors and Logisics Andreoni

More information

Simulating the Implementation of Business Information Systems: The Case of Enterprise Resource Planning

Simulating the Implementation of Business Information Systems: The Case of Enterprise Resource Planning Simulaing he Implemenaion of Business Informaion Sysems: The Case of Enerprise Resource Planning Lise Arena Universiy of Nice-Sophia Anipolis GREDEG-CNRS - France Oriel College, Oxford Universiy, UK (Email

More information

An Application of Flower Pollination Algorithm in Model Order Reduction of LTI Systems

An Application of Flower Pollination Algorithm in Model Order Reduction of LTI Systems American Journal of Elecrical and Elecronic Engineering, 18, Vol 6, No 3, 77-84 Available online a hp://pubssciepubcom/ajeee/6/3/1 Science and Educaion Publishing DOI:11691/ajeee-6-3-1 An Applicaion of

More information

Developing a Marketing Plan

Developing a Marketing Plan 10 The Markeing Forming Markeing Objecives Secion 10.1 Secion 10.2 Updaing he Markeing is he process of developing, promoing, and disribuing producs o saisfy cusomers and businesses. The success of a business

More information

A mathematical model for multi product-multi supplier-multi period inventory lot size problem (MMMILP) with supplier selection in supply chain system

A mathematical model for multi product-multi supplier-multi period inventory lot size problem (MMMILP) with supplier selection in supply chain system nernaional ournal of Saisics and Applied Mahemaics 2017; 2(6): 23-27 SSN: 2456-1452 Mahs 2017; 2(6): 23-27 2017 Sas & Mahs www.mahsjournal.com Received: 04-09-2017 Acceped: 05-10-2017 Binay Kumar Deparmen

More information

Optimal Utilization of Renewable Energy Sources in Micro Grids Using Improved Algorithms, Fireflies

Optimal Utilization of Renewable Energy Sources in Micro Grids Using Improved Algorithms, Fireflies Opimal Uilizaion of Renewable Energy Sources in Micro Grids Using Improved Algorihms, Fireflies Mehdi Veisi 1 and Mohammad Reza Solanpour 2 1. Deparmen of Elecrical Engineering, college of Elecrical, kurdisan

More information

Capacity Control and Distribution Problem for Manufactures in Supply Chain Networks

Capacity Control and Distribution Problem for Manufactures in Supply Chain Networks Asia Pacific Managemen Review (2007) 12(5), 267-275 Capaciy Conrol and Disribuion Problem for Manufacures in Supply Chain Neworks Moon Gil Yoon * 1 Deparmen of Business Adminisraion, Hankuk Aviaion Universiy,

More information

A Bi-Objective Model and Efficient Heuristic for Hazardous Material Inventory Routing Problem

A Bi-Objective Model and Efficient Heuristic for Hazardous Material Inventory Routing Problem Inernaional Conference on Compuaional Techniques and Arificial Inelligence (ICCTAI'2012) Penang, Malaysia A Bi-Objecive Model and Efficien Heurisic for Hazardous Maerial Invenory Rouing Problem ooraddin

More information

Simulation based optimization of a stochastic supply chain considering supplier disruption: An agentbased modeling and reinforcement learning

Simulation based optimization of a stochastic supply chain considering supplier disruption: An agentbased modeling and reinforcement learning Simulaion based opimizaion of a sochasic supply chain considering supplier disrupion: An agenbased modeling and reinforcemen learning A. Aghaie a,*, M. Hajian Heidary a a Deparmen of Indusrial Engineering,

More information

Estimating demand for new products using a discrete price variable Received (in revised form): 4th January, 2008

Estimating demand for new products using a discrete price variable Received (in revised form): 4th January, 2008 Esimaing demand for new producs using a discree price variable Received (in revised form): 4h January, 2008 Randall C. Campbell is an assisan professor of economics a Mississippi Sae Universiy. He obained

More information

Forecasting Future Sales and Profit for Value-Added Agriculture

Forecasting Future Sales and Profit for Value-Added Agriculture Forecasing Fuure Sales and Profi for Value-Added Agriculure Haluk Gedikoglu and Joseph L. Parcell This research analyzes facors affecing produc and profi lifecycles for new value-added producs. The mehodology

More information

Time Allocation by Farm Households and Endogenous Farm Structure: Implications for Ag. Policy. Ashok K. Mishra

Time Allocation by Farm Households and Endogenous Farm Structure: Implications for Ag. Policy. Ashok K. Mishra Time Allocaion by Farm Households and Endogenous Farm Srucure: Implicaions for Ag. Policy Ashok K. Mishra Inroducion I is ypical o focus policy quesions on he agriculural business (e.g., concenrae on farm

More information

Computer Simulation of Microstructure Transformation during the Quenching

Computer Simulation of Microstructure Transformation during the Quenching Compuer Simulaion of Microsrucure Transformaion during he Quenching B. Smoljan Faculy of Engineering, Chair of Maerials Science and Engineering Vukovarska 58, 51000 Rijeka, Croaia ABSTRACT: Compuer simulaion

More information

Optimal Operation of Multi-Objective Hydropower Reservoir with Ecology Consideration

Optimal Operation of Multi-Objective Hydropower Reservoir with Ecology Consideration Journal of Waer Resource and Proecion, 2011, 3, 904-911 doi:10.4236/jwarp.2011.312100 Published Online December 2011 (hp://www.scirp.org/journal/jwarp) Opimal Operaion of Muli-Objecive Hydropower Reservoir

More information

April 17-18, Stat Corner Deep Dive on Elasticities

April 17-18, Stat Corner Deep Dive on Elasticities April 17-18, 2013 Sa Corner Deep Dive on Elasiciies rice Response -- The Theoreical High Ground» Consumers maximize uiliy subjec o he prices of goods and services and heir budges. When he price of a normal

More information

Polymer Viscoelasticity

Polymer Viscoelasticity Polymer Viscoelasiciy 2.12.214 The Ideal Elasic Response Ideal elasic response For he ideal elasic maerial, he mechanical response is described by Hooke s law: E where σ is he applied sress, ε is he srain,

More information

Lecture 8 Flotation 1. CHAPTER 10 - Flotation Machines. Contents: Residence time. Mixing. Unit cells. Flotation banks. Columns. New types of cells.

Lecture 8 Flotation 1. CHAPTER 10 - Flotation Machines. Contents: Residence time. Mixing. Unit cells. Flotation banks. Columns. New types of cells. Lecure 8 Floaion 1 CHAPTER 10 - Floaion Machines Conens: Residence ime. Mixing. Uni cells. Floaion banks. Columns. New ypes of cells. Inroducion Floaion is a rae process. We can invesigae floaion raes

More information

Analysis of Passenger Transportation Demand: Case Study of the Customs. House, the Thai-Laos Friendship Bridge, Nong Khai Province

Analysis of Passenger Transportation Demand: Case Study of the Customs. House, the Thai-Laos Friendship Bridge, Nong Khai Province Journal of Business and Economics, ISSN 2155-7950, USA June 2013, Volume 4, No. 6, pp. 542-547 Academic Sar Publishing Company, 2013 hp://www.academicsar.us Analysis of Passenger Transporaion Demand: Case

More information

EXAMPLE OF TIME-DEPENDENT CONCRETE ANALYSIS IN SAP2000 v14

EXAMPLE OF TIME-DEPENDENT CONCRETE ANALYSIS IN SAP2000 v14 5 m EXAMPLE OF TIME-DEPENDENT CONCRETE ANALYSIS IN SAP2 v14 This is an example of a ime-dependen concree analysis using he non-linear saged consrucion feaure of SAP2. A 5 m high concree column is buil

More information

Study on Wind Power Forecasting Based on ISODATA

Study on Wind Power Forecasting Based on ISODATA Sensors & Transducers, Vol. 6, Issue, December 03, pp. 4-46 Sensors & Transducers 03 by IFSA hp://www.sensorsporal.com Sudy on Wind Power Forecasing Based on ISODATA Gu Bo, An Chao, Ren Yan, Li Yanpin

More information

Application of the generating costs analysis as a tool for energy planning and training

Application of the generating costs analysis as a tool for energy planning and training Applicaion of he generaing coss analysis as a ool for energy planning and raining Fedor Veselov, Energy Research Insiue of RAS Workshop o Exchange Experience among Trainers on he IAEA s Models for Energy

More information

Labor fluctuations at extensive margin (number of people working) larger than at intensive margin (hours worked per employee)

Labor fluctuations at extensive margin (number of people working) larger than at intensive margin (hours worked per employee) LABOR MATCHING MODELS: NOVEMBER 8, 2011 Inroducion BASIC DSGE ISSUES Labor flucuaions a exensive margin (number of people working) larger han a inensive margin (hours worked per employee) Labor markes

More information

A MODEL-PREDICTIVE CONTROLLER FOR AIR HANDLING UNITS

A MODEL-PREDICTIVE CONTROLLER FOR AIR HANDLING UNITS A MODEL-PREDICTIVE CONTROLLER FOR AIR HANDLING UNITS Y. Sauffer 1, L. Von Allmen 1, E. Onillon 1, S. Arbere 1, E. Olivero 1, D. Lindelöf 2 1: CSEM SA, Jaque-Droz 1, 2002 Neuchael, Swizerland 2: Neuroba

More information

International Conference on Materials, Environmental and Biological Engineering (MEBE 2015)

International Conference on Materials, Environmental and Biological Engineering (MEBE 2015) Inernaional Conference on Maerials, Environmenal and Biological Engineering (MEBE 2015) Time Dependen Chloride Diffusion Coefficien in Concree in Cold Regions Sijia Chen1, Xiaobing Song1 & Xila Liu1 1

More information

HYGROTHERMAL AGING OF POLYIMIDE MATRIX COMPOSITE LAMINATES

HYGROTHERMAL AGING OF POLYIMIDE MATRIX COMPOSITE LAMINATES HYGROTHERMAL AGING OF POLYIMIDE MATRIX COMPOSITE LAMINATES John A. Nairn and Man-Hee Han Maerials Science and Engineering, Universiy of Uah 122 S Cenral Campus Dr Rm 34, Sal Lake Ciy, UT, 84121-56, USA

More information

DETC A SYSTEMATIC METHODOLOGY FOR ACCURATE DESIGN-STAGE ESTIMATION OF ENERGY CONSUMPTION FOR INJECTION MOLDED PARTS

DETC A SYSTEMATIC METHODOLOGY FOR ACCURATE DESIGN-STAGE ESTIMATION OF ENERGY CONSUMPTION FOR INJECTION MOLDED PARTS Proceedings of he ASME 2010 Inernaional Design Engineering echnical Conferences & Compuers and Informaion in Engineering Conference IDEC/CIE 2010 Augus 15-18, 2010, Monreal, Quebec, Canada DEC2010-28889

More information

e20605a The Use of Levelised Cost in Comparing Supply and Demand Side Options

e20605a The Use of Levelised Cost in Comparing Supply and Demand Side Options e20605a The Use of Levelised Cos in Comparing Supply and Demand Side Opions Fane S., J. Robinson, S. Whie Insiue for Susainable Fuures, Universiy of Technology, Sydney, PO box 123, Broadway, NSW 2007 Ausralia

More information

Design of the Dynamic Teaching Management Platform Based on Workflow Technology

Design of the Dynamic Teaching Management Platform Based on Workflow Technology www.seipub.org/ijmser Inernaional Journal of Managemen Science and Engineering Research Volume 2, Issue 1, June 2015 doi: 10.14355/ijmser.2015.0201.02 Design of he Dynamic Teaching Managemen Plaform Based

More information

Investigating the Impacts of RFID Application on Supply Chain Dynamics with Chaos Theory

Investigating the Impacts of RFID Application on Supply Chain Dynamics with Chaos Theory Invesigaing he Impacs of RFID Applicaion on Supply Chain Dynamics wih Chaos Theory CHIEN-YUAN SU Deparmen of Informaion Managemen, Naional Chung Cheng Universiy 168 Universiy Road, Min-Hsiung, Chia-Yi,

More information

PRODUCTION SCHEDULING OF AIR SEPARATION PROCESSES

PRODUCTION SCHEDULING OF AIR SEPARATION PROCESSES PRODUTO SHEDULG OF AR SEPARATO PROESSES Tong Li * Thierry Roba Marc Basid 3. Air Liquide ewark DE 97. Air Liquide hampigny-sur-marne France 3. Air Liquide Madrid Spain Absrac ryogenic air separaion is

More information

Properties of the Social Discount Rate and Negative Intertemporal Externality in the Utility or Production Function

Properties of the Social Discount Rate and Negative Intertemporal Externality in the Utility or Production Function DBJ Research Cener on Global Warming Discussion Paper Series No. 56 (2/206) Properies of he Social Discoun Rae and Negaive Ineremporal Exernaliy in he iliy or Producion Funcion Masayuki Oaki The aim of

More information

Grocery chain in Customer North State Grocery Inc

Grocery chain in Customer North State Grocery Inc Grocery chain in Cusomer Norh Sae Grocery Inc Parner SkyLie Sysems Inc. Producs and Services Microsof Flow Microsof PowerApps Office 365 SharePoin Online Indusry Reailers Organizaion Size Large (1,000-9,999

More information

The Pennsylvania State University The Graduate School College of Engineering COORDINATED SUPPLIER SELECTION, INVENTORY

The Pennsylvania State University The Graduate School College of Engineering COORDINATED SUPPLIER SELECTION, INVENTORY The Pennsylvania Sae Universiy The Graduae School College of Engineering COORDINATED SUPPLIER SELECTION, INVENTORY REPLENISHMENT, AND PRICING DECISIONS IN SUPPLY CHAIN MANAGEMENT A Disseraion in Indusrial

More information

Empirical Study of Express Logistics Service Quality A Survey of Changdao County Express Sector Li Liu 1, a, Chan Liu 1, b

Empirical Study of Express Logistics Service Quality A Survey of Changdao County Express Sector Li Liu 1, a, Chan Liu 1, b 2nd Inernaional Conference on Educaion Technology and Informaion Sysem (ICETIS 204 Empirical Sudy of Express Logisics Service Qualiy A Survey of Changdao Couny Express Secor Li Liu, a, Chan Liu, b 2 School

More information

PRODUCT SPECIFICATIONS PRELIMINARY R5487L102KP-TR

PRODUCT SPECIFICATIONS PRELIMINARY R5487L102KP-TR PRODUCT SPECIFICTIONS PRELIMINRY R5487L102KP-TR CONTENTS [1] Ouline [2] Block Diagram [3] Pin Descripions [4] bsolue Maximum Raings [5] Elecrical Characerisics [6] Tes Circuis [7] Operaion [8] Technical

More information

Lecture outline. Basic inventory problems The economic order quantity An inventory game Multiperiod lot sizing

Lecture outline. Basic inventory problems The economic order quantity An inventory game Multiperiod lot sizing Lecure ouline Basic invenory problems The economic order quaniy An invenory game Muliperiod lo sizing» Mah programming formulaion» Heurisics» Wagner-Whiin algorihm 2013 W.B. Powell 1 Basic invenory problems

More information

An Inventory Model for Constant Demand with Shortages under Permissible Delay in Payments

An Inventory Model for Constant Demand with Shortages under Permissible Delay in Payments IOSR Journal of Mahemaics (IOSR-JM e-issn: 78-78,p-ISSN: 9-7X, Volume, Issue (May. - Jun., PP 8- An Invenory Model for Consan Demand wih Shorages under Permissible Delay in Paymens R.Amuha, Dr.E.Chandrasekaran

More information

A Dynamic Load Balancing Algorithm for Computational Grid using Ant Colony Optimization

A Dynamic Load Balancing Algorithm for Computational Grid using Ant Colony Optimization Indian Journal of Science and Technology, Vol 9(21), DOI: 10.17485/ijs/2016/v9i21/90840, June 2016 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 A Dynamic Load Balancing Algorihm for Compuaional Grid

More information

THE WAY IS OUR GOAL Innovative conveying systems

THE WAY IS OUR GOAL Innovative conveying systems THE WAY IS OUR GOAL Innovaive sysems echnology www.zeppelin.com ENGINEERING YOUR SUCCESS Every Zeppelin plan is developed according o he cliens specific requiremens and realized hanks o our cusomized innovaive

More information

Conceptual Questions. Fig Fig.1.27 EXERCISES

Conceptual Questions. Fig Fig.1.27 EXERCISES XRISS oncepual Quesions. The number of decimal places in a measuremen along wih he uni is an indicaor of he precision of an insrumen. escribe wha kind of insrumens can be used o produce measuremens of

More information

Evaluation and Prediction of Regional Water Resources Carrying Capacity: A Case Study of Shandong Province

Evaluation and Prediction of Regional Water Resources Carrying Capacity: A Case Study of Shandong Province Environmen and Naural Resources Research; Vol. 7, No. 1; 2017 ISSN 1927-0488 E-ISSN 1927-0496 Published by Canadian Cener of Science and Educaion Evaluaion and Predicion of Regional Waer Resources Carrying

More information

SSG University BRM Training

SSG University BRM Training SSG Universiy BRM Training Your company has made huge invesmens in Oracle BRM isn i ime for everyone o know wha i is and how i works? See how we rain people in he ways of Oracle BRM a SSG Universiy. This

More information

ODE for the driven oscillator with damping

ODE for the driven oscillator with damping ODE for he driven oscillaor wih damping K m g R Simple oscillaor composed of a mass m, a spring wih spring consan K. The exernal force g drives he sysem, where is he ime, while R is he inernal damping

More information

Upstream Effects on Aras Cascade Hydropower Plants System

Upstream Effects on Aras Cascade Hydropower Plants System Upsream Effecs on Aras Cascade Hydropower Plans Sysem Mahdi Razi Khosroshahi 1, S. Jamshid Mousavi 1, Hosein Alizadeh 2 1- Amirkabir Universiy of Technology, Hafez Av., Tehran, Iran 2- Iran Universiy of

More information

Volume 30, Issue 4. Cost leadership and pricing in conspicuous goods markets. S. Sajeesh Baruch College, City University of New York

Volume 30, Issue 4. Cost leadership and pricing in conspicuous goods markets. S. Sajeesh Baruch College, City University of New York Volume 30, Issue Cos leadership and pricing in conspicuous goods markes S. Sajeesh Baruch College, Ciy Universiy of ew York Absrac We sudy compeiive posiioning and pricing sraegies in markes wih negaive

More information

Gas Pipeline Game in North East Asia Possible game theoretical explanation of the Altay Gas Pipeline story

Gas Pipeline Game in North East Asia Possible game theoretical explanation of the Altay Gas Pipeline story Gas Pipeline Game in Norh Eas Asia Possible game heoreical explanaion of he Alay Gas Pipeline sory Dr. Vladislav Savin, ERIRAS, Russian Federaion Preliminary remarks Gas Pipelines in Norh Eas Asia Russia

More information

Journal of Internet Banking and Commerce

Journal of Internet Banking and Commerce Journal of Inerne Banking and Commerce An open access Inerne journal (hp://www.icommercecenral.com) Journal of Inerne Banking and Commerce, December 016, vol. 1, no. S6 Special Issue: Terriory and Indusry:

More information

COMPARISON OF METHODS OF PUMP SCHEDULING IN WATER SUPPLY SYSTEMS. G Waterworth, K Darbyshire

COMPARISON OF METHODS OF PUMP SCHEDULING IN WATER SUPPLY SYSTEMS. G Waterworth, K Darbyshire COMPARISON OF MEHODS OF PUMP SCHEDULING IN WAER SUPPLY SYSEMS G Waerworh, K Darbyshire School of Engineering, Leeds Meropolian Universiy, Leeds, LS 3HE England Email g.waerworh@lmu.ac.uk, k.darbyshire@lmu.ac.uk.

More information

A Reduction in Labor Wedge when Efficiency Units are Used

A Reduction in Labor Wedge when Efficiency Units are Used A Reducion in Labor Wedge when Efficiency Unis are Used Chung Gu Chee Deparmen of Economics, he Ohio Sae Universiy Absrac I invesigae composiion bias in measuring he labor wedge. The counercyclical discrepancy

More information

EFFECTIVE COMBINATION OF THE PERFORMANCE CHARACTERISTICS OF THE INNOVATIONS Milena Kirova

EFFECTIVE COMBINATION OF THE PERFORMANCE CHARACTERISTICS OF THE INNOVATIONS Milena Kirova 6 h Inernaional Scienific Conference May 13 14, 2010, Vilnius, Lihuania BUSINESS AND MANAGEMENT 2010 Seleced papers. Vilnius, 2010 ISSN 2029-4441 prin / ISSN 2029-428X CD doi:10.3846/bm.2010.054 hp://www.vgu.l/en/ediions/proceedings

More information

Optimization in Short-Term Operation of Hydro Power Systems

Optimization in Short-Term Operation of Hydro Power Systems Proceedings of he 6h WSEAS/IASME In. Conf. on Elecric Power Sysems, High Volages, Elecric Machines, Tenerife, Spain, December 6-8, 6 9 Opimizaion in Shor-Term Operaion of Hydro Power Sysems Terje Gjengedal

More information

Design of Integrated Operation Process of Supply Chain Response to Market

Design of Integrated Operation Process of Supply Chain Response to Market Canadian ocial cience Vol.3 No.1 February 2007 esign of Inegraed peraion rocess of upply Chain Response o Marke EIGN U RCEU ERATIN INTEGRAL E LA CHAINE FFRE RENE AU MARCHE Guo Lifu 1 Chen Gang 2 Feng Junxia

More information

DYNAMIC BEHAVIOUR OF TITANIUM ALLOY Ti-6Al-4V AT INCERASED TEMPERATURE. Milan Forejt Miroslav Šlais

DYNAMIC BEHAVIOUR OF TITANIUM ALLOY Ti-6Al-4V AT INCERASED TEMPERATURE. Milan Forejt Miroslav Šlais DYNAMIC BEHAVIOUR OF TITANIUM ALLOY Ti-6Al-4V AT INCERASED TEMPERATURE Milan Forej Miroslav Šlais Brno Universiy of Technology, FME, Insiue of Manufacuring Technology, Technická 2, 616 69 Brno, Czech Republic,

More information

Green Supply Chain Network Design under Multi-mode Production and Uncertainty

Green Supply Chain Network Design under Multi-mode Production and Uncertainty Iranian Journal of Operaions Research Vol. 8, No. 1, 2017, pp. 44-60 Downloaded from iors.ir a 7:40 +0330 on Sunday November 4h 2018 [ DOI: 10.29252/iors.8.1.44 ] Green Supply Chain Newor Design under

More information

Forecasting exchange rate volatility using conditional variance models selected by information criteria

Forecasting exchange rate volatility using conditional variance models selected by information criteria Economics Leers 61 (1998) 73 78 Forecasing exchange rae volailiy using condiional variance models seleced by informaion crieria Chris Brooks *, Simon P. Burke a, b a ISMA Cenre, Deparmen of Economics,

More information

An Application of Grammatical Evolution for Reservoir Inflow Prediction and Operation

An Application of Grammatical Evolution for Reservoir Inflow Prediction and Operation Inernaional Journal of Operaions Research Inernaional Journal of Operaions Research Vol. 2, No. 1, 15 20 (2005) An Applicaion of Grammaical Evoluion for Reservoir Inflow Predicion and Operaion L. Chen

More information

REDD Methodological Module. Estimation of carbon stocks in the soil organic carbon pool CP-S

REDD Methodological Module. Estimation of carbon stocks in the soil organic carbon pool CP-S CP-S - 1 REDD Mehodological Module Esimaion of carbon socks in he soil organic carbon pool CP-S Version 1.0 - June 2010 I. SCOPE, APPLICABILITY AND PARAMETERS Scope This module allows for esimaion of carbon

More information

Outline Chapter 8: Aggregate Planning in the Supply Chain

Outline Chapter 8: Aggregate Planning in the Supply Chain Ouline Chaper 8: Aggregae Planning in he Supply Chain Role of aggregae planning in a supply chain The aggregae planning problem Aggregae planning sraegies Implemening aggregae planning in pracice 8-1 Role

More information

Climate Change Adaptation in Multi-Reservoir Systems through Revising Operation Policies

Climate Change Adaptation in Multi-Reservoir Systems through Revising Operation Policies Climae Change Adapaion in Muli-Reservoir Sysems hrough Revising Operaion Policies Banafsheh Zahraie 1, Hamed Poorsepahy-Samian 2, Saeed Jamali, Bahareh Noroozi 4, Mohsen Nasseri 5 1- Associae Professor,

More information

Design of Consumer Review Systems and Product Pricing

Design of Consumer Review Systems and Product Pricing 3 46h Hawaii Inernaional Conference on Sysem Sciences Design of Consumer Review Sysems Produc Pricing Yabing Jiang Florida Gulf Coas Universiy yjiang@fgcuedu Absrac Consumer review sysems have become an

More information

NEW AND UPDATED BUDGETARY SENSITIVITIES

NEW AND UPDATED BUDGETARY SENSITIVITIES EUOPEAN COMMISSION DIECTOATE ENEAL ECONOMIC AND FINANCIAL AFFAIS Brussels, 30 Sepember 2005 ECFIN/B/6(2005)EP54508 NEW AND UPDATED BUDETA SENSITIVITIES FO THE EU BUDETA SUVEILLANCE (Informaion noe for

More information

DATA centers have recently gained significant popularity

DATA centers have recently gained significant popularity 14 IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL. 2, NO. 1, JANUARY-MARCH 2014 Dynamic Heerogeneiy-Aware Resource Provisioning in he Cloud Qi Zhang, Suden Member, IEEE, Mohamed Faen Zhani, Member, IEEE, Raouf

More information

APPLICATION OF GENETIC ALGORITHMS FOR OPTIMAL RESERVOIR OPERATION

APPLICATION OF GENETIC ALGORITHMS FOR OPTIMAL RESERVOIR OPERATION APPLICATION OF GENETIC ALGORITHMS FOR OPTIMAL RESERVOIR OPERATION D. Nagesh Kumar, Civil Engg. Dep., Indian Insiue of Technology, Kharagpur, India Ashok Kumar, Civil Engg. Dep., Indian Insiue of Technology,

More information