Whale swarm algorithm for function optimization

Size: px
Start display at page:

Download "Whale swarm algorithm for function optimization"

Transcription

1 Whale swarm algorthm for functon optmzaton Bng Zeng School of Mechancal Scence and Engneerng Huazhong Unversty of Scence and Technology Wuhan, Chna Lang Gao* School of Mechancal Scence and Engneerng Huazhong Unversty of Scence and Technology Wuhan, Chna Xnyu L School of Mechancal Scence and Engneerng Huazhong Unversty of Scence and Technology Wuhan, Chna lxnyu@hust.edu.cn Abstract Increasng nature-nspred metaheurstc algorthms are appled to solvng the real-world optmzaton problems, as they have some advantages over the classcal methods of numercal optmzaton. Ths paper has proposed a new nature-nspred metaheurstc called Whale Swarm Algorthm for functon optmzaton, whch s nspred by the whales behavor of communcatng wth each other va ultrasound for huntng. The proposed Whale Swarm Algorthm has been compared wth several popular metaheurstc algorthms on comprehensve performance metrcs. Accordng to the expermental results, Whale Swarm Algorthm has a qute compettve performance when compared wth other algorthms. Keywords whale Swarm Algorthm; ultrasound; naturenspred; metaheurstc; real-world optmzaton problems; functon optmzaton. I. INTROUCTION Nature-nspred algorthms are becomng powerful n solvng numercal optmzaton problems, especally the NP-hard problems such as the travellng salesman problem [], vehcle routng [], classfcaton problems [3], routng problem of wreless sensor networks(wsn) [4] and multprocessor schedulng problem [5], etc. These realworld optmzaton problems often probably come wth multple global or local optma of a gven mathematcal model (.e., objectve functon). And f a pont-by-pont classcal method of numercal optmzaton s used for ths task, the classcal method has to try many tmes for locatng dfferent optmal soluton n each tme [6], whch wll take a lot of tme and work. Therefore, usng nature-nspred metaheurstc algorthms to solve these problems has become a hot research topc, as they are easy to mplement and can converge to the global optma wth hgh probablty. In ths paper, we have proposed a new nature-nspred metaheurstc called Whale Swarm Algorthm (WSA) for functon optmzaton, based on the whales behavor of communcatng wth each other va ultrasound for huntng. Here, a bref overvew of the nature-nspred metaheurstc algorthms s presented. Genetc Algorthm (GA) was ntally proposed by Holland to solve the numercal optmzaton problem [7], whch smulates arwn's genetc choce and natural elmnaton bology evoluton process and has opened the prelude of nature-nspred metaheurstc algorthms. It manly utlzes selecton, crossover and mutaton operatons on the ndvduals (chromosomes) to fnd the global optmum as far as possble. In GAs, the crossover operator that s utlzed to create new ndvduals by combnng parts of two ndvduals sgnfcantly affects the performance of a genetc system [8]. Untl now, lots of researchers have proposed dverse crossover operators for dfferent optmzaton problems. For nstance, Syswerda has proposed order based crossover operator (OBX) for permutaton encodng when dealng wth schedule optmzaton problem [9]. A detaled revew of crossover operators for permutaton encodng can be seen from reference []. Mutaton s another mportant operator n GAs, whch provdes a random dversty n the populaton [], so as to prevent premature convergence of algorthm. Mchalewcz has proposed random (unform) mutaton and non-unform mutaton [] for numercal optmzaton problems. And polynomal mutaton operator proposed by eb s one of the most wdely used mutaton operator [3]. A comprehensve ntroducton to mutaton operator can be seen from [4]. In a word, t s very mportant to choose or desgn approprate select, crossover and mutaton operators of GAs, when dealng wth dfferent optmzaton problems. Storn and Prce proposed fferental Evoluton (E) algorthm for mnmzng possbly nonlnear and nondfferentable contnuous space functons [5]. It also contans three key operatons, namely mutaton, crossover and selecton, whch are dfferent from those of GAs. Frst of all, a donor vector, correspondng to each member vector of the populaton called target vector, s generated n the mutaton phase of E. Then, the crossover operaton takes place between the target vector and the donor vector, wheren a tral vector s created by selectng components from the donor vector or the target vector wth the crossover probablty. The selecton process determnes whether the target or the tral vector survves n the next generaton. If the tral vector s better, t replaces the target vector; otherwse remanng the target vector n the populaton. Snce put forward, E algorthm has ganed ncreasng popularty from researchers and engneers n solvng lots of real-world optmzaton problems [6, 7] and varous schemes have been proposed for t [8]. The general conventon used to name the dfferent E schemes s E/x/y/z, where E represents fferental Evoluton, x stands for a strng ndcatng the base vector need to be perturbed, for example, t can be set as best and rand, y denotes the number of dfference vectors used to perturb x, and z represents the type of crossover operaton whch can be bnomal (bn) or exponental (exp) [8]. Some popular exstng E schemes are E/best//bn, E/best//exp, E/rand//bn, E/best//exp, E/rand//exp, etc.

2 Partcle Swarm Optmzaton (PSO) s a swarm ntellgence based algorthm proposed by Kennedy and Eberhart, whch s nspred by socal behavor of brd flockng [9]. PSO algorthm has been appled to solve lots of complex and dffcult real-world optmzaton problems [, ], snce t was put forward. In the tradtonal PSO algorthm, each partcle moves to a new poston based on the update of ts velocty and poston, where the velocty s concerned wth ts cogntve best poston and socal best poston. Untl now, there are lots of PSO varants are proposed for dfferent optmzaton problems. For nstance, Sh and Eberhart has ntroduced a lnear decreasng nerta weght nto PSO (PSO-LIW) [], whch can balance the global search and local search, for functon optmzaton. Zhan et al. have proposed Adaptve PSO (APSO) [3] for functon optmzaton, whch enables the automatc control of parameters to mprove the search effcency and convergence speed, and employs an eltst learnng strategy to jump out of the lkely local optma. Qu et al. have proposed stance-based Locally Informed PSO (LIPS) that elmnates the need to specfy any nchng parameter and enhance the fne search ablty of PSO for multmodal functon optmzaton [6], etc. In addton to the above, there are large amounts of other nature nspred algorthms such as Ant Colony Optmzaton (ACO) [4], Bees Swarm Optmzaton (BSO) [5] and Bg Bang-Bg Crunch (BB-BC) [6], etc. A comprehensve revew of the nature nspred algorthms s beyond the scope of ths paper. A detaled and complete reference on the motf can be seen from [7, 8]. The rest of ths paper s organzed as follows. Secton descrbes the proposed WSA n suffcent detal. The experment setup s presented n Secton 3. Secton 4 presents the expermental results performed to evaluate the proposed algorthm. The last secton s the conclusons and topcs for further works. II. WHALE SWARM ALGORITHM Frst of all, ths secton ntroduces the behavor of whales probably, especally the behavor of whales huntng. Then, the detals of Whale Swarm Algorthm are presented. A. Behavor of whales Whales wth great ntellectual and physcal capactes are completely aquatc mammals, and there are about eghty whale speces n the vast ocean. They are socal anmal and lve n groups. Such as pregnant females wll gather together wth other female whales and calves so as to enhance defense capabltes. And sperm whales are often spotted n groups of some 5 to ndvduals, as shown n Fg.. The whale sounds are beautful songs n the oceans and ther sound range s very wde. Untl now, scentsts have found 34 speces of whale sounds, such as whstlng, squeakng, groanng, longng, roarng, warblng, clckng, buzzng, churrng, conversng, trumpetng, cloppng and so on. These sounds made by whales can often be lnked to mportant functons such as ther mgraton, feedng and matng patterns. What s more, a large part of sounds made by whales are ultrasound whch are beyond the scope of human hearng. And whales determne foods azmuth and keep n touch wth each other from a great dstance by the ultrasound. Fg.. The swarm of sperm whales. When a whale has found food source, t wll make sounds to notfy other whales nearby of the qualty and quantty of food. So each whale wll receve lots of notfcatons from the neghbors, and then move to the proper place to fnd food based on these notfcatons. The behavor of whales communcatng wth each other by sound for huntng nspre us to develop a new metaheurstc algorthm for functon optmzaton problems. In the rest of ths secton, we wll dscuss the mplementaton of Whale Swarm Algorthm n detal. B. Whale swarm algorthm To develop whale swarm nspred algorthm for solvng functon optmzaton problem, we have dealzed some huntng rules of whale. For smplcty n descrbng our new Whale Swarm Algorthm, the followng four dealzed rules are employed: ) all the whales communcate wth each other by ultrasound n the search area; ) each whale has a certan degree of computng ablty to calculate the dstance to other whales; 3) the qualty and quantty of food found by each whale are assocated to ts ftness; 4) the movement of a whale s guded by the nearest one among the whales that are better (judged by ftness) than t, such nearest whale s called the better and nearest whale n ths paper. ) Iteratve equaton As we know, both rado wave and lght wave are electromagnetc waves, whch can propagate wthout any medum. If propagatng n water, they wll attenuate quckly due to the large electrcal conductvty of water. Whereas, sound wave s one knd of mechancal wave that needs a medum through whch to travel, whether t s water, ar, wood or metal. And ultrasound belongs to sound wave, whose transmsson speed and dstance largely depends on the medum. For nstance, ultrasound travels about 45 meters per second n water, whch s faster than that (about 34 meters per second) n ar. What s more, some ultrasound wth pre-specfed ntensty can travel about meters underwater, but can only transmt meters n ar. That s because the ntensty of mechancal wave s contnuously attenuated by the molecules of the medum, and the ntensty of ultrasound travelng n ar s attenuated far more quckly than that n water. The ntensty ρ of the ultrasound at any dstance d from the source can be formulated as follows [9]. d e where, s the ntensty of ultrasound at the orgn of source, e denotes the natural constant. η s the attenuaton

3 coeffcent, whch depends on the physco-chemcal propertes of the medum and on the characterstcs of the ultrasound tself (such as the ultrasonc frequency) [9]. As we can see from Eq., ρ decreases exponentally wth the ncrement of d when η s constant, whch means that the dstorton of message conveyed by the ultrasound transmtted by a whale wll occur wth a great probablty, when the travel dstance of the ultrasound gets qute far. So a whale wll not sure whether ts understandng of the message send out by another whale s correct, when that whale s qute far away from t. Thus, a whale would move negatvely and randomly towards ts better and nearest whale whch s qute far away from t. Based on the above, t can be seen that a whale would move postvely and randomly towards ts better and nearest whale whch s close to t, and move negatvely and randomly towards that whale whch s qute far away from t, when huntng food. Thus, some whale swarms wll form after a perod of tme. Each whale moves randomly towards ts better and nearest whale, because random movement s an mportant feature of whales behavor, lke the behavor of many other anmals such as ant, brds, etc., whch s employed to fnd better food. These rules have nspred us to fnd a new poston teratve equaton, wshng the proposed algorthm to avod fallng nto the local optma quckly and enhance the populaton dversty and the global exploraton ablty, as well as contrbute to locatng multple global optma. Then, the random movement of a whale X guded by ts better and nearest whale Y can be formulated as follows. dx, Y x x rand, e y x t+ t t t where, and are the -th elements of X s poston at t and t+ teratons respectvely, smlarly, denotes the - th element of Y s poston at t teraton. represents the t x t+ x d, Eucldean dstance between X and Y. And rand, e X Y d, means a random number between and e X Y. Based on a large number of experments, can be set to for almost all the cases. As mentoned prevous, the attenuaton coeffcent η s dependent on the physco-chemcal propertes of the medum and on the characterstcs of the ultrasound tself. Here, for functon optmzaton problem, those factors that affect η can be assocated to the characterstcs of the objectve functon, ncludng the functon dmenson, range of varables and dstrbuton of peaks. Therefore, t s mportant to set approprate η value for dfferent objectve functon. For engneer s convenence n applcaton of WSA, the ntal approxmate value of η can be set as follows, based on a large number of expermental results. Frst of all, dmax we should make e.5,.e., dmax e.5, snce s always set to, wheren d max denotes the maxmum dstance between any two whales n the search space that can be formulated as n d x x max U L, n s the dmenson of the objectve functon, L U x and x represent the lower lmt and upper lmt of the -th varable respectvely. Ths equaton means that f the dstance between whale X and ts better and nearest whale Y s d max, the part d, e XY of Eq. that affects the d X, Y t y movng range of whale X should be set to.5. Next, we can get that ln.5 dmax. Then, t s easy to adjust η to the optmal or near-optmal value based on ths ntal approxmate value. Eq. shows that a whale wll move towards ts better and nearest whale postvely and randomly, f the dstance between them s small. Otherwse, t wll move towards ts better and nearest whale negatvely and randomly, whch can be llustrated wth Fg. when the dmenson of the objectve functon s equal to. In Fg., the red stars denote the global optma, the crcles represent the whales and the rectangular regons sgned wth magnary lnes are the reachable regons of the whales n current teraton. X Y Y e e d.6 d, X, Y X Y X.4 Fg.. Sketch map of a whale s movement guded by ts better and nearest whale. ) General framework of WSA Based on the above rules, the general framework of the proposed WSA can be summarzed as shown n Fg. 3, where Ω n lne 6 denotes the number of members n Ω, namely the swarm sze, and Ω n lne 7 s the -th whale n Ω. It can be seen from Fg. 3 that those steps before teratve computaton are some ntalzaton steps, ncludng ntalzng confguraton parameters, ntalzng ndvduals postons and evaluatng each ndvdual, whch are smlar wth most other metaheurstc algorthms. Here, all the whales are randomly assgned to the search area. Next come the core step of WSA: whales move (lnes 5-3). Each whale needs to move for the better food va group cooperaton. Frst of all, a whale should fnd ts better and nearest whale (lnes 7), as shown n Fg. 4, where f(ω) n lne 6 s the ftness value of the whale Ω and dst(ω, Ωu) n lne 7 denotes the dstance between Ω and Ωu. If ts better and nearest whale exsts, then t wll move under the gudance of the better and nearest whale (lnes 9 n Fg. 3). As descrbed above, the framework of WSA s farly smple, whch s convenent for applyng WSA n solvng the realworld optmzaton problems. The general framework of Whale Swarm Algorthm Input: An objectve functon, the whale swarm Ω. Output: The global optma. : begn : Intalze parameters; 3: Intalze whales postons; 4: Evaluate all the whales (calculate ther ftness); 5: whle termnaton crteron s not satsfed do 6: for = to Ω do 7: Fnd the better and nearest whale Y of Ω ; 8: f Y exsts then 9: Ω moves under the gudance of Y accordng to Eq. ; : Evaluate Ω ; : end f : end for

4 3: end whle 4: return the global optma; 5: end Fg. 3. The general framework of WSA. The pseudo code of fndng a whale s better and nearest whale Input: The whale swarm Ω, a whale Ω u. Output: The better and nearest whale of Ω u. : begn : efne an nteger varable v ntalzed wth ; 3: efne a float varable temp ntalzed wth nfnty; 4: for = to Ω do f u then f f(ω )<f(ω u) then f dst(ω, Ω u)<temp then v=; temp=dst(ω, Ω u); end f end f end f 5: 6: 7: 8: 9: : : : 3: end for 4: return Ω v; 5: end Fg. 4. The pseudo code of fndng a whale s better and nearest whale. III. EXPERIMENT SETUP A. Expermental confguraton The proposed WSA and other algorthms compared are all mplemented wth C++ programmng language by Mcrosoft vsual studo 5 and executed on the PC wth.3 GHz Intel core 7 36QM processor, 8 GB RAM and Mcrosoft Wndows operatng system. In addton to the GA wth elte selecton, non-unform arthmetc crossover and basc bt mutaton strateges, E/best//bn [3] and PSO wth nerta weght [], the followng 4 popular multmodal optmzaton algorthms are also compared wth WSA: The locally nformed PSO (LIPS) [6], Specatonbased E (SE) [3], The orgnal crowdng E (CE) [3] and Specaton-based PSO (SPSO) [33]. In ths paper, we utlze the evaluaton number of objectve functon as the stoppng crteron of these algorthms to test ther performance. B. Test functons To verfy the performance of the proposed WSA, the comparatve experments were conducted on twelve benchmark test functons, whch are taken from the studes of eb [34], Mchalewcz [], L [35] and Thomsen [3]. Test functons F-F8 are multmodal (F-F6 and F7-F are low and hgh dmensonal multmodal functons respectvely) that have multple global or local optma. F and F are hgh dmensonal unmodal functons wth dmenson. Basc nformaton of these test functons are summarzed n Table. For functons F-F6, the objectve s to locate all the global optma, whle for the rest the target s to escape the local optma (f they have) to hunt for the global optmum. And all test functons are mnmzaton problems. It can be seen from Table, F7, F9, F and F all get the global optma at (,,, ), and F gets the global optmum at (,,, ), whch are located near the mddle of the feasble regon. As we know, some algorthms are effcent n optmzng the functons whose optma are near the mddle of the feasble regon, especally near zero, but perform badly when the optma are not near the mddle of the feasble regon. For the sake of farness, we have shfted F7-F, and the shft data of them are randomly generated wthn specfed range. Table. Test functons. No. Functon name / mensons Expresson Ranges No. of global optma Uneven Increasng Mnma / x.8 6 f X explog sn 5 x.5 [, ] /4 Uneven Mnma / f sn 5 x.5 3 Hmmelblau s functon / f x x x x Mnmum value X [, ] 5-4 Sx-hump camel back / X X 7 [-6, 6] 4 - x f x x xx x x nverted Shubert functon / j 6 Brann RCOS / f X x x x x [-.9,.9] [-.,.] f X j cos j x j [-, ] cos Rastrgn / f x x 8 Schwefel / f xsn x [-5, ] [, 5] X cos [-, ] X [-5, 5] 9 Grewank / f X cos [-, ] x x 4 Rosenbrock / f x x x Sphere / X [-5, 5] f X x [-, ] Zakharov / f X x x x [-5, ] 4

5 C. Parameters settng Although the global optma of these test functons can be obtaned by the method of dervaton, they should stll be treated as black-box problems,.e., the known global optma of these test functons cannot be used by the algorthms durng the teratons, so as to compare the performance of these algorthms. The ftness value and the number of global optma of each functon have been lsted n Table. Here, we use ftness error Ɛ f,.e., level of accuracy, to judge whether a soluton s a real global optmum,.e., f the dfference between the ftness of a soluton and the known global optmum s lower than Ɛ f, ths soluton can be consdered as a global optmum. In our experments, the ftness error Ɛ f, populaton sze and maxmal number of functon evaluatons for WSA and the 7 algorthms compared are lsted n Table. It s worth to note that a functon whch has more optma or hgher dmenson requres a larger populaton sze and more number of functon evaluatons. Functon Table. Test functons settng. Ɛ f populaton No. of functon no. sze evaluatons F. F. F3.5 F4. F5.5 3 F6. F7. 5 F8. 5 F9. 5 F. 5 F. 5 F. 5 The user-specfed control parameters of WSA,.e., attenuaton coeffcent η, for these test functons are set as shown n Table 3. Table 3. Parameter settng of WSA for test functons. Parameter F F F3 F4 F5 F6 F7 F8 F9 F F F η E-3.E-3 5E-3 6.5E- 5E-3 6.5E- The parameters value of the 7 algorthms compared are set as the same as those n ther reference source respectvely. Table 4 has shown the settng of the man parameters of these algorthms. The parameter speces radus r s of SE and SPSO for these test functons are lsted n Table 5. Algorthms Table 4. Settng of the parameters of algorthms. Parameters GA P c =.95, P m =.5 E P c =.7, F =.5 PSO ω =.79844, c =, c = LIPS ω =.79844, nsze = ~5 SE P c =.9, F =.5, m = CE P c =.9, F =.5, CF = populaton sze SPSO χ =.79844, φ =.5, φ =.5. Pc: crossover probablty; Pm: mutaton probablty;. F: scalng factor; 3. ω: nerta weght; c, c: acceleraton factor; 4. nsze: neghborhood sze; 5. m: speces sze; 6. CF: crowdng factor; 7. χ: constrcton factor; φ, φ: coeffcent. Table 5. Speces radus settng for test functons. F F F3 F4 F5 F6 F7 F8 F9 F F F SE SPSO Performance metrcs To compare the performance of WSA wth the 7 algorthms, we have conducted 5 ndependent runs for each algorthm on each test functon. And the followng fve metrcs are used to measure the performance of all the algorthms. ) Success Rate (SR) [33]: the percentage of runs n whch all the global optma are successfully located usng the gven level of accuracy. ) Average Number of Optma Found (ANOF) [36]: the average number of global optma found over 5 runs. 3) Maxmum Peak Rato Statstc (MPR) [36]: ths paper also adopts MPR to compare the qualty of optma found by dfferent algorthms. MRP s expressed as follows. MPR= q = q = * F F + * f F + where q s the number of optma found by the algorthm, q q f are the ftness value of these optma, F are the value of real optma correspondng to those optma found by the algorthm, whle F * s the value of the global optmum. It s obvous that the larger the MPR value s, the better the algorthm performs. The maxmal MPR value s. 4) Convergence speed: the speed of an algorthm convergng to the global optmum over functon evaluatons. IV. EXPERIMENTAL RESULTS AN ANALYSIS Ths secton presents and analyzes the results of comparatve experments. All the algorthms were run under the experment setup shown n the prevous secton. A. Success rate The success rates of all the algorthms on each test functon are presented n Table 6, n whch the numbers wthn parentheses denote the ranks of each algorthm. If the success rates of any two algorthms on a test functon are equal, they have the same ranks over ths test functon. The

6 last row of ths table shows the total ranks of algorthms, whch are the summaton of the ndvdual ranks on each test functon. As we can see from Table 6, for multmodal functons F-F, the success rate of WSA on F3 s only a lttle bt lower than that of LIPS, but s far greater than those of other algorthms. Only two multmodal optmzaton algorthms (.e., LIPS and SE) can acheve nonzero success rates on F5, and no algorthm can acheve nonzero success rates on the four hgh dmensonal multmodal functons F7-F. What s more, WSA has acheved % success rates on test functons F, F, F4 and F6, whch are much hgher than those ganed by most of other algorthms. Therefore, t can be seen that WSA has a very compettve performance on dealng wth multmodal functons wth respect to other algorthms. And for hgh-dmensonal unmodal functons F-F, all the algorthms cannot acheve nonzero success rates on F. However, WSA has acheved % success rate on F, whle the success rates of other algorthms on F are. Therefore, t can be concluded that WSA also has better performance than other algorthms on success rate when solvng unmodal functons. It also can be seen that the better performance of WSA on success rate can be supported by the total rank of WSA that s 5 whch s much smaller than those ganed by other algorthms. The better performance of WSA s due to ts novel teraton rules based on the behavor of whales huntng, ncludng that the random movement of a whale s guded by ts better and nearest whale, and ts range of movement depends on the ntensty of the ultrasound receved as shown as Eq., whch have a great contrbuton to the mantenance of populaton dversty and the enhancement of global exploraton ablty, so as to locate the global optmum(optma). Table 6. SR and ranks (n parentheses) of algorthms for test functons. Functon no. F F F3 F4 F5 F6 F7 F8 F9 F F F Total rank WSA GA E PSO CE SE SPSO LIPS As some algorthms cannot obtan nonzero success rates on some multmodal functons, the metrc ANOF has been used to test the performance of those algorthms on locatng multple global optma. Table 7 has presented the ANOF of all the algorthms over functons F-F6 whch have multple global optma. As can be seen from ths table, for these multmodal functons, the ANOF of WSA on test functons F, F4 and F6 are much hgher than those obtaned by most of other algorthms, whch echoes the % success rates of WSA on these functons as shown n Table 6. And the ANOF of WSA on F3 s only a lttle bt lower than that of LIPS, but s much hgher than those of other algorthms, whch s smlar to the case of success rates of algorthms on ths functon. As can be seen from Table 6, only LIPS and SE can acheve nonzero success rates on F5. Here, the ANOF of WSA on F5 s 6.76, whch s much hgher than those of other algorthms but the multmodal optmzaton algorthms LIPS and SE. Therefore, the results of Table 7 have further demonstrated the outstandng performance of WSA on fndng multple global optma wth respect to other algorthms when solvng multmodal functons. Table 7. ANOF and ranks (n parentheses) of algorthms for test functons F-F6. Functon no. WSA GA E PSO CE SE SPSO LIPS F F F F F Total rank B. Qualty of optma found MPR s utlzed to measure the qualty of optma found by algorthms. The mean and standard devaton of MPR of all the algorthms on each test functon over 5 runs are lsted n Table 8. Here, the ranks of algorthms are based on the mean of MPR over the test functons. As we can see from ths table, for low-dmensonal multmodal functons F-F6, WSA has acheved the best MPR on F and F. And E algorthm ranks the best on F3-F6. But E algorthm has not got nonzero success rates on F3-F6 as shown n Table 6, and has ganed worse ANOF than most of other algorthms as shown n Table 7, whch mean that E algorthm has a poor performance on locatng multple global optma though t can acheve a few of the multple global optma wth hgh accuracy, when solvng lowdmensonal multmodal functons. Whereas, WSA has acheved very good MPR over F3-F6, on the premse of keepng excellent SR and ANOF as shown n Table 6 and Table 7. And for hgh-dmensonal multmodal functons F7 and F8, WSA only performs a lttle bt worse than LIPS and SE, but outperforms other algorthms. What s more, for hgh-dmensonal multmodal functons F9-F and hghdmensonal unmodal functons F-F, WSA has acheved the best MPR values when compared wth all the other algorthms. Partcularly, WSA has ganed the maxmal MPR value (.e., ) on F, and the mean of the optmal value found by WSA on F over 5 runs s.6e-9 n the experments, whch s far better than those obtaned by all the other algorthms. Furthermore, the standard devatons of MPR of WSA on these test functons are qute small. Therefore, t can be concluded that WSA also performs

7 Average ftness value better than most of other algorthms n terms of the qualty of optma. The outstandng performance of WSA on the qualty of optma s also due to ts novel teraton rules, whch contrbute sgnfcantly to enhancng the local explotaton ablty. Table 8. MPR and ranks (n parentheses) of algorthms for test functons. Functon no. Measure WSA GA E PSO CE SE SPSO LIPS F F F3 F4 F5 F6 F7 F8 F9 F F F E E E E-4.77e-4 5.7e-5 4.5e-5.3e e-3.e- 8.3e e-9 3.7e e E-3 9.8E E E E-.987.E- 6.4e-6.37e-7.74e-5.4e-6.84e- 7.36e-4.8e-8.e-9 5.6e-6.84e-7.8e-3 5.e E e-5 9.3e-6 3.e e-7.e-.74e-.7e-7 7.7e e-5.e-5 8.e e E E E E-4 7.7e e-7 4.3e-5 4.7e-6.47e- 3.7e e-8 3.6e-8 7.e e e e E E E E E E-.65e e-7.6e-5 4.5e-7 7.8e-.87e e-7.37e-7.79e e e-4 3.3e E E E E E-4 5.9e-4.85e-5 4.3e-5.78e e-.4e-3.e e-6.37e-3 7.3e-5.63e-3.44e E E E E E E-.64e-4.9e e-5.63e-6.99e-.3e-.54e e e e e e-4 Total rank E E E E E E-3 6.4e-4.9e-4 5.8e-5.49e e-.39e-.6e e e e-7.78e-3.96e-4 C. Effcency Based on the prevous, t can be seen that WSA has a qute compettve performance when compared wth other algorthms, n terms of the locaton of multple global optma and the qualty of optma. Ths subsecton dscusses the effcency of all the algorthms, manly focus on the convergence speed. ) Convergence speed To further demonstrate the superorty of WSA, t s compared wth other algorthms on F3 n terms of convergence speed n ths subsecton. The convergence curves of all the algorthms on F3 are depcted n Fg. 5, n whch the abscssa values denote functon evaluatons and the ordnate values represent the average ftness values of populaton over 5 runs. As can be seen from Fg. 5, WSA converges slower than E, LIPS and SE n the early teratons. However, n the md and later teratons, WSA converges faster than LIPS and SE, and t can acheve a better value than LIPS and SE do. Although E algorthm can converge to the global optmum (-), t can only locate one of the four global optma n a sngle run, as shown n Table 7. Therefore, t can be concluded that WSA has better performance n terms of convergence speed than other algorthms on the premse of keepng good SR and ANOF. The excellent performance of WSA on convergence speed s also due to ts novel teraton rules based on the behavor of whales huntng as shown as Eq FEs GA E PSO CE SE SPSO LIPS WSA Fg. 5. The convergence graph of dfferent algorthms on F3.

8 V. CONCLUSIONS A new swarm ntellgence based metaheurstc called Whale Swarm Algorthm, nspred by the whales behavor of communcatng wth each other va ultrasound for huntng, s proposed for functon optmzaton n ths paper. The nnovatons of the teratve equaton of WSA consst of two parts: the random movement of a whale s guded by ts better and nearest whale; and ts range of movement depends on the ntensty of the ultrasound receved, whch contrbute sgnfcantly to the mantenance of populaton dversty, the avodance of fallng nto the local optma quckly and the enhancement of global exploraton ablty, so as to locate the global optmum(optma). And the novel teraton rules also have a great contrbuton to the enhancement of local explotaton ablty, especally when some whales have gathered around a same peak, so as to mprove the qualty of optma. WSA has been compared wth several popular metaheurstc algorthms on four performance metrcs (.e., SR, ANOF, MPR and Convergence speed). The expermental results show that WSA has a qute compettve performance when compared wth other algorthms, n terms of the locaton of multple global optma, the qualty of optma and effcency. In the future, we wll focus on the followng aspects: ) Utlzng WSA to solve mult-objectve optmzaton problems. ) Modfyng WSA to deal wth real-world optmzaton problems, especally the dscrete optmzaton problems and the NP-hard problems. ACKNOWLEGMENT Ths research was supported by the Natonal Natural Scence Foundaton of Chna (NSFC) (546) and the Natonal Key Technology Support Program (5BAFB4). REFERENCES [] M. Mah, Ö.K. Baykan, H. Kodaz, A new hybrd method based on Partcle Swarm Optmzaton, Ant Colony Optmzaton and 3-Opt algorthms for Travelng Salesman Problem, Appled Soft Computng, 3 (5) [] K.C. Tan, Y. Chew, L.H. Lee, A hybrd mult-objectve evolutonary algorthm for solvng truck and traler vehcle routng problems, European Journal of Operatonal Research, 7 (6) [3] S.N. Qasem, S.M. Shamsuddn, S.Z.M. Hashm, M. arus, E. Al- Shammar, Memetc multobjectve partcle swarm optmzaton-based radal bass functon network for classfcaton problems, Informaton Scences, 39 (3) [4] B. Zeng, Y. ong, An mproved harmony search based energyeffcent routng algorthm for wreless sensor networks, Appled Soft Computng, 4 (6) [5] E.S. Hou, N. Ansar, H. Ren, A genetc algorthm for multprocessor schedulng, Parallel and strbuted Systems, IEEE Transactons on, 5 (994) 3-. [6] B.-Y. Qu, P. Suganthan, S. as, A dstance-based locally nformed partcle swarm model for multmodal optmzaton, Evolutonary Computaton, IEEE Transactons on, 7 (3) [7] J. Holland, Adaptaton n artfcal and natural systems, Ann Arbor: The Unversty of Mchgan Press, (975). [8] M. Gen, R. Cheng, Genetc algorthms and engneerng optmzaton, John Wley & Sons,. [9] G. Syswerda, Schedule optmzaton usng genetc algorthms, Handbook of genetc algorthms, (99). [] T. Kellegöz, B. Toklu, J. Wlson, Comparng effcences of genetc crossover operators for one machne total weghted tardness problem, Appled Mathematcs and Computaton, 99 (8) [] L.. Whtley, Foundatons of genetc algorthms, Morgan Kaufmann, 993. [] Z. Mchalewcz, Genetc algorthms+ data structures= evoluton programs, Sprnger Scence & Busness Meda, 3. [3] K. eb, Mult-objectve optmzaton usng evolutonary algorthms, John Wley & Sons,. [4] K. eep, M. Thakur, A new mutaton operator for real coded genetc algorthms, Appled mathematcs and Computaton, 93 (7) -3. [5] R. Storn, K. Prce, fferental evoluton-a smple and effcent adaptve scheme for global optmzaton over contnuous spaces, ICSI Berkeley, 995. [6] A. Qng, ynamc dfferental evoluton strategy and applcatons n electromagnetc nverse scatterng problems, Geoscence and Remote Sensng, IEEE Transactons on, 44 (6) 6-5. [7] Z. Gao, Z. Pan, J. Gao, A new hghly effcent dfferental evoluton scheme and ts applcaton to waveform nverson, Geoscence and Remote Sensng Letters, IEEE, (4) [8] S. as, P.N. Suganthan, fferental evoluton: a survey of the stateof-the-art, Evolutonary Computaton, IEEE Transactons on, [9] J. Kennedy, J.F. Kennedy, R.C. Eberhart, Y. Sh, Swarm ntellgence, Morgan Kaufmann,. [] M. Lu, S. Xu, S. Sun, An agent-asssted QoS-based routng algorthm for wreless sensor networks, Journal of Network and Computer Applcatons, 35 () [] R. Cheng, Y. Jn, A socal learnng partcle swarm optmzaton algorthm for scalable optmzaton, Informaton Scences, 9 (5) [] Y. Sh, R. Eberhart, A modfed partcle swarm optmzer, n: Evolutonary Computaton Proceedngs, 998. IEEE World Congress on Computatonal Intellgence., The 998 IEEE Internatonal Conference on, IEEE, 998, pp [3] Z.-H. Zhan, J. Zhang, Y. L, H.S.-H. Chung, Adaptve partcle swarm optmzaton, Systems, Man, and Cybernetcs, Part B: Cybernetcs, IEEE Transactons on, 39 (9) [4] M. orgo, Optmzaton, learnng and natural algorthms, Ph.. Thess, Poltecnco d Mlano, Italy, (99). [5] H. ras, S. Sadeg, S. Yah, Cooperatve bees swarm for solvng the maxmum weghted satsfablty problem, n: Computatonal Intellgence and Bonspred Systems, Sprnger, 5, pp [6] O.K. Erol, I. Eksn, A new optmzaton method: bg bang bg crunch, Advances n Engneerng Software, 37 (6) 6-. [7] H. Zang, S. Zhang, K. Hapesh, A revew of nature-nspred algorthms, Journal of Bonc Engneerng, 7 S3-S37. [8] I. Boussaï, J. Lepagnot, P. Sarry, A survey on optmzaton metaheurstcs, Informaton Scences, 37 (3) 8-7. [9] S. Majumdar, P.S. Kumar, A. Pandt, Effect of lqud-phase propertes on ultrasound ntensty and cavtatonal actvty, Ultrasoncs sonochemstry, 5 (998) 3-8. [3] V. Kenneth, Prce, An ntroducton to dfferental evoluton, New deas n optmzaton, n, McGraw-Hll Ltd., UK, Madenhead, UK, 999. [3] X. L, Effcent dfferental evoluton usng specaton for multmodal functon optmzaton, n: Proceedngs of the 7th annual conference on Genetc and evolutonary computaton, ACM, 5, pp [3] R. Thomsen, Multmodal optmzaton usng crowdng-based dfferental evoluton, n: Evolutonary Computaton, 4. CEC4. Congress on, IEEE, 4, pp [33] X. L, Adaptvely choosng neghbourhood bests usng speces n a partcle swarm optmzer for multmodal functon optmzaton, n: Genetc and Evolutonary Computaton GECCO 4, Sprnger, 4, pp [34] K. eb, Genetc algorthms n multmodal functon optmzaton, Clearnghouse for Genetc Algorthms, epartment of Engneerng Mechancs, Unversty of Alabama, 989. [35] J.-P. L, M.E. Balazs, G.T. Parks, P.J. Clarkson, A speces conservng genetc algorthm for multmodal functon optmzaton, Evolutonary computaton, () [36] C5.htm.

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

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

More information

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

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

More information

Meta-heuristics for Multidimensional Knapsack Problems

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

More information

Complexity Analysis of Problem-Dimension Using PSO

Complexity Analysis of Problem-Dimension Using PSO Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) Complexty Analyss of Problem-Dmenson Usng PSO BUTHAINAH S. AL-KAZEMI AND SAMI J. HABIB,

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

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

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

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

More information

Cluster Analysis of Electrical Behavior

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

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

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

More information

Multi-objective Optimization Using Self-adaptive Differential Evolution Algorithm

Multi-objective Optimization Using Self-adaptive Differential Evolution Algorithm Mult-objectve Optmzaton Usng Self-adaptve Dfferental Evoluton Algorthm V. L. Huang, S. Z. Zhao, R. Mallpedd and P. N. Suganthan Abstract - In ths paper, we propose a Multobjectve Self-adaptve Dfferental

More information

ARTICLE IN PRESS. Applied Soft Computing xxx (2012) xxx xxx. Contents lists available at SciVerse ScienceDirect. Applied Soft Computing

ARTICLE IN PRESS. Applied Soft Computing xxx (2012) xxx xxx. Contents lists available at SciVerse ScienceDirect. Applied Soft Computing ASOC-11; o. of Pages 1 Appled Soft Computng xxx (1) xxx xxx Contents lsts avalable at ScVerse ScenceDrect Appled Soft Computng j ourna l ho mepage: www.elsever.com/locate/asoc A herarchcal partcle swarm

More information

An Improved Particle Swarm Optimization for Feature Selection

An Improved Particle Swarm Optimization for Feature Selection Journal of Bonc Engneerng 8 (20)?????? An Improved Partcle Swarm Optmzaton for Feature Selecton Yuannng Lu,2, Gang Wang,2, Hulng Chen,2, Hao Dong,2, Xaodong Zhu,2, Sujng Wang,2 Abstract. College of Computer

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

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

More information

CHAPTER 4 OPTIMIZATION TECHNIQUES

CHAPTER 4 OPTIMIZATION TECHNIQUES 48 CHAPTER 4 OPTIMIZATION TECHNIQUES 4.1 INTRODUCTION Unfortunately no sngle optmzaton algorthm exsts that can be appled effcently to all types of problems. The method chosen for any partcular case wll

More information

Clustering Algorithm Combining CPSO with K-Means Chunqin Gu 1, a, Qian Tao 2, b

Clustering Algorithm Combining CPSO with K-Means Chunqin Gu 1, a, Qian Tao 2, b Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) Clusterng Algorthm Combnng CPSO wth K-Means Chunqn Gu, a, Qan Tao, b Department of Informaton Scence, Zhongka

More information

A Novel Deluge Swarm Algorithm for Optimization Problems

A Novel Deluge Swarm Algorithm for Optimization Problems A Novel eluge Swarm Algorthm for Optmzaton Problems Anahta Samad,* - Mohammad Reza Meybod Scence and Research Branch, Islamc Azad Unversty, Qazvn, Iran Soft Computng Laboratory, Computer Engneerng and

More information

Using Particle Swarm Optimization for Enhancing the Hierarchical Cell Relay Routing Protocol

Using Particle Swarm Optimization for Enhancing the Hierarchical Cell Relay Routing Protocol 2012 Thrd Internatonal Conference on Networkng and Computng Usng Partcle Swarm Optmzaton for Enhancng the Herarchcal Cell Relay Routng Protocol Hung-Y Ch Department of Electrcal Engneerng Natonal Sun Yat-Sen

More information

Support Vector Machines

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

More information

S1 Note. Basis functions.

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

More information

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition Optmal Desgn of onlnear Fuzzy Model by Means of Independent Fuzzy Scatter Partton Keon-Jun Park, Hyung-Kl Kang and Yong-Kab Km *, Department of Informaton and Communcaton Engneerng, Wonkwang Unversty,

More information

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

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

More information

Application of Improved Fish Swarm Algorithm in Cloud Computing Resource Scheduling

Application of Improved Fish Swarm Algorithm in Cloud Computing Resource Scheduling , pp.40-45 http://dx.do.org/10.14257/astl.2017.143.08 Applcaton of Improved Fsh Swarm Algorthm n Cloud Computng Resource Schedulng Yu Lu, Fangtao Lu School of Informaton Engneerng, Chongqng Vocatonal Insttute

More information

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

Classifier Swarms for Human Detection in Infrared Imagery

Classifier Swarms for Human Detection in Infrared Imagery Classfer Swarms for Human Detecton n Infrared Imagery Yur Owechko, Swarup Medasan, and Narayan Srnvasa HRL Laboratores, LLC 3011 Malbu Canyon Road, Malbu, CA 90265 {owechko, smedasan, nsrnvasa}@hrl.com

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

An Optimal Algorithm for Prufer Codes *

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

More information

OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM

OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM Proceedng of the Frst Internatonal Conference on Modelng, Smulaton and Appled Optmzaton, Sharah, U.A.E. February -3, 005 OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM Had Nobahar

More information

A Binarization Algorithm specialized on Document Images and Photos

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

More information

Network Intrusion Detection Based on PSO-SVM

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

More information

NGPM -- A NSGA-II Program in Matlab

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

More information

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION

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

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

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

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

Virtual Machine Migration based on Trust Measurement of Computer Node Appled Mechancs and Materals Onlne: 2014-04-04 ISSN: 1662-7482, Vols. 536-537, pp 678-682 do:10.4028/www.scentfc.net/amm.536-537.678 2014 Trans Tech Publcatons, Swtzerland Vrtual Machne Mgraton based on

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information

Problem Definitions and Evaluation Criteria for the CEC 2005 Special Session on Real-Parameter Optimization

Problem Definitions and Evaluation Criteria for the CEC 2005 Special Session on Real-Parameter Optimization Problem efntons and Evaluaton Crtera for the CEC 2005 Specal Sesson on Real-Parameter Optmzaton P. N. Suganthan, N. Hansen 2, J. J. Lang, K. eb 3, Y. -P. Chen 4, A. Auger 2, S. Twar 3 School of EEE, Nanyang

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

A Saturation Binary Neural Network for Crossbar Switching Problem

A Saturation Binary Neural Network for Crossbar Switching Problem A Saturaton Bnary Neural Network for Crossbar Swtchng Problem Cu Zhang 1, L-Qng Zhao 2, and Rong-Long Wang 2 1 Department of Autocontrol, Laonng Insttute of Scence and Technology, Benx, Chna bxlkyzhangcu@163.com

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks Seventh Internatonal Conference on Intellgent Systems Desgn and Applcatons GA-Based Learnng Algorthms to Identfy Fuzzy Rules for Fuzzy Neural Networks K Almejall, K Dahal, Member IEEE, and A Hossan, Member

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

An Efficient Genetic Algorithm Based Approach for the Minimum Graph Bisection Problem

An Efficient Genetic Algorithm Based Approach for the Minimum Graph Bisection Problem 118 An Effcent Genetc Algorthm Based Approach for the Mnmum Graph Bsecton Problem Zh-Qang Chen, Rong-Long WAG and Kozo OKAZAKI Faculty of Engneerng, Unversty of Fuku, Bunkyo 3-9-1,Fuku-sh, Japan 910-8507

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

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

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

More information

SHAPE OPTIMIZATION OF STRUCTURES BY MODIFIED HARMONY SEARCH

SHAPE OPTIMIZATION OF STRUCTURES BY MODIFIED HARMONY SEARCH INTERNATIONAL JOURNAL OF OPTIMIZATION IN CIVIL ENGINEERING Int. J. Optm. Cvl Eng., 2011; 3:485-494 SHAPE OPTIMIZATION OF STRUCTURES BY MODIFIED HARMONY SEARCH S. Gholzadeh *,, A. Barzegar and Ch. Gheyratmand

More information

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

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

More information

The Codesign Challenge

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

More information

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

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

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

More information

Multi-objective Design Optimization of MCM Placement

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

More information

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

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

More information

An Influence of the Noise on the Imaging Algorithm in the Electrical Impedance Tomography *

An Influence of the Noise on the Imaging Algorithm in the Electrical Impedance Tomography * Open Journal of Bophyscs, 3, 3, 7- http://dx.do.org/.436/ojbphy.3.347 Publshed Onlne October 3 (http://www.scrp.org/journal/ojbphy) An Influence of the Nose on the Imagng Algorthm n the Electrcal Impedance

More information

Natural Computing. Lecture 13: Particle swarm optimisation INFR /11/2010

Natural Computing. Lecture 13: Particle swarm optimisation INFR /11/2010 Natural Computng Lecture 13: Partcle swarm optmsaton Mchael Herrmann mherrman@nf.ed.ac.uk phone: 0131 6 517177 Informatcs Forum 1.42 INFR09038 5/11/2010 Swarm ntellgence Collectve ntellgence: A super-organsm

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

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

More information

Stochastic optimization algorithm with probability vector in mathematical function minimization and travelling salesman problem

Stochastic optimization algorithm with probability vector in mathematical function minimization and travelling salesman problem Stochastc optmzaton algorthm wth probablty vector n mathematcal functon mnmzaton and travellng salesman problem JAN POHL, VÁCLAV JIRSÍK, PETR HONZÍK Department of Control and Instrumentaton Brno Unversty

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

Analysis of Particle Swarm Optimization and Genetic Algorithm based on Task Scheduling in Cloud Computing Environment

Analysis of Particle Swarm Optimization and Genetic Algorithm based on Task Scheduling in Cloud Computing Environment Analyss of Partcle Swarm Optmzaton and Genetc Algorthm based on Tas Schedulng n Cloud Computng Envronment Frederc Nzanywayngoma School of Computer and Communcaton Engneerng Unversty of Scence and Technology

More information

K-means Optimization Clustering Algorithm Based on Hybrid PSO/GA Optimization and CS validity index

K-means Optimization Clustering Algorithm Based on Hybrid PSO/GA Optimization and CS validity index Orgnal Artcle Prnt ISSN: 3-6379 Onlne ISSN: 3-595X DOI: 0.7354/jss/07/33 K-means Optmzaton Clusterng Algorthm Based on Hybrd PSO/GA Optmzaton and CS valdty ndex K Jahanbn *, F Rahmanan, H Rezae 3, Y Farhang

More information

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

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

More information

Straight Line Detection Based on Particle Swarm Optimization

Straight Line Detection Based on Particle Swarm Optimization Sensors & ransducers 013 b IFSA http://www.sensorsportal.com Straght Lne Detecton Based on Partcle Swarm Optmzaton Shengzhou XU, Jun IE College of computer scence, South-Central Unverst for Natonaltes,

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Cracking of the Merkle Hellman Cryptosystem Using Genetic Algorithm

Cracking of the Merkle Hellman Cryptosystem Using Genetic Algorithm Crackng of the Merkle Hellman Cryptosystem Usng Genetc Algorthm Zurab Kochladze 1 * & Lal Besela 2 1 Ivane Javakhshvl Tbls State Unversty, 1, I.Chavchavadze av 1, 0128, Tbls, Georga 2 Sokhum State Unversty,

More information

Parameters Optimization of SVM Based on Improved FOA and Its Application in Fault Diagnosis

Parameters Optimization of SVM Based on Improved FOA and Its Application in Fault Diagnosis Parameters Optmzaton of SVM Based on Improved FOA and Its Applcaton n Fault Dagnoss Qantu Zhang1*, Lqng Fang1, Sca Su, Yan Lv1 1 Frst Department, Mechancal Engneerng College, Shjazhuang, Hebe Provnce,

More information

MIXED INTEGER-DISCRETE-CONTINUOUS OPTIMIZATION BY DIFFERENTIAL EVOLUTION Part 1: the optimization method

MIXED INTEGER-DISCRETE-CONTINUOUS OPTIMIZATION BY DIFFERENTIAL EVOLUTION Part 1: the optimization method MIED INTEGER-DISCRETE-CONTINUOUS OPTIMIZATION BY DIFFERENTIAL EVOLUTION Part : the optmzaton method Joun Lampnen Unversty of Vaasa Department of Informaton Technology and Producton Economcs P. O. Box 700

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining A Notable Swarm Approach to Evolve Neural Network for Classfcaton n Data Mnng Satchdananda Dehur 1, Bjan Bhar Mshra 2 and Sung-Bae Cho 1 1 Soft Computng Laboratory, Department of Computer Scence, Yonse

More information

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following.

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following. Complex Numbers The last topc n ths secton s not really related to most of what we ve done n ths chapter, although t s somewhat related to the radcals secton as we wll see. We also won t need the materal

More information

The Research of Support Vector Machine in Agricultural Data Classification

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

More information

A Time-driven Data Placement Strategy for a Scientific Workflow Combining Edge Computing and Cloud Computing

A Time-driven Data Placement Strategy for a Scientific Workflow Combining Edge Computing and Cloud Computing > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 A Tme-drven Data Placement Strategy for a Scentfc Workflow Combnng Edge Computng and Cloud Computng Bng Ln, Fangnng

More information

Combining Cellular Automata and Particle Swarm Optimization for Edge Detection

Combining Cellular Automata and Particle Swarm Optimization for Edge Detection Combnng Cellular Automata and Partcle Swarm Optmzaton for Edge Detecton Safa Djemame Ferhat Abbes Unversty Sétf, Algera Mohamed Batouche Mentour Unversty Constantne, Algera ABSTRACT Cellular Automata can

More information

PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/1 KNAPSACK PROBLEM

PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/1 KNAPSACK PROBLEM PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/ KNAPSACK PROBLEM Josef Schwarz Jří Očenáše Brno Unversty of Technology Faculty of Engneerng and Computer Scence Department of Computer Scence

More information

Reliable and Efficient Routing Using Adaptive Genetic Algorithm in Packet Switched Networks

Reliable and Efficient Routing Using Adaptive Genetic Algorithm in Packet Switched Networks IJCSI Internatonal Journal of Computer Scence Issues, Vol. 9, Issue 1, No 3, January 2012 ISSN (Onlne): 1694-0814 www.ijcsi.org 168 Relable and Effcent Routng Usng Adaptve Genetc Algorthm n Packet Swtched

More information

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis Internatonal Mathematcal Forum, Vol. 6,, no. 7, 8 Soltary and Travelng Wave Solutons to a Model of Long Range ffuson Involvng Flux wth Stablty Analyss Manar A. Al-Qudah Math epartment, Rabgh Faculty of

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

GSLM Operations Research II Fall 13/14

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

More information

Predator-Prey Pigeon-Inspired Optimization for UAV Three-Dimensional Path Planning

Predator-Prey Pigeon-Inspired Optimization for UAV Three-Dimensional Path Planning Predator-Prey Pgeon-Inspred Optmzaton for UAV Three-Dmensonal Path Plannng Bo Zhang 1 and Habn Duan 1,2,* 1 Scence and Technology on Arcraft Control Laboratory, School of Automaton Scence and Electrcal

More information

A Clustering Algorithm Solution to the Collaborative Filtering

A Clustering Algorithm Solution to the Collaborative Filtering Internatonal Journal of Scence Vol.4 No.8 017 ISSN: 1813-4890 A Clusterng Algorthm Soluton to the Collaboratve Flterng Yongl Yang 1, a, Fe Xue, b, Yongquan Ca 1, c Zhenhu Nng 1, d,* Hafeng Lu 3, e 1 Faculty

More information

Duality Search: A novel simple and efficient meta-heuristic algorithm. *Mohsen Shahrouzi 1)

Duality Search: A novel simple and efficient meta-heuristic algorithm. *Mohsen Shahrouzi 1) Dualty Search: A novel smple and effcent meta-heurstc algorthm *Mohsen Shahrouz 1) 1) Engneerng Department, Kharazm Unversty, Tehran, Iran 1) shahruz@khu.ac.r ABSTRACT In ths artcle a novel meta-heurstc

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE SWARM OPTIMIZATION

MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE SWARM OPTIMIZATION MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE OPTIMIZATION K.E. Parsopoulos, D.K. Tasouls, M.N. Vrahats Department of Mathematcs, Unversty of Patras Artfcal Intellgence Research

More information

A fast algorithm for color image segmentation

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

More information

Research of Neural Network Classifier Based on FCM and PSO for Breast Cancer Classification

Research of Neural Network Classifier Based on FCM and PSO for Breast Cancer Classification Research of Neural Network Classfer Based on FCM and PSO for Breast Cancer Classfcaton Le Zhang 1, Ln Wang 1, Xujewen Wang 2, Keke Lu 2, and Ajth Abraham 3 1 Shandong Provncal Key Laboratory of Network

More information

Analysis of Continuous Beams in General

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

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

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

More information

Review of approximation techniques

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

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

Imperialist Competitive Algorithm with Variable Parameters to Determine the Global Minimum of Functions with Several Arguments

Imperialist Competitive Algorithm with Variable Parameters to Determine the Global Minimum of Functions with Several Arguments Fourth Internatonal Conference Modellng and Development of Intellgent Systems October 8 - November, 05 Lucan Blaga Unversty Sbu - Romana Imperalst Compettve Algorthm wth Varable Parameters to Determne

More information

expermental results on NRP nstances. Secton V dscusses some related wor and Secton VI concludes ths paper. II. PRELIMINARIES Ths secton gves the defnt

expermental results on NRP nstances. Secton V dscusses some related wor and Secton VI concludes ths paper. II. PRELIMINARIES Ths secton gves the defnt A Hybrd ACO Algorthm for the Next Release Problem He Jang School of Software Dalan Unversty of Technology Dalan 116621, Chna janghe@dlut.edu.cn Jngyuan Zhang School of Software Dalan Unversty of Technology

More information

An Adaptive Multi-population Artificial Bee Colony Algorithm for Dynamic Optimisation Problems

An Adaptive Multi-population Artificial Bee Colony Algorithm for Dynamic Optimisation Problems *Revsed Manuscrpt (changes marked) Clck here to vew lnked References An Adaptve Mult-populaton Artfcal Bee Colony Algorthm for Dynamc Optmsaton Problems Shams K. Nseef 1, Salwan Abdullah 1, Ayad Turky

More information

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole Appled Mathematcs, 04, 5, 37-3 Publshed Onlne May 04 n ScRes. http://www.scrp.org/journal/am http://dx.do.org/0.436/am.04.584 The Research of Ellpse Parameter Fttng Algorthm of Ultrasonc Imagng Loggng

More information

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Overvew 2 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Introducton Mult- Smulator MASIM Theoretcal Work and Smulaton Results Concluson Jay Wagenpfel, Adran Trachte Motvaton and Tasks Basc Setup

More information

A Self-adaptive Similarity-based Fitness Approximation for Evolutionary Optimization

A Self-adaptive Similarity-based Fitness Approximation for Evolutionary Optimization A Self-adaptve Smlarty-based Ftness Approxmaton for Evolutonary Optmzaton Je Tan Dvson of Industral and System Engneerng, Tayuan Unversty of Scence and Technology, Tayuan, 34 Chna College of Informaton

More information

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

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

More information

A Hybrid Genetic Algorithm for Routing Optimization in IP Networks Utilizing Bandwidth and Delay Metrics

A Hybrid Genetic Algorithm for Routing Optimization in IP Networks Utilizing Bandwidth and Delay Metrics A Hybrd Genetc Algorthm for Routng Optmzaton n IP Networks Utlzng Bandwdth and Delay Metrcs Anton Redl Insttute of Communcaton Networks, Munch Unversty of Technology, Arcsstr. 21, 80290 Munch, Germany

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

Particle Swarm Optimization based on Multiple Swarms and Opposition-based Learning*

Particle Swarm Optimization based on Multiple Swarms and Opposition-based Learning* Partcle Swarm Optmzaton based on Multple Swarms Opposton-based Learnng* Ja Zhao L Lv Longzhe Han Hu Wang Hu Sun.School o Inormaton Engneerng Nanchang Insttute o Technology Nanchang Chna;.Provncal Key Laboratory

More information

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CPS 0 Introducton to Computer Scence Lecture Notes Chapter : Algorthm Desgn How should we present algorthms? Natural languages lke Englsh, Spansh, or French whch are rch n nterpretaton and meanng are not

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Optimizing SVR using Local Best PSO for Software Effort Estimation

Optimizing SVR using Local Best PSO for Software Effort Estimation Journal of Informaton Technology and Computer Scence Volume 1, Number 1, 2016, pp. 28 37 Journal Homepage: www.jtecs.ub.ac.d Optmzng SVR usng Local Best PSO for Software Effort Estmaton Dnda Novtasar 1,

More information

Ant Colony Algorithm for the Weighted Item Layout Optimization Problem

Ant Colony Algorithm for the Weighted Item Layout Optimization Problem Ant Colony Algorthm for the Weghted Item Layout Optmzaton Problem Y-Chun Xu 1, Fang-Mn Dong 1, Yong Lu 1, Ren-Bn Xao 2, Martyn Amos 3,* 1 Insttute of Intellgent Vson and Image Informaton, Chna Three Gorges

More information