V is the velocity of the i th

Size: px
Start display at page:

Download "V is the velocity of the i th"

Transcription

1 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) Probablstcally rven Partcle Swarms for Optmzaton of Mult Valued screte Problems : esgn and Analyss Kalyan Veeramachanen, Lsa Osadcw, Ganapath Kamath epartment of Electrcal Engneerng and Computer Scence 77, Lnk Hall Syracuse Unversty, Syracuse NY 344 kveerama, laosadc,gkamathh@syr.edu Abstract A new partcle swarm optmzaton (PSO) algorthm that s more effectve for dscrete, mult-valued optmzaton problems s presented. The new algorthm s probablstcally drven snce t uses probablstc transton rules to move from one dscrete value to another n the search for an optmum soluton. Propertes of the bnary dscrete partcle swarms are dscussed. The new algorthm for dscrete mult-values s desgned wth the smlar propertes. The algorthm s tested on a sute of benchmarks and comparsons are made between the bnary PSO and the new dscrete PSO mplemented for ternary, quaternary systems. The results show that the new algorthm s performance s close and even slghtly better than the orgnal dscrete, bnary PSO desgned by Kennedy and Eberhart. The algorthm can be used n any real world optmzaton problems, whch have a dscrete, bounded feld. I. INTROUCTION Many real world optmzaton problems, lke desgn optmzaton n transstor szng problems, are dscrete and mult-valued. Any feld, whose values are dscrete, need a dscrete, mult-valued optmzaton algorthm. There s an ncreasng need to develop these types of algorthms as the uses for optmzaton algorthms grow. In ths paper, a new algorthm based on partcle swarm optmzaton s presented. We analyze the performance of the dscrete, bnary PSO developed by Kennedy, et al.,[8] to entfy the crtcal propertes needed by dscrete PSOs. We desgn a partcle swarm for the dscrete, mult-valued optmzaton problems that exhbts the same crtcal propertes as the orgnal dscrete, bnary PSO. The new algorthm s performance s tested usng benchmarks adapted from Lang et al. []. The partcle swarm optmzaton algorthm, orgnally ntroduced n terms of socal and cogntve behavor by Kennedy and Eberhart n 995 [], can effectvely solve optmzaton problems n many felds, especally engneerng and computer scence. The power n the technque s ts farly smple computatons and sharng of nformaton wthn the algorthm as t derves ts nternal communcatons from the socal behavor of ndvuals. The ndvuals, called partcles henceforth, are flown through the multmensonal search space wth each partcle representng a possble soluton to the multmensonal problem. Each soluton s ftness s based on a performance functon related to the optmzaton problem beng solved. The movement of the partcles s nfluenced by two factors usng nformaton from teraton-to-teraton as well as partcle-to-partcle. As a result of teraton-toteraton nformaton, the partcle stores n ts memory the best soluton vsted so far, called pbest, and experences an attracton towards ths soluton as t traverses through the soluton search space. As a result of the partcle-to-partcle nformaton, the partcle stores n ts memory the best soluton vsted by any partcle, and experences an attracton towards ths soluton, called gbest, as well. The frst and second factors are called cogntve and socal components, respectvely. After each teraton the pbest and gbest are updated for each partcle f a better or more domnatng soluton (n terms of ftness) s found. Ths process contnues, teratvely, untl ether the desred result s converged upon, or t s determned that an acceptable soluton cannot be found wthn computatonal lmts. The PSO formulae defne each partcle n the - dmensonal space as X x, x,..., x ), where ( the subscrpt represents the partcle number, and the second subscrpt s the dmenson. The memory of the prevous best poston, pbest, s represented as P p, p,..., p ) and velocty as ( ( v, v,..., v ) V. After each teraton, the velocty term s updated nfluenced by both ts own best poston, P, and the global best poston, P g. The velocty update equaton s ( t ) V + ( t ) ( t) ( t) ω V [0,] + U ( p x ) + () ( t ) ( t ) U[0,] ( p x ) gd /07/$ IEEE 4

2 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) where U[0,] s a sample from a unform random number generator, t represents a relatve tme ndex, s a weght determnng the mpact of the prevous best soluton, and s the weght on the global best soluton s mpact on partcle velocty. The next soluton to test s ( t+ ) ( t ) ( t+ ) X X + V. () The next soluton n () s defned n a contnuous valued soluton space. Kennedy and Eberhart [8] desgned a dscrete verson of the algorthm, whch s sgnfcantly dfferent from the contnuous verson. The algorthm uses the same velocty update equaton but the values for the soluton or X are now dscrete and bnary. Kennedy, et al., preserved the socal and cogntve learnng components n the algorthm but changed the partcle soluton updatng. In the next secton, the motvaton for desgnng a partcle swarm algorthm for dscrete mult-valued optmzaton problems s presented. Analyss of probablstc transtons made n the bnary PSO s presented n Secton 3. The new PSO algorthm for dscrete mult-valued optmzaton problem s presented n Secton 4. In Secton 5, the benchmarks and the expermental settngs are descrbed. Results are presented n Secton 6 followed by conclusons and future work n Secton 7. II. MOTIVATION : ISCRETE MULTI VALUE PARTICLE SWARM OPTIMIZATION Recently, there has been an ncreasng nterest n developng partcle swarm optmzaton based algorthm for dscrete mult-valued optmzaton problems [, 3]. Many real world optmzaton problems have dscrete varable values. It can be argued that dscrete varables can be transformed nto an equvalent bnary representaton, and the bnary PSO can be used. However, the range of the dscrete varable often does not match the upper lmt of the equvalent bnary representaton. For example, a dscrete varable of range [0,,,3,4,5] requres a three bt bnary representaton, whch ranges between [0-7]. Thus, specal condtons are requred to manage the values past the orgnal range of the dscrete varable. Secondly, the Hammng dstance between two dscrete values undergoes a nonlnear transformaton when an equvalent bnary representaton s used nstead. Ths often adds complexty to the search process. The thrd reason s that the bnary representaton ncreases the dmensons of the partcle. For these reasons, an extenson to the orgnal dscrete, bnary PSO convertng t to a dscrete multvalued PSO s necessary. Prevously researchers have attempted to enhance the performance of the bnary PSO. Al Kazem, et al. [0], mproves the orgnal bnary PSO algorthm by modfyng the way partcles nteract. The research on algorthms that optmze dscrete, mult-valued problems, however, s sparse. Wth the new algorthm, any dscrete mult-valued problem can be optmzed usng partcle swarms wthout convertng the problem nto equvalent bnary representatons. The algorthm s propertes and probablstc rules are ntroduced and dscussed n Secton IV. The movement of the partcles through soluton value updates remans probablstc for performance reasons. Results are presented for a sute of 5 benchmark problems adapted from []. III. PROPERTIES AN ANALYSIS OF ISCRETE BINARY PSO Kennedy and Eberhart desgned a dscrete verson of the PSO algorthm. The algorthm uses the same velocty update equaton as n () but the values of X are now dscrete and bnary. For poston update, frst the velocty s transformed nto a [0, ] nterval usng the sgmo functon gven by S sg( V ) (3) + where V e V s the velocty of the th partcle s d th dmenson. A random number s generated usng a unform dstrbuton whch s compared to the value generated from the sgmo functon and a decson s made about the X n the followng manner. X u( S U[0,]) (4) u s a unt step functon. The decson regardng now probablstc, mplyng that hgher the value of the V, hgher the value of the S, makng probablty of decng for X hgher. As V S makng t unlkely that X s, then X wll become zero agan. Fgure shows ths property of the probablty, X ncreases as V ncreases, n the bnary PSO. However, P( X ) s almost equal to for V >0 but not equal to. Ths s the key to the desgn of the dscrete bnary PSO, snce ths prevents partcles from gettng stuck once. However, t rases some mportant questons about the velocty. Wll the velocty of a partcle tend toward nfnty f the local optmum s at (,) for (P, P gd )? What parameter values result for hgher veloctes? Can we analyze swarm s behavor for such condtons? Fnally, can we desgn a smlar model for a dscrete mult-valued optmzaton problem? 4

3 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) Fgure. Probablty of X and X 0 gven the V In the velocty update functon () n the Bnary PSO, one or both terms of nfluence become equal to zero dependng on the dfference between the current soluton, local best soluton, P, and the global best soluton, P gd. When the nfluences are not to zero, the number added to the prevous velocty ( ω V ) comes from standard dstrbutons. Unlke the contnuous PSO, these dstrbutons do not get scaled, nor are ther propertes changed over teratons. Ths makes analyss of bnary PSO easer than the contnuous PSO. In the next secton, four dfferent cases and dstrbutons used n the velocty equaton () are descrbed. Ozcan, et al., [4], presented the theoretcal framework for the analyss of a contnuous PSO. A smple partcle s behavor n one-dmensonal space s analyzed leadng to a concluson that the partcle follows a snusoal path, when gbest and pbest are fxed. In ths paper, the dscrete bnary partcle swarm optmzaton algorthm s analyzed for fxed gbest and pbest. Snce the values of the pbest and gbest are bnary, there are four cases. We generate the probablty densty of velocty for these dfferent cases analyzng the behavor of a sngle partcle n a one-dmensonal space. The probablty densty of velocty s formed through Monte Carlo runs. Frst the algorthm s run by startng the algorthm at dfferent veloctes [-0,0] and s run for 000 teratons each tme for a fxed case.e., fxed gbest and pbest. Ths captures the steady state behavor of the partcle. Ths set of runs can be repeated formng an average probablty densty of the velocty for each specfc case. The probablty densty of velocty s analyzed for dfferent values of, and ω n the four cases. A. 4 Case Analyss Conserng a sngle dmenson and a sngle partcle. Let us drop the notaton n () as mples partcle number and d dmenson number. Four cases occur n the dscrete bnary PSO wth each causng certan behavors n the velocty. Pbest s now ( t) P; gbest s now G for smplcty. X s the current poston of the partcle. The analyss assumes parameter values of,, 0 ω. The generalzed form of velocty update equaton for dscrete bnary PSO s gven by ( t+ ) ( t ) V ω V + (5) s gven by U[0,] ( P X ) + U[0,] ( G X ) (6) and s a random number that comes from dfferent dstrbutons for dfferent cases. ) Case : P0; G; ependng upon the current poston of the partcle one of the two nfluences become zero. Thus, only one nfluence remans n the velocty update equaton. When ( t) X, s a random number generated from the ( t ) unform dstrbuton U[,0]. When X 0, t s a random sample generated from unform dstrbuton U[0, ]. In ths case, the partcle wll swng between values 0 and untl G0. The partcle then falls nto case 4. Fgure shows the probablty densty of velocty when gbest s G and pbest s P0. The two varables, [, ], are vared to analyze the affect. The probablty densty of the velocty s centered around zero, and an ncrease n [, ] ncreases the standard devaton of the probablty densty of the velocty but stll centers around zero. The statstcs collected for the poston of the partcle revealed a 50-50% dstrbuton for a value of X and X0. Change n, d not affect ths dstrbuton. ) Case : P; G0; Ths case s smlar to Case wth the partcle wll swngng between values of 0 and untl G. The partcle then behaves as n 3 rd case. In case P0 the partcle behaves as n 4 th case. 3) Case 3 : P; G The velocty changes when the partcle value s 0, t X 0 and U[0,] + U[0,] (7) Hence, the convoluton of two unform dstrbutons yelds the trangular dstrbuton (when ) that s 0 < f ( ) (8) + < + ( t), when X, the random term s smply, 0 and velocty gets scaled by ω. 43

4 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) Fgure. Probablty densty of the velocty for dfferent, for Case. Ths case s mportant to analyze snce due to the sgmo functon there s always a probablty that the partcle s current poston wll become 0 ncreasng the velocty of the partcle whose P stays at and G at. The probablty densty for the velocty s plotted for dfferent, n Fgure 3. It can be seen as, ncreases the probablty densty of the velocty spreads over a wer range of veloctes. Hence by controllng the values of, one can control the values of the velocty. Three dfferent cases of, are shown n the fgure. The postons of the partcle had a 75% and 5 % dstrbuton for X and X0 respectvely, for, as shown n Fgure 4. When, are ncreased to 4 the postons of the partcles had a dstrbuton of 86.8% and 3.% for X and X0 respectvely. Increasng the, stablzes the postons of the partcles snce there are hgher veloctes that are possble. Smlar analyss can be done to demonstrate the affect of ω on the probablty densty of velocty. 4) Case 4: P0; G0 The velocty s only changed n ths case when the t current value of the partcle poston,.e., X and s a random number generated from the trangular dstrbuton n (8). When 0. ( t ) X 0, the random value s Ths analyss shows that the probablty of hgher veloctes s very low even for hgh values of. 4 Fgure 3. Probablty densty of veloctes for the Case 4 for dfferent,. IV. ISCRETE MULTI VALUE PARTICLE SWARM OPTIMIZATION For dscrete mult valued optmzaton problems the range of the dscrete varable values between [0 M-], where M mples the M-ary number system. The same velocty update and partcle representaton are used n the algorthm as for the bnary valued PSO. The poston update equaton s however changed n the followng manner. The velocty s transformed nto a number between [0, M] usng the sgmo transformaton, M S (9) + V e Fgure 4. Hstogram of the current poston X for Case 3 for ; ω 0.8 A number s generated usng the normal dstrbuton wth parameters N ( S, σ ( M )). The result s rounded to X round ( S + ( M ) σ randn()) (0) If X M, X > M 0, X < 0 44

5 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) The velocty update equaton remans the same as (). The postons of the partcles are dscrete values between [0, M-]. Note that for any gven S there s a probablty for choosng a number between [0, M-]. However, n ths paper, the probablty of selectng a number decreases based on ts dstance from S. In the followng subsecton the relatonshp between S and the probablty of pckng dscrete values s gven. A. Probablty of a dscrete value m For a partcular S, the probablty of a dscrete varable becomng assgned to a value of m s dscussed n ths secton. For m 0, the probablty s 0.5 P( X 0 S ) g( x) dx () 0.5 S Q σ ( M ),where, Q s the error functon and the functon, g, s g ( x ) exp ( ) πσ ( M ) σ ( M ) x S () For m n the range to M, the probablty s m+ 0.5 P( X m S ) g( x) dx (3) or m 0.5 m 0.5 S m S Q Q σ ( M ) σ ( M ) For m M-, the probablty s P( X ( M ) S ) g( x) dx (4) or ( M ) 0.5 ( M ) 0.5 S Q σ ( M ) Of course, the sum of the probablty s always M P( X m / S ) (5) m 0 Fgure 5 shows the probablty of varous dscrete varables for dfferent S values. The fgure s for a ternary system usng a σ of 0.5 or standard devaton for the normal dstrbuton of. In Fgure 6, the plot s shown for σ 0.or equvalently standard devaton of 0.. As σ value decreases, one gets curves wth sharper peaks for the probablty of dscrete value gven S. As σ 0 the algorthm wll smply round the S value to determne the dscrete value. If a hgher σ s used, the algorthm approaches a unform dstrbuton. In the new algorthm, an addtonal parameter σ s ntroduced. The settng of ths σ s crtcal to the algorthms performance. Emprcal results show that a sgma of 0. s a good choce for ternary system. B. Case Analyss for a Ternary System For a ternary system, 9 cases exst for dfferent sets of pbest and gbest. ue to lmtatons of space we show the prelmnary analyss for one case, (P, G). Snce P, G, the velocty update equaton becomes ( t+ ) ( t ) V ω V + (6) The dstrbuton s trangular for both X values, X and X0. However, the trangular dstrbuton for X0 has twce the support range when compared to the trangular dstrbuton for X. The probablty densty of the velocty s plotted for dfferent values of (, ) n the Fgure 7. The probablty densty of the velocty spkes near and, eventually, decreases as the velocty ncreases. Wth an ncrease n (, ), a longer tal appears on the dstrbuton ndcatng hgher veloctes beng selected. Smlar to the bnary PSO, one controls the veloctes usng the parameters, (, ) n the new algorthm. Fgure 6. Affect of Selecton of Omega on the Probablty of dfferent values for a dscrete varable gven S. Ths example s shown for a trenary system, M3, 0. σ Fgure 5. Probablty of dfferent dscrete varables as S vares between the lmts of [0 M]. Ths example s shown for a ternary system, M3, and σ 0.5 The new algorthm desgned for dscrete multvalued optmzaton problems s an extenson of the bnary PSO so has smlar propertes and reacts to 45

6 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007),. In the next secton, the new algorthm s tested usng dfferent benchmark problems. Fgure 7. Probablty densty of veloctes for the ternary system for dfferent,. V. EXPERIMENTAL SETUP AN BENCHMARKS Fve benchmark problems are used from Lang, et al., [] for comparng the bnary dscrete PSO algorthm wth the mult-valued dscrete PSO. For each benchmark, the algorthm executes for 5 trals wth 0 dmensons of each problem. For more detals about the benchmarks, the reader s referred to []. A bref descrpton of the benchmark problems s gven n the followng subsecton. A. Benchmark Problems The fve-benchmark functons are defned n ths secton wth nformaton concernng ther optma as n []. ) Shfted Rotated Ackley s Functon wth Global Optma on Bounds f ( x ) 0 exp( 0. x ) exp( cos( π x )) e + f _ bas ) Shfted Rastrgn s Functon ( ) ( 0cos( π ) + 0) + _ f x x x f bas 3) Shfted Rotated Rastgrn s Functon 3( ) ( 0cos( π ) + 0) + _ f x x x f bas 4) Shfted Rotated Weerstrass Functon f ( x ) 4 k max k k ( a cos( π b ( x + 0.5)) ) k 0 k max k k a cos(π b 0.5) + f _ bas k 0 5) Schwefel s Problem.3 5( ) ( ( )) + _ f x A B x f bas Where, and A ( a snα + b cos α ) j j j j j B ( a sn x + b cos x ) j j j j j For,, A and B are two x matrces, a, b are nteger random numbers generated n the j j range [-00, 00], α [ α, α... α ], α j are random numbers generated from [ π, π ]. B. Samplng the Search Space for fferent screte omans The dscrete mult-valued PSO s appled to dfferent bases, bnary, ternary and quaternary, and tested usng standard ftness functons orgnally desgned for contnuous functons. Each dmenson n the orgnal functon has a recommended search space range. A procedure s used to transform these functons nto dscrete doman. In the followng table, we defne terms used n ths and followng sectons. Table : Term efntons for Benchmarks Term efnton menson menson of the orgnal contnuous benchmark problem Base The base of the number system (e.g. bnary base ) gts The length of the numercal character strng used n the number system (e.g. bnary dgts,.e., [0,]) Each orgnal dmenson s represented usng 6 bts for a bnary based system or 8 quaternary dgts whch results n dscrete values each. In a ternary based system, 0 dgts would only result n steps. Thus, these representatons have resulted n samples of search space for bnary and quaternary bases, and samples for ternary. Hgher samplng of ftness landscape proves more nformaton about the landscape leadng to better performance of the algorthm. As the samples tend toward nfnty, we approach the contnuous doman agan. Hence, t s pertnent for comparsons that the same samples of the ftness landscape are proved to all the algorthms. Farness s acheved by samplng the exact same ponts for all bases. The base that yelds the smallest number of steps, whch s 3 fxes the sample step sze. The addtonal samples for the other bases are adjusted to have the value at the upper or lower range of the problem. It s assumed that the partcles won t dwell sgnfcantly n these regons of the landscape. C. Partcle Swarm Settngs The benchmarks are compared usng the same parameter settngs. An equal weght of and 46

7 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) s used. A tme varyng nerta, ω, s used as descrbed n [4, 5]. For an teraton, the value s gven by ( ω 0.4) ( no. of Iteratons ) ω( ) (7) no. of Iteratons 0.4, where, ω 0.9. The number of partcles used n the smulatons s 0 and the number of teratons s equal to VI. RESULTS A. Affect of σ on the screte PSO algorthm One parameter that controls the new algorthm s σ. It s shown n fgures, 5 and 6, that hgher σ flattens out the probabltes of the three dscrete values. The resultng probabltes for σ 0.5 are gven n fgure 5. If the σ s further ncreased, the probablty of each dscrete value for a gven S wll eventually become 0.33 for a ternary system. Ths makes the curves appear nearly flat and algorthm completely random and defeats the purpose of usng a swarm-based algorthm. A σ 0.4 or less s a better choce for the new algorthm. In ths secton, results acheved for ternary system usng σ 0.4 and σ 0. are shown. The results are shown for Functon descrbed n prevous secton. Smlar performance results occur wth the other functons descrbed n secton V.A.. Fgure 8 shows that a σ 0. produced better results for functon. Hence n ths paper, a σ 0. s used for a ternary system. B. Results wth σ 0. In ths secton, the results for the fve-benchmark problems are presented. The new algorthm, desgned for hgher number systems, performed better than the bnary PSO for all the benchmark problems as can be seen n fgures 9, 0,,, 3. Varyng sgma sgnfcantly affects the performance of the algorthm. 0. seems to be reasonable choce for sgma, for a ternary system. The sgma has to be vared for dfferent number systems,.e., ternary, quaternary and so on. A sgma of 0. has been used for quaternary system n ths paper. Table presents the statstcs for dfferent algorthms for the 5 trals that were performed. Ternary PSO performed equvalent to the Bnary PSO or even slghtly better. Quaternary PSO performed better than the bnary and ternary PSO. These results are sgnfcant and allow the new algorthm to be used for number systems other than bnary. Fgure 8. Comparson of mnma acheved for dfferent σ used for an algorthm desgned for a ternary system for Functon. Fgure 9. Mnma acheved (averaged over 5 trals) for a 0 dmensonal Shfted Rotated Ackley s Functon Fgure 0. Mnma acheved (averaged over 5 trals) for a 0 dmensonal Shfted Rastrgn s Functon 47

8 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) The new algorthm wll be tested on deceptve functons; trap functons desgned for hgher ordered number systems. Table : Averaged Results for fferent Functons Bnary PSO Ternary PSO Quaternary PSO f Mean Std Mean Std Mean Std f f Fgure. Mnma acheved (averaged over 5 trals) for a 0 dmensonal Shfted Rotated Rastrgn s Functon f f f Fgure. Mnma acheved (averaged over 5 trals) for a 0 dmensonal Shfted Rotated Weerstrass Functon VII. CONCLUSIONS AN FUTURE WORK In ths paper we proposed a new algorthm for dscrete mult valued optmzaton problems. A theoretcal framework employng probablstc analyss for bnary PSO s presented. Specfcally, probablty densty functon for the velocty s modeled to nvestgate the affects of dfferent parameters of the PSO algorthm on the velocty. The new algorthm s analyzed under ths framework to examne ts stablty and affects of the parameters of the algorthm. The algorthm s appled to fve benchmark problems and the results presented show the performance benefts of the new algorthm. The algorthm can be successfully used for any number system. In future work, we want to formalze the analytc framework for the dscrete PSO and analyze the convergence and search behavor. Specfcally, the closed form expressons for the probablty densty functons of the velocty wll be derved. Ths s frst attempt to analyze a bnary PSO and ts behavor. Further analyss for the bnary PSO wll also be done. Fgure 3. Mnma acheved (averaged over 5 trals) for a 0 dmensonal Schwefel s Problem.3 References [] Eberhart, R. and Kennedy, J., A New Optmzer Usng Partcles Swarm Theory, Sxth Internatonal Symposum on Mcro Machne and Human Scence, 995, Nayoga, Japan. [] James Kennedy, Russell Eberhart and Sh, Y.H., Swarm Intellgence, Morgan Kaufman Publshers, 00. [3] Evolutonary Computaton : Bascs, Algorthms and Operators, Insttute of Physcs Publshng, 000. [4] E. Ozcan and C. K. Mohan, Partcle Swarm Optmzaton: Surfng the Waves, Proceedngs of Congress on Evolutonary Computaton (CEC 99), Washngton. C., July 999, pp [5] Sh. Y, R. C. Eberhart, Emprcal Study of Partcle Swarm Optmzaton, 999 Congress on Evolutonary Computng, Vol III, pp [6] Sh Y. H., Eberhart R.C., A Modfed Partcle Swarm Optmzaton Algorthm, IEEE Internatonal Conference on Evolutonary Computaton, 998, Anchorage, Alaska. [7] C. K. Mohan, B. Al-Kazem, screte Partcle Swarm Optmzaton, Proc. Workshop on Partcle Swarm Optmzaton, Indanapols, IN,

9 Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) [8] J. Kennedy and R. C. Eberhart, A screte Bnary Verson of Partcle Swarm Optmzaton, Proceedngs of the 997 Conf. on Systems, Man, and Cybernetcs, pp IEEE servce center, Pscataway, NJ. [9] Maurce Clerc, James Kennedy, The Partcle Swarm Exploson, Stablty, and Convergence n a Multmensonal Complex Space, IEEE Transactons on Evolutonary Computaton, Vol. 6, No., February, 00. [0] B. Al-Kazem and C. K. Mohan, Mult-Phase screte Partcle Swarm Optmzaton, Proc. The Fourth Internatonal Workshop on Fronters n Evolutonary Algorthms, 00. [] J. J. Lang, P. N. Suganthan and K. eb, Novel Comparson Test Functons for Numercal Global Optmzaton, IEEE Swarm Intellgence Symposum, pp , June 005. [] Elon S. Correa, Alex A. Fretas, Coln G. Johnson, A New screte Partcle Swarm Algorthm Appled to Attrbute Selecton n a Bonformtcs ata Set, GECCO 06, Seattle, Washngton, USA, July 8-, 006. [3] Jm Pugh, Alchero Martnol, screte Mult-Valued Partcle Swarm Optmzaton, IEEE Swarm Intellgence Symposum 06, Indanapols, Indana, USA, May -4, 006. [4] Kalyan Veeramachanen, Thanmaya Peram, Chlukur Mohan, lsa Osadcw, Optmzaton Usng Partcle Swarm Usng Near Neghbor Interactons, GECCO 03, Chcago, Illnos, USA, July, 003. [5] Partcle Swarm Optmzaton Code, Yuhu Sh, 49

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

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

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

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles 1 Internatonal Congress on Informatcs, Envronment, Energy and Applcatons-IEEA 1 IPCSIT vol.38 (1) (1) IACSIT Press, Sngapore Partcle Swarm Optmzaton wth Adaptve Mutaton n Local Best of Partcles Nanda ulal

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

An Adaptive Learning Particle Swarm Optimizer for Function Optimization

An Adaptive Learning Particle Swarm Optimizer for Function Optimization An Adaptve Learnng Partcle Swarm Optmzer for Functon Optmzaton Changhe L and Shengxang Yang Abstract Tradtonal partcle swarm optmzaton (PSO) suffers from the premature convergence problem, whch usually

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

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

Week3, Chapter 4. Position and Displacement. Motion in Two Dimensions. Instantaneous Velocity. Average Velocity

Week3, Chapter 4. Position and Displacement. Motion in Two Dimensions. Instantaneous Velocity. Average Velocity Week3, Chapter 4 Moton n Two Dmensons Lecture Quz A partcle confned to moton along the x axs moves wth constant acceleraton from x =.0 m to x = 8.0 m durng a 1-s tme nterval. The velocty of the partcle

More information

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X Statstcs 1: Probablty Theory II 37 3 EPECTATION OF SEVERAL RANDOM VARIABLES As n Probablty Theory I, the nterest n most stuatons les not on the actual dstrbuton of a random vector, but rather on a number

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

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

Lecture 12: Discrete Laplacian

Lecture 12: Discrete Laplacian Lecture 12: Dscrete Laplacan Scrbe: Tanye Lu Our goal s to come up wth a dscrete verson of Laplacan operator for trangulated surfaces, so that we can use t n practce to solve related problems We are mostly

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

Chapter Newton s Method

Chapter Newton s Method Chapter 9. Newton s Method After readng ths chapter, you should be able to:. Understand how Newton s method s dfferent from the Golden Secton Search method. Understand how Newton s method works 3. Solve

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

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane A New Scramblng Evaluaton Scheme based on Spatal Dstrbuton Entropy and Centrod Dfference of Bt-plane Lang Zhao *, Avshek Adhkar Kouch Sakura * * Graduate School of Informaton Scence and Electrcal Engneerng,

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

Investigation of a New Monte Carlo Method for the Transitional Gas Flow

Investigation of a New Monte Carlo Method for the Transitional Gas Flow Investgaton of a New Monte Carlo Method for the Transtonal Gas Flow X. Luo and Chr. Day Karlsruhe Insttute of Technology(KIT) Insttute for Techncal Physcs 7602 Karlsruhe Germany Abstract. The Drect Smulaton

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

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

Homework Assignment 3 Due in class, Thursday October 15

Homework Assignment 3 Due in class, Thursday October 15 Homework Assgnment 3 Due n class, Thursday October 15 SDS 383C Statstcal Modelng I 1 Rdge regresson and Lasso 1. Get the Prostrate cancer data from http://statweb.stanford.edu/~tbs/elemstatlearn/ datasets/prostate.data.

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

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

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007)

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007) Sldes largely based on: Rccardo Pol, James Kennedy, Tm Blackwell: Partcle swarm optmzaton. Swarm Intellgence 1(1): 33-57 (2007) Partcle Swarm Optmzaton Sldes largely based on: Rccardo Pol, James Kennedy,

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

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

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

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

Notes on Frequency Estimation in Data Streams

Notes on Frequency Estimation in Data Streams Notes on Frequency Estmaton n Data Streams In (one of) the data streamng model(s), the data s a sequence of arrvals a 1, a 2,..., a m of the form a j = (, v) where s the dentty of the tem and belongs to

More information

Probability Theory (revisited)

Probability Theory (revisited) Probablty Theory (revsted) Summary Probablty v.s. plausblty Random varables Smulaton of Random Experments Challenge The alarm of a shop rang. Soon afterwards, a man was seen runnng n the street, persecuted

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

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 12: Classification

Lecture 12: Classification Lecture : Classfcaton g Dscrmnant functons g The optmal Bayes classfer g Quadratc classfers g Eucldean and Mahalanobs metrcs g K Nearest Neghbor Classfers Intellgent Sensor Systems Rcardo Guterrez-Osuna

More information

A Particle Filter Algorithm based on Mixing of Prior probability density and UKF as Generate Importance Function

A Particle Filter Algorithm based on Mixing of Prior probability density and UKF as Generate Importance Function Advanced Scence and Technology Letters, pp.83-87 http://dx.do.org/10.14257/astl.2014.53.20 A Partcle Flter Algorthm based on Mxng of Pror probablty densty and UKF as Generate Importance Functon Lu Lu 1,1,

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

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

More information

Chapter 11: Simple Linear Regression and Correlation

Chapter 11: Simple Linear Regression and Correlation Chapter 11: Smple Lnear Regresson and Correlaton 11-1 Emprcal Models 11-2 Smple Lnear Regresson 11-3 Propertes of the Least Squares Estmators 11-4 Hypothess Test n Smple Lnear Regresson 11-4.1 Use of t-tests

More information

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No. 005 0 JATIT & LLS. All rghts reserved. ISSN: 9985 www.jatt.org EISSN: 87395 MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN

More information

Grover s Algorithm + Quantum Zeno Effect + Vaidman

Grover s Algorithm + Quantum Zeno Effect + Vaidman Grover s Algorthm + Quantum Zeno Effect + Vadman CS 294-2 Bomb 10/12/04 Fall 2004 Lecture 11 Grover s algorthm Recall that Grover s algorthm for searchng over a space of sze wors as follows: consder the

More information

THE SUMMATION NOTATION Ʃ

THE SUMMATION NOTATION Ʃ Sngle Subscrpt otaton THE SUMMATIO OTATIO Ʃ Most of the calculatons we perform n statstcs are repettve operatons on lsts of numbers. For example, we compute the sum of a set of numbers, or the sum of the

More information

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results.

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results. Neural Networks : Dervaton compled by Alvn Wan from Professor Jtendra Malk s lecture Ths type of computaton s called deep learnng and s the most popular method for many problems, such as computer vson

More information

9 Derivation of Rate Equations from Single-Cell Conductance (Hodgkin-Huxley-like) Equations

9 Derivation of Rate Equations from Single-Cell Conductance (Hodgkin-Huxley-like) Equations Physcs 171/271 - Chapter 9R -Davd Klenfeld - Fall 2005 9 Dervaton of Rate Equatons from Sngle-Cell Conductance (Hodgkn-Huxley-lke) Equatons We consder a network of many neurons, each of whch obeys a set

More information

Gaussian Mixture Models

Gaussian Mixture Models Lab Gaussan Mxture Models Lab Objectve: Understand the formulaton of Gaussan Mxture Models (GMMs) and how to estmate GMM parameters. You ve already seen GMMs as the observaton dstrbuton n certan contnuous

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

Discrete Particle Swarm Optimization for TSP: Theoretical Results and Experimental Evaluations

Discrete Particle Swarm Optimization for TSP: Theoretical Results and Experimental Evaluations Dscrete Partcle Swarm Optmzaton for TSP: Theoretcal Results and Expermental Evaluatons Matthas Hoffmann, Mortz Mühlenthaler, Sabne Helwg, Rolf Wanka Department of Computer Scence, Unversty of Erlangen-Nuremberg,

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Module 2. Random Processes. Version 2 ECE IIT, Kharagpur

Module 2. Random Processes. Version 2 ECE IIT, Kharagpur Module Random Processes Lesson 6 Functons of Random Varables After readng ths lesson, ou wll learn about cdf of functon of a random varable. Formula for determnng the pdf of a random varable. Let, X be

More information

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family IOSR Journal of Mathematcs IOSR-JM) ISSN: 2278-5728. Volume 3, Issue 3 Sep-Oct. 202), PP 44-48 www.osrjournals.org Usng T.O.M to Estmate Parameter of dstrbutons that have not Sngle Exponental Famly Jubran

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

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

Temperature. Chapter Heat Engine

Temperature. Chapter Heat Engine Chapter 3 Temperature In prevous chapters of these notes we ntroduced the Prncple of Maxmum ntropy as a technque for estmatng probablty dstrbutons consstent wth constrants. In Chapter 9 we dscussed the

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

Ensemble Methods: Boosting

Ensemble Methods: Boosting Ensemble Methods: Boostng Ncholas Ruozz Unversty of Texas at Dallas Based on the sldes of Vbhav Gogate and Rob Schapre Last Tme Varance reducton va baggng Generate new tranng data sets by samplng wth replacement

More information

THE ROBUSTNESS OF GENETIC ALGORITHMS IN SOLVING UNCONSTRAINED BUILDING OPTIMIZATION PROBLEMS

THE ROBUSTNESS OF GENETIC ALGORITHMS IN SOLVING UNCONSTRAINED BUILDING OPTIMIZATION PROBLEMS Nnth Internatonal IBPSA Conference Montréal, Canada August 5-8, 2005 THE ROBUSTNESS OF GENETIC ALGORITHMS IN SOLVING UNCONSTRAINED BUILDING OPTIMIZATION PROBLEMS Jonathan Wrght, and Al Alajm Department

More information

U-Pb Geochronology Practical: Background

U-Pb Geochronology Practical: Background U-Pb Geochronology Practcal: Background Basc Concepts: accuracy: measure of the dfference between an expermental measurement and the true value precson: measure of the reproducblty of the expermental result

More information

Lecture Space-Bounded Derandomization

Lecture Space-Bounded Derandomization Notes on Complexty Theory Last updated: October, 2008 Jonathan Katz Lecture Space-Bounded Derandomzaton 1 Space-Bounded Derandomzaton We now dscuss derandomzaton of space-bounded algorthms. Here non-trval

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

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

CSC 411 / CSC D11 / CSC C11

CSC 411 / CSC D11 / CSC C11 18 Boostng s a general strategy for learnng classfers by combnng smpler ones. The dea of boostng s to take a weak classfer that s, any classfer that wll do at least slghtly better than chance and use t

More information

RELIABILITY ASSESSMENT

RELIABILITY ASSESSMENT CHAPTER Rsk Analyss n Engneerng and Economcs RELIABILITY ASSESSMENT A. J. Clark School of Engneerng Department of Cvl and Envronmental Engneerng 4a CHAPMAN HALL/CRC Rsk Analyss for Engneerng Department

More information

On the Interval Zoro Symmetric Single-step Procedure for Simultaneous Finding of Polynomial Zeros

On the Interval Zoro Symmetric Single-step Procedure for Simultaneous Finding of Polynomial Zeros Appled Mathematcal Scences, Vol. 5, 2011, no. 75, 3693-3706 On the Interval Zoro Symmetrc Sngle-step Procedure for Smultaneous Fndng of Polynomal Zeros S. F. M. Rusl, M. Mons, M. A. Hassan and W. J. Leong

More information

1 Derivation of Rate Equations from Single-Cell Conductance (Hodgkin-Huxley-like) Equations

1 Derivation of Rate Equations from Single-Cell Conductance (Hodgkin-Huxley-like) Equations Physcs 171/271 -Davd Klenfeld - Fall 2005 (revsed Wnter 2011) 1 Dervaton of Rate Equatons from Sngle-Cell Conductance (Hodgkn-Huxley-lke) Equatons We consder a network of many neurons, each of whch obeys

More information

Discussion of Extensions of the Gauss-Markov Theorem to the Case of Stochastic Regression Coefficients Ed Stanek

Discussion of Extensions of the Gauss-Markov Theorem to the Case of Stochastic Regression Coefficients Ed Stanek Dscusson of Extensons of the Gauss-arkov Theorem to the Case of Stochastc Regresson Coeffcents Ed Stanek Introducton Pfeffermann (984 dscusses extensons to the Gauss-arkov Theorem n settngs where regresson

More information

ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM

ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM An elastc wave s a deformaton of the body that travels throughout the body n all drectons. We can examne the deformaton over a perod of tme by fxng our look

More information

Basically, if you have a dummy dependent variable you will be estimating a probability.

Basically, if you have a dummy dependent variable you will be estimating a probability. ECON 497: Lecture Notes 13 Page 1 of 1 Metropoltan State Unversty ECON 497: Research and Forecastng Lecture Notes 13 Dummy Dependent Varable Technques Studenmund Chapter 13 Bascally, f you have a dummy

More information

DETERMINATION OF UNCERTAINTY ASSOCIATED WITH QUANTIZATION ERRORS USING THE BAYESIAN APPROACH

DETERMINATION OF UNCERTAINTY ASSOCIATED WITH QUANTIZATION ERRORS USING THE BAYESIAN APPROACH Proceedngs, XVII IMEKO World Congress, June 7, 3, Dubrovn, Croata Proceedngs, XVII IMEKO World Congress, June 7, 3, Dubrovn, Croata TC XVII IMEKO World Congress Metrology n the 3rd Mllennum June 7, 3,

More information

Week 9 Chapter 10 Section 1-5

Week 9 Chapter 10 Section 1-5 Week 9 Chapter 10 Secton 1-5 Rotaton Rgd Object A rgd object s one that s nondeformable The relatve locatons of all partcles makng up the object reman constant All real objects are deformable to some extent,

More information

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k)

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k) ISSN 1749-3889 (prnt), 1749-3897 (onlne) Internatonal Journal of Nonlnear Scence Vol.17(2014) No.2,pp.188-192 Modfed Block Jacob-Davdson Method for Solvng Large Sparse Egenproblems Hongy Mao, College of

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

Error Probability for M Signals

Error Probability for M Signals Chapter 3 rror Probablty for M Sgnals In ths chapter we dscuss the error probablty n decdng whch of M sgnals was transmtted over an arbtrary channel. We assume the sgnals are represented by a set of orthonormal

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

The Geometry of Logit and Probit

The Geometry of Logit and Probit The Geometry of Logt and Probt Ths short note s meant as a supplement to Chapters and 3 of Spatal Models of Parlamentary Votng and the notaton and reference to fgures n the text below s to those two chapters.

More information

Supporting Information

Supporting Information Supportng Informaton The neural network f n Eq. 1 s gven by: f x l = ReLU W atom x l + b atom, 2 where ReLU s the element-wse rectfed lnear unt, 21.e., ReLUx = max0, x, W atom R d d s the weght matrx to

More information

Joint Statistical Meetings - Biopharmaceutical Section

Joint Statistical Meetings - Biopharmaceutical Section Iteratve Ch-Square Test for Equvalence of Multple Treatment Groups Te-Hua Ng*, U.S. Food and Drug Admnstraton 1401 Rockvlle Pke, #200S, HFM-217, Rockvlle, MD 20852-1448 Key Words: Equvalence Testng; Actve

More information

CHAPTER 14 GENERAL PERTURBATION THEORY

CHAPTER 14 GENERAL PERTURBATION THEORY CHAPTER 4 GENERAL PERTURBATION THEORY 4 Introducton A partcle n orbt around a pont mass or a sphercally symmetrc mass dstrbuton s movng n a gravtatonal potental of the form GM / r In ths potental t moves

More information

Department of Statistics University of Toronto STA305H1S / 1004 HS Design and Analysis of Experiments Term Test - Winter Solution

Department of Statistics University of Toronto STA305H1S / 1004 HS Design and Analysis of Experiments Term Test - Winter Solution Department of Statstcs Unversty of Toronto STA35HS / HS Desgn and Analyss of Experments Term Test - Wnter - Soluton February, Last Name: Frst Name: Student Number: Instructons: Tme: hours. Ads: a non-programmable

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

Mathematical Preparations

Mathematical Preparations 1 Introducton Mathematcal Preparatons The theory of relatvty was developed to explan experments whch studed the propagaton of electromagnetc radaton n movng coordnate systems. Wthn expermental error the

More information

An improved multi-objective evolutionary algorithm based on point of reference

An improved multi-objective evolutionary algorithm based on point of reference IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS An mproved mult-objectve evolutonary algorthm based on pont of reference To cte ths artcle: Boy Zhang et al 08 IOP Conf. Ser.: Mater.

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

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

Week 5: Neural Networks

Week 5: Neural Networks Week 5: Neural Networks Instructor: Sergey Levne Neural Networks Summary In the prevous lecture, we saw how we can construct neural networks by extendng logstc regresson. Neural networks consst of multple

More information

An Improved multiple fractal algorithm

An Improved multiple fractal algorithm Advanced Scence and Technology Letters Vol.31 (MulGraB 213), pp.184-188 http://dx.do.org/1.1427/astl.213.31.41 An Improved multple fractal algorthm Yun Ln, Xaochu Xu, Jnfeng Pang College of Informaton

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

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

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING N. Phanthuna 1,2, F. Cheevasuvt 2 and S. Chtwong 2 1 Department of Electrcal Engneerng, Faculty of Engneerng Rajamangala

More information

Parametric fractional imputation for missing data analysis. Jae Kwang Kim Survey Working Group Seminar March 29, 2010

Parametric fractional imputation for missing data analysis. Jae Kwang Kim Survey Working Group Seminar March 29, 2010 Parametrc fractonal mputaton for mssng data analyss Jae Kwang Km Survey Workng Group Semnar March 29, 2010 1 Outlne Introducton Proposed method Fractonal mputaton Approxmaton Varance estmaton Multple mputaton

More information

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at www.jraset.com Comparatve Analyss of SPSO and PSO to Optmal Power Flow Solutons

More information

Note on EM-training of IBM-model 1

Note on EM-training of IBM-model 1 Note on EM-tranng of IBM-model INF58 Language Technologcal Applcatons, Fall The sldes on ths subject (nf58 6.pdf) ncludng the example seem nsuffcent to gve a good grasp of what s gong on. Hence here are

More information

Common loop optimizations. Example to improve locality. Why Dependence Analysis. Data Dependence in Loops. Goal is to find best schedule:

Common loop optimizations. Example to improve locality. Why Dependence Analysis. Data Dependence in Loops. Goal is to find best schedule: 15-745 Lecture 6 Data Dependence n Loops Copyrght Seth Goldsten, 2008 Based on sldes from Allen&Kennedy Lecture 6 15-745 2005-8 1 Common loop optmzatons Hostng of loop-nvarant computatons pre-compute before

More information

Feature Selection: Part 1

Feature Selection: Part 1 CSE 546: Machne Learnng Lecture 5 Feature Selecton: Part 1 Instructor: Sham Kakade 1 Regresson n the hgh dmensonal settng How do we learn when the number of features d s greater than the sample sze n?

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 III Neural Networks as Associative Memory

CHAPTER III Neural Networks as Associative Memory CHAPTER III Neural Networs as Assocatve Memory Introducton One of the prmary functons of the bran s assocatve memory. We assocate the faces wth names, letters wth sounds, or we can recognze the people

More information

This column is a continuation of our previous column

This column is a continuation of our previous column Comparson of Goodness of Ft Statstcs for Lnear Regresson, Part II The authors contnue ther dscusson of the correlaton coeffcent n developng a calbraton for quanttatve analyss. Jerome Workman Jr. and Howard

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

Boostrapaggregating (Bagging)

Boostrapaggregating (Bagging) Boostrapaggregatng (Baggng) An ensemble meta-algorthm desgned to mprove the stablty and accuracy of machne learnng algorthms Can be used n both regresson and classfcaton Reduces varance and helps to avod

More information

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore Sesson Outlne Introducton to classfcaton problems and dscrete choce models. Introducton to Logstcs Regresson. Logstc functon and Logt functon. Maxmum Lkelhood Estmator (MLE) for estmaton of LR parameters.

More information

P R. Lecture 4. Theory and Applications of Pattern Recognition. Dept. of Electrical and Computer Engineering /

P R. Lecture 4. Theory and Applications of Pattern Recognition. Dept. of Electrical and Computer Engineering / Theory and Applcatons of Pattern Recognton 003, Rob Polkar, Rowan Unversty, Glassboro, NJ Lecture 4 Bayes Classfcaton Rule Dept. of Electrcal and Computer Engneerng 0909.40.0 / 0909.504.04 Theory & Applcatons

More information

(Online First)A Lattice Boltzmann Scheme for Diffusion Equation in Spherical Coordinate

(Online First)A Lattice Boltzmann Scheme for Diffusion Equation in Spherical Coordinate Internatonal Journal of Mathematcs and Systems Scence (018) Volume 1 do:10.494/jmss.v1.815 (Onlne Frst)A Lattce Boltzmann Scheme for Dffuson Equaton n Sphercal Coordnate Debabrata Datta 1 *, T K Pal 1

More information