PERFORMANCE BASED DESIGN SYSTEM FOR CONCRETE MIXTURE WITH MULTI-OPTIMIZING GENETIC ALGORITHM

Size: px
Start display at page:

Download "PERFORMANCE BASED DESIGN SYSTEM FOR CONCRETE MIXTURE WITH MULTI-OPTIMIZING GENETIC ALGORITHM"

Transcription

1 PERFORMANCE BASED DESIGN SYSTEM FOR CONCRETE MIXTURE WITH MULTI-OPTIMIZING GENETIC ALGORITHM Takafumi Noguchi 1, Iei Maruyama 1 and Manabu Kanematsu 1 1 Deartment of Architecture, University of Tokyo, Tokyo, Jaan. noguchi@bme.arch.t.u-tokyo.ac.j ABSTRACT This aer resents a method for otimizing concrete mixture roortions according to the required erformance and also resents several case studies. Since various qualities are usually required of concrete, we characterize the roortioning roblems as multi-criteria otimization roblems. We dealt with the notion of Pareto otimality to derive the otimum solution and alied it to a genetic algorithm. In this contribution, two roortioning roblems are solved by the genetic algorithm: a request of cost-erformance at 60 MPa in strength as a simle roblem, and a concrete mix for mass concrete in cold weather at the coast. 1. INTRODUCTION Concrete is required to exhibit erformance corresonding with alied environment. And nowadays, thanks to technological rogress, it is ossible to make the concrete meet those requirements. However, there has been no established method. Only a few attemts [1][2] have so far been made in relation to these roblems. The main reason for few outcomes is that a wide variety of mixture roortions are ossible and there is no way to otimize mathematically the roblem under many criteria, which are reresented by objective functions. This contribution describes the method of otimizing mixture roortions of concrete by alication of the Genetic Algorithm (GA) and several engineering models reresenting the relationshi between the roerties of concrete and mix roortions. Proortioning roblems cannot be solved by the usual methods that consist of searching for the best solution with a single objective function, such as linear rogramming roblems and nonlinear rogramming roblems. The reason for this imossibility is that various erformances are required of concrete corresonding to the environments in which the concrete is used, and it is imossible to exress the lural requests in a single objective function. It follows from the features of the roortioning roblem mentioned above that a roortioning roblem is considered to be a multicriteria otimization roblem. 2. HOW TO APPLY GENETIC ALGORITHM TO MULTI-CRITERIA PROBLEMS 2.1 Genetic Algorithms Genetic algorithms are otimizing, learning and searching algorithms based on the mechanism of natural selection and natural genetics. What is imortant in GA is that it is unnecessary to develo a method to solve the target roblem. Because GA can solve the roblem with the relative evaluation of the non-inferior set and is easier to formulate rules of evaluation than any other existing method, GA is widely alied to the engineering field, esecially to combination roblems. Since roortioning is a tye of combination roblem, there is a good reason to aly GA. Proceedings of the 11 th International Congress on the Chemistry of Cement (ICCC) May 2003, Durban, South Africa Cement s Contribution to the Develoment in the 21 st Century ISBN Number: Hosted by: The Cement and Concrete Institute of South Africa Editors: Dr G. Grieve and G. Owens CD-ROM roduced by: Document Transformation Technologies Congress Organised by: Event Dynamics

2 In GA genotye is the arameter set, which means a vector in the set of otimization roblem, coded as a finite-length string with binary digits. The simle string is called individual. To aly GA to a roortioning roblem, the genotye is designed to reresent various comonents and various mixture roortions (see Fig.1). The genotye consists of two arts. One is a coded binary string and the other is a database containing comonents such as cement, aggregate, admixtures, and so on. As demonstrated in Figure 1, the string has linkage arts and volumetric ratio arts. The linkage arts have a connection to the database, which is used when the fitness is calculated with volumetric ratios. The volumetric ratio arts show the volumes of comonents in concrete as comonent/water ratios. In reality, the binary string is fixed as 256 bytes whereas it is not shown in Figure 1. The algorithms make a henotye, which demonstrates characteristic form and quality in the designed system, from each individual according to its genotye. Each designed genotye has its henotye. In our system, the term henotye means the concrete roerties and erformance that are estimated from mixture roortions coded in the genotye. The kinds of concrete roerties and erformance are also shown in Figure 1. Prediction formulas are formulated statistically for each roerty. Figure 1. Schematic of GA alied for roortioning roblem Fitness value gives the numerical evaluation of each individual and each henotye in the designed system. According to the fitness values, which can be lural in Pareto otimality roblem, an individual in the oulation reresenting the set of individuals will be reroduced with crossover and mutation from generation to generation. Thus the individuals in the set become fitted under alied environment. In the develoed algorithm, suitable functions are designed to meet the way of erformance requesting and those are shown in Figure 2 together with the equations. U is the arameter reresenting the required erformance of concrete mixture and T is the arameters

3 that determine shae of function. These two arameters exress the allowable range of requirements for erformance. Figure 2. Fitness function and its shaes 2.2 Genetic Algorithms Alied to Multi-criteria Problem In multi-criteria otimization, the notion of otimality is not obvious at all. For examle, it is difficult to comare strength with fluidity. There does not exist the way to evaluate and comare different things. But the concet of Pareto otimality hels the evaluation of multile criteria in a rational way. The Pareto otimal set is defined as stated below. When a vector x is artially less than y and all criteria are minimizing criteria, the mathematical exression of the vector x in the Pareto otimal set is: ( x< y) = ( i)( x < y ) ( i)( x < y ) i i i i (1) Under the condition of equation (1), oint x dominates oint y. If the oint is not dominated by any other, that oint is non-inferior. The set of these non-inferior oints is what we call a Pareto otimal set. According to this definition, if there is a oint, which is not less than any other oints by all criteria, only the best oint will get a good evaluation. If there is no such a oint, a set of non-inferior oints, which trade off one of the set of oints for another, will be evaluated as good. To aly genetic algorithms to a multi-criteria roblem, an algorithm that can derive the Pareto otimal set is develoed. Goldberg [3] had designed similar algorithms. Imrovement on Goldberg s algorithms and alication to the roortioning roblem are conducted. The develoed rogram alied to concrete mixture roblem is named MixGA. The rogram-flow of MixGA is detailed as follows. 1. Assume that there exist P criteria and N individuals 2. Make N individuals randomly. 3. Select criterion No. 1 and determine the fitness value of each individual's genotye. Choose arents A and B with the roulette method in which the robability of its selection is in roortion to fitness value. Crossover A and B, and reroduce child C and child D. 4. Reeat stes (2) and (3) from criteria No. 1 to No. P.

4 5. After getting N individuals in the new oulation (child generation) and N individuals in the old oulation (arent generation). 6. Produce a temorary generation with the child and arent generations. 7. Mutate genes by reversing the number at certain loci arbitrarily with a constant robability of 1%. (Loci is the lural word of locus. Locus means the osition of the gene.) 8. Select Pareto individuals from the temorary generation and make the next generation that consists of N individuals. Reduction rule of oulation is dominated by two roles below. (i) If the number of Pareto individuals is less than N, then reserve all the Pareto individuals. U to the number of all individuals becomes N, select individuals one by one from the rest with the criteria No. 1 to No. P. The robability of selection is in roortion to their fitness value. This method intends that the good genes in the remainder should be carried on in the next generation. (ii) On the other hand, if the number of Pareto individuals is N or more, select individuals from the Pareto individuals according to criteria No. 1 to No. P. The robability of selection is in roortion to their fitness in order. 9. Iterate stes (2) to (8) until the given number of times. 10. Conduct final selection. The algorithm detailed above is characterized by the evolution of oulation with highly evaluated genes and Pareto otimal conditions. The highly evaluated individual has a good feature in a art of the binary string. And these arts of a binary string in individuals are inherited to next generation exlicitly. An individual in the next generation inherits several good arts of a binary string that can be highly evaluated through henotye. This rocess of evolution makes it ossible to find out the otimal concrete mixture among an almost infinite number of combinations of materials and roortions; otherwise the rocess can be a random search and that will fail. But it should be noted, however, that a Pareto otimum set is a set of non-inferior oints. This definition imlies it is ossible that the evolved oulation has individuals, which have an outstanding erformance by a certain erformance criterion in exchange for bad fitness values of the others. The Pareto set conditions do not rovide a single exact solution but hel to search for an otimal set widely. Because of this undesirable asect of Pareto otimality, the concet of metaroerty is used. In MixGA the average of fitness values of target roerties is used as one of roerties and this kind of roerty of individual is called meta-roerty. With the meta-roerty concet it is ossible to inherit another ossibility in gene that shows balancing in target roerties of concrete to the next generation. Besides a final rocess of evaluation, a final selection is conducted using the fitness values and eliminating the individuals that do not meet the required erformance. 3. TRIAL OF MIXGA The followings are two case studies, in which the mixture roortion of concrete is otimized under required conditions by using MixGA. 3.1 Case study 1 In case study 1, simle cost erformance roblem of strength roerty is examined. In detail, the concrete is required to have 60 MPa, Slum 18 cm and lower cost. Other roerties are less significant Prediction of Strength of Concrete As is mentioned above, redicting functions that enable us to calculate the roerties of concrete with any mix roortion are formulated. Regarding the strength roerties of concrete, the

5 formulating is artially based on the theoretical aroach and artially based on the statistical aroach. The formulas used are shown below. Strength of mortar: F = ( a( B/ W) + b) K m where F m denotes the strength of mortar, a, b and K denote material arameter deending on cement, W denotes the water content er unit weight [kg/m 3 ], and B denotes the summation of cement and admix content er unit weight [kg/m 3 ]. In this contribution 4 kinds of cement are formulated; namely Ordinary Portland Cement (OPC), Low Heat Cement (LHC), Moderate Heat Cement (MHC) and High Early Strength Cement (HESC). (2) Effect of coarse aggregate on strength: 1 V rg = 1 d 1 e B / W + f LogX LogA W / B ( ( ) ( )) (3) where r g denotes the effect of coarse aggregate on strength, d, e and f denote material arameter deending on aggregate, V denotes the volume of coarse aggregate er unit weight, X denotes the maximum size of coarse aggregate and A denotes the minimum size of aggregate that is able to affect the loss of strength. Effect of tye of coarse aggregate focused on the aste interface: rg 2 = k (4) where r g2 denotes the effect of coarse aggregate tye and k denotes the material arameter of aggregate tye deending on crushed aggregate (CR) or gravel (GR). Effect of air content: r = 1 k V air 2 air (5) where r air denotes the effect of air content on strength, k 2 denotes the arameter deending on water to binder ratio and tye of coarse aggregate, and V air denotes the volume of air er unit volume of concrete. Effect of addition of Ground Granulated Blast furnace Slag (GGBS): X < 0.3: 3/2 1 X rmix = 1 + ( g( X2 h) ) + ( lx2 + m) X X 0.3: X 0.3 r0.3 ( a1 X2 + b1 ) 0.4 (6) (7) where r mix denotes the effect of admixture on strength, g, h, l, m, a 1, b 1 denote the material arameter, X denotes the relacement ratio, X 1 denotes the water to binder ratio, X 2 denotes secific surface area of slag and r 0.3 denotes the value calculated by equation (6) with X of 0.3.

6 Effect of addition of Fly-Ash (FA): ( ) X < 0.45: r = 1 a X b X mix X 0.45 r mix = (8) (9) where r mix denotes the effect of admix on strength, a 2 and b 2 denote the material arameter, X denotes the relacement ratio and X 1 denotes the water to binder ratio. Effect of addition of Silica Fume (SF): X > 0.2 r = 1+ X mix X 0.2 r mix = 1.2 (10) (11) where r mix denotes the effect of admix on strength, X denotes the relacement ratio. Strength of Concrete: F = F r r r r c m g g2 air mix (12) where F c denotes the strength of concrete Prediction of cone slum Function for redicting of the value of cone slum is develoed statistically with rheological aroach. Kikukawa [4] roosed equation (13), which exresses the rheological arameters of cement aste at 20 o C that are lastic viscosity and yield value, as a function of solid content of cement and volumetric density of cement aste. This exression was on the basis of study of Roscoe [5]. Plastic viscosity of cement aste: η V = ηw 1 c ( KV 1 + K2) (13) where η denotes lastic viscosity of cement aste [Pa s], ηw denotes lastic viscosity of water, V denotes volumetric density of cement aste, c denotes solid content of cement, K 1,K 2 denote constants affected by the roerties of the cement aste and 12.0 are used resectively. Yield value : τ = aη + b (14) where τ denotes yield value of cement aste [Pa], a and b denote constant arameters and are used resectively

7 Temerature effect on the rheological arameters: η = η T + η T τ = 3.03τ T + τ T (15) (16) where η 20 denotes lastic viscosity of cement aste at 20 o C, τ 20 denotes yield value of cement aste at 20 o C, T denotes temerature, η T denotes lastic viscosity of cement aste at T o C and τ T denotes yield value of cement aste at T o C. Effect of admixtures and additions: Collecting the result of exeriments, the effects of the contents on the rheological arameters are integrated into the formulas statistically. radmix, fi ( X) r η =, Gi ( X) admix τ = (17) (18) where radmix, η and radmix, τ are the coefficient of viscosity and yield value deending on the admixtures and X is the admixture to cement ratio. In this contribution, 4 tye of admixtures are formulated; namely High Range Water Reducer (HRWR), AE agent (AE), Accerelator (AC) and Retarder (RE) radd, f j ( X) η = (19) radd, τ = Gj ( X) (20) where radd, η and radd, τ are the coefficient of viscosity and yield value deending on the addition and X denotes the relacement ratio. Solid content of aggregate: Ooi [6] investigated the comlex nature of acking articles with random shae and wide grading, and develoed mathematical model redicting the comacted bulk density of aggregate. This model is exressed as a second order olynomial of the sieve residuals as follows: Z n n = Aij Xi X j (21) i j where Z denotes solid content of combined fine aggregate and coarse aggregate, A ij is coefficient reresenting the acking erformance of combined aggregates of two different diameter, X i and X j exress volumetric ratios of the aggregates at the reresentative sieve sizes. Rheological arameters of fresh concrete: Recently Oh [7] found a henomenon that the rheological arameters of fresh concrete have good correlation to a relative thickness of excess aste on the basis of excess aste theory develoed by Kennedy [8]. The relation between the relative thickness of excess aste and the rheological arameters of fresh concrete is formulated as follows:

8 P = 1 V / Z e Γ= n i a P e nsd i i i (22) (23) where P e denotes volume of excess aste, V a is volume of aggregate, Γ denotes relative thickness of excess aste, ni is number of aggregate of size i, s i denotes surface area of each aggregate of size i, D i is diameter of aggregate of size i. Using relative thickness of excess aste and rheological arameters of cement aste, the viscosity and yield value of concrete can be calculated. c 1.69 ( ) η = η + Γ τ = τ + Γ c 2.22 ( ) (23) (24) where η c denotes lastic viscosity of fresh concrete and τ c denotes yield value of fresh concrete Cone slum: Using the exerimental data of slum redicted rheological values, the regression curve is formulated as the function of yield value and arameter of mix roortion as below: 1 S = a Ln( τ ) + b 1 + W / B 3 c 3 (25) where S denotes the value of slum, a 3 and b 3 are coefficients Costs In this roblem, the function of cost is simly the summation of material cost. 3.2 Case study 2 In case 2, assuming that construction site is in cool temerate zone and average temerature is 10 o C, concrete is required 15 cm of slum, 40 MPa of strength, 6.0x10-4 of drying shrinkage, 35 o C of adiabatic temerature rise at 7 day for mass concrete. Additionally 100 of durability factor, which means relative dynamic modulus of elasticity after 300 cycles of freezing and thawing actions, and 5.0x10-8 of Chlorides-diffusion-coefficient are required strictly. The other arameters are less imortant Adiabatic temerature rise Adiabatic temerature rise is modelled as follows: Q= Q (1 Ex( γ t)) Q = a4b + b4 (26) (27) γ = ab+ b 5 5 where Q denotes the adiabatic temerature rise at t day, a 4, b 4, a 5 and b 5 denote the material arameters and B denotes the weight of binder er unit volume. (28)

9 3.3 Results The required arameters of concrete in both cases are summarised in the same Table 1. Durability factor Chlorides diffusion coefficient Carbonation seed coefficient Table 1. Required erformances Strength Young's modulus Adiabatic Drying temeratur shrinkage e rise Initial setting Final setting Unit cm 2 /year cm/year 0.5 MPa GPa 10-6 K hour hour cm Yen Case E Case E Slum Cost Case 1: After running the MixGA with 120 individuals and 100 generations, mix roortions shown in Tables 2 are derived regarding with case 1. As final selection, elimination of the individuals, which do not meet required erformance of strength and slum simultaneously, is conducted. Additionally in the final selection, as an index of cost erformance, a value of strength divided by cost is used. Three mix roortions listed in Table 2 are to-to-third in strength-cost index. In left of Figure 3 shows the degree of conformity of three mix roortions listed in Table 2. Among three roortions, mix A has the best strength-cost index. It should be noted that, as is shown in left grah of Figure 3, mix C is much cheaer than mix A. The value of strength of mix A is higher than that of mix C. But in MixGA both mix A and Mix C is evaluated equally and they survive selections from generation to generation. Table 2. Pareto otimal mixture roortions derived by MixGA W/B Water Cement (tye) Addition (tye) Fine aggregate (tye) Coarse aggregate (tye) Admixture 1 (tye) Admixture 2 (tye) Case 1 A (OPC) 52 (GGBS) 936 (CR) 987 (GR) B (HESC) 76 (GGBS) 967 (CR) 925 (GR) (AC) (AE) C (MHC) 52 (GGBS) 962 (CR) 921 (CR) (AE) D (LHC) (CR) 898 (CR) (HRWR) (AE) Case 2 E (LHC) (CR) 893 (CR) (HRWR) (AE) F (LHC) (CR) 906 (CR) (HRWR) (AE) G (MHC) (CR) 898 (CR) (HRWR) (AE) Figure 3. Ratio between henotye and required erformance of concrete mixtures derived by MixGA

10 Case 2: After running the MixGA with 140 individuals and 200 generations with meta-roerty concet, mix roortions shown in Tables 2 are derived regarding with case 2. As final selection, elimination of the individuals, which do not meet required erformance of strength, slum, drying shrinkage, chlorides diffusion coefficient, durability factor and adiabatic temerature simultaneously, is conducted. In right of Figure 3 shows the degree of conformity of four mix roortions listed in Table 2. As shown in Figure 3, almost all the mixtures meet the required erformance. It should be noted here that mix E has low value in slum and this mix is evaluated equally from the Pareto otimal oint of view. If only the Pareto otimization is used, it is ossible that such undesirable individual that do not have good value in all several roerties is able to survive the selection. The genetic algorithm with the notion of Pareto otimality has a good otential in initial convergence tendency but it has a risk of undesirable acceleration in a few roerties as well. With meta roerty concet, which disareciate the rominence and unbalancing it is ossible to derive the sufficient set of mixture roortions. Using the suitable fitness function and evaluation method is imortant to get sufficient set. 4. CONCLUSIONS The results of this contribution are summarized as follows: 1. A genetic algorithm system integrating the concet of Pareto otimality, which is named MixGA, was develoed for solving multicriteria otimization roblems in concrete mix roortioning. 2. As shown in the examles resented in this study, MixGA can derive the aroriate mix roortions from the vast combinations of sorts of content and roortions of mixture to exlore. This system is maintained by suitable fitness evaluation, reasonable reroduction and correct rediction formulas. 3. The genetic algorithm with the notion of Pareto otimality has a good otential in initial convergence tendency but it has a risk of undesirable acceleration in a few roerties as well. Using meta roerty concet, it is ossible to comensate for this risk of the notion of Pareto otimality. REFERENCES [1] Marks, W. and Potrzebowski, J., Multicriteria otimization of structual concretemixes, Architecture and Civil Engineering 38(4), 1992, [2] Piasta, Z. and Czarneski, L., Analysis of material efficiency of resin concrete. in Brittle Matrix Comosite, Elsevier Allied Science London and New York, 1989, [3] Goldberg, A. E., Genetic Algorithms in Search Otimization & Machine Learning, Addison Wesley, 1989, [4] Kikukawa, H., Studies on viscosity equation of Portland cement aste, Journal of Material, Concrete Structure and Pavements, V-2, 354, 1985, (In Jaanese) [5] Roscoe, R., The Viscosity of Susension of Rigid Sheres, British Jouranl of Alied Physics, Vol.3, 1952, [6] Ooi, T., Comarted bulk density of aggregate with random shae and widely ranged article size distribution, Journal of Structure and Construction Engineering. AIJ, No.423, 1991, (In Jaanese) [7] Oh, S. G.., Noguchi, T., and Tomosawa, F., Toward Mix Design for Rheology of Self-Comacting Concrete, 1st International RILEM Symosium on Self-Comacting Concrete, Stockholm, 1999, [8] Kennedy, C.T., The Design of Concrete Mixes, Proceedings of the American Concrete Institute, Vol.36, 1940,

Optimization of Mix Proportion of Concrete under Various Severe Conditions by Applying the Genetic Algorithm

Optimization of Mix Proportion of Concrete under Various Severe Conditions by Applying the Genetic Algorithm Optimization of Mix Proportion of Concrete under Various Severe Conditions by Applying the Genetic Algorithm Ippei Maruyama, Manabu Kanematsu, Takafumi Noguchi and Fuminori Tomosawa University of Tokyo,

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

General Linear Model Introduction, Classes of Linear models and Estimation

General Linear Model Introduction, Classes of Linear models and Estimation Stat 740 General Linear Model Introduction, Classes of Linear models and Estimation An aim of scientific enquiry: To describe or to discover relationshis among events (variables) in the controlled (laboratory)

More information

FE FORMULATIONS FOR PLASTICITY

FE FORMULATIONS FOR PLASTICITY G These slides are designed based on the book: Finite Elements in Plasticity Theory and Practice, D.R.J. Owen and E. Hinton, 1970, Pineridge Press Ltd., Swansea, UK. 1 Course Content: A INTRODUCTION AND

More information

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process P. Mantalos a1, K. Mattheou b, A. Karagrigoriou b a.deartment of Statistics University of Lund

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

POWER DENSITY OPTIMIZATION OF AN ARRAY OF PIEZOELECTRIC HARVESTERS USING A GENETIC ALGORITHM

POWER DENSITY OPTIMIZATION OF AN ARRAY OF PIEZOELECTRIC HARVESTERS USING A GENETIC ALGORITHM International Worksho SMART MATERIALS, STRUCTURES & NDT in AEROSPACE Conference NDT in Canada 11-4 November 11, Montreal, Quebec, Canada POWER DENSITY OPTIMIZATION OF AN ARRAY OF PIEZOELECTRIC HARVESTERS

More information

Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise. IlliGAL Report No November Department of General Engineering

Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise. IlliGAL Report No November Department of General Engineering Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise Brad L. Miller Det. of Comuter Science University of Illinois at Urbana-Chamaign David E. Goldberg Det. of General Engineering University

More information

8.7 Associated and Non-associated Flow Rules

8.7 Associated and Non-associated Flow Rules 8.7 Associated and Non-associated Flow Rules Recall the Levy-Mises flow rule, Eqn. 8.4., d ds (8.7.) The lastic multilier can be determined from the hardening rule. Given the hardening rule one can more

More information

VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES

VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES Journal of Sound and Vibration (998) 22(5), 78 85 VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES Acoustics and Dynamics Laboratory, Deartment of Mechanical Engineering, The

More information

Actual exergy intake to perform the same task

Actual exergy intake to perform the same task CHAPER : PRINCIPLES OF ENERGY CONSERVAION INRODUCION Energy conservation rinciles are based on thermodynamics If we look into the simle and most direct statement of the first law of thermodynamics, we

More information

Genetic variation of polygenic characters and the evolution of genetic degeneracy

Genetic variation of polygenic characters and the evolution of genetic degeneracy Genetic variation of olygenic characters and the evolution of genetic degeneracy S. A. FRANK Deartment of Ecology and Evolutionary Biology, University of California, Irvine, CA, USA Keywords: mutation;

More information

The Binomial Approach for Probability of Detection

The Binomial Approach for Probability of Detection Vol. No. (Mar 5) - The e-journal of Nondestructive Testing - ISSN 45-494 www.ndt.net/?id=7498 The Binomial Aroach for of Detection Carlos Correia Gruo Endalloy C.A. - Caracas - Venezuela www.endalloy.net

More information

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm Gabriel Noriega, José Restreo, Víctor Guzmán, Maribel Giménez and José Aller Universidad Simón Bolívar Valle de Sartenejas,

More information

Comparative study on different walking load models

Comparative study on different walking load models Comarative study on different walking load models *Jining Wang 1) and Jun Chen ) 1), ) Deartment of Structural Engineering, Tongji University, Shanghai, China 1) 1510157@tongji.edu.cn ABSTRACT Since the

More information

16. CHARACTERISTICS OF SHOCK-WAVE UNDER LORENTZ FORCE AND ENERGY EXCHANGE

16. CHARACTERISTICS OF SHOCK-WAVE UNDER LORENTZ FORCE AND ENERGY EXCHANGE 16. CHARACTERISTICS OF SHOCK-WAVE UNDER LORENTZ FORCE AND ENERGY EXCHANGE H. Yamasaki, M. Abe and Y. Okuno Graduate School at Nagatsuta, Tokyo Institute of Technology 459, Nagatsuta, Midori-ku, Yokohama,

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 8 focus on multilication. Daily Unit 1: Rational vs. Irrational

More information

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population Chater 7 and s Selecting a Samle Point Estimation Introduction to s of Proerties of Point Estimators Other Methods Introduction An element is the entity on which data are collected. A oulation is a collection

More information

Pressure-sensitivity Effects on Toughness Measurements of Compact Tension Specimens for Strain-hardening Solids

Pressure-sensitivity Effects on Toughness Measurements of Compact Tension Specimens for Strain-hardening Solids American Journal of Alied Sciences (9): 19-195, 5 ISSN 1546-939 5 Science Publications Pressure-sensitivity Effects on Toughness Measurements of Comact Tension Secimens for Strain-hardening Solids Abdulhamid

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE THE 19 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE K.W. Gan*, M.R. Wisnom, S.R. Hallett, G. Allegri Advanced Comosites

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

DIFFERENTIAL evolution (DE) [3] has become a popular

DIFFERENTIAL evolution (DE) [3] has become a popular Self-adative Differential Evolution with Neighborhood Search Zhenyu Yang, Ke Tang and Xin Yao Abstract In this aer we investigate several self-adative mechanisms to imrove our revious work on [], which

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

A New GP-evolved Formulation for the Relative Permittivity of Water and Steam

A New GP-evolved Formulation for the Relative Permittivity of Water and Steam ew GP-evolved Formulation for the Relative Permittivity of Water and Steam S. V. Fogelson and W. D. Potter rtificial Intelligence Center he University of Georgia, US Contact Email ddress: sergeyf1@uga.edu

More information

The non-stochastic multi-armed bandit problem

The non-stochastic multi-armed bandit problem Submitted for journal ublication. The non-stochastic multi-armed bandit roblem Peter Auer Institute for Theoretical Comuter Science Graz University of Technology A-8010 Graz (Austria) auer@igi.tu-graz.ac.at

More information

SHAPE OPTOMIZATION OF H-BEAM FLANGE FOR MAXIMUM PLASTIC ENERGY DISSIPATION

SHAPE OPTOMIZATION OF H-BEAM FLANGE FOR MAXIMUM PLASTIC ENERGY DISSIPATION The Fourth China-Jaan-Korea Joint Symosium on Otimization of Structural and Mechanical Systems Kunming, Nov. 6-9, 2006, China SHAPE OPTOMIZATION OF H-BEAM FLANGE FOR MAXIMUM PLASTIC ENERGY DISSIPATION

More information

Statics and dynamics: some elementary concepts

Statics and dynamics: some elementary concepts 1 Statics and dynamics: some elementary concets Dynamics is the study of the movement through time of variables such as heartbeat, temerature, secies oulation, voltage, roduction, emloyment, rices and

More information

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS Proceedings of DETC 03 ASME 003 Design Engineering Technical Conferences and Comuters and Information in Engineering Conference Chicago, Illinois USA, Setember -6, 003 DETC003/DAC-48760 AN EFFICIENT ALGORITHM

More information

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i Comuting with Haar Functions Sami Khuri Deartment of Mathematics and Comuter Science San Jose State University One Washington Square San Jose, CA 9519-0103, USA khuri@juiter.sjsu.edu Fax: (40)94-500 Keywords:

More information

An Improved Calibration Method for a Chopped Pyrgeometer

An Improved Calibration Method for a Chopped Pyrgeometer 96 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 17 An Imroved Calibration Method for a Choed Pyrgeometer FRIEDRICH FERGG OtoLab, Ingenieurbüro, Munich, Germany PETER WENDLING Deutsches Forschungszentrum

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

Minimum Fluidization Velocities of Binary- Solid Mixtures: Model Comparison

Minimum Fluidization Velocities of Binary- Solid Mixtures: Model Comparison Vol:4, No:3, 00 Minimum Fluidization Velocities of Binary- Solid Mixtures: Model Comarison Mohammad Asif International Science Index, Chemical and Molecular Engineering Vol:4, No:3, 00 waset.org/publication/5950

More information

A Study on Calculation of Rutting Depth of Pavement Asphalt Concrete Layer In Under Vietnam Conditions

A Study on Calculation of Rutting Depth of Pavement Asphalt Concrete Layer In Under Vietnam Conditions A Study on alculation of Rutting Deth of Pavement Ashalt oncrete Layer In Under Vietnam onditions ao-thang Pham Le-Qui-Don Tecnical University, Vietnam. Hoang-Long Nguyen University of Transort Technology,

More information

ANALYTICAL MODEL FOR THE BYPASS VALVE IN A LOOP HEAT PIPE

ANALYTICAL MODEL FOR THE BYPASS VALVE IN A LOOP HEAT PIPE ANALYTICAL MODEL FOR THE BYPASS ALE IN A LOOP HEAT PIPE Michel Seetjens & Camilo Rindt Laboratory for Energy Technology Mechanical Engineering Deartment Eindhoven University of Technology The Netherlands

More information

Estimation of component redundancy in optimal age maintenance

Estimation of component redundancy in optimal age maintenance EURO MAINTENANCE 2012, Belgrade 14-16 May 2012 Proceedings of the 21 st International Congress on Maintenance and Asset Management Estimation of comonent redundancy in otimal age maintenance Jorge ioa

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem An Ant Colony Otimization Aroach to the Probabilistic Traveling Salesman Problem Leonora Bianchi 1, Luca Maria Gambardella 1, and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno, Switzerland

More information

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK Towards understanding the Lorenz curve using the Uniform distribution Chris J. Stehens Newcastle City Council, Newcastle uon Tyne, UK (For the Gini-Lorenz Conference, University of Siena, Italy, May 2005)

More information

NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS

NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS Tariq D. Aslam and John B. Bdzil Los Alamos National Laboratory Los Alamos, NM 87545 hone: 1-55-667-1367, fax: 1-55-667-6372

More information

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling Scaling Multile Point Statistics or Non-Stationary Geostatistical Modeling Julián M. Ortiz, Steven Lyster and Clayton V. Deutsch Centre or Comutational Geostatistics Deartment o Civil & Environmental Engineering

More information

Unsupervised Hyperspectral Image Analysis Using Independent Component Analysis (ICA)

Unsupervised Hyperspectral Image Analysis Using Independent Component Analysis (ICA) Unsuervised Hyersectral Image Analysis Using Indeendent Comonent Analysis (ICA) Shao-Shan Chiang Chein-I Chang Irving W. Ginsberg Remote Sensing Signal and Image Processing Laboratory Deartment of Comuter

More information

Variable Selection and Model Building

Variable Selection and Model Building LINEAR REGRESSION ANALYSIS MODULE XIII Lecture - 38 Variable Selection and Model Building Dr. Shalabh Deartment of Mathematics and Statistics Indian Institute of Technology Kanur Evaluation of subset regression

More information

Topology Optimization of Three Dimensional Structures under Self-weight and Inertial Forces

Topology Optimization of Three Dimensional Structures under Self-weight and Inertial Forces 6 th World Congresses of Structural and Multidiscilinary Otimization Rio de Janeiro, 30 May - 03 June 2005, Brazil Toology Otimization of Three Dimensional Structures under Self-weight and Inertial Forces

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Genetic Algorithm Based PID Optimization in Batch Process Control

Genetic Algorithm Based PID Optimization in Batch Process Control International Conference on Comuter Alications and Industrial Electronics (ICCAIE ) Genetic Algorithm Based PID Otimization in Batch Process Control.K. Tan Y.K. Chin H.J. Tham K.T.K. Teo odelling, Simulation

More information

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment Neutrosohic Sets and Systems Vol 14 016 93 University of New Mexico Otimal Design of Truss Structures Using a Neutrosohic Number Otimization Model under an Indeterminate Environment Wenzhong Jiang & Jun

More information

SAMARIS. Draft report

SAMARIS. Draft report SAMARIS Work Package 5 - Performance based secifications Selection and evaluation of models for rediction of ermanent deformations of unbound granular materials in road avements Draft reort Pierre Hornych

More information

738 SCIENCE IN CHINA (Series A) Vol. 46 Let y = (x 1 x ) and the random variable ß m be the number of sibs' alleles shared identity by descent (IBD) a

738 SCIENCE IN CHINA (Series A) Vol. 46 Let y = (x 1 x ) and the random variable ß m be the number of sibs' alleles shared identity by descent (IBD) a Vol. 46 No. 6 SCIENCE IN CHINA (Series A) November 003 The otimal design for hyothesis test and its alication in genetic linkage analysis IE Minyu (Λ Ξ) 1; & LI Zhaohai ( Π ) 1. Deartment of Statistics,

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell February 10, 2010 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

Adiabatic Shear Bands in Simple and Dipolar Plastic Materials

Adiabatic Shear Bands in Simple and Dipolar Plastic Materials Adiabatic Shear Bands in Simle and Diolar Plastic Materials T W \-1RIGHT us Army Ballistic Research Laboratory Aberdeen Proving Ground, MD 215 R C BATRA University of Missouri-Rolla Rolla, Missouri 6541

More information

DEPARTMENT OF ECONOMICS ISSN DISCUSSION PAPER 20/07 TWO NEW EXPONENTIAL FAMILIES OF LORENZ CURVES

DEPARTMENT OF ECONOMICS ISSN DISCUSSION PAPER 20/07 TWO NEW EXPONENTIAL FAMILIES OF LORENZ CURVES DEPARTMENT OF ECONOMICS ISSN 1441-549 DISCUSSION PAPER /7 TWO NEW EXPONENTIAL FAMILIES OF LORENZ CURVES ZuXiang Wang * & Russell Smyth ABSTRACT We resent two new Lorenz curve families by using the basic

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

Improving the Nomad microscopic walker model Mario Campanella*. Serge Hoogendoorn* Winnie Daamen*

Improving the Nomad microscopic walker model Mario Campanella*. Serge Hoogendoorn* Winnie Daamen* th IFAC Symosium on Transortation Systems Redondo Beach, CA, USA, Setember -4, 9 Imroving the Nomad microscoic walker model Mario Camanella*. Serge Hoogendoorn* Winnie Daamen* *Transort & Planning Deartment,

More information

Model checking, verification of CTL. One must verify or expel... doubts, and convert them into the certainty of YES [Thomas Carlyle]

Model checking, verification of CTL. One must verify or expel... doubts, and convert them into the certainty of YES [Thomas Carlyle] Chater 5 Model checking, verification of CTL One must verify or exel... doubts, and convert them into the certainty of YES or NO. [Thomas Carlyle] 5. The verification setting Page 66 We introduce linear

More information

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics Churilova Maria Saint-Petersburg State Polytechnical University Deartment of Alied Mathematics Technology of EHIS (staming) alied to roduction of automotive arts The roblem described in this reort originated

More information

Numerical and experimental investigation on shot-peening induced deformation. Application to sheet metal forming.

Numerical and experimental investigation on shot-peening induced deformation. Application to sheet metal forming. Coyright JCPDS-International Centre for Diffraction Data 29 ISSN 197-2 511 Numerical and exerimental investigation on shot-eening induced deformation. Alication to sheet metal forming. Florent Cochennec

More information

A compression line for soils with evolving particle and pore size distributions due to particle crushing

A compression line for soils with evolving particle and pore size distributions due to particle crushing Russell, A. R. (2011) Géotechnique Letters 1, 5 9, htt://dx.doi.org/10.1680/geolett.10.00003 A comression line for soils with evolving article and ore size distributions due to article crushing A. R. RUSSELL*

More information

INTRODUCING THE SHEAR-CAP MATERIAL CRITERION TO AN ICE RUBBLE LOAD MODEL

INTRODUCING THE SHEAR-CAP MATERIAL CRITERION TO AN ICE RUBBLE LOAD MODEL Symosium on Ice (26) INTRODUCING THE SHEAR-CAP MATERIAL CRITERION TO AN ICE RUBBLE LOAD MODEL Mohamed O. ElSeify and Thomas G. Brown University of Calgary, Calgary, Canada ABSTRACT Current ice rubble load

More information

Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doped Fiber Amplifier

Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doped Fiber Amplifier Australian Journal of Basic and Alied Sciences, 5(12): 2010-2020, 2011 ISSN 1991-8178 Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doed Fiber Amlifier

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell October 25, 2009 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential Chem 467 Sulement to Lectures 33 Phase Equilibrium Chemical Potential Revisited We introduced the chemical otential as the conjugate variable to amount. Briefly reviewing, the total Gibbs energy of a system

More information

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data Quality Technology & Quantitative Management Vol. 1, No.,. 51-65, 15 QTQM IAQM 15 Lower onfidence Bound for Process-Yield Index with Autocorrelated Process Data Fu-Kwun Wang * and Yeneneh Tamirat Deartment

More information

The effect of dynamic bending moments on the ratchetting behavior of stainless steel pressurized piping elbows

The effect of dynamic bending moments on the ratchetting behavior of stainless steel pressurized piping elbows International Journal of echanical Engineering and Alications 2014; 2(2): 31-37 Published online ay 30, 2014 (htt://www.scienceublishinggrou.com/j/ijmea) doi: 10.11648/j.ijmea.20140202.12 The effect of

More information

FUGACITY. It is simply a measure of molar Gibbs energy of a real gas.

FUGACITY. It is simply a measure of molar Gibbs energy of a real gas. FUGACITY It is simly a measure of molar Gibbs energy of a real gas. Modifying the simle equation for the chemical otential of an ideal gas by introducing the concet of a fugacity (f). The fugacity is an

More information

Geo-E2010 Advanced Soil Mechanics L Wojciech Sołowski. 07 March 2017

Geo-E2010 Advanced Soil Mechanics L Wojciech Sołowski. 07 March 2017 Geo-E2010 Advanced Soil Mechanics L Wojciech Sołowski 07 March 2017 Soil modeling: critical state soil mechanics and Modified Cam Clay model Outline 1. Refresh of the theory of lasticity 2. Critical state

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

Parallel Quantum-inspired Genetic Algorithm for Combinatorial Optimization Problem

Parallel Quantum-inspired Genetic Algorithm for Combinatorial Optimization Problem Parallel Quantum-insired Genetic Algorithm for Combinatorial Otimization Problem Kuk-Hyun Han Kui-Hong Park Chi-Ho Lee Jong-Hwan Kim Det. of Electrical Engineering and Comuter Science, Korea Advanced Institute

More information

Time Domain Calculation of Vortex Induced Vibration of Long-Span Bridges by Using a Reduced-order Modeling Technique

Time Domain Calculation of Vortex Induced Vibration of Long-Span Bridges by Using a Reduced-order Modeling Technique 2017 2nd International Conference on Industrial Aerodynamics (ICIA 2017) ISBN: 978-1-60595-481-3 Time Domain Calculation of Vortex Induced Vibration of Long-San Bridges by Using a Reduced-order Modeling

More information

Elastic Model of Deformable Fingertip for Soft-fingered Manipulation

Elastic Model of Deformable Fingertip for Soft-fingered Manipulation IEEE TRANSACTION ON ROBOTICS, VOL. 1, NO. 11, NOVEMBER 25 1 Elastic Model of Deformable Fingerti for Soft-fingered Maniulation Takahiro Inoue, Student Member, IEEE, and Shinichi Hirai, Member, IEEE Abstract

More information

rate~ If no additional source of holes were present, the excess

rate~ If no additional source of holes were present, the excess DIFFUSION OF CARRIERS Diffusion currents are resent in semiconductor devices which generate a satially non-uniform distribution of carriers. The most imortant examles are the -n junction and the biolar

More information

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes Infinite Series 6.2 Introduction We extend the concet of a finite series, met in Section 6., to the situation in which the number of terms increase without bound. We define what is meant by an infinite

More information

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek Use of Transformations and the Reeated Statement in PROC GLM in SAS Ed Stanek Introduction We describe how the Reeated Statement in PROC GLM in SAS transforms the data to rovide tests of hyotheses of interest.

More information

arxiv:cond-mat/ v2 25 Sep 2002

arxiv:cond-mat/ v2 25 Sep 2002 Energy fluctuations at the multicritical oint in two-dimensional sin glasses arxiv:cond-mat/0207694 v2 25 Se 2002 1. Introduction Hidetoshi Nishimori, Cyril Falvo and Yukiyasu Ozeki Deartment of Physics,

More information

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S.

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S. -D Analysis for Iterative Learning Controller for Discrete-ime Systems With Variable Initial Conditions Yong FANG, and ommy W. S. Chow Abstract In this aer, an iterative learning controller alying to linear

More information

Morten Frydenberg Section for Biostatistics Version :Friday, 05 September 2014

Morten Frydenberg Section for Biostatistics Version :Friday, 05 September 2014 Morten Frydenberg Section for Biostatistics Version :Friday, 05 Setember 204 All models are aroximations! The best model does not exist! Comlicated models needs a lot of data. lower your ambitions or get

More information

ANALYSIS OF ULTRA LOW CYCLE FATIGUE PROBLEMS WITH THE BARCELONA PLASTIC DAMAGE MODEL

ANALYSIS OF ULTRA LOW CYCLE FATIGUE PROBLEMS WITH THE BARCELONA PLASTIC DAMAGE MODEL XII International Conerence on Comutational Plasticity. Fundamentals and Alications COMPLAS XII E. Oñate, D.R.J. Owen, D. Peric and B. Suárez (Eds) ANALYSIS OF ULTRA LOW CYCLE FATIGUE PROBLEMS WITH THE

More information

Covariance Matrix Estimation for Reinforcement Learning

Covariance Matrix Estimation for Reinforcement Learning Covariance Matrix Estimation for Reinforcement Learning Tomer Lancewicki Deartment of Electrical Engineering and Comuter Science University of Tennessee Knoxville, TN 37996 tlancewi@utk.edu Itamar Arel

More information

LOGISTIC REGRESSION. VINAYANAND KANDALA M.Sc. (Agricultural Statistics), Roll No I.A.S.R.I, Library Avenue, New Delhi

LOGISTIC REGRESSION. VINAYANAND KANDALA M.Sc. (Agricultural Statistics), Roll No I.A.S.R.I, Library Avenue, New Delhi LOGISTIC REGRESSION VINAANAND KANDALA M.Sc. (Agricultural Statistics), Roll No. 444 I.A.S.R.I, Library Avenue, New Delhi- Chairerson: Dr. Ranjana Agarwal Abstract: Logistic regression is widely used when

More information

Research of PMU Optimal Placement in Power Systems

Research of PMU Optimal Placement in Power Systems Proceedings of the 5th WSEAS/IASME Int. Conf. on SYSTEMS THEORY and SCIENTIFIC COMPUTATION, Malta, Setember 15-17, 2005 (38-43) Research of PMU Otimal Placement in Power Systems TIAN-TIAN CAI, QIAN AI

More information

Chapter 6. Thermodynamics and the Equations of Motion

Chapter 6. Thermodynamics and the Equations of Motion Chater 6 hermodynamics and the Equations of Motion 6.1 he first law of thermodynamics for a fluid and the equation of state. We noted in chater 4 that the full formulation of the equations of motion required

More information

PROCESSING OF LOW-VISCOSITY CBT THERMOPLASTIC COMPOSITES: HEAT TRANSFER ANALYSIS

PROCESSING OF LOW-VISCOSITY CBT THERMOPLASTIC COMPOSITES: HEAT TRANSFER ANALYSIS PROCESSING OF LOW-VISCOSITY CBT THERMOPLASTIC COMPOSITES: HEAT TRANSFER ANALYSIS Dr. Adrian Murtagh, Siora Coll and Dr. Conchúr Ó Brádaigh Comosites Research Unit Det. of Mechanical & Biomedical Engineering,

More information

Determination of Pressure Losses in Hydraulic Pipeline Systems by Considering Temperature and Pressure

Determination of Pressure Losses in Hydraulic Pipeline Systems by Considering Temperature and Pressure Paer received: 7.10.008 UDC 61.64 Paer acceted: 0.04.009 Determination of Pressure Losses in Hydraulic Pieline Systems by Considering Temerature and Pressure Vladimir Savi 1,* - Darko Kneževi - Darko Lovrec

More information

Structure of 11 Be studied in β-delayed neutron- and γ- decay from polarized 11 Li

Structure of 11 Be studied in β-delayed neutron- and γ- decay from polarized 11 Li Nuclear Physics A 46 (4) c c Structure of Be studied in β-delayed neutron- and γ- decay from olarized Li Y. Hirayama a, T. Shimoda a,h.izumi a,h.yano a,m.yagi a, A. Hatakeyama b, C.D.P. Levy c,k.p.jackson

More information

A PEAK FACTOR FOR PREDICTING NON-GAUSSIAN PEAK RESULTANT RESPONSE OF WIND-EXCITED TALL BUILDINGS

A PEAK FACTOR FOR PREDICTING NON-GAUSSIAN PEAK RESULTANT RESPONSE OF WIND-EXCITED TALL BUILDINGS The Seventh Asia-Pacific Conference on Wind Engineering, November 8-1, 009, Taiei, Taiwan A PEAK FACTOR FOR PREDICTING NON-GAUSSIAN PEAK RESULTANT RESPONSE OF WIND-EXCITED TALL BUILDINGS M.F. Huang 1,

More information

Machine Learning: Homework 4

Machine Learning: Homework 4 10-601 Machine Learning: Homework 4 Due 5.m. Monday, February 16, 2015 Instructions Late homework olicy: Homework is worth full credit if submitted before the due date, half credit during the next 48 hours,

More information

A M,ETHOD OF MEASURING THE RESISTIVITY AND HALL' COEFFICIENT ON LAMELLAE OF ARBITRARY SHAPE

A M,ETHOD OF MEASURING THE RESISTIVITY AND HALL' COEFFICIENT ON LAMELLAE OF ARBITRARY SHAPE '. ' 220 HILlS TECHNICAL REVIEW VOLUME 20 A M,ETHOD OF MEASURING THE RESISTIVITY AND HALL' COEFFICIENT ON LAMELLAE OF ARBITRARY SHAE 621.317.331:538.632.083 Resistivity and Hall-coefficient measurements

More information

Re-entry Protocols for Seismically Active Mines Using Statistical Analysis of Aftershock Sequences

Re-entry Protocols for Seismically Active Mines Using Statistical Analysis of Aftershock Sequences Re-entry Protocols for Seismically Active Mines Using Statistical Analysis of Aftershock Sequences J.A. Vallejos & S.M. McKinnon Queen s University, Kingston, ON, Canada ABSTRACT: Re-entry rotocols are

More information

Logistics Optimization Using Hybrid Metaheuristic Approach under Very Realistic Conditions

Logistics Optimization Using Hybrid Metaheuristic Approach under Very Realistic Conditions 17 th Euroean Symosium on Comuter Aided Process Engineering ESCAPE17 V. Plesu and P.S. Agachi (Editors) 2007 Elsevier B.V. All rights reserved. 1 Logistics Otimization Using Hybrid Metaheuristic Aroach

More information

CFD AS A DESIGN TOOL FOR FLUID POWER COMPONENTS

CFD AS A DESIGN TOOL FOR FLUID POWER COMPONENTS CFD AS A DESIGN TOOL FOR FLUID POWER COMPONENTS M. BORGHI - M. MILANI Diartimento di Scienze dell Ingegneria Università degli Studi di Modena Via Cami, 213/b 41100 Modena E-mail: borghi@omero.dsi.unimo.it

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

Node-voltage method using virtual current sources technique for special cases

Node-voltage method using virtual current sources technique for special cases Node-oltage method using irtual current sources technique for secial cases George E. Chatzarakis and Marina D. Tortoreli Electrical and Electronics Engineering Deartments, School of Pedagogical and Technological

More information

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION O P E R A T I O N S R E S E A R C H A N D D E C I S I O N S No. 27 DOI:.5277/ord73 Nasrullah KHAN Muhammad ASLAM 2 Kyung-Jun KIM 3 Chi-Hyuck JUN 4 A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST

More information

Probability Estimates for Multi-class Classification by Pairwise Coupling

Probability Estimates for Multi-class Classification by Pairwise Coupling Probability Estimates for Multi-class Classification by Pairwise Couling Ting-Fan Wu Chih-Jen Lin Deartment of Comuter Science National Taiwan University Taiei 06, Taiwan Ruby C. Weng Deartment of Statistics

More information

On split sample and randomized confidence intervals for binomial proportions

On split sample and randomized confidence intervals for binomial proportions On slit samle and randomized confidence intervals for binomial roortions Måns Thulin Deartment of Mathematics, Usala University arxiv:1402.6536v1 [stat.me] 26 Feb 2014 Abstract Slit samle methods have

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information