Convergence to the Optimum

Size: px
Start display at page:

Download "Convergence to the Optimum"

Transcription

1 An Adative Mutation Scheme in Genetic Algorithms or Fastening the Convergence to the Otimum Sima (Etaner) Uyar, Gulsen (Cebiroglu) Eryigit, Sanem Sariel Istanbul Technical University, Comuter Engineering Deartment Maslak TR Istanbul, Turkey. ABSTRACT Mutation rate arameter is considered to be one o the most sensitive o the arameters that a genetic algorithm works with. It has been shown that through using a mutation rate variation scheme that adats the mutation rate arameter during the run o the algorithm, the time to ind the otimum is decreased. In this study, a mutation rate adatation scheme, that adats the mutation rate searately or each gene location on the chromosome based on the eedback taken rom the success and ailure rates o the individuals in the current oulation, is roosed. Through tests using the onemax roblem, it is shown that the roosed mutation adatation scheme allows aster convergence than the other similar aroaches chosen or comarisons. The results are very romising and romote urther research. Keywords : adative mutation rate, arameter control, convergence rate, genetic algorithms 1. Introduction Genetic algorithms [3] (GA) belong to a class o biologically insired otimization aroaches that model the basic rinciles o classical Mendelian genetics and Darwinian theory o evolution. Due to their robust nature, genetic algorithms are used in a wide variety o alications. However one o the major drawbacks o working with genetic algorithms is that erormance largely deends on the aroriate setting o some arameters: namely oulation size, crossover and mutation rates. These arameters interact with each other, making it even harder to ind otimal settings. However mutation rate is considered to be one o the most sensitive o these arameters. It has been traditionally regarded as a background oerator that mainly works as an insurance olicy [10], rotecting alleles rom being lost rom the oulation but it has been shown that the mutation rate value largely aects the general behavior o the algorithm. There has been extensive work to investigate the exact nature o mutation [1], [4] [5], [8]. The techniques develoed to set these arameters are classiied by Eiben et al. [2] as: arameter tuning and arameter control. For arameter tuning, the arameter values are set in advance, beore the run and are ket constant during the whole execution o the algorithm. In arameter control techniques, arameters are initialized at the start o execution and are allowed to change during the run. Parameter control techniques are classiied mainly into three grous based on the tye o change they introduce: deterministic: the arameter value is udated according to some deterministic rule, adative: the arameter value is udated based on some eedback taken rom the oulation sel-adative: the arameter is evaluated and udated by the evolutionary algorithm itsel. In this study, an adative mutation rate strategy that uses eedback obtained rom the current oulation and increases or decreases the mutation rate accordingly or each locus on the chromosome is introduced. Even though using eedback rom the current state o the search seems to be a useul aroach, it has not been studied much within the scoe o canonical GAs [11]. This aroach is tested against reviously ublished methods or mutation rate control, on a simle one-max roblem. The results are seen to be romising and romote urther study.

2 The rest o this aer is organized as ollows: Section 2 introduces the roosed mutation rate adatation aroach. In section 3 the dierent tested methods are resented. In section 4, the exerimental setu and the results are given and discussed; Section 5 rovides a conclusion, based on the results while roviding ossible directions or uture work and concludes the aer. 2. Gene Based Adative Mutation GA In this aer, a Gene Based Adative Mutation () method is roosed. This aroach exeriments with varying mutation rate values during the run, using eedback rom the oulation. Dierent rom other known mutation adatation strategies, in each locus has its own mutation rate value. An adative aroach or adjusting mutation rates or the gene locations based on the eedback obtained by observing the relative success or ailure o the individuals in the oulation is used. In, there are two dierent mutation rates deined or each locus: a mutation rate value or those genes that have an allele value o "1" at that locus and another mutation rate value or those that have a "0". In the reroduction hase, the aroriate mutation rate is alied based on the gene allele value. Initially all mutation rates are set to a deault value in the seciied boundaries. During the GA run, the mutation robabilities and or all loci are udated at each generation using the eedback taken rom the relative success or ailures o those individuals having a "1" or "0" at that locus resectively. For a maximization roblem, the udate rule or the mutation rate subunits or one gene location can be seen in Eq.1. This udate rule is alied searately or each locus. + + = = + γ, γ, γ, + γ, ( S / P ) > 1 ( ) S / P 1 ( S / P ) > 1 ( ) S / P 1 The m i (i=0,1) value or a locus corresonds to the rate o mutation subunit that will be alied when the gene value is i in the corresonding gene. S is the average itness o the individuals with an allele "1" or the corresonding gene location. P is the average itness o the oulation. γ is the udate value or the mutation rates. (1) As a result o the udates at each generation, m i values are allowed to oscillate within the limits deined by lower and uer bounds. I an udate causes a mutation rate to exceed the uer limit, the corresonding mutation rate is set to the uer bound value and i it causes a mutation rate to go below the lower limit, the corresonding mutation rate is set to the lower bound value. Another arameter that uses is the initial mutation rate value. All arameters are determined emirically. As will be shown in the analysis o the exeriments, rovides raid convergence. For unimodal objective unctions, this raid convergence rovides a valuable reinement. However, the ast convergence eature may cause the rogram to get stuck at local otima, esecially or the multimodal objective unctions. This roblem is exlored in detail in [6] or sel-adative mutations, however the results can easily be extended to adative mutation schemes too. For the uroses o this aer, a unimodal unction is used or the tests. The roblems that may arise as a result o ast convergence are not within the scoe o this aer and will be exlored in detail in a uture study. 3. Aroaches Chosen or Comarisons The aim o the exeriments is to show that rovides aster rates o convergence, as well as exloring its convergence behavior comared to other similar arameter control aroaches ound in literature. As given in Section 1, arameter control aroaches are categorized based on the tye o change that is alied to the arameter. There are dierent ormulations and imlementations o each tye o arameter control ound in literature. A reresentative scheme, which is shown to give good erormance, is chosen rom each category and used or the comarisons Deterministic Aroach The deterministic mutation rate schedule rovides the mutation rate to decrease rom a value (generally, 0.5) to the otimum mutation rate (generally 1/L) without using any eedback rom the oulation. The deterministic mutation rate schedule imlementation roosed in [7] was reorted in [11] as having the most succeul results or hard combinatorial roblems. Based on this method, the timevarying mutation rate is calculated using the ormula given in Eq. 2. In this ormula, t is the current generation number and T is the maximum number o generations. In the original roosal or Eq. 2, the k value is chosen as 1.

3 t k L 2 = 2 + * t (2) T 1 = L x i i= 1 (5) 3.2. Sel-Adative Aroach In the sel-adative aroach, the arameters are encoded into the chromosomes and undergo mutation and recombination. The basic idea is that better arameter values lead to better individuals and these arameter values will survive in the oulation since they belong to the surviving individuals. Bäck et al. [3] reer to this aroach also as online learning. In their work, they roose a sel-adatation mechanism o a single mutation rate er individual. The mutation o this mutation rate value gives the new mutation rate through Eq. 3. In this equation, γ is the learning rate and controls the adatation seed. It is taken as 0.22 in [3] and also in this study. 1 1 ' = (1 +.ex( γ. N(0,1))) (3) 3.3. Individually Adative Aroach In this study, an individually adative GA method () [29] is chosen or the comarisons. In this method, the robabilities o crossover and mutation are adated deending on the itness values o the individuals. The adatation o the c and m allows the individuals having itness values o over-average to maintain their genetic material, while orcing the individuals with sub-average itness values to disrut. The mutation rate adatation rule is given in Eq. 4. In this equation, ƒ denotes the itness value o the individual, ƒ max denotes the best itness value o the current generation, and ƒ denotes the average itness value o the current generation. In [9], the constants k 2 and the k 4 are chosen as 0.5. m m = k ( = k 2 4 max 4. Exeriments ) /( < max The aroach is exected to reduce the number o generations (or itness evaluations) to locate an otimal individual. To investigate this eect, the one-max roblem, which is unimodal and easy or a simle GA, is used or the tests. The main aim o this roblem is to maximize the number o 1s in a binary reresented string o length L. The otimum or this unction is L. More ormally the itness unction can be deined as in Eq. 5 where x i reresents the ith character in the string. ), (4) Tests are erormed or our dierent string lengths: L=200, L=400, L=800 and L=1600 to exlore the eects o the length o the string on the number o generations required to irst locate the otimum. For all tests, the rogram imlementation or each chosen aroach is run 50 times. All arameter settings are determined emirically to rovide the best erormance or each aroach. Some settings are the same or all aroaches: number o generations: 1500 oulation size: 250 individuals arent selection: tournament selection with tournament sizes o two recombination: two-oint cross over with c =1.0 oulation dynamics: strictly generational Some extra arameters are used by the methods chosen or comarisons. The settings or these values are given in Table-1 where is used or the deterministic aroach, or the sel adative aroach, or the adative GA aroach and or the gene based adative mutation aroach roosed in this study. Table-1 Extra arameter settings k=1.2 (Eq. 2) initial mutation rate = 1/L lower mutation rate limit = k 2 =1/L (Eq. 4) initial mutation rate = 0.02 mutation rate lower limit = mutation rate uer limit = 0.2 mutation udate amount = The statistical calculations or the number o generations required to locate the otimum individuals are given in Table-2, where µ is the mean number o generations needed to locate the best individual, σ is the standard deviation o this value, CI is the 99% conidence interval calculated or the location o the mean. Since one-max is a unimodal unction, all aroaches excet or are able to ind the otimum or all string lengths. The lots o the number o generations needed to ind the otimum or all methods averaged over 50 runs are given in Fig. 1. As can be seen rom Fig. 1 and Table-2, reduces the number o stes required to ind the otimum solution. Based on the results in Table-2, seems to generate

4 romising results or all o the L values. and seem to generate very close results, which is to be exected since the advantage o using comes rom not having to ind otimal mutation rates beore the run. However in this study, is imlemented using otimal rates or each test roblem, causing and to erorm similarly. The drawback o deterministic aroach is the high generation number needed to locate the best itness value. However, when L value is increased, the results become accetable. Because the initial mutation rate value is 0.4 aroximately, which is unnecessarily high or small L values. Although the erorms well or the small values o L comared to,, and, when the L value increases, its erormance decreases. The reason o this is that when the L value increases the k 2 value in Eq. 4 becomes very small. Table-2 Statistical calculations or number o generations required to ind the best individual L=200 L=400 µ σ CI µ σ CI L=200 L=400 L=800 L=800 L=1600 µ σ CI µ σ CI * * * (*) is not able to ind the otimum in 1500 generations Fig.1. Best itness values observed through generations or all methods averaged over 50 runs L=1600

5 5. Conclusion and Future Work In this study, a mutation rate adatation aroach () or each gene location in a binary reresentation, based on the relative erormance o individuals is roosed. Because each gene location has a dierent arameter or controlling the rate o mutation at that location, the roosed aroach is more suited or roblems where the eistasis between genes is low to none. Since the mutation rate is adated based on the itness values o the best erorming individuals, it is exected that astens the convergence o the GA to the otimum. This has been conirmed through tests erormed on a simle one-max roblem. Since this roblem is a unimodal unction ast convergence to the otimum is not a roblem. However or multimodal itness landscaes, to escae rom local otima, extra convergence tests should be alied, and necessary recautions to restore diversity should be taken. Even though as a result o these reliminary tests, the overall erormance o seems to be very romising or the chosen tye o roblems, there is still more work to be done to be able to make healthy generalizations. First o all, the arameter settings or, such as the lower and uer bound values, initial mutation rate and the mutation udate values have been determined exerimentally. More exeriments need to be erormed to see the eects o these arameters on erormance more thoroughly. Secondly, the test roblem set can be extended to include dierent tyes o roblem domains. This also would allow the eects o dierent degrees o eistasis to be exlored. Thirdly, a convergence control mechanism should be added to. [5] Ochoa G., "Setting the Mutation Rate: Scoe and Limitations o the 1/L Heuristic", Proceedings o Genetic and Evolutionary Comutation Conerence, Morgan Kaumann (2002). [6] Rudolh G., "Sel-Adative Mutations May Lead to Premature Convergence", IEEE Transactions on Evolutionary Comutation, Vol. 5., No. 4, , IEEE (2001). [7] Smith J. E., Fogarty T. C., "Oerator and Parameter Adatation in Genetic Algorithms", Sot Comuting 1, , Sringer-Verlag (1997). [8] Sears W. M., "Crossover or Mutation", Proceedings o Foundations o Genetic Algorithms 2, Morgan Kaumann (1993). [9] Srinivas, M., Patnaik, L. M., "Adative Probabilities o Crossover and Mutation in Genetic Algorithms", IEEE Transactions on Systems, Man and Cybernetics, Vol. 24, No. 4., , IEEE (1994). [10] Stanhoe S.A., Daida J.M., "An Individually Variable Mutation-Rate Strategy", Proceedings o the Sixth Annual Conerence on Evolutionary Programming (1997). [11] Thierens D., "Adative Mutation Control Schemes in Genetic Algorithms", Proceedings o Congress on Evolutionary Comuting, IEEE (2002). Reerences [1] Bäck T., "Otimal Mutation Rates in Genetic Search", Proceedings o 5th International Conerence on Genetic Algorithms, Morgan Kaumann (1993). [2] Eiben A. E., Smith J. E., Introduction to Evolutionary Comuting, Sringer-Verlag, Berlin Heidelberg New York (2003). [3] Goldberg D. E., Genetic Algorithms in Search Otimization and Machine Learning, Addison Wesley (1989). [4] Hinterding R., Gielewski H., Peachey T. C., "The Nature o Mutation in Genetic Algorithms", Proceedings o the 6th International Conerence on Genetic Algorithms, , Morgan Kaumann (1995).

A Gene Based Adaptive Mutation Strategy for Genetic Algorithms

A Gene Based Adaptive Mutation Strategy for Genetic Algorithms A Gene Based Adaptive Mutation Strategy for Genetic Algorithms Sima Uyar, Sanem Sariel, and Gulsen Eryigit Istanbul Technical University, Electrical and Electronics Faculty Department of Computer Engineering,

More information

Three-dimensional design against fatigue failure and the implementation of a genetic algorithm

Three-dimensional design against fatigue failure and the implementation of a genetic algorithm K. Krishnaillai and R. Jones Three-dimensional design against fatigue failure and the imlementation of a genetic algorithm K. KRISHNAPILLAI and R. JONES CIEAM, Deartment of Mechanical Engineering Monash

More information

FOR RENEWABLE ENERGY IN A REAL TIME SYSTEM

FOR RENEWABLE ENERGY IN A REAL TIME SYSTEM International Journal o Mechanical Engineering and Technology (IJMET) Volume 9, Issue 2, December 208, 22 28, Article ID: IJMET_09_2_ Available online at htt://wwwia aemecom/ijmet/issuesas?jtyeijmet&vtye

More information

Optimization design for tuning PID controller by using Genetic Algorithms

Optimization design for tuning PID controller by using Genetic Algorithms Vol.5., ssue.4, 7 RESEARCH ARTCLE SSN: 3-7758 Otimization design for tuning PD controller by using Genetic Algorithms Fouad Shaer Tahir Al-azawi Lecturer, Det of alied sciences, University of Technology,

More information

Solving Flexible Multi-objective JSP Problem Using A Improved Genetic Algorithm

Solving Flexible Multi-objective JSP Problem Using A Improved Genetic Algorithm JOURNAL OF SOFTWARE, VOL. 5, NO. 10, OCTOBER 2010 1107 Solving Flexible Multi-objective JSP Problem Using A Imroved Genetic Algorithm Meng Lan 1, Ting-rong Xu 2, Ling Peng 3 College o comuter science,

More information

Hybrid Black Hole Algorithm for Bi-Criteria Job Scheduling on Parallel Machines

Hybrid Black Hole Algorithm for Bi-Criteria Job Scheduling on Parallel Machines I.J. Intelligent Systems and Alications, 2016, 4, 1-17 Published Online Aril 2016 in MECS (htt://www.mecs-ress.org/) DOI: 10.5815/ijisa.2016.04.01 Hybrid Black Hole Algorithm for Bi-Criteria Job Scheduling

More information

CHARACTERIZATION OF MATERIAL DUCTILITY BY MICROVOID NUCLEATION PARAMETERS

CHARACTERIZATION OF MATERIAL DUCTILITY BY MICROVOID NUCLEATION PARAMETERS Proceedings o the 9 th Risø International Zhang, Ødegård, Symosium Thaulow on Materials Science: Modelling o Structure and Mechanics o Materials rom Microscale to Product. Editors: J. V. Carstensen, T.

More information

Planning and Design of Flex-Route Transit Services

Planning and Design of Flex-Route Transit Services Transortation Research Record 1791 59 Paer No. 2-2324 Planning and Design of Flex-Route Transit Services Liing Fu A theoretical investigation is resented of various issues involved in the lanning and design

More information

Adaptive Mutation with Fitness and Allele Distribution Correlation for Genetic Algorithms

Adaptive Mutation with Fitness and Allele Distribution Correlation for Genetic Algorithms Adaptive Mutation with Fitness and Allele Distribution Correlation for Genetic Algorithms Shengxiang Yang Department of Computer Science University of Leicester University Road, Leicester LE 7RH, UK s.yang@mcs.le.ac.uk

More information

Evaluation of cyclic plasticity models of multi-surface and non-linear hardening by an energy-based fatigue criterion

Evaluation of cyclic plasticity models of multi-surface and non-linear hardening by an energy-based fatigue criterion Journal o Mechanical Science and Technology 24 (6) (2010) 1255~1260 www.sringerlin.com/content/178-494x DOI 10.1007/s12206-010-09-y Evaluation o cyclic lasticity models o multi-surace and non-linear hardening

More information

SENSITIVITY ANALYSIS OF GAS TURBINE FUEL CONSUMPTION WITH RESPECT TO TURBINE STAGE EFFICIENCY. K. MAZAHERI Aerospace Engineering Department,

SENSITIVITY ANALYSIS OF GAS TURBINE FUEL CONSUMPTION WITH RESPECT TO TURBINE STAGE EFFICIENCY. K. MAZAHERI Aerospace Engineering Department, Proceedings o the AME 22 International Mechanical Engineering Congress & Exosition IMECE22 ovember 9-5, 22, Houston, exas, UA IMECE22-89956 EIIVIY AALYI OF GA URBIE FUEL COUMPIO WIH REPEC O URBIE AGE EFFICIECY

More information

CHARACTERISTIC OF THE INSERT JOINT STRENGTH OF COMPOSITE SANDWICH PANEL OF FORMOSAT-5 REMOTE SENSING INSTRUMENT

CHARACTERISTIC OF THE INSERT JOINT STRENGTH OF COMPOSITE SANDWICH PANEL OF FORMOSAT-5 REMOTE SENSING INSTRUMENT CHARACTERISTIC OF THE INSERT JOINT STRENGTH OF COMOSITE SANDWICH ANEL OF FORMOSAT-5 REMOTE SENSING INSTRUMENT Mei-Yi YANG*, Heng-Chuan HUNG, and Jen-Chueh Kuo National Sace Organization, 8F, 9 roserity

More information

Quality. Mokhtari. for improving. characteristic, to an out- select the. in-control. of quality. in a. classical. .iust.ac.ir/

Quality. Mokhtari. for improving. characteristic, to an out- select the. in-control. of quality. in a. classical. .iust.ac.ir/ International Journal Industrial Engineering & Production Research (16 Setember 16, Volume 7, Number 3. 75-85 htt://ijiepr..iust.ac.ir/ Simultaneous Otimization Production and Deterioration Process Quality

More information

Measurement of air pressure fluctuations at lower levels in a high-rise drainage stack

Measurement of air pressure fluctuations at lower levels in a high-rise drainage stack Measurement of air ressure fluctuations at lower levels in a high-rise drainage stack W.L. Woo(), K.W. Mui(2), C.L. Cheng(3), L.T. Wong(4), W.J. Liao(5) (4) beltw@olyu.edu.hk (),(2),(4) Deartment of Building

More information

MODELLING OF MATERIAL BEHAVIOUR FOR INCONEL 718 SUPERALLOY USING EXPERIMENTAL DATA 1. INTRODUCTION

MODELLING OF MATERIAL BEHAVIOUR FOR INCONEL 718 SUPERALLOY USING EXPERIMENTAL DATA 1. INTRODUCTION Journal of Machine Engineering, Vol. 17, No. 3, 217 Received: 3 January 217 / Acceted: 1 June 217 / Published online: 28 Setember 217 modeling, machining, constitutive model Piotr NIESLONY 1* Wit GRZESIK

More information

Fatigue based structural design optimization implementing a generalized Frost-Dugdale crack growth law

Fatigue based structural design optimization implementing a generalized Frost-Dugdale crack growth law Proceedings of the 2007 WSEAS International Conference on Comuter Engineering and Alications, Gold Coast, Australia, January 17-19, 2007 490 Fatigue based structural design otimization imlementing a generalized

More information

Application of Experimental Design in Uncertainty Quantification

Application of Experimental Design in Uncertainty Quantification Alication of Exerimental Design in Uncertainty Quantification Rahman M. Hassanour Geostatistical modeling is widely used for satial modeling in resence of sarse data. There is uncertainty in the inut geostatistical

More information

Technical note: Determination of the Johnson-Cook material parameters using the SCS specimen

Technical note: Determination of the Johnson-Cook material parameters using the SCS specimen Manuscrit Click here to download Manuscrit: EXME_rev1.doc 1 1 1 1 1 1 1 1 1 1 Technical note: Determination of the Johnson-Cook material arameters using the SCS secimen A. Dorogoy* and D. Rittel Mechanical

More information

Abstract Title:An investigation of time buffer into the fundamentals of critical chain project management: A behavioral perspective

Abstract Title:An investigation of time buffer into the fundamentals of critical chain project management: A behavioral perspective Abstract Number:008-0056 Abstract Title:An investigation of time buffer into the fundamentals of critical chain roject management: A behavioral ersective Authors information : Name: Min Zhang Organization:

More information

On the Proportionality of Damage Rule in Finite Element Simulations of the Ductile Failure

On the Proportionality of Damage Rule in Finite Element Simulations of the Ductile Failure Advanced Materials Research Submitted: 4-5-5 ISSN: 66-8985, Vol. 98, 89-93 Acceted: 4-5-5 doi:.48/www.scientiic.net/amr.98.89 Online: 4-6-3 4 Trans Tech Publications, Switzerland On the Proortionality

More information

Retail Pricing and Day-Ahead Demand Response in Smart Distribution Networks

Retail Pricing and Day-Ahead Demand Response in Smart Distribution Networks Intelligence Systems in Electrical Engineering, 4 th year, No. 4, Winter 2014 23 Retail Pricing and Day-Ahead Demand Resonse in Smart Distribution Networks Shaghayegh Yousefi 1 and GholamReza Yousefi 2

More information

Three-Level Service Contract between Manufacturer, Agent and Customer (Game Theory Approach)

Three-Level Service Contract between Manufacturer, Agent and Customer (Game Theory Approach) Proceedings of the 0 International Conference on Industrial Engineering and Oerations Management Istanbul, Turkey, July 6, 0 Three-evel Service Contract between Manufacturer, Agent and Customer (Game Theory

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors e are IntechOen, the world s leading ublisher of Oen Access books Built by scientists, for scientists 4,000 116,000 120M Oen access books available International authors and editors Downloads Our authors

More information

Analyzing the effects of surface distribution of pores in cell electroporation for a cell membrane containing cholesterol

Analyzing the effects of surface distribution of pores in cell electroporation for a cell membrane containing cholesterol Analyzing the effects of surface distribution of ores in cell electrooration for a cell membrane containing cholesterol Prati Shil 1,3, Salil Bidaye, Pandit B. Vidyasagar 1 1 Biohysics Laboratory, Deartment

More information

DILUTE PHASE VERTICAL PNEUMATIC CONVEYING OF CORK STOPPERS

DILUTE PHASE VERTICAL PNEUMATIC CONVEYING OF CORK STOPPERS DILUTE PHASE VERTICAL PNEUMATIC CONVEYING OF CORK STOPPERS R. Barbosa a, and C. Pinho b a DEMGI Escola Suerior de Tecnologia de Viseu Camus Politécnico de Reeses 3504-510, Viseu, Portugal rbarbosa@demgi.estv.iv.t

More information

SELECTING AN OPTIMAL SET OF KEYWORDS FOR SEARCH ENGINE ADVERTISING

SELECTING AN OPTIMAL SET OF KEYWORDS FOR SEARCH ENGINE ADVERTISING International Journal of Industrial Engineering, 22(1), 62-79, 2015 SELECTING AN OPTIMAL SET OF KEYWORDS FOR SEARCH ENGINE ADVERTISING Minhoe Hur 1, Songwon Han 1, Hongtae Kim 1, and Sungzoon Cho 1,* 1

More information

In-Situ Detection of Inclusions in Liquid Steel

In-Situ Detection of Inclusions in Liquid Steel Excert rom the Proceedings o the COMSOL Conerence 8 Boston In-Situ Detection o Inclusions in Liquid Steel Xiaodong Wang, Roderick I.L.Guthrie* and Mihaiela Isac *Corresonding author: Director, McGill Metals

More information

A Sequential Order Picking and Loading System for Outbound Logistics Operations

A Sequential Order Picking and Loading System for Outbound Logistics Operations A Sequential Order Picking and Loading System for Outbound Logistics Oerations K.L. Choy, G.T.S. Ho, H.Y. Lam, Canhong Lin, T.W. Ng Deartment of Industrial and Systems Engineering, the Hong Kong Polytechnic

More information

* Ravi Gor 1 and Ashok Patel 2. * Author for Correspondence

* Ravi Gor 1 and Ashok Patel 2. * Author for Correspondence A SINGLE PERIOD MODEL WHERE THE LOST SALES RECAPTURE IS A FUNCTION OF log m 1 r Ravi Gor 1 and Ashok Patel 2 1 Dr. Baba Saheb Ambedkar Oen University, Gujarat 2 P.S. Science and H. D Patel Arts College,

More information

Private Information and Endogenous Matching in Supply Chains: Theory and Experiments

Private Information and Endogenous Matching in Supply Chains: Theory and Experiments Private Information and Endogenous Matching in Suly Chains: Theory and Exeriments Andrew M. Davis Samuel Curtis Johnson Graduate School of Management, Cornell SC Johnson College of Business, Cornell University,

More information

Effect of fouling on thermal and hydraulic parameter of Shell and Tube Heat exchanger

Effect of fouling on thermal and hydraulic parameter of Shell and Tube Heat exchanger Eect o ouling on thermal and hydraulic arameter o Shell and Tube Heat exchanger Rahul Kr. Gautam, Kumar 1 Nirmal S. Parmar, Biin G. Vyas 3 1 MSc. Process Engineering (ursuing), Czech Technical University,

More information

Simulation the hydrodynamic behavior of binary solid-liquid fluidized beds

Simulation the hydrodynamic behavior of binary solid-liquid fluidized beds Journal o Materials and Environmental Sciences ISSN : 2028-2508 JMES, 2017 Volume 8, Issue 7, Page 2522-2529 Coyright 2017, University o Mohammed Premier Oujda Morocco htt://www.jmaterenvironsci.com/ Simulation

More information

Accumulation of Biomass and Mineral Elements with Calendar Time by Corn: Application of the Expanded Growth Model

Accumulation of Biomass and Mineral Elements with Calendar Time by Corn: Application of the Expanded Growth Model Accumulation of Biomass and Mineral Elements with Calendar Time by Corn: Alication of the Exanded Growth Model Allen R. Overman, Richard V. Scholtz III* Agricultural & Biological Engineering Deartment,

More information

Criteria for Mixed-Mode Fracture Prediction in Ductile Material

Criteria for Mixed-Mode Fracture Prediction in Ductile Material Criteria for Mixed-Mode Fracture rediction in Ductile Material N. Recho, S. Ma, X.B. Zhang University of Blaise ascal, IUT of Montluçon. B2235, Av. A. Briand, 03100, Montluçon, France recho@moniut.univ-bclermont.fr

More information

P.-A. Eggertsen a,b, Kjell Mattiasson a,b, Mats Larsson c,d

P.-A. Eggertsen a,b, Kjell Mattiasson a,b, Mats Larsson c,d A COMPREHENISVE ANALYSIS OF BENCHMARK 4: PRE-STRAIN EFFECT ON SPRINGBACK OF D DRAW BENDING P.-A. Eggertsen a,b, Kjell Mattiasson a,b, Mats Larsson c,d a Div. of Material and Comutational Mechanics, Det.

More information

Size independence of UHPC ductility

Size independence of UHPC ductility Size indeendence of UHPC ductility E. Chuang & F.J. Ulm Massachusetts Institute of Technology, Cambridge, Massachusetts, U.S.A. ABSTRACT: This aer examines the size effects in UHPC tensile behavior. It

More information

ANALYSIS OF MINI-LOOP HEAT PIPE BEHAVIOUR USING NANOFLUID. Roger R. Riehl

ANALYSIS OF MINI-LOOP HEAT PIPE BEHAVIOUR USING NANOFLUID. Roger R. Riehl Abstract ANALYSIS OF MINI-LOOP HEAT PIPE BEHAVIOUR USING NANOFLUID Roger R. Riehl National Institute for Sace Research INPE - Sace Mechanics and Control Division-DMC Av dos Astronautas 1758, 12227-010

More information

Capacity Planning Based on Scenario Tree and Passenger Motion Equation (IKIA and MIA)

Capacity Planning Based on Scenario Tree and Passenger Motion Equation (IKIA and MIA) Journal of Geotechnical and Transortation Engineering Volume 1 Issue 2 Caacity Planning Based on Scenario Tree and Passenger Motion Equation (IKIA and MIA) Shabaniveri et al. Received 7/23/2015 Acceted

More information

MODELLING TIME PERIOD CHOICE IN LARGE-SCALE HIERARCHICAL DEMAND MODELS: SOME PROBLEMS AND A SOLUTION

MODELLING TIME PERIOD CHOICE IN LARGE-SCALE HIERARCHICAL DEMAND MODELS: SOME PROBLEMS AND A SOLUTION MODELLING TIME PERIOD CHOICE IN LARGE-SCALE HIERARCHICAL DEMAND MODELS: SOME PROBLEMS AND A SOLUTION Andrew Gordon, Mott MacDonald Andrew Daly, RAND Euroe and Institute for Transort Studies, Leeds John

More information

Resolve issues with process capability indexes, business metrics

Resolve issues with process capability indexes, business metrics 3.4 Per Million BY Forrest W. Breyfogle III Insight or Folly? Resolve issues with rocess caability indexes business metrics In lean Six Sigma much training effort is sent on conveying the imortance of

More information

Mamoru Kohno 1 and Fuminobu Ozaki 2

Mamoru Kohno 1 and Fuminobu Ozaki 2 Fire-Resistance o Steel eam oints Connected by High Strength olts by amoru Kohno 1 and Fuminobu Ozaki 2 ASTRACT Full-scale ire resistance exeriments on rotected steel beams with a bolted connection were

More information

A Mathematical Model for Train Routing and Scheduling Problem with Fuzzy Approach

A Mathematical Model for Train Routing and Scheduling Problem with Fuzzy Approach Proceedings of the 202 International Conference on Industrial Engineering and Oerations Management Istanbul, Turey, July 3 6, 202 A Mathematical Model for Train Routing and Scheduling Problem with Fuzzy

More information

Models for Estimating the Deformation Capacities of Reinforced Concrete Columns

Models for Estimating the Deformation Capacities of Reinforced Concrete Columns ECAS International Symosium on Structural and Earthquake Engineering, October 4,, Middle East Technical University, Ankara, Turkey Models for Estimating the Deformation Caacities of Reinforced Concrete

More information

Dynamic Response of Structure under Blast Load

Dynamic Response of Structure under Blast Load Journal o Civil Engineering and Architecture 10 (2016) 421-429 doi: 10.17265/1934-7359/2016.04.004 D DAVID PUBLISHING Dnamic Resonse o Structure under Blast Load Daniel Makovicka 1 and Jr. Daniel Makovicka

More information

PERFORMANCE COMPARISON OF VARIOUS COOLANTS FOR LOUVERED FIN TUBE AUTOMOTIVE RADIATOR

PERFORMANCE COMPARISON OF VARIOUS COOLANTS FOR LOUVERED FIN TUBE AUTOMOTIVE RADIATOR THERMAL SCIENCE: Year 2017, Vol. 21, No. 6B,. 2871-2881 2871 PERFORMANCE COMPARISON OF VARIOUS COOLANTS FOR LOUVERED FIN TUBE AUTOMOTIVE RADIATOR by Rashmi Rekha SAHOO *, Pradyumna GHOSH, and Jahar SARKAR

More information

Experimental sizing and assessment of two-phase pressure drop correlations for a capillary tube with transcritical and subcritical carbon dioxide flow

Experimental sizing and assessment of two-phase pressure drop correlations for a capillary tube with transcritical and subcritical carbon dioxide flow Journal of Physics: Conference Series OPEN ACCESS Exerimental sizing and assessment of two-hase ressure dro correlations for a illary tube with transcritical and subcritical carbon dioxide flow To cite

More information

Modeling Nanoindentation using the Material Point Method

Modeling Nanoindentation using the Material Point Method Moeling Nanoinentation using the Material Point Metho Cha C. Hammerquist an John A. Nairn Woo Science an Engineering, Oregon State University, Corvallis, OR 97330, USA 1. SUPPLEMENTAL MATERIAL The ublishe

More information

ESQUIVEL S.C., LEIVA H. A., GALLARD, R.H.

ESQUIVEL S.C., LEIVA H. A., GALLARD, R.H. SELF-ADAPTATION OF PARAMETERS FOR MCPC IN GENETIC ALGORITHMS ESQUIVEL S.C., LEIVA H. A., GALLARD, R.H. Proyecto UNSL-338403 1 Departamento de Informática Universidad Nacional de San Luis (UNSL) Ejército

More information

Moisture Risks in Multi-layered Walls - Comparison of COMSOL Multiphysics and WUFI PLUS Models with Experimental Results

Moisture Risks in Multi-layered Walls - Comparison of COMSOL Multiphysics and WUFI PLUS Models with Experimental Results Moisture Risks in Multi-layered Walls - Comarison of COMSOL Multihysics and WUFI PLUS Models with Exerimental Results A. Ozolins 1*, A. Jakovics 1, A. Ratnieks 1 1 Laboratory for Mathematical Modelling

More information

Performance-based optimal design and rehabilitation of water distribution networks using life cycle costing

Performance-based optimal design and rehabilitation of water distribution networks using life cycle costing WATER RESOURCES RESEARCH, VOL. 44,, doi:10.1029/2006wr005316, 2008 Performance-based otimal design and rehabilitation of water distribution networks using life cycle costing Nirmal Jayaram 1,2 and K. Srinivasan

More information

APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION

APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION M. Kavoosi 1, B.shafiee 2 1 Department of Computer Engineering, Izeh Branch, Islamic Azad University, Izeh, Iran 1 E-mail address: Hakavoosi@yahoo.com

More information

A discrete event model for the control and analysis of complex automated warehouse systems

A discrete event model for the control and analysis of complex automated warehouse systems 2011 IEEE Conference on Automation Science and Engineering Trieste, Italy - Augus4-27, 2011 ThB2.1 A discrete event model for the control and analysis of comlex automated warehouse systems F. Basile and

More information

Comparison of Two Nonlinear Predictive Control Algorithms for Dissolved Oxygen Tracking Problem at WWTP

Comparison of Two Nonlinear Predictive Control Algorithms for Dissolved Oxygen Tracking Problem at WWTP Journal of Automation, Mobile Robotics & Intelligent Systems VOLUME, N 6 Comarison of Two Nonlinear Predictive Control Algorithms for Dissolved Oxygen Tracking Problem at WWTP Submitted: 8 th June 5; acceted:

More information

Expansion of operating room (OR) capacity and

Expansion of operating room (OR) capacity and Tactical Decision Making or Selective Exansion o Oerating Room Resources Incororating Financial Criteria and Uncertainty in Subsecialties Future Workloads Franklin Dexter, MD, PhD, Johannes Ledolter, PhD,

More information

BEARING CAPACITY OF JACKED PILES IN A LAYERED SOIL PROFILE INTRODUCTION

BEARING CAPACITY OF JACKED PILES IN A LAYERED SOIL PROFILE INTRODUCTION EARIG CAPACITY OF JACKE PILES I A LAYERE SOIL PROFILE Peter W. Mitchell URS Australia Pty Ltd, Adelaide Oice ASTRACT The bearing caacity o large scale jacked iles in layered soils is develoed rom theoretical

More information

VALIDATION OF A FULLY-MIXED MODEL FOR SIMULATING GAS-FIRED WATER STORAGE TANKS. Weimin Wang, Ian Beausoleil-Morrison, Martin Thomas, Alex Ferguson

VALIDATION OF A FULLY-MIXED MODEL FOR SIMULATING GAS-FIRED WATER STORAGE TANKS. Weimin Wang, Ian Beausoleil-Morrison, Martin Thomas, Alex Ferguson VALIDATION OF A FULLY-MIXED MODEL FOR SIMULATING GAS-FIRED WATER STORAGE TANKS Weimin Wang, Ian Beausoleil-Morrison, Martin Thomas, Alex Ferguson CANMET Energy Technology Center, Natural Resources Canada

More information

Direct Inelastic Earthquake Design Using Secant Stiffness

Direct Inelastic Earthquake Design Using Secant Stiffness Direct Inelastic Earthquake Design Using Secant Stiffness Honggun Park and Taesung Eom ABSTRACT A new earthquake design method erforming iterative calculations with secant stiffness was develoed. Since

More information

Assessing the Impact of Future Personalised Public Transport

Assessing the Impact of Future Personalised Public Transport CASPT 2018 Extended Abstract Assessing the Imact of Future Personalised Public Transort Yu Jiang Avishai (Avi) Ceder Abstract The urose of this study is to assess the otential imact of future ersonalised

More information

Fatigue life prediction for finite ratchetting of bellows at cryogenic temperatures

Fatigue life prediction for finite ratchetting of bellows at cryogenic temperatures LHC Project Note 012 1995-11-14 (skoczen@cernvm.cern.ch) Fatigue life rediction for finite ratchetting of bellows at cryogenic temeratures B. Skoczen, T. urtyka, J.C. Brunet, A. Poncet, A. Jacquemod MT/ESH

More information

Multi Product Multi Period Aggregate Production Planning in an Uncertain Environment

Multi Product Multi Period Aggregate Production Planning in an Uncertain Environment Global Science and Technology Journal Vol. 4. o. 1. Setember 2016 Issue. P. 1 19 Multi Product Multi Period Aggregate Production Planning in an Uncertain Environment Md. Mohibul Islam * and Md. Mosharraf

More information

THE SHIP STOWAGE PLANNING PROBLEM

THE SHIP STOWAGE PLANNING PROBLEM THE SHIP STOWAGE PLANNING PROBLEM M. F. Monaco (a), M. Sammarra (b) (a) Dartimento di Elettronica, Informatica e Sistemistica Università della Calabria Via P. Bucci 41-C, 87036 Rende (CS) Italy (b) Dartimento

More information

SIMULATION OF LCM PROCESSES USING CELLULAR AUTOMATS

SIMULATION OF LCM PROCESSES USING CELLULAR AUTOMATS SIMULATION OF LCM PROCESSES USING CELLULAR AUTOMATS M. Henne 1 and G.A. Barandun 1 1 University of Alied Science Raerswil HSR, Institute for Material Science and Plastic Processing, Oberseestrasse 10,

More information

INFLUENCE OF THE CONCRETE MECHANICAL PROPERTIES ON THE EFFICACY OF THE SHEAR STRENGTHENING INTERVENTION ON RC BEAMS BY NSM TECHNIQUE

INFLUENCE OF THE CONCRETE MECHANICAL PROPERTIES ON THE EFFICACY OF THE SHEAR STRENGTHENING INTERVENTION ON RC BEAMS BY NSM TECHNIQUE Asia-Pacic Conerence on FRP in Structures (APFIS 27) S.T. Smith (ed) 27 International Institute or FRP in Construction INFLUENCE OF THE CONCRETE MECHANICAL PROPERTIES ON THE EFFICACY OF THE SHEAR STRENGTHENING

More information

OPEN DATA DEVELOPMENT OF COUNTRIES: GLOBAL STATUS AND TRENDS. Esmeralda Florez Ramos

OPEN DATA DEVELOPMENT OF COUNTRIES: GLOBAL STATUS AND TRENDS. Esmeralda Florez Ramos OPEN DATA DEVELOPMENT OF COUNTRIES: GLOBAL STATUS AND TRENDS Esmeralda Florez Ramos Technische Universität Berlin, Faculty of Economics and Management, Chair of Innovation Economics Fraunhofer Institute

More information

On the demand distributions of spare parts

On the demand distributions of spare parts DePaul University From the SelectedWorks of Nezih Altay Aril, On the demand distributions of sare arts A A Syntetos, University of Salford M Z Babai, King Saud University Nezih Altay, DePaul University

More information

INVESTIGATION ON THE RELATIONSHIP BETWEEN FLOW PATTERN AND AIR AGE

INVESTIGATION ON THE RELATIONSHIP BETWEEN FLOW PATTERN AND AIR AGE INVESTIGATION ON THE RELATIONSHIP BETWEEN FLOW PATTERN AND AIR AGE Xianting LI, Xin WANG, Xiaofeng LI and Ying LI Deartment of Thermal Engineering, Tsinghua University Beiing, 184, P.R. China ABSTRACT

More information

DESIGN OF SC COMPOSITE WALLS FOR PROJECTILE IMPACT: LOCAL FAILURE

DESIGN OF SC COMPOSITE WALLS FOR PROJECTILE IMPACT: LOCAL FAILURE Transactions, SMiRT-22 DESIGN OF SC COMPOSITE WALLS FOR PROJECTILE IMPACT: LOCAL FAILURE Jakob C. Bruhl 1, Amit H. Varma 2, and William H. Johnson 3 1 Graduate Student, School of Civil Engineering, Purdue

More information

A MODEL OF COGENERATION PLANTS BASED ON SMALL-SIZE GAS TURBINES THE MODEL

A MODEL OF COGENERATION PLANTS BASED ON SMALL-SIZE GAS TURBINES THE MODEL A MODEL OF COGENERAION PLANS BASED ON SMALL-SIZE GAS URBINES S. Banetta, M. Iolito*, D. Poli, A. Possenti University o Pisa, Italy. * University o Palermo, Italy A dynamic mathematical model o a generic

More information

Economic Evaluation of Transformer Selection in Electrical Power Systems

Economic Evaluation of Transformer Selection in Electrical Power Systems Economic Evaluation of Transformer Selection in Electrical Power Systems Eleftherios I. Amoiralis, Marina A. Tsili, Antonios G. Kladas Φ Abstract Owning to deregulation, rivatization and cometition, estimating

More information

Environmental Engineering Technologies (2013)

Environmental Engineering Technologies (2013) Directions: (Print on legal size aer) Ga Analysis for 201 s Secondary : Indicate the level the student will be able to erform the standard when leaving the rogram for each of the s Point: Indicate where

More information

The Effect of Job Satisfaction of the Talented Employees on Organizational Commitment: A Field Research

The Effect of Job Satisfaction of the Talented Employees on Organizational Commitment: A Field Research Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 58 ( 2012 ) 322 330 8 th International Strategic Management Conference The Effect of Job Satisfaction of the Talented

More information

Reputation Based Buyer Strategy For Seller Selection For Both Frequent and Infrequent Purchases

Reputation Based Buyer Strategy For Seller Selection For Both Frequent and Infrequent Purchases Reutation Based Buyer Strategy For Seller Selection For Both Frequent and Infrequent Purchases Abstr. Previous research in the area of buyer strategies for choosing sellers in ecommerce markets has focused

More information

PI Control of a Continuous Bio-Reactor

PI Control of a Continuous Bio-Reactor PI Control of a Continuous Bio-Reactor Rudy Agustriyanto Deartment of Chemical Engineering, Faculty of Engineering, University of Surabaya (UBAYA), Surabaya, Indonesia; *Corresonding Author: rudy.agustriyanto@staff.ubaya.ac.id.

More information

Comparison of ANFIS and ANN for Estimation of Biochemical Oxygen Demand Parameter in Surface Water

Comparison of ANFIS and ANN for Estimation of Biochemical Oxygen Demand Parameter in Surface Water Comarison of AFIS and A for Estimation of Biochemical Oxygen Demand Parameter in Surface Water S. Areerachakul Abstract owadays, several techniques such as; Fuzzy Inference System (FIS) and eural etwork

More information

Multistage Cross-Sell Model of Employers in the Financial Industry

Multistage Cross-Sell Model of Employers in the Financial Industry Paer 4-8 Multistage Cross-Sell Model of Emloyers in the Financial Industry Kwan Park and Steve Donohue The Princial Financial Grou ABSTRACT This aer details the stes to develo a multistage cross-sell model

More information

Theoretical Evaluation of Ejector- Based Heat Pump Cycles for cold climates

Theoretical Evaluation of Ejector- Based Heat Pump Cycles for cold climates - 1 - Theoretical Evaluation of Ejector- Based Heat Pum Cycles for cold climates Ridha Ben Mansour 1 a,*, Mohamed Ouzzane 2 a, Zine Aidoun 3 a a CanmetENERGY, Natural Resources Canada, 1615 Lionel Boulet

More information

Heat-Integrated Water Allocation Network Synthesis for Industrial Parks

Heat-Integrated Water Allocation Network Synthesis for Industrial Parks 475 A ublication of CMICAL NGINRING TRANSACTIONS VOL. 61 17 Guest ditors: Petar S Varbanov Rongxin Su on Loong Lam Xia Liu Jiří J Klemeš Coyright 17 AIDIC Servizi S.r.l. ISBN 978-88-95608-51-8; ISSN 2283-9216

More information

ON THE USE OF THE TDR TRIME-TUBE SYSTEM FOR PROFILING WATER CONTENT IN SOILS.

ON THE USE OF THE TDR TRIME-TUBE SYSTEM FOR PROFILING WATER CONTENT IN SOILS. ON THE USE OF THE TDR TRIME-TUBE SYSTEM FOR PROFILING WATER CONTENT IN SOILS. Jean-Paul Laurent, Pierre Ruelle 2, Laurent Delage 2, Nathalie Bréda 3, André Chanzy 4, Claude Chevallier 5 Laboratoire d'étude

More information

An Analysis of Profit and Consumer Surplus Implications of Resale

An Analysis of Profit and Consumer Surplus Implications of Resale An Analysis of Profit and Consumer Surlus Imlications of Resale Qiong Wang 1, Jon M. Peha, Marvin A. Sirbu 3 Abstract When a monooly carrier rovides multile services(voice, data, video) through a single

More information

Study of the anti-sand sucker rod pump

Study of the anti-sand sucker rod pump IOP Conerence Series: Materials Science and Engineering PAPER OPEN ACCESS Study o the anti-sand sucker rod um To cite this article: Hangxin Wei et al 2017 IOP Con. Ser.: Mater. Sci. Eng. 207 012081 View

More information

HYDRODYNAMIC MODELING OF A DIRECT CONTACT HEAT EXCHANGER USED FOR BIO OIL CONDENSATION

HYDRODYNAMIC MODELING OF A DIRECT CONTACT HEAT EXCHANGER USED FOR BIO OIL CONDENSATION Ninth International Conference on CFD in the Minerals and Process Industries CSIRO, Melbourne, Australia 10-1 December 01 HYDRODYNAMIC MODELING OF A DIRECT CONTACT HEAT EXCHANGER USED FOR BIO OIL CONDENSATION

More information

HERNANDEZ, ROSENBAUM & FARIS. 35th WEDC International Conference, Loughborough, UK, 2011

HERNANDEZ, ROSENBAUM & FARIS. 35th WEDC International Conference, Loughborough, UK, 2011 35th WEDC International Conference, Loughborough, UK, 2011 THE FUTURE OF WATER, SANITATION AND HYGIENE: INNOVATION, ADAPTION AND ENGAGEMENT IN A CHANGING WORLD Combining sanitation and hand washing romotion:

More information

A Hybrid Method of Feature Extraction for Tumor Classification Using Microarray Gene Expression Data

A Hybrid Method of Feature Extraction for Tumor Classification Using Microarray Gene Expression Data A Hybrid Method o Feature Extraction or Tumor Classiication Using Microarray Gene Exression Data Sitanshu Sehar Sahu a, Ganaati Panda b, Ramchandra Bari c a National Institute o Technology, Rourela, Odisha,

More information

AN INVESTIGATION INTO RELIABILITY BASED METHODS TO INCLUDE RISK OF FAILURE IN LIFE CYCLE COST ANALYSIS OF REINFORCED CONCRETE BRIDGE REHABILITATION

AN INVESTIGATION INTO RELIABILITY BASED METHODS TO INCLUDE RISK OF FAILURE IN LIFE CYCLE COST ANALYSIS OF REINFORCED CONCRETE BRIDGE REHABILITATION AN INVESTIGATION INTO RELIABILITY BASED METHODS TO INCLUDE RISK OF FAILURE IN LIFE CYCLE COST ANALYSIS OF REINFORCED CONCRETE BRIDGE REHABILITATION A thesis submitted in fulfillment of the requirements

More information

Finite Element Analysis of Plasticity- Induced Fatigue Crack Closure with Singular Element

Finite Element Analysis of Plasticity- Induced Fatigue Crack Closure with Singular Element American Journal of Alied ciences 4 (6): 357-361, 27 IN 1546-9239 27 cience Publications Finite Element Analysis of Plasticity- Induced Fatigue Crack Closure with ingular Element 1 Rahgozar R., 1 affari

More information

A RATIONAL APPROACH TO SEISMIC QUALIFICATION TESTING OF NONSTRUCTURAL BUILDING COMPONENTS

A RATIONAL APPROACH TO SEISMIC QUALIFICATION TESTING OF NONSTRUCTURAL BUILDING COMPONENTS 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 2004 Paer No. 3059 A RATIONAL APPROACH TO SEISMIC QUALIFICATION TESTING OF NONSTRUCTURAL BUILDING COMPONENTS Jeffrey

More information

Lagged Impact of Information Technology on Organizational Productivity

Lagged Impact of Information Technology on Organizational Productivity Association for Information Systems AIS Electronic Library (AISeL) AMCIS 24 Proceedings Americas Conference on Information Systems (AMCIS) December 24 Lagged Imact of Information Technology on Organizational

More information

A Branch-and-Cut Algorithm to Solve the Container Storage Problem

A Branch-and-Cut Algorithm to Solve the Container Storage Problem A Branch-and-Cut Algorithm to Solve the Container Storage Problem dèye Fatma diaye University of Le Havre Le Havre, France e-mail: farlou@live.fr Adnan Yassine Suerior institute of logistic studies Le

More information

ICE JET TECHNOLOGY MARKO JERMAN 1, ANDREJ LEBAR 1,2, IZIDOR SABOTIN 1, PAVEL DRESAR 1, JOSKO VALENTINCIC 1

ICE JET TECHNOLOGY MARKO JERMAN 1, ANDREJ LEBAR 1,2, IZIDOR SABOTIN 1, PAVEL DRESAR 1, JOSKO VALENTINCIC 1 ICE JET TECHNOLOGY MARKO JERMAN 1, ANDREJ LEBAR 1,, IZIDOR SABOTIN 1, PAVEL DRESAR 1, JOSKO VALENTINCIC 1 1 University of Ljubljana, Faculty of Mechanical Engineering, Slovenia University of Ljubljana,

More information

ISSN : (Print) INVESTIGATION OF USING DIFFERENT FLUIDS FOR USING IN GAS TURBINE- RANKINE CYCLE

ISSN : (Print) INVESTIGATION OF USING DIFFERENT FLUIDS FOR USING IN GAS TURBINE- RANKINE CYCLE Indian J.Sci.Res.1(2) : 74-81, 2014 ISSN:2250-0138(Online) ISSN : 0976-2876 (Print) INVESTIGATION OF USING DIFFERENT FLUIDS FOR USING IN GAS TURBINE- RANKINE CYCLE MOHAMMAD JAMAL ABADI a, PAYAM HOOSHMAND

More information

Permanent City Research Online URL:

Permanent City Research Online URL: Thomas, P.J. & Chrystal, A. (3). Retail rice otimisation from sarse demand data. American Journal of Industrial and Business Management, 3(3),. 95-36. doi:.436/ajibm.3.3335 City Research Online Original

More information

INFLUENCE OF RECYCLED VEGETABLE FIBRES ON THE FRESH PROPERTIES OF PASTES FORMULATED FROM SELF COMPACTING CONCRETE

INFLUENCE OF RECYCLED VEGETABLE FIBRES ON THE FRESH PROPERTIES OF PASTES FORMULATED FROM SELF COMPACTING CONCRETE 5th International RILEM Symosium on Self-Comacting Concrete 3-5 Setember 2007, Ghent, Belgium INFLUENCE OF RECYCLED VEGETABLE FIBRES ON THE FRESH PROPERTIES OF PASTES FORMULATED FROM SELF COMPACTING CONCRETE

More information

Reliability analysis of sustainable storm water drainage systems

Reliability analysis of sustainable storm water drainage systems Urban Water II 149 Reliability analysis of sustainable storm water drainage systems N. Ursino Deartment ICEA, University of Padova, Italy Abstract The water balance of develoed land is associated with

More information

A METAEVOLUTIONARY APPROACH IN SEARCHING OF THE BEST COMBINATION OF CROSSOVER OPERATORS FOR THE TSP

A METAEVOLUTIONARY APPROACH IN SEARCHING OF THE BEST COMBINATION OF CROSSOVER OPERATORS FOR THE TSP A METAEOLTIONAY AOAC IN SEACING OF TE BEST COMBINATION OF COSSOE OEATOS FO TE TS MAJAN MENI, MATEJ ý5(3,1â(.iljem ä80(5 niversity of Maribor Faculty of Electrical Engineering and Computer Science Smetanova

More information

OPTIMUM ENERGY MANAGEMENT OF PEM FUEL CELL SYSTEMS BASED ON MODEL PREDICTIVE CONTROL

OPTIMUM ENERGY MANAGEMENT OF PEM FUEL CELL SYSTEMS BASED ON MODEL PREDICTIVE CONTROL E3S Web of Conferences 16 10003 (017) OPTIMUM ENERGY MANAGEMENT OF PEM FUEL CELL SYSTEMS BASED ON MODEL PREDICTIVE CONTROL Chrysovalantou Ziogou (1) Michael C. Georgiadis () Syros Voutetakis (1) Simira

More information

Mathematical Sciences. Bristol BS16 1QY. UK

Mathematical Sciences. Bristol BS16 1QY. UK This article was downloaded by:[university of the West of England] [University of the West of England] On: 9 May 27 Access Details: [subscrition number 76948632] Publisher: Taylor & Francis Informa Ltd

More information

Optimal Groundwater Exploitation and Pollution Control

Optimal Groundwater Exploitation and Pollution Control Otimal Groundwater Exloitation and ollution ontrol Andrea Bagnera c, Marco Massabò a, Riccardo Minciardi a,b, Luca Molini a, Michela Robba a,b,*, Roberto Sacile a,b a IMA- Interuniversity enter of Research

More information

Shape control of SMA embedded GFRP beam using continuous sliding mode controller

Shape control of SMA embedded GFRP beam using continuous sliding mode controller Indian Journal of Engineering & Materials Sciences Vol. 22, February 2015,. 7-13 Shae control of SMA embedded GFRP beam using continuous sliding mode controller P Senthilkumar*, S Jayasankar, Satisha &

More information

Software for Automatic Control System for Dechromation of Tannery Waste

Software for Automatic Control System for Dechromation of Tannery Waste Software for Automatic Control System for Dechromation of Tannery Waste DOLINAY J., DOSTÁLEK P., VAŠEK V., KOLOMAZNÍK K., JANÁČOVÁ D. Abstract - This aer deals with imlementation of software system which

More information

Thermal Experiments in Direct Metal Laser Sintering

Thermal Experiments in Direct Metal Laser Sintering Thermal Exeriments in Direct Metal Laser Sintering Mr. C. Martin Taylor, rof. Thomas H.C. Childs School of Mechanical Engineering, University of Leeds, Leeds LS 9JT, UK Email: mencmt@leeds.ac.uk; Tel.

More information