DESIGN OF NONLINEAR FRAMED STRUCTURES USING GENETIC OPTIMIZATION

Size: px
Start display at page:

Download "DESIGN OF NONLINEAR FRAMED STRUCTURES USING GENETIC OPTIMIZATION"

Transcription

1 DESIGN OF NONLINEAR FRAMED STRUCTURES USING GENETIC OPTIMIZATION By S. Pezeshk, 1 Member, ASCE, C. V. Camp, 2 Assocate Member, ASCE, and D. Chen, 3 Member, ASCE ABSTRACT: In ths paper we present a genetc algorthm (GA)-based optmzaton procedure for the desgn of 2D, geometrcal, nonlnear steel-framed structures. The approach presented uses GAs as a tool to acheve dscrete nonlnear optmal or near-optmal desgns. Frames are desgned n accordance wth the requrements of the AISC-LRFD specfcaton. In ths paper, we employ a group selecton mechansm, dscuss an mproved adaptng crossover operator, and provde recommendatons on the penalty functon selecton. We compare the dfferences between optmzed desgns obtaned by lnear and geometrcally nonlnear analyses. Through two examples, we wll llustrate that the optmal desgns are not affected sgnfcantly by the P- effects. However, n some cases we may acheve a better desgn by performng nonlnear analyss nstead of lnear analyss. INTRODUCTION Many mathematcal programmng methods have been developed durng the last three decades (Gallagher and Zenkewcz 1973; Hller and Leberman 1990). However, no sngle method has been found to be entrely effcent and robust for the entre range of engneerng optmzaton problems (Rajeev and Krshnamoorthy 1992). Most desgn applcatons n cvl engneerng nvolve selectng values for a set of desgn varables that best descrbe the behavor and performance of the partcular problem whle satsfyng the requrements and specfcatons mposed by codes of practce. Mathematcally, these desgn varables are dscrete for most practcal desgn problems. However, most mathematcal optmzaton applcatons are suted and developed for contnuous desgn varables. In dscrete optmzaton problems, searchng for the global or a local optmal soluton becomes a dffcult task. A few mathematcal methods have been reported for solvng problems n dscrete optmzaton. These methods nclude complete enumeraton technques, nteger programmng, branch and bound algorthms, and dynamc programmng. All these methods use mathematcal programmng technques. In ths paper we present a genetc algorthm (GA) approach for optmzed desgn of 2D frames usng dscrete structural elements. GAs are effcent and broadly applcable global search procedures based on a stochastc approach that reles on a survval of the fttest strategy. In recent years, GAs have been used n structural optmzaton by many researchers (Goldberg and Samtan 1986; Rajeev and Krshnamoorthy 1992; Adel and Cheng 1994; Koumouss and Georgou 1994; Rajan 1995; Kocer and Arora 1997; Camp et al. 1996; and Rajeev and Krshnamoorthy 1997). All these studes have shown that the GA can be a powerful desgn tool for dscrete optmzaton. An optmal desgn of 2D steel-framed structures usng a GA approach wll be conducted. Desgns are n complance wth the Amercan Insttute of Steel Constructon Load Resstance Factor Desgn (AISC-LRFD) specfcaton (Manual 1994). To 1 Prof., Dept. of Cv. Engrg., Campus Box , Unv. of Memphs, Memphs, TN Assoc. Prof., Dept. of Cv. Engrg., Campus Box , Unv. of Memphs, Memphs, TN. 3 Programmng Engr., Green Mountan Geophyscs, Boulder, CO Note. Assocate Edtor: Scott A. Burns. Dscusson open untl August 1, To extend the closng date one month, a wrtten request must be fled wth the ASCE Manager of Journals. The manuscrpt for ths paper was submtted for revew and possble publcaton on September 1, Ths paper s part of the Journal of Structural Engneerng, Vol. 126, No. 3, March, ASCE, ISSN /00/ /$8.00 $.50 per page. Paper No learn how the P- effects nfluence optmal desgns, we wll conduct both lnear and geometrcally nonlnear analyss. Through a seres of desgn examples, we wll conclude that the optmal desgn s not sgnfcantly affected by P- effects. But, n some cases we may get a better desgn by consderng P- effects. In addton, we wll demonstrate that our proposed approach can be an effectve optmzaton technque. GENETIC ALGORITHMS A genetc algorthm s a search strategy that models the mechansms of genetc evoluton (Holland 1975; Goldberg 1989). The GA search s based on the prncples of survval of the fttest and adaptaton. In general, a GA s a flexble and farly effcent strategy to search such complex spaces as the soluton space for the desgn of frames. GAs are search algorthms that are based on the concepts of natural selecton and genetc codng. As algorthms, GAs are dfferent from tradtonal optmzaton methods n the followng aspects: They work wth a coded set of the varables and not wth the varables themselves; they search from a populaton of desgn varables rather than mprovng a sngle desgn varable; they use objectve functon nformaton wthout any gradent nformaton; and ther transton scheme s probablstc, whereas tradtonal methods use gradent nformaton (Goldberg 1989). Codng and Decodng An essental characterstc of a GA s the codng of the varables that descrbe the problem. The most common codng method s to transform the varables to a bnary strng of specfc length. In ths paper, we use a smple bnary codng method. Group Selecton The GA used n ths study proceeds by frst randomly generatng a soluton populaton of a specfc sze. From ths populaton, the next generaton of desgns s evolved by performng three dstnct operatons reproducton, crossover, and mutaton. There are several dfferent forms for these operators. There are a number of reproducton schemes commonly used n GAs; these nclude proportonate reproducton, rankng selecton, tournament selecton, steady-state selecton, and greedy over selecton. Comparson of the varous schemes have been performed by Goldberg and Deb (1991). In ths study we used a group selecton scheme for reproducton. In ths scheme ndvduals n the soluton populaton are sorted, accordng to ther ftness values, from best to worst. Then the sorted populaton s dvded nto groups. Each group s as- 382 / JOURNAL OF STRUCTURAL ENGINEERING / MARCH 2000

2 OPTIMIZATION FORMULATION The objectve of our problem s to develop a desgn that mnmzes the total structural weght W whle satsfyng the AISC-LRFD specfcaton. The objectve functon can be expressed as N e mnmze W = AL =1 FIG. 1. Reproducton Scheme Usng Group Selecton sgned a selecton probablty. The assgned selecton probablty s dstrbuted equally among ndvduals n the group. The group selecton scheme s llustrated n Fg. 1. Adaptve Crossover Crossover s one of the most mportant operators n a GA. There are many crossover schemes, such as mult-pont crossover and unform crossover (see Camp et al for detaled dscusson). Although there are some expermental observatons suggestng that two-pont and unform crossover exhbt better behavor than other operators, there s no theoretcal proof as to whch one s best. In ths study we used a modfed form of the adaptve crossover scheme developed by Spears (1994). In an adaptve crossover scheme, two bts are appended to the end of every ndvdual n the populaton. The value coded n these bts represents the crossover operator used to generate the ndvdual. For example, 00 refers to one-pont crossover, 01 to two-pont crossover, 10 to three-pont crossover, and 11 to unform crossover. In ths way, the last two columns of the codng (.e., the last two bts of every ndvdual) are used to record the crossover operator scheme. Because the approach s adaptve, crossover and mutaton are allowed to manpulate ths extra two columns of bts (Chen 1997). The last two bts of each ndvdual are used to select whch crossover operator s used on the matng par. For example, let us say that two ndvduals are chosen for crossover. The last two bts of each ndvdual are examned. If they are the same, say 00 s, one-pont crossover s performed. If they are dfferent, say one s 00 and the other one s 11, the crossover operator s randomly chosen from one-pont crossover and unform crossover. Snce the extra two bts are used to determne whch crossover to apply, ths mechansm should gve greater award to the crossover operator that produces superor offsprng. Note that ths mechansm allows the GA to adjust the relatve mxture of the four crossover operators. For example, the adaptatonal GA can use multpont, unform crossover prmarly, or any combnaton among them. Mutaton Although mutaton s a secondary GA operator, t can play an mportant role n the search. Mutaton can be an exploratve operator by movng the search nto regons of the soluton space t may have never reached. Mutaton s a character-based strng operaton. The procedure for mutaton can be summarzed as follows: For each character of a soluton strng, a randomly generated number s compared aganst a mutaton probablty. If the random number s less than the mutaton probablty, the value of the character at that poston s changed; otherwse, move to the next character poston and repeat the procedure. Typcal values for the mutaton probablty are around 0.1%. where N e = total number of elements, and L, A, and = length, area, and unt weght of materal of th element, respectvely. The AISC-LRFD specfcaton ncludes strength and stablty requrements. These requrements, combned wth dsplacement lmts, consttute the constrants for the optmzaton problem. Here, the dsplacement constrants are the allowable nterstory drft. These constrants are mplct constrants because structural responses lke stresses, strans, and dsplacements are functons of desgn varables. Structural responses are calculated by the fnte-element method. In addton, practcal and constructonal constrants are ncluded. Snce GAs are used to solve unconstraned optmzaton problems, we must transform the constraned problem to an unconstraned problem by usng penalty functons. The selecton of the penalty functon s crtcal. Many researchers beleve that penalty functons should be harsh, so that the GA wll avod the forbdden spaces (Rchardson et al. 1989). However, the foundaton of GA research states that a GA optmzes by combnng partal nformaton from the populaton. Therefore, nfeasble solutons may provde some useful nformaton. If the penalty s too large, the desgn process may converge too quckly, not allowng the GA to explot varous combnatons of strngs. If the penalty s too small, the convergence process may be too slow and the computatonal costs could be hgh. There are several papers devoted to the selecton of penalty functons (Rchardson et al. 1989; Homafar et al. 1994; Camp et al. 1996). In ths study, we use the followng penalty functon F = W[1 C] where F = ftness functon and C = constrant volaton functon. We use the followng expresson for constrant volaton functon: Ne Nn Nc d I =1 =1 =1 C = C C C where C d and I, C, C = constrant volatons for stress, dsplacement, and nteracton formulas of the AISC-LRFD specfcaton. N e, N n, and N c = number of elements, number nodes, and number of beam columns, respectvely. In general, we express the constrant volaton C as 2 0 f 0 C = f0< 1.0 f > 1.0 For stress constrants, we defne as = a 1 (5) a where = stress n the th element and = allowable stress for the th element. For dsplacement constrants we have where d = dsplacement at th node and d = a 1 (6) d = allowable dsa d JOURNAL OF STRUCTURAL ENGINEERING / MARCH 2000 / 383

3 placement for the th node. The penalty terms have been normalzed by ther allowable values. The nteracton formula of AISC-LRFD specfcaton for P u / (P n ) 0.2 s Then becomes Pu 8 Mux Muy < 1.0 (7) P 9 M M n b nx b ny Pu 8 Mux Muy = 1 (8) P 9 M M n b nx b ny where P u = requred axal strength (tenson or compresson); P n = nomnal axal strength (tenson or compresson); = resstance factor (tenson 0.90, compresson 0.85); M ux and M uy = requred flexural strengths n x and y drecton, respectvely; M nx and M ny = nomnal flexural strengths n x and y drecton, respectvely (for 2D structures, M uy s equal to zero); and b = flexural resstance reducton factor ( b = 0.90). Usng the form of penalty functon as explaned above, the penalty quantty wll always be some percentage of the weght of the structure. The larger the volaton s, the heaver the penalty wll be. GA-BASED DESIGN The proposed desgn procedure nvolves a GA, a lnear and geometrcal fnte-element analyses for ftness evaluaton, an enforcement of code provsons, and a calculaton of the penalty functon. Step-by-step operatons of the GA procedure used n ths study can be summarzed as the followng (also see Fg. 2). 1. Select the GA control parameters sutable to the gven problem. These parameters nclude populaton sze, strng length per ndvdual desgn varable, crossover, and mutaton rate. The selecton of these parameters may requre some expermentaton. 2. The ntal populaton s randomly generated. 3. Decode the bnary desgn varables nto decmal values and generate an nput fle for fnte-element analyss (FEA). 4. Perform FEA usng a sutable software package, check the gven constrants, and calculate the value of the penalty functon. 5. Check the convergence crtera. Termnate the desgn process f t s satsfed; otherwse contnue. 6. Calculate the penalzed ftness for every ndvdual of the populaton and generate the next generaton through reproducton, crossover, and mutaton. 7. Repeat steps 3 through 6. DESIGN EXAMPLES To represent the strength and lmtatons of the GA optmzaton, we present three desgn examples. The frst two examples are 2-bay, 3-story frames. The thrd example s a 1- bay, 10-story frame. The cross sectons of all members are assumed to be W shapes. We used 256 avalable cross sectons for each member accordng to the AISC-LRFD. We used a bnary codng length of 8, representng these 256 cross sectons. In addton, we used the same GA control parameters for all examples, whch are populaton of 60, crossover probablty of 0.85, mutaton probablty of 0.01, and rato of random generatng porton of populaton to whole populaton of As mentoned earler, we used a group selecton scheme n our calculatons. The populaton s dvded nto two groups. The frst group occupes 30% of the populaton and a selecton probablty of The second group occupes the rest of the 70% of the populaton and wll have a select probablty of The desgn process may be stopped automatcally f the best feasble desgn s not mproved wthn fve successve generatons. However, n examples presented n ths paper we dd not follow ths convergence crteron. Young s modulus of E = 29,000 ks and a yeld stress of f y = 36 ks are used. For each example, we performed three dfferent analyss and desgn cycles. Case 1. Lnear analyss gnorng the P- effects of the AISC-LRFD specfcaton. Case 2. Lnear analyss consderng the P- effects n accordance wth the AISC-LRFD specfcaton. Case 3. Geometrcally nonlnear analyss n leu of the AISC-LRFD specfcaton s P- effects magnfcaton factors. FIG. 2. Flowchart of GA-Based Optmal Desgn Example 1: Two-Bay, Three-Story Frame Fg. 3 shows the topology of a 2-bay, 3-story frame under a sngle-load case. Ths frame was desgned by Hall et al. (1989) n accordance wth the AISC-LRFD specfcaton. We wll also desgn ths frame usng the proposed GA. The load values ndcated n Fg. 3 are assumed to defne a factored load level that s approprate for drect applcaton of the strength/stablty provsons of the AISC-LRFD specfcaton. Dsplacement constrants are not mposed for the desgn. The member effectve length factors K x are calculated as for a sway-permtted frame,.e., K x 1.0. The coeffcent K x was calculated usng transcendental equatons. Fabrcaton condtons are mposed to group together the relatve szes of the member cross sectons. Specfcally, the sx beam members are requred to have the same W-secton for the desgn. Smlarly, the nne column members are requred to have the same W- secton. Moreover, each column secton s specfed to have a maxmum depth of 10 n. The out-of-plane effectve length factor K y for each column member s specfed to be one, and for each beam member s specfed to be (.e., floor 384 / JOURNAL OF STRUCTURAL ENGINEERING / MARCH 2000

4 FIG. 3. Frame Geometry and Appled Loadng for 2-Bay, 3-Story strngers are assumed at 1/6 ponts of each beam span). The length of the unbraced compresson flange for each column member s drectly calculated durng the desgn process, whle the length of the unbraced compresson flange for each beam member s specfed to be 1/6 of the span length. Optmal Desgn Results To llustrate the effcency of the desgn method, we ran the GA-based desgn procedure 30 tmes and recorded the varaton of desgn varables of each desgn and typcal desgn convergence hstory. In addton, we performed push-over analyss of the best desgn. The followng s the summary of fndngs. Case 1. Lnear Analyss Ignorng P- Effects of AISC-LRFD Specfcaton In ths case, we optmze the 2-bay, 2-story frame wth the GA procedure usng a lnear analyss and gnorng the P- effects of the AISC-LRFD specfcaton. Usng a populaton of 60 wth a crossover probablty of 0.85 and mutaton probablty of 0.01, we determned the best desgn. To see f we arrve at the same best desgn we ran the GA procedure 30 tmes. The results of each of these 30 runs are gven n Table 1. From Table 1, t s apparent that a desgn wth W1060 for columns and W2462 for beams would be the best desgn. The correspondng weght for ths desgn s 18,792 lb. Hall et al. (1989) reported the same desgn. It s also of nterest to menton that an exhaustve search of canddates resulted n the same desgn. The varaton of desgn varables of these 30 runs s shown n Fg. 4(a). Each member of the ntal populaton can take any weght between 10 and 810 lb/ft, as shown n the vertcal axs of Fg. 4(a). Intal populaton can be staggered along the vertcal axs of Fg. 4(a), as llustrated by the shaded areas; however, as t can be seen from Fg. 4(a), the desgn varables for all of the fnal desgns are narrowed down to a relatvely small range. It took 15 mn on average on a sngle-processor SunSPARC workstaton 5 to obtan an optmzed desgn usng the GA approach. The computatonal tme can be reduced to 10 mn f runnng on two workstatons usng the parallel vrtual machne (PVM) technque (Gest et al. 1991). Convergence hstores for three desgns are llustrated n Fg. 4(b). The optmal desgn was obtaned wthn 15 generatons. Ths can be attrbuted to the smplcty of the problem and the effcency of the GA. Case 2. Lnear Analyss Followng P- Consderaton of AISC-LRFD Specfcaton In ths case we used a lnear analyss and followed the P- effects consderatons of the AISC-LRFD specfcaton. The results of 30 runs are summarzed n Table 1. From Table 1, we can observe that the optmal desgn conssts of W1060 Run Case 1 TABLE 1. Optmzed Desgns of 30 Runs for Cases 1 3 Weght (5) Case 2 (6) Weght (7) (8) Case 3 (9) Weght (10) 1 W1060 W ,088 W1060 W ,792 W1068 W ,808 2 W1060 W ,792 W1060 W ,792 W1068 W ,808 3 W1077 W ,618 W1060 W ,088 W1068 W ,512 4 W1060 W ,816 W867 W ,718 W1068 W ,808 5 W1060 W ,088 W1060 W ,088 W1077 W ,322 6 W10112 W ,968 W1060 W ,088 W1077 W ,322 7 W1060 W ,792 W1060 W ,792 W1068 W ,512 8 W1060 W ,816 W1060 W ,792 W10100 W ,392 9 W867 W ,718 W1060 W ,792 W1088 W , W1060 W ,088 W1060 W ,088 W1088 W , W867 W ,422 W1060 W ,792 W1088 W , W1060 W ,792 W1060 W ,088 W1088 W , W1060 W ,088 W1060 W ,088 W1068 W , W1060 W ,792 W1060 W ,088 W1068 W , W1060 W ,816 W1060 W ,088 W1077 W , W1060 W ,088 W1060 W ,032 W1088 W , W1060 W ,088 W1060 W ,792 W1068 W , W1060 W ,088 W867 W ,718 W1077 W , W1060 W ,816 W1060 W ,792 W1068 W , W1060 W ,032 W1060 W ,816 W1088 W , W1060 W ,792 W1060 W ,792 W1068 W , W1060 W ,088 W1060 W ,088 W1077 W , W1060 W ,088 W1060 W ,792 W1077 W , W1060 W ,792 W867 W ,718 W1077 W , W1060 W ,088 W1060 W ,088 W1068 W , W1077 W ,898 W1060 W ,792 W1068 W , W1060 W ,088 W1088 W ,248 W1068 W , W1068 W ,808 W1060 W ,088 W1068 W , W10100 W ,864 W1060 W ,792 W1068 W , W1060 W ,088 W1060 W ,792 W1077 W ,322 JOURNAL OF STRUCTURAL ENGINEERING / MARCH 2000 / 385

5 was taken to be an ellpsod n stress-resultant space, wth prncple axes proportonal to the fully plastc yeld values of each of the stress resultants n absence of the others. The pushover curves are plotted n Fg. 6. The load-carryng capacty of the optmal desgn obtaned usng geometrcally nonlnear analyss s 20% hgher than that of lnear analyss wth about the same postlmt slope as the lnear analyss. Fg. 6 tells us that by provdng an addtonal 4% weght by choosng W1068 for column nstead of W1060, we can acheve a 20% ncrease n strength, and wth the same postlmt loadcarryng capacty. Obvously, the desgn followng nonlnear analyss s a much better but slghtly more expensve desgn. Example 2 To hghlght stablty as an mportant desgn crteron Example 1 s redesgned wth addtonal vertcal loadngs, as llustrated n Fg. 7. Optmal desgns for three cases are gven FIG. 4. Desgn Varables of Typcal Convergence Hstores of Lnear Optmal Desgns wthout P- Effects for columns and W2462 for beams. The correspondng weght of ths desgn s 18,792 lb. We acheved the same desgn n the prevous case where the P- effects were gnored. The optmal desgn was obtaned wthn 27 generatons. Case 3. Geometrcally Nonlnear Analyss n Leu of AISC- LRFD Specfcaton s P- Effects Magnfcaton Factors In ths case, we performed a geometrcally nonlnear analyss n leu of the AISC-LRFD specfcaton. Results of 30 runs are summarzed n Table 1. From Table 1, we can observe that usng W1068 for columns and W2462 for beams results n the best desgn. The correspondng weght of ths desgn s 19,512 lb. Ths s a lttle heaver than the prevous optmal desgn (4%). One typcal convergence hstory s llustrated n Fg. 5. We note that the optmzed desgn s obtaned wthn 18 generatons. However, the desgn process keeps fluctuatng compared wth the prevous lnear desgn. FIG. 5. Varaton of Desgn Varables and Typcal Convergence Hstory of Geometrcally Nonlnear Desgn TABLE 2. Summary of Optmal Desgn Results for Example 1 Analyss procedure Weght Case 1 W2462 W ,792 Case 2 W2462 W ,792 Case 3 W2462 W ,512 Summary and Comparson of Optmal Desgns The optmal desgns for dfferent methods are summarzed n Table 2. We note that the geometrcally nonlnear analyss case resulted n a 4% heaver structure than the other two cases. Surprsngly, the P- effects of the AISC-LRFD specfcaton dd not result n dfferent optmzed desgns for Cases 1 and 2. To thoroughly understand the behavoral dfference between varous cases, we performed push-over analyses of desgns. The push-over analyses of the frames studed here are based upon the geometrcally nonlnear rod model used by Pezeshk (1992 and 1998). The model was extended to account for rate-ndependent elastoplastcty (n stress resultant space) and mplemented n the general purpose fnte-element program FEAP (Zenkewcz 1982, Chapter 24). The yeld surface 386 / JOURNAL OF STRUCTURAL ENGINEERING / MARCH 2000 FIG. 6. Results of Pushover Analyses

6 FIG. 7. Geometry and Appled Loadng for Example 2 TABLE 3. Summary of Optmal Desgn Results for Example 2 Analyss procedure Weght Case 1 W2162 W ,392 Case 2 W2462 W ,392 Case 3 W2462 W ,392 We consdered a ten-story frame as llustrated n Fg. 8 for the thrd example. We optmzed ths frame under a sngleload case, as shown n Fg. 8. Ths frame s desgned followng the AISC-LRFD specfcaton and uses a dsplacement constrant (story drft < story heght/300). The load values presented n Fg. 8 are assumed to defne the servce-load level. The effectve length factors of the members are calculated as K x 1.0 for a sway-permtted frame. Fabrcaton condtons are mposed to group together the relatve szes of the member cross sectons. Specfcally, commencng at the frst story and excludng the roof beam, the beam members are requred to reman the same sze for three consecutve stores. Smlarly, commencng at the foundaton level, the columns are requred to reman the same over two stores. The total number of desgn varables s nne. The out-of-plane effectve length factor for each column member s specfed to be K y = 1.0, whle that for each beam member s specfed to be K y = 0.2 (.e., floor strngers at 1/5 ponts of the span). The length of the unbraced compresson flange for each column member s calculated durng the desgn process, whle that for each beam member s specfed to be 1/5 of the span length. Optmal Desgn Results Smlar to Example 1, we conducted 30 desgns for each of the three desgn procedures consdered. However, we wll report only the best one of the 30 optmal desgns and the varatons of desgn varables for each desgn procedure. The best optmal desgns are lsted n Table 4. Summary of Best Optmal Desgn Results for Ex- TABLE 4. ample 2 Desgn procedure Weght Average CPU tme (mn) (5) Lnear wthout 1-3S (W33118) 1-2S (W14233) 65, P- effect 4-6S (W3090) 3-4S (W14176) 7-9S (W2784) 5-6S (W14159) Roof (W2455) 7-8S (W1499) 9-10S (W1279) Lnear wth 1-3S (W36150) 1-2S (W14233) 69, P- effect 4-6S (W3090) 3-4S (W14211) 7-9S (W2784) 5-6S (W12152) Roof (W1453) 7-8S (W12106) 9-10S (W1068) Geometrcally 1-3S (W36150) 1-2S (W14233) 70, nonlnear 4-6S (W33130) 3-4S (W14176) analyss 7-9S (W2794) 5-6S (W14132) Roof (W1650) 7-8S (W1499) 9-10S (W1265) FIG. 8. Topology of 1-Bay, 10-Story Frame n Table 3. It s nterestng to note that all three cases resulted n smlar desgns havng the same secton for all columns. Although the beams were dfferent, the total weght of all desgns are the same. The push-over analyss for all three cases also resulted n almost the same performance and are not presented here. It appears that the effect of geometrc nonlnear s not mportant for ths example problem, because of the constrants mposed by the AISC-LRFD specfcaton. Example 3: One-Bay, Ten-Story Frame FIG. 9. Capacty Curves of Dfferent Desgns of Example 3 JOURNAL OF STRUCTURAL ENGINEERING / MARCH 2000 / 387

7 nvestgate the result of the P- on desgn. The requrements of the AISC-LRFD specfcaton were followed. We used a group selecton mechansm and presented an adaptng crossover operator. Through several examples, we found that group selecton and adaptng crossover works well for the problems we are consderng. We also presented recommendatons on the penalty functon selecton and mplementaton. Through two desgn examples, we conclude that the optmzed desgns are not affected sgnfcantly by the P- effects. However, n some cases we may acheve a better desgn by performng nonlnear analyss than lnear analyss. Ths concluson needs further research and dscusson. FIG. 10. Dstrbuton of Fnal Desgn Varables and Typcal Convergence Hstores of Example 3 From Table 4 and Fg. 9 we observe that the optmal desgns obtaned from three dfferent desgn procedures are not sgnfcantly dfferent. Because the frame s slender t s the dsplacement constrant, not the strength requrement, that controls the desgn. The desgn obtaned by geometrcally nonlnear analyss s the heavest. From Fgs. 10(a c), we observe that the same desgn varable for dfferent runs vares n a small range of avalable space. In addton, Fgs. 10(a c) show the average,, and average plus and mnus one standard devaton,, of all 30 runs. Ths demonstrates the present optmal desgn method s ablty to converge. From Fgs. 10(d f) we can conclude that the optmal desgn can be acheved wthn 40 generatons. CONCLUSIONS The wrters have presented a desgn procedure usng a genetc algorthm for the desgn of 2D framed structures. Both geometrcally lnear and nonlnear analyss were performed to APPENDIX. REFERENCES Adel, H., and Cheng, N. T. (1994). Concurrent genetc algorthms for optmzaton of large structures. J. Aero. Engrg., 7, Camp, C. V., Pezeshk, S., and Cao, G. (1996). Desgn of 3-D structures usng a genetc algorthm. Proc, 1st U.S.-Japan Sem. on Struct. Optmzaton, Aprl, Chcago. Chen, D. (1997). Least weght desgn of 2-D and 3-D geometrcally nonlnear frame structures usng a genetc algorthm, PhD dssertaton, Unversty of Memphs, Memphs, Tenn. Gallagher, R. H., and Zenkewcz, O. C. (1973). Optmum structural desgn: Theory and Applcatons, Wley, New York. Gest, A., Begueln, A., Dongarra, J., Jang, W., Mancheck, R., and Sunderam, V. (1991). PVM: Parallel vrtual machne: A user s gude and tutoral for networked parallel computng, The MIT Press, Cambrdge, Mass. Goldberg, D. E., and Samtan, M. P. (1986). Engneerng optmzaton va genetc algorthms. Proc., 9th Conf. on Electronc Comput., ASCE, New York, Hall, S. K., Cameron, G. E., and Grerson, D. E. (1989). Least-weght desgn of steel frameworks accountng for P- effects. J. Struct. Engrg., ASCE, 115(6), Hller, F. S., and Leberman, G. J. (1990). Introducton to mathematcal programmng, McGraw-Hll, New York. Homafar, A., Q, C. X., and La, S. H. (1994). Constraned optmzaton va genetc algorthms. Smulaton, Aprl, Manual of steel constructon: Load and resstance factor desgn. (1994). 2nd Ed., Amercan Insttute of Steel Constructon. Pezeshk, S. (1992). Optmal desgn of structures wth knematc nonlnear behavor. J. Engrg. Mech., ASCE, 118, Pezeshk, S. (1998). Desgn of framed structures: An ntegrated nonlnear analyss and optmal mnmum weght desgn. Int. J. Numer. Methods n Engrg., 41, Rajeev, S., and Krshnamoorthy, C. S. (1992). Dscrete optmzaton of structures usng genetc algorthms. J. Struct. Engrg., ASCE, 118(5), Rajan, S. D. (1995). Szng, shape, and topology desgn optmzaton of trusses usng genetc algorthms. J. Struct. Engrg., ASCE, 121(10), Rchardson, J. T., Palmer, M. R., Lepns, G., and Hllard, M. (1989). Some gudelnes for genetc algorthms wth penalty functons. Proc., 3rd Int. Conf. on Genetc Algorthms, Morgan Kaufmann, San Mateo, Calf., Spears, W. M. (1994). Adaptve crossover n genetc algorthms. Artfcal Intellgence Center Internal Rep. #AIC , Naval Research Laboratory, Washngton, D.C. Zenkewcz, O. C. (1982). The fnte element method, 3rd Ed., McGraw- Hll, London. 388 / JOURNAL OF STRUCTURAL ENGINEERING / MARCH 2000

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

Thin-Walled Structures Group

Thin-Walled Structures Group Thn-Walled Structures Group JOHNS HOPKINS UNIVERSITY RESEARCH REPORT Towards optmzaton of CFS beam-column ndustry sectons TWG-RR02-12 Y. Shfferaw July 2012 1 Ths report was prepared ndependently, but was

More information

Second Order Analysis

Second Order Analysis Second Order Analyss In the prevous classes we looked at a method that determnes the load correspondng to a state of bfurcaton equlbrum of a perfect frame by egenvalye analyss The system was assumed to

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE Analytcal soluton s usually not possble when exctaton vares arbtrarly wth tme or f the system s nonlnear. Such problems can be solved by numercal tmesteppng

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

Optimum Design of Steel Frames Considering Uncertainty of Parameters

Optimum Design of Steel Frames Considering Uncertainty of Parameters 9 th World Congress on Structural and Multdscplnary Optmzaton June 13-17, 211, Shzuoka, Japan Optmum Desgn of Steel Frames Consderng ncertanty of Parameters Masahko Katsura 1, Makoto Ohsak 2 1 Hroshma

More information

Problem Set 9 Solutions

Problem Set 9 Solutions Desgn and Analyss of Algorthms May 4, 2015 Massachusetts Insttute of Technology 6.046J/18.410J Profs. Erk Demane, Srn Devadas, and Nancy Lynch Problem Set 9 Solutons Problem Set 9 Solutons Ths problem

More information

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

Some modelling aspects for the Matlab implementation of MMA

Some modelling aspects for the Matlab implementation of MMA Some modellng aspects for the Matlab mplementaton of MMA Krster Svanberg krlle@math.kth.se Optmzaton and Systems Theory Department of Mathematcs KTH, SE 10044 Stockholm September 2004 1. Consdered optmzaton

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

DUE: WEDS FEB 21ST 2018

DUE: WEDS FEB 21ST 2018 HOMEWORK # 1: FINITE DIFFERENCES IN ONE DIMENSION DUE: WEDS FEB 21ST 2018 1. Theory Beam bendng s a classcal engneerng analyss. The tradtonal soluton technque makes smplfyng assumptons such as a constant

More information

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

More information

Global Sensitivity. Tuesday 20 th February, 2018

Global Sensitivity. Tuesday 20 th February, 2018 Global Senstvty Tuesday 2 th February, 28 ) Local Senstvty Most senstvty analyses [] are based on local estmates of senstvty, typcally by expandng the response n a Taylor seres about some specfc values

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances ec Annexes Ths Annex frst llustrates a cycle-based move n the dynamc-block generaton tabu search. It then dsplays the characterstcs of the nstance sets, followed by detaled results of the parametercalbraton

More information

Maximizing Overlap of Large Primary Sampling Units in Repeated Sampling: A comparison of Ernst s Method with Ohlsson s Method

Maximizing Overlap of Large Primary Sampling Units in Repeated Sampling: A comparison of Ernst s Method with Ohlsson s Method Maxmzng Overlap of Large Prmary Samplng Unts n Repeated Samplng: A comparson of Ernst s Method wth Ohlsson s Method Red Rottach and Padrac Murphy 1 U.S. Census Bureau 4600 Slver Hll Road, Washngton DC

More information

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study Internatonal Conference on Systems, Sgnal Processng and Electroncs Engneerng (ICSSEE'0 December 6-7, 0 Duba (UAE Solvng of Sngle-objectve Problems based on a Modfed Multple-crossover Genetc Algorthm: Test

More information

SIMULTANEOUS TUNING OF POWER SYSTEM STABILIZER PARAMETERS FOR MULTIMACHINE SYSTEM

SIMULTANEOUS TUNING OF POWER SYSTEM STABILIZER PARAMETERS FOR MULTIMACHINE SYSTEM SIMULTANEOUS TUNING OF POWER SYSTEM STABILIZER PARAMETERS FOR MULTIMACHINE SYSTEM Mr.M.Svasubramanan 1 Mr.P.Musthafa Mr.K Sudheer 3 Assstant Professor / EEE Assstant Professor / EEE Assstant Professor

More information

Chapter 13: Multiple Regression

Chapter 13: Multiple Regression Chapter 13: Multple Regresson 13.1 Developng the multple-regresson Model The general model can be descrbed as: It smplfes for two ndependent varables: The sample ft parameter b 0, b 1, and b are used to

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

More information

Lossy Compression. Compromise accuracy of reconstruction for increased compression.

Lossy Compression. Compromise accuracy of reconstruction for increased compression. Lossy Compresson Compromse accuracy of reconstructon for ncreased compresson. The reconstructon s usually vsbly ndstngushable from the orgnal mage. Typcally, one can get up to 0:1 compresson wth almost

More information

Appendix B: Resampling Algorithms

Appendix B: Resampling Algorithms 407 Appendx B: Resamplng Algorthms A common problem of all partcle flters s the degeneracy of weghts, whch conssts of the unbounded ncrease of the varance of the mportance weghts ω [ ] of the partcles

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan Wnter 2008 CS567 Stochastc Lnear/Integer Programmng Guest Lecturer: Xu, Huan Class 2: More Modelng Examples 1 Capacty Expanson Capacty expanson models optmal choces of the tmng and levels of nvestments

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm Chapter Real-Coded Adaptve Range Genetc Algorthm.. Introducton Fndng a global optmum n the contnuous doman s challengng for Genetc Algorthms (GAs. Tradtonal GAs use the bnary representaton that evenly

More information

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

More information

Structure and Drive Paul A. Jensen Copyright July 20, 2003

Structure and Drive Paul A. Jensen Copyright July 20, 2003 Structure and Drve Paul A. Jensen Copyrght July 20, 2003 A system s made up of several operatons wth flow passng between them. The structure of the system descrbes the flow paths from nputs to outputs.

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master degree n Mechancal Engneerng Numercal Heat and Mass Transfer 06-Fnte-Dfference Method (One-dmensonal, steady state heat conducton) Fausto Arpno f.arpno@uncas.t Introducton Why we use models and

More information

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem H.K. Pathak et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Speedng up Computaton of Scalar Multplcaton n Ellptc Curve Cryptosystem H. K. Pathak Manju Sangh S.o.S n Computer scence

More information

Tracking with Kalman Filter

Tracking with Kalman Filter Trackng wth Kalman Flter Scott T. Acton Vrgna Image and Vdeo Analyss (VIVA), Charles L. Brown Department of Electrcal and Computer Engneerng Department of Bomedcal Engneerng Unversty of Vrgna, Charlottesvlle,

More information

CS : Algorithms and Uncertainty Lecture 17 Date: October 26, 2016

CS : Algorithms and Uncertainty Lecture 17 Date: October 26, 2016 CS 29-128: Algorthms and Uncertanty Lecture 17 Date: October 26, 2016 Instructor: Nkhl Bansal Scrbe: Mchael Denns 1 Introducton In ths lecture we wll be lookng nto the secretary problem, and an nterestng

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS OF A TELESCOPIC HYDRAULIC CYLINDER SUBJECTED TO EULER S LOAD

THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS OF A TELESCOPIC HYDRAULIC CYLINDER SUBJECTED TO EULER S LOAD Journal of Appled Mathematcs and Computatonal Mechancs 7, 6(3), 7- www.amcm.pcz.pl p-issn 99-9965 DOI:.75/jamcm.7.3. e-issn 353-588 THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS

More information

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4)

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4) I. Classcal Assumptons Econ7 Appled Econometrcs Topc 3: Classcal Model (Studenmund, Chapter 4) We have defned OLS and studed some algebrac propertes of OLS. In ths topc we wll study statstcal propertes

More information

Inductance Calculation for Conductors of Arbitrary Shape

Inductance Calculation for Conductors of Arbitrary Shape CRYO/02/028 Aprl 5, 2002 Inductance Calculaton for Conductors of Arbtrary Shape L. Bottura Dstrbuton: Internal Summary In ths note we descrbe a method for the numercal calculaton of nductances among conductors

More information

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming EEL 6266 Power System Operaton and Control Chapter 3 Economc Dspatch Usng Dynamc Programmng Pecewse Lnear Cost Functons Common practce many utltes prefer to represent ther generator cost functons as sngle-

More information

Lab 2e Thermal System Response and Effective Heat Transfer Coefficient

Lab 2e Thermal System Response and Effective Heat Transfer Coefficient 58:080 Expermental Engneerng 1 OBJECTIVE Lab 2e Thermal System Response and Effectve Heat Transfer Coeffcent Warnng: though the experment has educatonal objectves (to learn about bolng heat transfer, etc.),

More information

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition Sngle-Faclty Schedulng over Long Tme Horzons by Logc-based Benders Decomposton Elvn Coban and J. N. Hooker Tepper School of Busness, Carnege Mellon Unversty ecoban@andrew.cmu.edu, john@hooker.tepper.cmu.edu

More information

Tornado and Luby Transform Codes. Ashish Khisti Presentation October 22, 2003

Tornado and Luby Transform Codes. Ashish Khisti Presentation October 22, 2003 Tornado and Luby Transform Codes Ashsh Khst 6.454 Presentaton October 22, 2003 Background: Erasure Channel Elas[956] studed the Erasure Channel β x x β β x 2 m x 2 k? Capacty of Noseless Erasure Channel

More information

Errors for Linear Systems

Errors for Linear Systems Errors for Lnear Systems When we solve a lnear system Ax b we often do not know A and b exactly, but have only approxmatons  and ˆb avalable. Then the best thng we can do s to solve ˆx ˆb exactly whch

More information

4DVAR, according to the name, is a four-dimensional variational method.

4DVAR, according to the name, is a four-dimensional variational method. 4D-Varatonal Data Assmlaton (4D-Var) 4DVAR, accordng to the name, s a four-dmensonal varatonal method. 4D-Var s actually a drect generalzaton of 3D-Var to handle observatons that are dstrbuted n tme. The

More information

CHAPTER 9 CONCLUSIONS

CHAPTER 9 CONCLUSIONS 78 CHAPTER 9 CONCLUSIONS uctlty and structural ntegrty are essentally requred for structures subjected to suddenly appled dynamc loads such as shock loads. Renforced Concrete (RC), the most wdely used

More information

Finite Element Modelling of truss/cable structures

Finite Element Modelling of truss/cable structures Pet Schreurs Endhoven Unversty of echnology Department of Mechancal Engneerng Materals echnology November 3, 214 Fnte Element Modellng of truss/cable structures 1 Fnte Element Analyss of prestressed structures

More information

Research Article Green s Theorem for Sign Data

Research Article Green s Theorem for Sign Data Internatonal Scholarly Research Network ISRN Appled Mathematcs Volume 2012, Artcle ID 539359, 10 pages do:10.5402/2012/539359 Research Artcle Green s Theorem for Sgn Data Lous M. Houston The Unversty of

More information

Some Comments on Accelerating Convergence of Iterative Sequences Using Direct Inversion of the Iterative Subspace (DIIS)

Some Comments on Accelerating Convergence of Iterative Sequences Using Direct Inversion of the Iterative Subspace (DIIS) Some Comments on Acceleratng Convergence of Iteratve Sequences Usng Drect Inverson of the Iteratve Subspace (DIIS) C. Davd Sherrll School of Chemstry and Bochemstry Georga Insttute of Technology May 1998

More information

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography CSc 6974 and ECSE 6966 Math. Tech. for Vson, Graphcs and Robotcs Lecture 21, Aprl 17, 2006 Estmatng A Plane Homography Overvew We contnue wth a dscusson of the major ssues, usng estmaton of plane projectve

More information

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law:

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law: CE304, Sprng 2004 Lecture 4 Introducton to Vapor/Lqud Equlbrum, part 2 Raoult s Law: The smplest model that allows us do VLE calculatons s obtaned when we assume that the vapor phase s an deal gas, and

More information

Module 9. Lecture 6. Duality in Assignment Problems

Module 9. Lecture 6. Duality in Assignment Problems Module 9 1 Lecture 6 Dualty n Assgnment Problems In ths lecture we attempt to answer few other mportant questons posed n earler lecture for (AP) and see how some of them can be explaned through the concept

More information

Solving Nonlinear Differential Equations by a Neural Network Method

Solving Nonlinear Differential Equations by a Neural Network Method Solvng Nonlnear Dfferental Equatons by a Neural Network Method Luce P. Aarts and Peter Van der Veer Delft Unversty of Technology, Faculty of Cvlengneerng and Geoscences, Secton of Cvlengneerng Informatcs,

More information

Indeterminate pin-jointed frames (trusses)

Indeterminate pin-jointed frames (trusses) Indetermnate pn-jonted frames (trusses) Calculaton of member forces usng force method I. Statcal determnacy. The degree of freedom of any truss can be derved as: w= k d a =, where k s the number of all

More information

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests Smulated of the Cramér-von Mses Goodness-of-Ft Tests Steele, M., Chaselng, J. and 3 Hurst, C. School of Mathematcal and Physcal Scences, James Cook Unversty, Australan School of Envronmental Studes, Grffth

More information

2016 Wiley. Study Session 2: Ethical and Professional Standards Application

2016 Wiley. Study Session 2: Ethical and Professional Standards Application 6 Wley Study Sesson : Ethcal and Professonal Standards Applcaton LESSON : CORRECTION ANALYSIS Readng 9: Correlaton and Regresson LOS 9a: Calculate and nterpret a sample covarance and a sample correlaton

More information

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers Psychology 282 Lecture #24 Outlne Regresson Dagnostcs: Outlers In an earler lecture we studed the statstcal assumptons underlyng the regresson model, ncludng the followng ponts: Formal statement of assumptons.

More information

Chapter 6. Supplemental Text Material

Chapter 6. Supplemental Text Material Chapter 6. Supplemental Text Materal S6-. actor Effect Estmates are Least Squares Estmates We have gven heurstc or ntutve explanatons of how the estmates of the factor effects are obtaned n the textboo.

More information

x = , so that calculated

x = , so that calculated Stat 4, secton Sngle Factor ANOVA notes by Tm Plachowsk n chapter 8 we conducted hypothess tests n whch we compared a sngle sample s mean or proporton to some hypotheszed value Chapter 9 expanded ths to

More information

= z 20 z n. (k 20) + 4 z k = 4

= z 20 z n. (k 20) + 4 z k = 4 Problem Set #7 solutons 7.2.. (a Fnd the coeffcent of z k n (z + z 5 + z 6 + z 7 + 5, k 20. We use the known seres expanson ( n+l ( z l l z n below: (z + z 5 + z 6 + z 7 + 5 (z 5 ( + z + z 2 + z + 5 5

More information

Lecture 8 Modal Analysis

Lecture 8 Modal Analysis Lecture 8 Modal Analyss 16.0 Release Introducton to ANSYS Mechancal 1 2015 ANSYS, Inc. February 27, 2015 Chapter Overvew In ths chapter free vbraton as well as pre-stressed vbraton analyses n Mechancal

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

Lecture 17 : Stochastic Processes II

Lecture 17 : Stochastic Processes II : Stochastc Processes II 1 Contnuous-tme stochastc process So far we have studed dscrete-tme stochastc processes. We studed the concept of Makov chans and martngales, tme seres analyss, and regresson analyss

More information

Difference Equations

Difference Equations Dfference Equatons c Jan Vrbk 1 Bascs Suppose a sequence of numbers, say a 0,a 1,a,a 3,... s defned by a certan general relatonshp between, say, three consecutve values of the sequence, e.g. a + +3a +1

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

Pulse Coded Modulation

Pulse Coded Modulation Pulse Coded Modulaton PCM (Pulse Coded Modulaton) s a voce codng technque defned by the ITU-T G.711 standard and t s used n dgtal telephony to encode the voce sgnal. The frst step n the analog to dgtal

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

Statistical Energy Analysis for High Frequency Acoustic Analysis with LS-DYNA

Statistical Energy Analysis for High Frequency Acoustic Analysis with LS-DYNA 14 th Internatonal Users Conference Sesson: ALE-FSI Statstcal Energy Analyss for Hgh Frequency Acoustc Analyss wth Zhe Cu 1, Yun Huang 1, Mhamed Soul 2, Tayeb Zeguar 3 1 Lvermore Software Technology Corporaton

More information

ORIGIN 1. PTC_CE_BSD_3.2_us_mp.mcdx. Mathcad Enabled Content 2011 Knovel Corp.

ORIGIN 1. PTC_CE_BSD_3.2_us_mp.mcdx. Mathcad Enabled Content 2011 Knovel Corp. Clck to Vew Mathcad Document 2011 Knovel Corp. Buldng Structural Desgn. homas P. Magner, P.E. 2011 Parametrc echnology Corp. Chapter 3: Renforced Concrete Slabs and Beams 3.2 Renforced Concrete Beams -

More information

One-sided finite-difference approximations suitable for use with Richardson extrapolation

One-sided finite-difference approximations suitable for use with Richardson extrapolation Journal of Computatonal Physcs 219 (2006) 13 20 Short note One-sded fnte-dfference approxmatons sutable for use wth Rchardson extrapolaton Kumar Rahul, S.N. Bhattacharyya * Department of Mechancal Engneerng,

More information

Negative Binomial Regression

Negative Binomial Regression STATGRAPHICS Rev. 9/16/2013 Negatve Bnomal Regresson Summary... 1 Data Input... 3 Statstcal Model... 3 Analyss Summary... 4 Analyss Optons... 7 Plot of Ftted Model... 8 Observed Versus Predcted... 10 Predctons...

More information

Preliminary Design of Moment-Resisting Frames

Preliminary Design of Moment-Resisting Frames Prelmnary Desgn of Moment-Resstng Frames Preprnt Aamer Haque Abstract A smple method s developed for prelmnary desgn of moment-resstng frames. Preprnt submtted to Elsever August 27, 2017 1. Introducton

More information

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals Smultaneous Optmzaton of Berth Allocaton, Quay Crane Assgnment and Quay Crane Schedulng Problems n Contaner Termnals Necat Aras, Yavuz Türkoğulları, Z. Caner Taşkın, Kuban Altınel Abstract In ths work,

More information

STUDY OF A THREE-AXIS PIEZORESISTIVE ACCELEROMETER WITH UNIFORM AXIAL SENSITIVITIES

STUDY OF A THREE-AXIS PIEZORESISTIVE ACCELEROMETER WITH UNIFORM AXIAL SENSITIVITIES STUDY OF A THREE-AXIS PIEZORESISTIVE ACCELEROMETER WITH UNIFORM AXIAL SENSITIVITIES Abdelkader Benchou, PhD Canddate Nasreddne Benmoussa, PhD Kherreddne Ghaffour, PhD Unversty of Tlemcen/Unt of Materals

More information

DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION

DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION Internatonal Worshop ADVANCES IN STATISTICAL HYDROLOGY May 3-5, Taormna, Italy DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION by Sooyoung

More information

NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS

NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS IJRRAS 8 (3 September 011 www.arpapress.com/volumes/vol8issue3/ijrras_8_3_08.pdf NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS H.O. Bakodah Dept. of Mathematc

More information

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

More information

CHAPTER 17 Amortized Analysis

CHAPTER 17 Amortized Analysis CHAPTER 7 Amortzed Analyss In an amortzed analyss, the tme requred to perform a sequence of data structure operatons s averaged over all the operatons performed. It can be used to show that the average

More information

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U)

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U) Econ 413 Exam 13 H ANSWERS Settet er nndelt 9 deloppgaver, A,B,C, som alle anbefales å telle lkt for å gøre det ltt lettere å stå. Svar er gtt . Unfortunately, there s a prntng error n the hnt of

More information

4 Analysis of Variance (ANOVA) 5 ANOVA. 5.1 Introduction. 5.2 Fixed Effects ANOVA

4 Analysis of Variance (ANOVA) 5 ANOVA. 5.1 Introduction. 5.2 Fixed Effects ANOVA 4 Analyss of Varance (ANOVA) 5 ANOVA 51 Introducton ANOVA ANOVA s a way to estmate and test the means of multple populatons We wll start wth one-way ANOVA If the populatons ncluded n the study are selected

More information

Computing Correlated Equilibria in Multi-Player Games

Computing Correlated Equilibria in Multi-Player Games Computng Correlated Equlbra n Mult-Player Games Chrstos H. Papadmtrou Presented by Zhanxang Huang December 7th, 2005 1 The Author Dr. Chrstos H. Papadmtrou CS professor at UC Berkley (taught at Harvard,

More information

Capacitor Placement In Distribution Systems Using Genetic Algorithms and Tabu Search

Capacitor Placement In Distribution Systems Using Genetic Algorithms and Tabu Search Capactor Placement In Dstrbuton Systems Usng Genetc Algorthms and Tabu Search J.Nouar M.Gandomar Saveh Azad Unversty,IRAN Abstract: Ths paper presents a new method for determnng capactor placement n dstrbuton

More information

DESIGN OF STEEL PLATE SHEAR WALLS CONSIDERING BOUNDARY FRAME MOMENT RESISTING ACTION. B. Qu 1 and M.Bruneau 2 ABSTRACT

DESIGN OF STEEL PLATE SHEAR WALLS CONSIDERING BOUNDARY FRAME MOMENT RESISTING ACTION. B. Qu 1 and M.Bruneau 2 ABSTRACT Proceedngs of the 9th U.S. Natonal and 0th Canadan Conference on Earthquake Engneerng Compte Rendu de la 9ème Conférence Natonale Amércane et 0ème Conférence Canadenne de Géne Parassmque July 5-9, 00,

More information

Determining Transmission Losses Penalty Factor Using Adaptive Neuro Fuzzy Inference System (ANFIS) For Economic Dispatch Application

Determining Transmission Losses Penalty Factor Using Adaptive Neuro Fuzzy Inference System (ANFIS) For Economic Dispatch Application 7 Determnng Transmsson Losses Penalty Factor Usng Adaptve Neuro Fuzzy Inference System (ANFIS) For Economc Dspatch Applcaton Rony Seto Wbowo Maurdh Hery Purnomo Dod Prastanto Electrcal Engneerng Department,

More information

DESIGN OPTIMIZATION OF CFRP RECTANGULAR BOX SUBJECTED TO ARBITRARY LOADINGS

DESIGN OPTIMIZATION OF CFRP RECTANGULAR BOX SUBJECTED TO ARBITRARY LOADINGS Munch, Germany, 26-30 th June 2016 1 DESIGN OPTIMIZATION OF CFRP RECTANGULAR BOX SUBJECTED TO ARBITRARY LOADINGS Q.T. Guo 1*, Z.Y. L 1, T. Ohor 1 and J. Takahash 1 1 Department of Systems Innovaton, School

More information

Appendix B. The Finite Difference Scheme

Appendix B. The Finite Difference Scheme 140 APPENDIXES Appendx B. The Fnte Dfference Scheme In ths appendx we present numercal technques whch are used to approxmate solutons of system 3.1 3.3. A comprehensve treatment of theoretcal and mplementaton

More information

Comparison of Regression Lines

Comparison of Regression Lines STATGRAPHICS Rev. 9/13/2013 Comparson of Regresson Lnes Summary... 1 Data Input... 3 Analyss Summary... 4 Plot of Ftted Model... 6 Condtonal Sums of Squares... 6 Analyss Optons... 7 Forecasts... 8 Confdence

More information

Note 10. Modeling and Simulation of Dynamic Systems

Note 10. Modeling and Simulation of Dynamic Systems Lecture Notes of ME 475: Introducton to Mechatroncs Note 0 Modelng and Smulaton of Dynamc Systems Department of Mechancal Engneerng, Unversty Of Saskatchewan, 57 Campus Drve, Saskatoon, SK S7N 5A9, Canada

More information

Operating conditions of a mine fan under conditions of variable resistance

Operating conditions of a mine fan under conditions of variable resistance Paper No. 11 ISMS 216 Operatng condtons of a mne fan under condtons of varable resstance Zhang Ynghua a, Chen L a, b, Huang Zhan a, *, Gao Yukun a a State Key Laboratory of Hgh-Effcent Mnng and Safety

More information

On balancing multiple video streams with distributed QoS control in mobile communications

On balancing multiple video streams with distributed QoS control in mobile communications On balancng multple vdeo streams wth dstrbuted QoS control n moble communcatons Arjen van der Schaaf, José Angel Lso Arellano, and R. (Inald) L. Lagendjk TU Delft, Mekelweg 4, 68 CD Delft, The Netherlands

More information

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity LINEAR REGRESSION ANALYSIS MODULE IX Lecture - 30 Multcollnearty Dr. Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur 2 Remedes for multcollnearty Varous technques have

More information

Constitutive Modelling of Superplastic AA-5083

Constitutive Modelling of Superplastic AA-5083 TECHNISCHE MECHANIK, 3, -5, (01, 1-6 submtted: September 19, 011 Consttutve Modellng of Superplastc AA-5083 G. Gulano In ths study a fast procedure for determnng the constants of superplastc 5083 Al alloy

More information

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA IOSR Journal of Computer Engneerng (IOSR-JCE e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. III (Jan.-Feb. 2017, PP 08-13 www.osrjournals.org Mult-Robot Formaton Control Based on Leader-Follower

More information

Lecture 3 Stat102, Spring 2007

Lecture 3 Stat102, Spring 2007 Lecture 3 Stat0, Sprng 007 Chapter 3. 3.: Introducton to regresson analyss Lnear regresson as a descrptve technque The least-squares equatons Chapter 3.3 Samplng dstrbuton of b 0, b. Contnued n net lecture

More information

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification E395 - Pattern Recognton Solutons to Introducton to Pattern Recognton, Chapter : Bayesan pattern classfcaton Preface Ths document s a soluton manual for selected exercses from Introducton to Pattern Recognton

More information