Shape Optimization of Shear-type Hysteretic Steel Damper for Building Frames using FEM-Analysis and Heuristic Approach

Size: px
Start display at page:

Download "Shape Optimization of Shear-type Hysteretic Steel Damper for Building Frames using FEM-Analysis and Heuristic Approach"

Transcription

1 The Seventh Chna-Japan-Korea Jont Symposum on Optmzaton of Structural and Mechancal Systems Huangshan, June, 18-21, 2012, Chna Shape Optmzaton of Shear-type Hysteretc Steel Damper for Buldng Frames usng FEM-Analyss and Heurstc Approach Hdekazu Watanabe 1*, Makoto Ohsak 1, Junk Nozoe 1 and Satosh Yasuda 2 1 Dept. of Archtecture, Hroshma Unversty, Kagamyama 1-4-1, Hgash-Hroshma, , Japan * {hdekazu-watanabe, ohsak, m124850}@hroshma-u.ac.jp 2 Technology Center, Tase Corporaton, Nase-cho 344-1, Totsuka-ku, Yokohama, , Japan Abstract An optmzaton approach s presented for mprovng energy dsspaton capacty of a passve control devce under cyclc deformaton. A general purpose fnte element software package s combned wth a heurstc optmzaton algorthm. It s demonstrated n the numercal examples that the performance of a shear-type hysteretc steel damper can be successfully mproved by optmzng the geometry of the devce and the thcknesses of the stffeners. Keywords: Shape Optmzaton, Tabu Search, Energy Dsspaton Capacty, Shear-Type Steel Damper 1. Introducton Recently, shear-type hysteretc steel damper s extensvely used for passve control of sesmc responses of buldng frames. The damper s located between the upper and lower beams of a story, and conssts of a low-yeld-pont steel panel that dsspates sesmc energy under forced nterstory. The panel s stffened by several stffeners to prevent local bucklng that leads to premature fracture before a suffcent amount of energy s dsspated. However, n the exstng shear-type hysteretc steel dampers, the locatons and thcknesses of stffeners are emprcally or ntutvely decded by the engneers, and the performance of the damper s confrmed by a physcal test under statc cyclc loadng. The frst author demonstrated through a seres of studes that the performances of structural parts ncludng beams and braces can be successfully mproved through heurstc optmzaton algorthms combned wth hgh-precson fnte element analyss [1,2]. In ths study, we optmze the locatons and thcknesses of the stffeners as well as the aspect rato of the shear-type steel damper. The elasto-plastc responses under statc cyclc loadng are evaluated usng a general-purpose fnte element analyss software package called ABAQUS [3]. The consttutve relaton of the low-yeld-pont steel s defned usng a nonlnear sotropc-knematc hardenng model. The parameters of the consttutve model are dentfed from the exstng materal test results under unaxal cyclc loadng. The panel, flanges, and stffeners are dscretzed nto shell elements. Snce the optmzaton problem s hghly nonlnear, we dscretze the varables nto nteger values and formulate the problem as a combnatoral optmzaton problem. A heurstc optmzaton algorthm called tabu search [4] (hereafter referred to as TS), whch s based on a sngle-pont local search, s used for obtanng approxmate optmal solutons wthn a small number of functon evaluatons. For ths purpose, a tool s developed usng a scrpt language called Python for automatcally exchangng the data between the ABAQUS and the optmzaton program. It s demonstrated n the numercal examples that the performance of a shear-type hysteretc steel damper can be successfully mproved by optmzng the thcknesses and locatons of the stffeners, as well as the aspect rato of panel. By utlzng ths tool, the cost and the tme perod for development of passve control devces can be drastcally reduced and the performances of the devces can be sgnfcantly mproved. 2. Optmzaton algorthm 2.1 Outlne of the TS A heurstc optmzaton algorthm called TS, whch s classfed as a sngle-pont local search [4,5], s used to obtan approxmate optmal solutons wthn a small number of functon evaluatons. In contrast to a populaton-based approach such as genetc algorthm, TS has sngle soluton at each step of local search. Therefore, TS s more sutable

2 than a genetc algorthm for structural optmzaton problems that demand large computatonal cost for response evaluaton. TS bascally moves to the best neghborhood soluton even f t does not mprove the current soluton. A tabu lst s used to prevent an unfavorable phenomenon called cyclng, n whch several solutons are selected alternatvely. Let J = (J 1,.., J m ) denote the vector of m desgn varables for a combnatoral optmzaton problem to maxmze the objectve functon F(J). The basc algorthm of TS s summarzed as follows: Step 1 Randomly generate a seed soluton J = (J 1,.., J m ) and ntalze the tabu lst T as T = {J}. Evaluate the objectve functon and ntalze the ncumbent optmal objectve value as F opt = F(J). Step 2 Generate a set of q neghborhood solutons J = (J 1,.., J m), (j=1,, q) from J, and evaluate the objectve functon of each soluton. Step 3 Among the solutons n the set {J N1,, J Nq }, select the best one that has the maxmum value of objectve functon, and s not ncluded n the lst T. Assgn the best soluton as the new seed soluton J. Step 4 Update the ncumbent optmal objectve functon as F opt = F(J) when the value s mproved. Step 5 Add the seed soluton J to the lst T f the sze of tabu lst s less than the prescrbed lmt. Step 6 Output F opt and the correspondng optmal soluton, f the number of teratons reaches the specfed value; otherwse, go to Step 2. In Step 2, the neghborhood soluton J1 J m J (,, ) s as defned follows usng unform random numbers r: r : J J 1 (1a) r : r : J J J (1b) J 1 (1c) 2.2 Formulaton of optmzaton algorthm The TS has been developed for optmzaton problems wth nteger varables. Therefore, the desgn varables are dscretzed nto nteger values. Real varables X 1,, X m are defned by nteger varables J 1,, J m wth the specfed standard value X 0 and ncrement ΔX as X X0 JX ( 1,, m) (2) Therefore, all responses of analyss are functons of J. The objectve functon s the total dsspated energy E p. We maxmze E p under a constrant g() J g0, whch s defned for each optmzaton problem. Let s denote the number of samplng values that J can take. The optmzaton problem s formulated as follows: Maxmze F(J) = E p (J) (3a) subject to g() J g0 (3b) J 1,2,, s, ( 1,, m) (3c) 2.3 Optmzaton Process Fg. 1 shows the data flow between TS and FE-analyss usng ABAQUS Ver [3]. The pre-process and post-process are carred out usng the Python scrpt. The computatons of functons and the process of TS are coded usng Fortran.

3 Tabu search (1) Compute objectve functon. (2) Update varables. Post-process (Python Scrpt) Extract responses: dsspated energy, stresses and strans FE-model generaton (Python Scrpt) (1) Generate parts of flange, web, etc. (2) Defne sectons and materal parameters. (3) Combne parts to assemble set. (4) Assgn boundary and loadng condtons. (5) Generate meshes. Output fle: job.odb Analyss usng ABAQUS/Standard Input fle: job.np Fgure 1. Optmzaton algorthm usng TS and ABAQUS. 3. Shear-type hysteretc steel damper 3.1 Standard Model The expermental specmen of the shear-type hysteretc steel damper s shown n Fg. 2. The sze of the specmen s 2/3 of the real sze. The specmen s a stud-type vscoelastc damper, whch s extensvely used as passve control devce of sesmc responses of buldng frames. The materal of center panel of the devce, as shown n hatched area n Fg. 2, s a low-yeld-pont steel. When the devce s attached between the beams, the panel yelds due to the nterstory shear force pror to the bracket of the devce and other members of a frame. Ths way, the panel zone can absorb the earthquake energy effcently wthout damagng other parts. The bucklng restranng stffeners are assgned to prevent premature out-of-plane bucklng of the panel. The stffeners are located longtudnally n the front sde, and laterally n the rear sde of the panel. The materal of the panel, flanges, and bucklng restranng stffeners are LY100 (low-yeld-pont steel), SM490A, and SS400, respectvely. The values of Young's modulus E, Posson's rato ν, yeld stress σ y, and tensle strength σ u obtaned by unaxal tests are lsted n Table1. Fgure 2. An expermental specmen; left: front sde, rght: rear sde) A fnte element model called the standard model s generated from the expermental specmen n Fg.2. The fnte-element mesh s generated usng python scrpt. A quadrlateral thck shell element called S4R s used, and the nomnal sze of mesh s 40 mm for automatc mesh generaton.

4 A constant dstrbuted load that s equvalent to a compressve axal force of 710 kn s frst appled at the top plate pror to the forced horzontal cyclc deformaton. The loadng program of the statc shear force of fve cycles s controlled by the peak drft angle of 1/60 rad. There have been many crtera for ductle fracture of steel materals. However, we use the equvalent plastc stran as a measure of damage of the materal, because most of the crtera are based on the equvalent plastc stran. The results of standard model are shown n Table 2, where E p, ε max, R max, and M max denote the total dsspated energy, the maxmum equvalent plastc stran among all elements, the maxmum horzontal reacton force, and the maxmum reacton moment, respectvely. Table 1. Materal propertes E (kn/mm 2 ) ν σy (N/mm 2 ) σu (N/mm 2 ) LY SM490A (PL-19) SM490A (PL-16) SS Table 2. Analyss Results Ep(kN m) εmax Rmax(kN) Mmax(kN m) Standard Model Fg. 3 shows dstrbuton of equvalent plastc stran of the standard model at fnal step. It can be observed from ths fgure that the equvalent plastc stran has larger values manly n the red regon around the center of the shear panel. Fgure 3. Dstrbuton of equvalent plastc stran of the standard model at fnal step; left: front sde, rght: rear sde. 4. Optmzaton of the shear-type hysteretc steel damper In ths secton, we demonstrate n the numercal examples that the performance of a shear-type hysteretc steel damper can be successfully mproved by optmzaton. The locatons and thcknesses of the bucklng restranng stffeners are optmzed. The aspect rato of the panel s next optmzed. Fnally, all varables n the frst and second problems are optmzed. The objectve functon to be maxmzed s the total dsspated energy E p when the maxmum value of equvalent plastc stran among all elements reaches ε max of the standard model shown n Table Optmzaton of locatons and thcknesses of bucklng restranng stffeners In ths optmzaton problem, the vector of desgn varables conssts of the locatons of the bucklng restranng stffeners (J 1, J 2 ) and the thcknesses of the stffeners (J 3, J 4 ). In order to preserve the symmetry, the numbers of ndependent varables for locaton and thckness are one, respectvely, for the stffeners n front and rear. The locaton X

5 of the stffeners at each sde s defned by J 1 and J 2 as X JX J 1,2,,7, ( 1, 2) (4) where X1 and X2 are 1/18 of the wdth and heght of the panel, respectvely. The ndependent varables for thcknesses T 1 and T 2 of the stffeners n two sded are defned by S 1 and S 2 as T0.002 ST, S 1,,8, ( 1, 2) (5) where T1 and T2 are m. For the TS, the number of neghborhood solutons s q = 4, and the number of steps n = 15. Optmzaton s carred out from three dfferent random ntal solutons to nvestgate dependence of the optmal soluton on the ntal soluton. The maxmum value was obtaned for E p n two trals; therefore, ths soluton s regarded as the optmal soluton. The optmal values of nteger varables are (J 1, J 2, S 1, S 2 ) = (3, 1, 7, 6). The soluton s hereafter called the optmal soluton S. As the result of optmzaton the total dsspated energy E p was mproved by 19.1 %from the standard model. The dstrbuton of equvalent plastc stran of the optmal soluton S at fnal step s shown n Fg. 4. In ths optmal soluton, the lateral bucklng restranng stffeners n the rear sde are shfted to the center and the thcknesses of stffeners n both sdes are ncreased from the standard model. It s seen from Fgs. 3 and 4 that the equvalent plastc stran has large value n wder regon as a result of optmzaton so that the large deformaton around the center of the standard model s restraned by movng the lateral stffeners n the rear sde to the center. Ths way, the energy dsspaton property can be mproved through ths optmzaton. In ths model, the effect of optmzaton s summarzed as follows: 1. More energy can be dsspated to ncrease the area of large plastc deformaton. 2. The maxmum equvalent plastc stran can be reduced by ncreasng the stffnesses of the stffeners; hence, the number of cycles before reachng the specfed bound of maxmum stran can be ncreases. Note that a too much ncrease of the stffness n the panel leads to a large deformaton of brackets, and accordngly, small deformaton of the panel. Therefore, the most approprate thcknesses of the bucklng restranng stffeners have been selected by optmzaton. Fgure 4. Dstrbuton of equvalent plastc stran of Model S at fnal step; left: front sde, rght: rear sde. 4.2 Optmzaton of aspect rato of the panel We next optmze the aspect rato of the panel. In order to preserve symmetry property, the ndependent varables are the panel wdth H 1 and the panel heght H 2, whch are defned by two nteger varables K 1 and K 2 as H1 K17 H1 K1 1,2,,5 (6a) H K 7 H K 1,2,,8 (6b) where H1 and H2 are 1/10 of the wdth and heght, respectvely, of the panel of the standard model. The enumeraton method s used here, because the number of varables s 2, and the small numbers 5 and 8 are assgned for samplng values of the varables. The constrants are added to consder the nfluence of the desgn modfcaton of the panel on the responses of buldng frames;.e., the maxmum horzontal reacton force R max and the maxmum reacton moment M max should be less than the values of the standard model as shown n Table 2. As the result of enumeraton, the maxmum value of E p s correspondng to the optmal soluton (K 1, K 2 ) = (4, 7). Ths soluton

6 s hereafter called the optmal soluton W, the soluton acheved 31.1% ncrease of the total dsspated energy E p from the standard model. The dstrbuton of equvalent plastc stran of the optmal soluton W at fnal step s shown n Fg. 5. The optmal soluton W has larger panel wdth and panel heght than those of the standard model. Hence, the ncrease of the panel volume as a result of optmzaton leads to the mprovement of energy dsspaton property. However, f the heght becomes too large, then the average shear angle s reduced, and we cannot have enough plastc deformaton n the panel. Therefore, the heght dd not reach ts upper bound through optmzaton. Fgure 5. Dstrbuton of equvalent plastc stran of Model W at fnal step; left: front sde, rght: rear sde. 4.3 Smultaneous optmzaton of stffeners and aspect rato In ths secton, we optmze the thcknesses and locatons of the bucklng restranng stffeners, as well as the aspect rato of the panel, smultaneously. Hence, the vectors of desgn varables are J, S and K defned n Secs. 4.2 and 4.2. TS s used for optmzaton wth the number of neghborhood solutons q = 6 and the number of steps n = 15. Optmzaton was frst carred out from a randomly generated ntal soluton under constrants on reacton force and moment defned n Sec. 4.3 to obtan the maxmum value for E p by the soluton (J 1, J 2, S 1, S 2, K 1, K 2 ) = (3, 1, 7, 3, 4, 8). Ths soluton was found at the 13th step, whch s nearly the end of the total 15 steps. Therefore, optmzaton of 15 steps was carred out agan from ths soluton to obtan the maxmum value of the E p by the optmal soluton (J 1, J 2, S 1, S 2, K 1, K 2 ) = (3, 1, 8, 5, 4, 8). The soluton s hereafter called the optmal soluton SW, whch acheves 60.5% ncrease of the total dsspated energy E p from the standard model. The dstrbuton of equvalent plastc stran of the optmal soluton SW at fnal step s shown n Fg. 6. Snce S 1 and K 2 of the optmal soluton SW have ther upper-bound values, t s possble to optmze these varables wth larger upper bounds. Fgure 5. Dstrbuton of equvalent plastc stran of Model SW at fnal step; left: front sde, rght: rear sde.

7 5. Dscussons on performance of optmzaton Optmzaton results are summarzed n Table 3. In the optmal soluton S, the maxmum performance s acheved through optmzaton of stffeners usng the panel of the standard model. On the other hand, n the optmal soluton W, the geometry of panel s also mproved. The performance of devce s further mproved by the optmal soluton SW through smultaneous optmzaton of the stffeners and the panel. Table 3. Optmzaton Results Ep(kN m) εmax Rmax(kN) Mmax(kN m) Standard Model Optmal Soluton S Optmal Soluton W Optmal Soluton SW The mportant pont for structural optmzaton problems s to reduce the number of analyses to obtan an approxmate optmal soluton, because structural analyss problems are computatonally expensve. The number of analyses N opt s defned for TS as N qn N (7) opt where N tabu s the number of solutons rejected by the tabu lst. In the optmal soluton S, the total number of N opt for three trals s 173 (the total number of possble combnatons s 3136). In the optmal soluton SW, the total number of N opt for two consecutve optmzaton processes s 178 (the total number of possble combnatons s ). Therefore, t may be concluded from these results that approxmate optmal solutons can be successfully found wth small number of analyses usng TS algorthm. A PC wth Intel Xeon W3680 (3.33 GHz) and 12 GB memory s used for the computatons. Although the PC has sx cores, only sngle core s avalable for computaton usng ABAQUS, and the CPU tme s 439 seconds n the case of standard model. 6. Conclusons Optmzaton has been carred out for a shear-type hysteretc steel damper subjected to statc cyclc deformaton. The objectve functon s the total dsspated before the maxmum equvalent stress reaches the specfed value. The conclusons drawn from ths study are summarzed as follows: 1. Energy dsspaton property successfully mproved by optmzng the shape of the panel, as well as the locatons and the thcknesses of the stffeners. About 60% of the total dsspated energy has been ncreased as a result of optmzaton from the standard model. 2. A heurstc approach called TS can be effectvely used to obtan an approxmate of a computatonally expensve structural optmzaton problem wth practcally acceptable small number of functon evaluatons. 3. A FE-analyss software package ABAQUS can be combned wth an optmzaton algorthm usng the Python scrpt. Acknowledgments Ths work s partally supported by the Kajma Foundaton's Research Grant, and Grant-n-Ad for Scentfc Research (No ) from JSPS, Japan. References 1. P. Pan, M. Ohsak and H. Tagawa, Shape optmzaton of H-beam flange for maxmum plastc energy dsspaton, J. Struct. Eng., ASCE, Vol. 133(8), pp , M. Ohsak and T. Nakajma, Optmzaton of lnk member of eccentrcally braced frames for maxmum energy dsspaton, J. Constructonal Steel Research, Vol. 75, pp , ABAQUS Ver User s Manual, SIMULIA, F. Glover, Tabu search: Part I, ORSE J. Computng, Vol. 1(3), pp , M. Ohsak, Optmzaton of Fnte Dmensonal Structures, CRC Press, tabu

Finite Element Analysis of Rubber Sealing Ring Resilience Behavior Qu Jia 1,a, Chen Geng 1,b and Yang Yuwei 2,c

Finite Element Analysis of Rubber Sealing Ring Resilience Behavior Qu Jia 1,a, Chen Geng 1,b and Yang Yuwei 2,c Advanced Materals Research Onlne: 03-06-3 ISSN: 66-8985, Vol. 705, pp 40-44 do:0.408/www.scentfc.net/amr.705.40 03 Trans Tech Publcatons, Swtzerland Fnte Element Analyss of Rubber Sealng Rng Reslence Behavor

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

Topology Design using LS-TaSC Version 2 and LS-DYNA

Topology Design using LS-TaSC Version 2 and LS-DYNA Topology Desgn usng LS-TaSC Verson 2 and LS-DYNA Wllem Roux Lvermore Software Technology Corporaton, Lvermore, CA, USA Abstract Ths paper gves an overvew of LS-TaSC verson 2, a topology optmzaton tool

More information

Analysis of 3D Cracks in an Arbitrary Geometry with Weld Residual Stress

Analysis of 3D Cracks in an Arbitrary Geometry with Weld Residual Stress Analyss of 3D Cracks n an Arbtrary Geometry wth Weld Resdual Stress Greg Thorwald, Ph.D. Ted L. Anderson, Ph.D. Structural Relablty Technology, Boulder, CO Abstract Materals contanng flaws lke nclusons

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION?

S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION? S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION? Célne GALLET ENSICA 1 place Emle Bloun 31056 TOULOUSE CEDEX e-mal :cgallet@ensca.fr Jean Luc LACOME DYNALIS Immeuble AEROPOLE - Bat 1 5, Avenue Albert

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

Springback Reduction in Stamping of Front Side Member with a Response Surface Method

Springback Reduction in Stamping of Front Side Member with a Response Surface Method Sprngback Reducton n Stampng of Front Sde Member wth a Response Surface Method Jung-Han Song *, Hoon Huh *, Se-Ho Km **, Sung-Ho Park *** * Department of Mechancal Engneerng, Korea Advanced Insttute of

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Distributed NSGA-II for seismic retrofitting optimization with multi-core PC cluster

Distributed NSGA-II for seismic retrofitting optimization with multi-core PC cluster th World Congress on Structural and Multdscplnary Optmsaton 07 th -2 th, June 205, Sydney Australa Dstrbuted NSGA-II for sesmc retrofttng optmzaton wth mult-core PC cluster Keunhyoung Park, Hyo Seon Park

More information

Cable optimization of a long span cable stayed bridge in La Coruña (Spain)

Cable optimization of a long span cable stayed bridge in La Coruña (Spain) Computer Aded Optmum Desgn n Engneerng XI 107 Cable optmzaton of a long span cable stayed brdge n La Coruña (Span) A. Baldomr & S. Hernández School of Cvl Engneerng, Unversty of Coruña, La Coruña, Span

More information

Boundary Condition Simulation for Structural Local Refined Modeling Using Genetic Algorithm

Boundary Condition Simulation for Structural Local Refined Modeling Using Genetic Algorithm 2016 Internatonal Conference on Artfcal Intellgence: Technques and Applcatons (AITA 2016) ISBN: 978-1-60595-389-2 Boundary Condton Smulaton for Structural Local Refned Modelng Usng Genetc Algorthm Zhong

More information

Optimization of Energy Dissipation Property of Eccentrically Braced Steel Frames

Optimization of Energy Dissipation Property of Eccentrically Braced Steel Frames 9 th World Congress on Structural and Multidisciplinary Optimization June 13-17, 2010, Shizuoka, Japan Optimization of Energy Dissipation Property of Eccentrically Braced Steel Frames Makoto Ohsaki 1,

More information

A New Token Allocation Algorithm for TCP Traffic in Diffserv Network

A New Token Allocation Algorithm for TCP Traffic in Diffserv Network A New Token Allocaton Algorthm for TCP Traffc n Dffserv Network A New Token Allocaton Algorthm for TCP Traffc n Dffserv Network S. Sudha and N. Ammasagounden Natonal Insttute of Technology, Truchrappall,

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

OPTIMIZATION OF SKELETAL STRUCTURES USING IMPROVED GENETIC ALGORITHM BASED ON PROPOSED SAMPLING SEARCH SPACE IDEA

OPTIMIZATION OF SKELETAL STRUCTURES USING IMPROVED GENETIC ALGORITHM BASED ON PROPOSED SAMPLING SEARCH SPACE IDEA INTERNATIONAL JOURNAL OF OPTIMIZATION IN CIVIL ENGINEERING Int. J. Optm. Cvl Eng., 2018; 8(3): 415-432 OPTIMIZATION OF SKELETAL STRUCTURES USING IMPROVED GENETIC ALGORITHM BASED ON PROPOSED SAMPLING SEARCH

More information

Topology optimization considering the requirements of deep-drawn sheet metals

Topology optimization considering the requirements of deep-drawn sheet metals th World Congress on Structural and Multdscplnary Optmsaton 7 th - th, June 5, Sydney Australa Topology optmzaton consderng the requrements of deep-drawn sheet metals Robert Denemann, Axel Schumacher,

More information

Modeling of Fillets in Thin-walled Beams Using Shell/Plate and Beam Finite. Elements

Modeling of Fillets in Thin-walled Beams Using Shell/Plate and Beam Finite. Elements Modelng of Fllets n Thn-walled Beams Usng Shell/Plate and Beam Fnte Elements K. He Graduate Research Assstant W.D. Zhu Professor and Correspondng Author Emal: wzhu@umbc.edu; Tel: 410-455-3394 Department

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

LS-TaSC Version 2.1. Willem Roux Livermore Software Technology Corporation, Livermore, CA, USA. Abstract

LS-TaSC Version 2.1. Willem Roux Livermore Software Technology Corporation, Livermore, CA, USA. Abstract 12 th Internatonal LS-DYNA Users Conference Optmzaton(1) LS-TaSC Verson 2.1 Wllem Roux Lvermore Software Technology Corporaton, Lvermore, CA, USA Abstract Ths paper gves an overvew of LS-TaSC verson 2.1,

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

Module 6: FEM for Plates and Shells Lecture 6: Finite Element Analysis of Shell

Module 6: FEM for Plates and Shells Lecture 6: Finite Element Analysis of Shell Module 6: FEM for Plates and Shells Lecture 6: Fnte Element Analyss of Shell 3 6.6. Introducton A shell s a curved surface, whch by vrtue of ther shape can wthstand both membrane and bendng forces. A shell

More information

Kinematics of pantograph masts

Kinematics of pantograph masts Abstract Spacecraft Mechansms Group, ISRO Satellte Centre, Arport Road, Bangalore 560 07, Emal:bpn@sac.ernet.n Flght Dynamcs Dvson, ISRO Satellte Centre, Arport Road, Bangalore 560 07 Emal:pandyan@sac.ernet.n

More information

Kent State University CS 4/ Design and Analysis of Algorithms. Dept. of Math & Computer Science LECT-16. Dynamic Programming

Kent State University CS 4/ Design and Analysis of Algorithms. Dept. of Math & Computer Science LECT-16. Dynamic Programming CS 4/560 Desgn and Analyss of Algorthms Kent State Unversty Dept. of Math & Computer Scence LECT-6 Dynamc Programmng 2 Dynamc Programmng Dynamc Programmng, lke the dvde-and-conquer method, solves problems

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Design for Reliability: Case Studies in Manufacturing Process Synthesis

Design for Reliability: Case Studies in Manufacturing Process Synthesis Desgn for Relablty: Case Studes n Manufacturng Process Synthess Y. Lawrence Yao*, and Chao Lu Department of Mechancal Engneerng, Columba Unversty, Mudd Bldg., MC 473, New York, NY 7, USA * Correspondng

More information

A Weight Balanced Multi-Objective Topology Optimization for Automotive Development

A Weight Balanced Multi-Objective Topology Optimization for Automotive Development A Weght Balanced Mult-Objectve Topology Optmzaton for Automotve Development Nkola Aulg 1, Emly Nutwell 2, Stefan Menzel 1, Duane Detwler 3 1 Honda Research Insttute Europe GmbH, Offenbach/Man, Germany

More information

Investigations of Topology and Shape of Multi-material Optimum Design of Structures

Investigations of Topology and Shape of Multi-material Optimum Design of Structures Advanced Scence and Tecnology Letters Vol.141 (GST 2016), pp.241-245 ttp://dx.do.org/10.14257/astl.2016.141.52 Investgatons of Topology and Sape of Mult-materal Optmum Desgn of Structures Quoc Hoan Doan

More information

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints TPL-ware Dsplacement-drven Detaled Placement Refnement wth Colorng Constrants Tao Ln Iowa State Unversty tln@astate.edu Chrs Chu Iowa State Unversty cnchu@astate.edu BSTRCT To mnmze the effect of process

More information

Repeater Insertion for Two-Terminal Nets in Three-Dimensional Integrated Circuits

Repeater Insertion for Two-Terminal Nets in Three-Dimensional Integrated Circuits Repeater Inserton for Two-Termnal Nets n Three-Dmensonal Integrated Crcuts Hu Xu, Vasls F. Pavlds, and Govann De Mchel LSI - EPFL, CH-5, Swtzerland, {hu.xu,vasleos.pavlds,govann.demchel}@epfl.ch Abstract.

More information

NGPM -- A NSGA-II Program in Matlab

NGPM -- A NSGA-II Program in Matlab Verson 1.4 LIN Song Aerospace Structural Dynamcs Research Laboratory College of Astronautcs, Northwestern Polytechncal Unversty, Chna Emal: lsssswc@163.com 2011-07-26 Contents Contents... 1. Introducton...

More information

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method Internatonal Journal of Computatonal and Appled Mathematcs. ISSN 89-4966 Volume, Number (07), pp. 33-4 Research Inda Publcatons http://www.rpublcaton.com An Accurate Evaluaton of Integrals n Convex and

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

Computational layout design optimization of frame structures

Computational layout design optimization of frame structures Interfaces: archtecture.engneerng.scence 5-8th September, 017, Hamburg, Germany Annette Bögle, Manfred Grohmann (eds.) Computatonal layout desgn optmzaton of frame structures Jun Ye*, Paul Shepherd a,

More information

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION 24 CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION The present chapter proposes an IPSO approach for multprocessor task schedulng problem wth two classfcatons, namely, statc ndependent tasks and

More information

Array transposition in CUDA shared memory

Array transposition in CUDA shared memory Array transposton n CUDA shared memory Mke Gles February 19, 2014 Abstract Ths short note s nspred by some code wrtten by Jeremy Appleyard for the transposton of data through shared memory. I had some

More information

MULTISTAGE OPTIMIZATION OF AUTOMOTIVE CONTROL ARM THROUGH TOPOLOGY AND SHAPE OPTIMIZATION. 1 Duane Detwiler, 2 Emily Nutwell*, 2 Deepak Lokesha

MULTISTAGE OPTIMIZATION OF AUTOMOTIVE CONTROL ARM THROUGH TOPOLOGY AND SHAPE OPTIMIZATION. 1 Duane Detwiler, 2 Emily Nutwell*, 2 Deepak Lokesha 6 th BETA CAE Internatonal Conference MULTISTAGE OPTIMIZATION OF AUTOMOTIVE CONTROL ARM THROUGH TOPOLOGY AND SHAPE OPTIMIZATION. 1 Duane Detwler, 2 Emly Nutwell*, 2 Deepak Lokesha 1 Honda R&D Amercas,

More information

Hybrid Heuristics for the Maximum Diversity Problem

Hybrid Heuristics for the Maximum Diversity Problem Hybrd Heurstcs for the Maxmum Dversty Problem MICAEL GALLEGO Departamento de Informátca, Estadístca y Telemátca, Unversdad Rey Juan Carlos, Span. Mcael.Gallego@urjc.es ABRAHAM DUARTE Departamento de Informátca,

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS Academc Research Internatonal ISS-L: 3-9553, ISS: 3-9944 Vol., o. 3, May 0 EVALUATIO OF THE PERFORMACES OF ARTIFICIAL BEE COLOY AD IVASIVE WEED OPTIMIZATIO ALGORITHMS O THE MODIFIED BECHMARK FUCTIOS Dlay

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Phenotype Building Blocks and Geometric Crossover in Structural Optimisation

Phenotype Building Blocks and Geometric Crossover in Structural Optimisation Paper 5 Cvl-Comp Press, 22 Proceedngs of the Eghth Internatonal Conference on Engneerng Computatonal Technology, B.H.V. Toppng, (Edtor), Cvl-Comp Press, Strlngshre, Scotland Phenotype Buldng Blocks and

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

Accurate Measurements of High Strain Gradients near Notches Using a Feature-Based DIC Algorithm

Accurate Measurements of High Strain Gradients near Notches Using a Feature-Based DIC Algorithm Journal of Mechancs Engneerng and Automaton 7 (2017) 26-38 do: 10.17265/2159-5275/2017.01.004 D DAVID PUBLISHING Accurate Measurements of Hgh Stran Gradents near Notches Usng a Feature-Based DIC Algorthm

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

DESIGNING TRANSMISSION SCHEDULES FOR WIRELESS AD HOC NETWORKS TO MAXIMIZE NETWORK THROUGHPUT

DESIGNING TRANSMISSION SCHEDULES FOR WIRELESS AD HOC NETWORKS TO MAXIMIZE NETWORK THROUGHPUT DESIGNING TRANSMISSION SCHEDULES FOR WIRELESS AD HOC NETWORKS TO MAXIMIZE NETWORK THROUGHPUT Bran J. Wolf, Joseph L. Hammond, and Harlan B. Russell Dept. of Electrcal and Computer Engneerng, Clemson Unversty,

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

Structural Optimization Using OPTIMIZER Program

Structural Optimization Using OPTIMIZER Program SprngerLnk - Book Chapter http://www.sprngerlnk.com/content/m28478j4372qh274/?prnt=true ق.ظ 1 of 2 2009/03/12 11:30 Book Chapter large verson Structural Optmzaton Usng OPTIMIZER Program Book III European

More information

Parallel Branch and Bound Algorithm - A comparison between serial, OpenMP and MPI implementations

Parallel Branch and Bound Algorithm - A comparison between serial, OpenMP and MPI implementations Journal of Physcs: Conference Seres Parallel Branch and Bound Algorthm - A comparson between seral, OpenMP and MPI mplementatons To cte ths artcle: Luco Barreto and Mchael Bauer 2010 J. Phys.: Conf. Ser.

More information

Multiobjective fuzzy optimization method

Multiobjective fuzzy optimization method Buletnul Ştnţfc al nverstăţ "Poltehnca" dn Tmşoara Sera ELECTRONICĂ ş TELECOMNICAŢII TRANSACTIONS on ELECTRONICS and COMMNICATIONS Tom 49(63, Fasccola, 24 Multobjectve fuzzy optmzaton method Gabrel Oltean

More information

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments Comparson of Heurstcs for Schedulng Independent Tasks on Heterogeneous Dstrbuted Envronments Hesam Izakan¹, Ath Abraham², Senor Member, IEEE, Václav Snášel³ ¹ Islamc Azad Unversty, Ramsar Branch, Ramsar,

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Structural optimization using artificial bee colony algorithm

Structural optimization using artificial bee colony algorithm 2 nd Internatonal Conference on Engneerng Optmzaton September 6-9, 2010, Lsbon, ortugal Structural optmzaton usng artfcal bee colony algorthm Al Hadd 1, Sna Kazemzadeh Azad 2, Saed Kazemzadeh Azad Department

More information

Multi-objective Optimization Using Adaptive Explicit Non-Dominated Region Sampling

Multi-objective Optimization Using Adaptive Explicit Non-Dominated Region Sampling 11 th World Congress on Structural and Multdscplnary Optmsaton 07 th -12 th, June 2015, Sydney Australa Mult-objectve Optmzaton Usng Adaptve Explct Non-Domnated Regon Samplng Anrban Basudhar Lvermore Software

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

GSLM Operations Research II Fall 13/14

GSLM Operations Research II Fall 13/14 GSLM 58 Operatons Research II Fall /4 6. Separable Programmng Consder a general NLP mn f(x) s.t. g j (x) b j j =. m. Defnton 6.. The NLP s a separable program f ts objectve functon and all constrants are

More information

Routability Driven Modification Method of Monotonic Via Assignment for 2-layer Ball Grid Array Packages

Routability Driven Modification Method of Monotonic Via Assignment for 2-layer Ball Grid Array Packages Routablty Drven Modfcaton Method of Monotonc Va Assgnment for 2-layer Ball Grd Array Pacages Yoch Tomoa Atsush Taahash Department of Communcatons and Integrated Systems, Toyo Insttute of Technology 2 12

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

A Facet Generation Procedure. for solving 0/1 integer programs

A Facet Generation Procedure. for solving 0/1 integer programs A Facet Generaton Procedure for solvng 0/ nteger programs by Gyana R. Parja IBM Corporaton, Poughkeepse, NY 260 Radu Gaddov Emery Worldwde Arlnes, Vandala, Oho 45377 and Wlbert E. Wlhelm Teas A&M Unversty,

More information

Reliability Evaluation of Jacket-type Offshore Platforms Subjected to Wind, Wave, and Current Loads

Reliability Evaluation of Jacket-type Offshore Platforms Subjected to Wind, Wave, and Current Loads IOP Conference Seres: Earth and Envronmental Scence PAPER OPEN ACCESS Relablty Evaluaton of Jacket-type Offshore Platforms Subected to Wnd, Wave, and Current Loads To cte ths artcle: Z F Song 2017 IOP

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem An Effcent Genetc Algorthm wth Fuzzy c-means Clusterng for Travelng Salesman Problem Jong-Won Yoon and Sung-Bae Cho Dept. of Computer Scence Yonse Unversty Seoul, Korea jwyoon@sclab.yonse.ac.r, sbcho@cs.yonse.ac.r

More information

A high precision collaborative vision measurement of gear chamfering profile

A high precision collaborative vision measurement of gear chamfering profile Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) A hgh precson collaboratve vson measurement of gear chamferng profle Conglng Zhou, a, Zengpu Xu, b, Chunmng

More information

Multicriteria Decision Making

Multicriteria Decision Making Multcrtera Decson Makng Andrés Ramos (Andres.Ramos@comllas.edu) Pedro Sánchez (Pedro.Sanchez@comllas.edu) Sonja Wogrn (Sonja.Wogrn@comllas.edu) Contents 1. Basc concepts 2. Contnuous methods 3. Dscrete

More information

Electrical analysis of light-weight, triangular weave reflector antennas

Electrical analysis of light-weight, triangular weave reflector antennas Electrcal analyss of lght-weght, trangular weave reflector antennas Knud Pontoppdan TICRA Laederstraede 34 DK-121 Copenhagen K Denmark Emal: kp@tcra.com INTRODUCTION The new lght-weght reflector antenna

More information

Adaptive Virtual Support Vector Machine for the Reliability Analysis of High-Dimensional Problems

Adaptive Virtual Support Vector Machine for the Reliability Analysis of High-Dimensional Problems Proceedngs of the ASME 2 Internatonal Desgn Engneerng Techncal Conferences & Computers and Informaton n Engneerng Conference IDETC/CIE 2 August 29-3, 2, Washngton, D.C., USA DETC2-47538 Adaptve Vrtual

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS

ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS Zpeng LI*, Ren SHENG Yellow Rver Conservancy Techncal Insttute, School of Mechancal Engneerng, Henan 475000, Chna. Correspondng

More information

OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES

OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES M. Ohsaki (Hiroshima Univ.) T. Nakajima (Kyoto Univ. (currently Ohbayashi Corp.)) Background Difficulty in optimization

More information

Review of approximation techniques

Review of approximation techniques CHAPTER 2 Revew of appromaton technques 2. Introducton Optmzaton problems n engneerng desgn are characterzed by the followng assocated features: the objectve functon and constrants are mplct functons evaluated

More information

Research on Topology optimization Method for Tanker Structures in

Research on Topology optimization Method for Tanker Structures in Research on Topology optmzaton Method for Tanker Structures n Cargo Tank Regon QIU WeqangMarc_quwq@163.com,GAO Chu,SUN L, LUO Renje Marne Desgn & Research Insttute of Chna (MARIC), Shangha, Chna Abstract

More information

Optimum Synthesis of Mechanisms For Path Generation Using a New Curvature Based Deflection Based Objective Function

Optimum Synthesis of Mechanisms For Path Generation Using a New Curvature Based Deflection Based Objective Function Proceedngs of the 6th WSEAS Internatonal Conference on Smulaton, Modellng and Optmzaton, Lsbon, Portugal, September -4, 6 67 Optmum Synthess of Mechansms For Path Generaton Usng a ew Curvature Based Deflecton

More information

Network Intrusion Detection Based on PSO-SVM

Network Intrusion Detection Based on PSO-SVM TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.1, No., February 014, pp. 150 ~ 1508 DOI: http://dx.do.org/10.11591/telkomnka.v1.386 150 Network Intruson Detecton Based on PSO-SVM Changsheng Xang*

More information

Sequential Projection Maximin Distance Sampling Method

Sequential Projection Maximin Distance Sampling Method APCOM & ISCM 11-14 th December, 2013, Sngapore Sequental Projecton Maxmn Dstance Samplng Method J. Jang 1, W. Lm 1, S. Cho 1, M. Lee 2, J. Na 3 and * T.H. Lee 1 1 Department of automotve engneerng, Hanyang

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Visco-hyperelastic model for polyurethane foam: comparison among Polynomial, Reduced polynomial, and Ogden models

Visco-hyperelastic model for polyurethane foam: comparison among Polynomial, Reduced polynomial, and Ogden models ème Congrès Franças de Mécanque Bordeaux, 6 au 0 août 0 Vsco-hyperelastc model for polyurethane foam: comparson among Polynomal, Reduced polynomal, and Ogden models M.L. JU, H. JMAL, R. DUPUIS*, E. AUBRY

More information

Modeling, Manipulating, and Visualizing Continuous Volumetric Data: A Novel Spline-based Approach

Modeling, Manipulating, and Visualizing Continuous Volumetric Data: A Novel Spline-based Approach Modelng, Manpulatng, and Vsualzng Contnuous Volumetrc Data: A Novel Splne-based Approach Jng Hua Center for Vsual Computng, Department of Computer Scence SUNY at Stony Brook Talk Outlne Introducton and

More information

Configuration Management in Multi-Context Reconfigurable Systems for Simultaneous Performance and Power Optimizations*

Configuration Management in Multi-Context Reconfigurable Systems for Simultaneous Performance and Power Optimizations* Confguraton Management n Mult-Context Reconfgurable Systems for Smultaneous Performance and Power Optmzatons* Rafael Maestre, Mlagros Fernandez Departamento de Arqutectura de Computadores y Automátca Unversdad

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

Multi-objective Design Optimization of MCM Placement

Multi-objective Design Optimization of MCM Placement Proceedngs of the 5th WSEAS Int. Conf. on Instrumentaton, Measurement, Crcuts and Systems, Hangzhou, Chna, Aprl 6-8, 26 (pp56-6) Mult-objectve Desgn Optmzaton of MCM Placement Chng-Ma Ko ab, Yu-Jung Huang

More information

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB

SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB SURFACE PROFILE EVALUATION BY FRACTAL DIMENSION AND STATISTIC TOOLS USING MATLAB V. Hotař, A. Hotař Techncal Unversty of Lberec, Department of Glass Producng Machnes and Robotcs, Department of Materal

More information