Particle Swarm Optimization Algorithm with Reverse-Learning and Local-Learning Behavior

Size: px
Start display at page:

Download "Particle Swarm Optimization Algorithm with Reverse-Learning and Local-Learning Behavior"

Transcription

1 35 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY 214 Parcle Swarm Opmzaon Algorhm wh Reverse-Learnng and Local-Learnng Behavor Xuewen Xa Naonal Engneerng Research Cener for Saelle Posonng Sysem, Wuhan Unversy, Chna Hube Engneerng Unversy, Xaogan, Chna Emal: Jngnan Lu Naonal Engneerng Research Cener for Saelle Posonng Sysem, Wuhan Unversy, Chna Yuanxang L School of Compuer, Wuhan Unversy, Hube Wuhan 4379, Chna Absrac In order o resolve conflc beween convergence speed and populaon dversy of parcle swarm opmzaon (PSO) algorhm, an mproved PSO, called reverse-learnng and local-learnng PSO () algorhm, s presened n whch a reverse-learnng behavor mplemened by some parcles whle local-learnng behavor adoped by ele parcles n each generaon. urng he reverse-learnng process, some nferor parcles of nal populaon and each parcle s hsorcal wors poson are reserved o arac a parcle o leap ou of local opmums. Furhermore, he Hammng dsance beween he nferor parcles s se o no less han a defaul rejecon dsance he am of whch s o manan he dversy of populaon and mprove s exploraon ably. In each generaon, he dfference beween he bes parcle and he second-bes parcle s used o gude he bes one o carry ou local search whch s crucal for mprovng s exploaon ably. The resuls of expermens show ha has a good global searchng ably and convergence speed especally n hgh dmenson funcon. Index Terms parcle swarm opmzaon, reverse learnng, local learnng, premaure convergence I. INTROUCTION Parcle swarm opmzaon (PSO) algorhm s a global opmzaon mehod ha orgnally developed by Kennedy and Eberhar n 1995[1]. Unlke oher evoluonary compuaon algorhms, n whch some genec operaons such as selecon, crossover and muaon operaors are adoped o manpulae a new ndvdual, PSO searches for an opmum by each parcle s flyng hrough he problem space. Ths search mechansm enables PSO has hgh operang effcency, fas convergence speed, and mplemenaon smplcy. Owng o s ousandng characers, PSO has been an effecve ool for solvng global opmzaon problems durng he pas wo decades, such as non-lnear funcon opmzaon, sgnal processng[2], mage reconsrucon Correspondng auhor: Xuewen Xa, emal: laughkd@163.com, xwxa@whu.edu.cn [3], engneerng opmzaon [4], ec. Alhough PSO has obaned some promsng resuls n many research felds, many expermens also ndcae ha he radonal PSO algorhm easly falls no local opma whle solvng complex mulmodal problems. Amng a he ssue, many researchers have made grea effor durng he pas decade whch wll be dscussed n Secon II. Based on prevous works, a novel algorhm, called reverse-learnng and local-learnng parcle swarm opmzer (), s proposed n hs paper. In, some new feaures are proposed. Frs, much useful nformaon whn n some weak parcles as well as n he bes parcle s aken no accoun o preven populaon from premaury. Second, a smple dfferenal operaor on some ele parcles s adoped o enhance he exploaon ably of PSO. The res of hs paper s organzed as follows. Secon II descrbes he framework of radonal PSO and revews some mproved PSOs. The deal of algorhm s presened n Secon III. Secon IV descrbes he expermenal sudy on and comparson of 3 varous mproved PSO algorhm. Fnally, conclusons are gven n Secon V. II. RELATE WORKS A. PSO Smlar o oher swarm nellgence heursc algorhm, PSO s a populaon-based sochasc opmzaon echnque. In PSO, a connuous process of opmzaon s descrbed as each parcle s flyng whle s descrbed as populaon s evoluon n genec algorhm (GA). When searchng n a -dmensonal hyperspace, he h parcle n PSO has a velocy vecor V = [v 1, v 2,..., v ] and a poson vecor X = [x 1, x 2,..., x ] o ndcae s curren sae, where s a posve neger ndexng he parcle n he swarm and s he dmensons of he problem under sudy. The poson vecor X s regarded as a canddae soluon of he problem whle he velocy vecor V s reaed as a parcle s search drecon and sep. urng he process of opmzaon (or flyng), each 214 ACAEMY PUBLISHER do:1.434/jsw

2 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY parcle decdes s rajecory accordng o s personal hsorcal bes poson vecor pbes = [pb 1, pb 2,, pb ] (.e., pbes locaon) and he global bes-so-far poson vecor gbes = [gb 1, gb 2,,gb ] (.e., gbes locaon). The updae rules of a parcle s velocy and poson are very smple, whch are defned as ( ) ( ) v + = ωυ + c r pb x + c r gb x (1) 1 j j 1 1 j j 2 2 j j x + = x + v (2) 1 j j j where ω s he nera wegh; c1 and c2 are he acceleraon coeffcens ha deermne he relave learnng wegh for pbes and gbes, whch called self-cognve and socal nfluence, respecvely; r1 and r2 are wo random numbers ha are unformly dsrbued over [, 1]; represens he curren parcle; and j represens he curren dmenson. B. Some Modfed PSO Alhough PSO has been successfully appled n varous felds snce was frs nroduced, especally n some complex, large scale, nonlnear and non-dfferenable opmzaon problems, here are sll many defcences n PSO algorhm, such as low accuracy of resoluon, premaure convergence and curse of dmensonaly, ec. In order o solve above-menoned problems, several modfcaons have been nroduced o mprove he performance of he radonal PSO durng he pas decade. From he aforemenoned parameers n PSO we know ha he nera weghω and he acceleraon consans c play mporan roles n opmzaon process. I s a smple and effecve sraegy o mprove he effcency of PSO ha selecng a proper se of parameers or nroducng a useful paramerc adapaon mechansm. For example, n order o regulae swarm s convergence speed and global searchng ably, Sh and Eberhar adoped a mehod of lnearly deceasng ω wh he eraon for PSO n [5] and hen nroduced a fuzzy adapve ω mehod for PSO n [6]. In [7], he adjusmen of ω no only depends on he curren eraons of evoluon bu also reles on he curren populaon dversy. Ranaweera e al. [8] developed a self-organzng H-PSO wh me-varyng acceleraon coeffcens. Afer makng sably and asrngency analyss for radonal PSO, a se of opmzed parameers was proposed by Trelea and M. Jang n [9][1], respecvely. The populaon opology has a sgnfcan effec on he performance of PSO. There are several common opologes, such as rng, wheels, sars and Von Neumann neghbor srucure, have been wdely used n many varans of PSO [11]. Afer ha, some opology unng sraeges have been proposed basng on he common opologes. In [12], a fully nformed PSO, called FIPS, was proposed by Mendes e al., n whch a parcle uses a sochasc average of pbes s from all of s neghbors nsead of usng s own pbes and he gbes n he updae equaon. In [13], Eucldan dsance beween parcles s deemed as a creron o selec proper pbes and gbes for a specfc parcle. In addon, many dynamc opologes, n whch he sac opologes have been replaced by some dynamcally adjused neghbor models, were nroduced n [14][15] o avod defcences of fxed neghborhoods. These modfcaons on opology mprove he local searchng ably and overcome he premaure phenomena of PSO n deferen degree. The choce of whch learnng paern o use s very mporan for PSO o acheve a good resuls. Lang e al. [16] developed a comprehensve learnng PSO (CLPSO) for mulmodal problems. In CLPSO, a parcle uses dfferen parcles hsorcal bes nformaon o updae s velocy, and for each dmenson, a parcle can poenally learn from a dfferen exemplar. Changhe L e al.[17] presened a self-learnng parcle swarm opmzer (SLPSO), n whch each parcles has four canddaes learnng-paerns o cope wh dfferen suaons n he search space. In [18], a common sngle gbes s replaced by a group of ele parcles. And a rejecon sraegy s adoped o enable he eles wdely dsrbued n he search space. In [19], a novel Baldwn effecs based learnng sraegy s adoped o mprove he performance of PSO, n whch he hsorcal benefcal nformaon s ulzes o ncrease he poenal search range and reans dversy of he parcle populaon. Alhough he modfcaons of PSO can generally be caegorzed no he aforemenoned ypes, should be poned ou ha some complcaed PSO varans may adop mulple sraeges above-menoned smulaneously. The mprovemen sraegy adoped n hs paper nvolves parameer adjusmen and learnng paern adjusmen. III. ALGORITHM As nroduced above, he man ams of hese sraeges ha adoped by PSO are o manan populaon dversy and o mprove global search ably wh a hgh convergence speed. In hs paper, a reverse learnng sraegy s seleced o manan populaon dversy whle a local research sraegy s adoped by gbes o mprove he convergence speed. The deals of he sraeges are descrbed as follow, respecvely. A. Reverse Learnng of Moderae Parcles So far, mos PSO algorhms use a smlar learnng paern for all parcles, n whch each parcle n a swarm learns from s own bes hsorcal experence and s neghborhood s bes hsorcal experence. Ths monoonc learnng paern may cause he swarm lack of nellgence o deal wh dfferen complex suaons. The monoonc learnng paern s wdely appled n mos PSO because a hypohess ha here s lle useful nformaon n an nferor parcle. However, s jus as rue ha an nferor parcle may have good values on some dmensons of he soluon vecor hough he parcle has he wors values on oher dmensons. The reason why he performance of ele parcles s beer han he performance of nferor parcles s ha he ele parcles have good values on more dmensons han he 214 ACAEMY PUBLISHER

3 352 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY 214 nferor parcles, or he soluon s vulnerable o he dmensons on whch he ele parcles acqure good values. So s an arbrary decson o regard ha here s lle useful nformaon embedded n an nferor parcle. In addon, here s usually a long dsance beween an nferor parcle and a subopmal parcle. Ths ra of he nferor parcles may be employed o drag some parcles o jump ou of local opmal. Hence, how o dscover more useful nformaon embedded n he nferor parcles and hus how o ulze he nformaon o mprove PSO s global search ably are mporan for us. In hs paper, when he opmum nformaon of he swarm s sagnan durng he search process n a -dmensonal hyperspace, n parcles wll parcpae n a reverse learnng. An nferor poson n he nal populaon W ( k = wk1, wk2,... wkj,..., wk) (1 k m ) and he hsorcal nferor poson of he h parcle, denoed as W = ( w1, w2,..., wj,..., w) (1 n), are used as wo new exemplars o gude parcle flyng by changng s speed and drecon( wheher can be effecvely appled n he adjusmen of parcle s poson). Ths behavor s called reverse-learnng process n hs paper, whch s descrbed as follows: ( ) ( ) υ + = ω υ + c r x w + c r x w (3) 1 j j 3 3 j j 4 3 j kj where c3 and c4 are he acceleraon coeffcens ha deermne he relave wegh of self-cognve and socal nfluence from nferor posons; rand r3 and rand r4 are wo random numbers ha are unformly dsrbued over [, 1]; w kj represens he k h nferor poson n he j h dmenson; wj represens personal hsorcal wors poson of parcle n he j h dmenson a me. The meanng of oher parameers can refer o equaons (1) and (2). Afer reverse-learnng process, some parcles could jump ou of local opmzaon and redsrbue over he search space. To make hese parcles have a more wdespread dsrbuon condon, a longer rejecon radus R beween he nferor posonsw s necessary. So when choosng he nferor parcles poson n he nal populaon, we should accoun for no only he fness of hem bu also he rejecon radus beween hem. The algorhm o nalze a subpopulaon conssng of m nferor posons ha sasfy a predefned rejecon radus s descrbed as Algorhm 1. B. Local Research by Hsorcal Opmal Poson To oban a accurae soluon, each ele n a populaon should no only ake responsbly for gudng he evoluonary search bu also make self-dreced learnng. In hs paper, he global hsorcal bes poson gbes makes local research based on he dfferenal beween self and he second global hsorcal bes poson sgbes, whch s defned as (4). k ( ) * gbes gbes r d gbes sgbes = + (4) where r s a random numbers ha unformly dsrbued over [, 1], by whch gbes could adjus drecon of he local research; d s a weghng facor of he dfferenal value a he h eraon. In general, he dsance beween gbes and he global opmal soluon wll become shorer and shorer along wh evoluon of populaon. So he radus of local research should have smlar varaon rend durng he evoluon. In hs paper, d decreases lnearly durng he run me, whch s updaed as follow: ( ) d = 1 d 1 + / T (5) where T s a maxmum number of search eraons and s he curren search eraon. Afer he local research, greedy-choce sraegy s appled o P g1 and P ' g1, whch s defned as (6). gbes = gbes, ( ) ( ) * * gbes, f f gbes > f gbes oher where f(x) s he fness of poson x. C. Adjusable Maxmum Flyng Velocy V max As nroduced n Secon II, we know ha a well-desgned maxmum flyng velocy Vmax could make a parcle search he problem space wh a reasonable sep lengh. Many expermens demonsraed ha V max s se n he nerval of 1% ~2% of search space could oban a preferable resul. However, we hnk s preferable ha dfferen V max should be adoped by dfferen parcles a dfferen sages n he opmzaon. For example, a parcle ha responsble for exploraon requres a hgh flyng velocy o mprove probably of global search. On he conrary, and he end of opmzaon, a parcle wh sronger velocy resran enables self o oban a more accurae resoluon. When he opmum nformaon of a swarm s sagnan durng he search process, wha we wan s o help some parcles o jump ou of local opmal va he reverse learnng process n whch a larger V max could enable hese parcles o escape from he local opmal wh a hgh velocy. Fnshng he reverse learnng, however, he parcles need o adjus her velocy o a smaller value n order o mee he requremen of local search. Togeher wh he aforemenoned componens, he mplemenaon of he algorhm s summarzed n Algorhm 2. IV. BENCHMARK TESTS AN ISCUSSION A. Tes Funcons The performance of he developed s evaluaed hrough nne well-known funcons ha ofen used as es sue n numercal expermens. The deals of hese funcons are descrbed as Table I. The opmal objecve values of hese funcons for mnmzaon are all zero. (6) 214 ACAEMY PUBLISHER

4 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY Algorhm 1. Consrucon of nferor subpopulaon INPUT: Inal populaon X { } = X, X,... X, Rejecon radus R, Inal nferor populaon W = { φ} 1 2 N OUTPUT: Populaon W = { W, W,..., W 1 2 m } Begn Sep 1. Evaluae X and rearrange n ascendng order sor by fness. Afer rearrange, whou loss of generaly, he populaon s sll X, X,..., X, f f,, j [1, N]& & < j recorded as : { 1 2 } N X X j W = X, coun=1, W W { W } 1 1 coun Sep 2. FOR =2 TO N IF coun m Break; ELSEIF ( ) j coun++; =, =1; j W X > R,1 j coun W = X ; W W coun { W coun } EN IF ENFOR Sep 3. WHILE coun < m Random generae a new pacles nd; End EN IF EN WHILE IF ( ) j = ; j nd W > R,1 j coun coun++; W coun = nd ; W = W { W coun } ; Algorhm 2. Algorhm INPUT: -dmensonal opmzed funcon; N (Populaon sze); m (Inferor subpopulaon sze); Coeffcens c 1,c 2,c 3 and c 4 ; V ( maxmum flyng velocy); L mes (eraons of reverse learnng); n(he number of parcles ha ω (maxmum and mnmum of nera wegh); mn max parcpae n a reverse learnng); d (weghng facor); OUTPUT: Populaon hsorcal bes poson P g1 ; Begn X X, X,... X 1 2 N Sep 1. Generae nal populaon = { } and velocy V ( V1, V2,..., V ) N Sep 2. Evaluae populaon X ; Se P g1 =he bes parcle, P g 2 =he second bes parcle; Sep 3. Consruc a nferor populaon W accordng Algorhm 1; Sep 4. WHILE (No mee he sop condon) Sep 5. Updae V and X accordng o formulas (1) and (2), respecvely; = ;Se P = B = X,=; Sep 6. Evaluae populaon X ; Updae P, B, P g1 and P g 2 ; Sep 7. Pg 1 performs local learnng procedure accordng o formula (3); Updae d accordng formula (4); Sep 8. IF Mee he reverse learnng condon Sep 9. Adjus V ; max Sep 1. Updae V 1 ~ V and X ~ 1 Sep 11. Updae ~ V V and Q+ 1 N X Sep 12. EN IF Sep 13. =+1; Sep 14. EN WHILE End Q ~ Q+ 1 B. Expermenal Seng Three varan PSO algorhms are seleced for comparsons. The frs one s EPSO algorhm [21] n whch E and PSO are adoped as wo basc opmzaon mehods. Accordng o he curren success raes of E and PSO, EPSO selec a beer one o gude subsequen opmzaon process. The second one s whch nroduced n [18]. In, a common sngle gbes s replaced by a group of ele parcles. To X accordng o formula (5)and (2), respecvely; Q X N accordng o formula (1)and (2), respecvely; ωmax keep he dversy of populaon, a rejecon sraegy s adoped by he ele parcles. Accordng o Secon II, he modfcaon of EPSO and can be caegorzed no Hybrdzaon sraeges and Learnng-paerns adjusmen, respecvely. The las peer algorhm s a recen sandard PSO algorhm named PSO27 avalable on he Parcle Swarm Cenral: hp:// For more deals abou hese peer algorhm, he reader s referred o correspondng leraures. and 214 ACAEMY PUBLISHER

5 354 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY 214 In hs expermenal, we chose wo dfferen dmensons, ncludng =1 and =1, for hese es funcon nroduced n Table I o es he scalably of algorhms on low-dmenson and hgh-dmenson funcon opmzaon. Accordng o he dfferen dmensons, wo populaon szes are se as N=2 and N=3 respecvely. The confguraon of each peer algorhm aken from he leraure s exacly he same as ha used n he orgnal paper. Noe ha all opmzers nvolved n he expermen were mplemened on a PC wh 2.93GHz Penum CPU, 4.GB memory, Wndows 7 operaor sysem and all algorhms were mplemened n MATLAB 29a. C. Resuls and scusson In hs secon, each algorhm was execued 1 ndependen runs over he 9 es funcons n wo cases, whch are 1 and 1 dmensons, respecvely, wh he correspondng populaon sze seng as 2 and 3, respecvely. The expermenal resuls n he form of he mean value (Mean), mnmum value (Mn), sandard devaon value (S) and mean run-me (RT) of fnally dscovered bes objec values are presened n Table II and Table III, where he bes resul of Mean and Mn on each problem among all algorhms s shown n bold. From he expermenal resuls n Table II, can be seen ha RSPSO obans he bes mean resuls on F 2, F 6 and F 9 where acheves he second-bes resuls ha slghly worse han he bes resuls. Snce F 6 and F 9 are wo unmodal funcons whch seleced o examne he exploaon ably of an algorhm, we can draw a concluson ha rejecon mechansm n RSPSO and local learnng mechansm n are benef o mprove he exploaon ably and ncrease he soluon accuracy. Meanwhle, obans he bes resuls on F 1, F 3, F 7 and F 8 whle SPS27 acheves he bes resuls on F 4 and F 5. Alhough EPSO and RSPSO are much more nferor o and on funcon F 1, should be poned ou ha hese four algorhms have obaned almos dencal soluon accuracy n mos cases excep EPSO rappng n local opmum 23 ou of 1 runs whle SPS27 rappng n local opmum 3 ou of 1 runs. From he expermenal resuls n Table III, we can see ha, wh he ncreasng of funconal dmenson from 1 o 1, obans he bes resuls on mos funcons excep on F 2 and F 6. I also should be poned ou ha n spe of he mean value obaned by on F 2 and F 6 are no he bes one, he number of mnmum values on F 2 ha less han 1-14 s 79 ou of 1 runs whle he number of mnmum values on F6 ha less han 1-38 s 85 ou of 1 runs. So we can say ha s he bes one among he four peer algorhms especally for solvng hgh-dmensonal funcon when success rae and soluon accuracy are consdered ogeher. From he expermenal resuls shown n Table II and Table III we can see ha me-consumng of PSO27 s he lowes han oher algorhms benef of s smple operaors whle he me-consumng of RSPSO s he longes due o s consrucon of ele subpopulaon. For example, f he ele subpopulaon sze s M n RSPSO, we need o make a leas M*(M-1)/2-1 Eucldean dsance calculaons beween parcles n each generaon n order o manan he ele subpopulaon dversy. In addon, he rejecon radus also needs o be calculaed n each generaon. EPSO s more me-consumng han PSO27 no only because of EPSO need o make sascal analyss bu also because of dfferenal evoluon algorhm s more me consumng he radonal PSO. In, wo novel learnng mechansm called reverse learnng and local learnng are adoped. Noe ha here s no exra me-consumng durng he reverse learnng model for here s no addonal operaors excep a reverse flyng drecon of some parcles. Alhough an nferor subpopulaon s needed n, unlke he consrucon of ele subpopulaon n RSPSO, he nferor subpopulaon only consruced one me afer populaon nalzaon. urng he local learnng process, parcle P g1 makes local research n some dfferen fly drecons whch cause he me-consumng of s more han of PSO27. As he dmensons s ncrease from 1 o 1, Pg1 wll ake more me o execue local research. So s less me-consumng han EPSO n 1 whle s more me-consumng han EPSO n 1. In fac ha f we execue he local research of P g1 and he fly process of oher parcles n parallel, can oban he same me-consumng as PSO27. Asde from he aforemenoned arges presened n Table 4 and Table 5, convergence speed s also an mporan assessmen creron for PSO algorhm. The plos n Fg 1 show he convergence progress of he mean soluon values of he 5 rals durng he run for funcons F 4, F 7, F 8 and F 9. In he four funcons, F 8 and F 9 are unmodal funcons seleced o es convergence speed and solvng accuracy of algorhm whle F 4 and F 7 are mulmodal funcons adoped o examne global search ably of algorhm. I can be observed from he fgure ha PSO27 has faser convergence speed n solvng F 8 and F 9 wh low dmensons han oher peer algorhms n he nal sage of evoluon. However, EPSO, RSPSO and have faser convergence speed han PSO27 a he laer evoluon process. A he same me, we see ha has he fases convergence speed and mos accurae resuls n solvng hese unmodal funcons when he funconal dmenson ncreases from 1 o 1. The same concluson can be obaned from he opmzaon of funcon F 7. urng he process of opmzaon of funcon F 4 wh 1 dmensons, obans he bes resul and he fases convergence speed. However, once he dmenson s 1, only provdes he second-bes performance for funcon F 4. In fac, obans he bes performance for all ral funcons excep funcon F 4. ue o lmed space, he convergence progresses of oher funcons lsed n Table3 are no presened n hs paper. So could be an undersaemen o say ha s more suable for hgh-dmensonal funcon opmzaon. 214 ACAEMY PUBLISHER

6 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY TABLE I. BENCHMARK PROBLEMS Funcon name efnon Search space Global f mn (x*) x* F ( ) 2 2exp.2 exp cos 2 = + 1 π = = 1 [ 32,32 ]. Acley ( ) Alpne F2 ( X) = x sn( ).1 1 x + x = [ ] 2 Rasrgn F3 ( X) = ( x 1cos( 2 ) 1) 1 π x = + [ ] Schwefel P1.2 F4 ( X) ( xsn ( x = )) Grewank = [ ] 2 5 = 1 = 1 [ ] = [ 1,1] = F ( X ) = ( x / 4) cos( x / ) + 1 Schwefel P2.22 F 6 ( X ) = x 1 + x 1 ( ) Rosenbrock F7( X) = 1( x 1 ) ( 1 ) 1 + x + x = [ ] Sphere Sum of dfferen power 2 8( ) x = 1 F X 1, , , ,6.. 3,3. = [ 1,1]. 9 = 1 ( + 1) F ( X) = x [ 1,1]. TABLE II. COMPARISON RESULTS OF MEANS AN VARIANCES IN 1 IMENSIONS (=1, N=2) F 1 F 2 F 3 Mean Mn S RT Mean Mn S RT Mean Mn S RT EPSO 2.17e e e e e e e+ 4.46e e e e e e e e+ 9.95e e+.93 SPS e e e e-6 1.7e e e+ 9.95e-1 2.2e e e e e e e e-1.7 F 4 F 5 F 6 Mean Mn S RT Mean Mn S RT Mean Mn S RT EPSO 8.51e e e e e e e e e e e e-2 7.4e-3 3.2e e e e SPS e e e e-2 2.e e e e e e e e e e e-45 2.e F 7 F 8 F 9 Mean Mn S RT Mean Mn S RT Mean Mn S RT EPSO 6.39e e-3 1.6e e e e e e e e+ 1.19e e e e e e-17 4.e e SPS e+ 4.82e e e e e e e e e+ 1.15e e e e e e e e TABLE III. COMPARISON RESULTS OF MEANS AN VARIANCES IN 1 IMENSIONS (=1, N=3) F 1 F 2 F 3 Mean Mn S RT Mean Mn S RT Mean Mn S RT EPSO 2.47e+ 1.25e+ 3.9e e+ 5.69e e e e e e+ 1.63e+ 3.96e e+ 1.72e e e e e SPS27 2.2e+ 1.22e+ 4.5e e+ 2.62e-1 3.7e e+2 1.5e e e e e e+ 3.9e e e e+ 2.44e F 4 F 5 F 6 Mean Mn S RT Mean Mn S RT Mean Mn S RT EPSO 1.95e e e e e e e+ 1.17e e e e e e+ 1.2e e e e e SPS e e e e e e e e e e e e e+ 5.89e e F 7 F 8 F 9 Mean Mn S RT Mean Mn S RT Mean Mn S RT EPSO 8.5e e e e+ 6.91e-1 2.9e e-25 1,53e-3 2.1e e e e e e e e-3 3.8e e SPS e+2 3.1e e e e e e e e e e e e-2 1.8e e e e e ACAEMY PUBLISHER

7 356 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY Fness EPSO SPSO27 Fness EPSO SP S Generaon Generaon Fness (a) EPSO SP SO27 Fness (b) EPSO SPSO Generaon Generaon (c) (d) Fness EPSO SPSO Generaon (e) Fness EPSO SPSO Generaon (f) Fness 1-1 EPSO SPSO Generaon (g) Fness EPSO SPSO Generaon Fgure 1. Comparson of convergence performance on 4 es funcons n wo dfferen dmensons. (a)f 4 (1). (b)f 4 (1). (c)f 7 (1). (d)f 7 (1). (e)f 8 (1). (f)f 8 (1). (g)f 9 (1). (h)f 9 (1). (h) 214 ACAEMY PUBLISHER

8 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY V. CONCLUSIONS In hs paper, we presened a modfed PSO called algorhm n whch a reverse-learnng process and a local-learnng process are adoped o make he search effecve and effcen. In each generaon, a local-learnng by he bes parcle s execued afer sandard flyng process. Whle he populaon raps n local opmum, he reverse-learnng process s carred ou o help some parcles jump ou of he local opmum. urng he reverse-learnng process, some nferor parcles n nal populaon and he hsorcal nferor posons of parcles are used as new exemplars o gude parcles flyng. Whle selecng he nferor parcles n he nal populaon, we se a rejec radus o make he nferor parcles wdely dsrbued n search space whch can mprove he dversy of populaon whle afer reverse-learnng process. Furhermore, he dfference of he bes parcle and he second-bes parcle n each generaon s used o gude he bes one o carry ou local search. Smulaon resuls reveal ha has a good global searchng ably and convergence speed especally n hgh dmenson funcon. ACKNOWLEGMENT The research work was jonly suppored by he Naonal Key Projec for Basc Research of Chna (Grans No ), he Naonal Scence Fund (Grans No. 6179) and Hube Educaon eparmen Scence Fund (Grans No. X212394) REFERENCES [1] J. Kennedy and R. C. Eberhar, Parcle swarm opmzaon, Proceedngs of IEEE Inernaonal Conference on Neural Nework, Perh, Ausrala, vol.4, pp ,1995. [2] LI Ja-sheng WANG Yng-de, TIAN wang-lan, Exracng communcaon sgnals based on parcle-swarm-opmzaon and adapve-neural-fuzzy-conrol, Inernaonal Journal of Advancemens n Compung Technology, vol.5, no.3, pp , 213. [3] Baojan Zhang, Fugu Chen and Lnfeng Ba, An mprove parcle swarm opmzaon algorhm, Journal of Compuer, vol. 6, no.11, pp , 211 [4] Sbn Zhu, Guxan L and Junwe Han, An mprove PSO algorhm wh objec-orened performance daabase for flgh rajecory opmzaon, Journal of Compuer, vol. 7, no.7, pp , 212 [5] Y. Sh and R. C. Eberhar, A modfed parcle swarm opmzer, Proceedngs of IEEE Inernaonal Conference on Evoluonary Compuaon, Anchorage, AK, pp.69 73, [6] Y. Sh and R. Eberhar, Fuzzy adapve parcle swarm opmzaon, Proceedngs of IEEE Conference on Evoluonary Compuaon, Soul, Korea, pp.11 16, 21 [7] FAN Hu-Lan, ZHONG Yuan-Chang, Two-subpopulaon parcle swarm opmzaon based on pheromone dffuson, Journal of Sysem Smulaon, vol.23, no.1, pp , 211. [8] A. Ranaweera, S. K. Halgamuge, and H. C. Wason, Self-organzng herarchcal parcle swarm opmzer wh me-varyng acceleraon coeffcens, IEEE Transacon on Evoluonary Compuaon, vol.8, no.3, pp , 24. [9] Ioan Crsan Trelea, The parcle swarm opmzaon algorhm: convergence analyss and parameer selecon. Informaon Processng Leers, vol.85, no.6, pp , 23. [1] M Jang, Y P Luo, S Y Yang, Sochasc convergence analyss and parameer selecon of he sandard parcle swarm opmzaon algorhm, Informaon Processng Leers, vol.12, no.1, pp.8-16, 27. [11] J. Kennedy and R. Mendes, Populaon srucure and parcle swarm performance, Proceedngs of Congress on Evoluonary Compuaon, Honolulu, HI, pp , 22. [12] R. Mendes, J. Kennedy, and J. Neves, The fully nformed parcle swarm: Smpler, maybe beer, IEEE Transacon on Evoluonary Compuaon, vol.8, no.3, pp , 24. [13] Suganhan P.N., Parcle swarm opmser wh neghborhood operaor, Proceedngs of IEEE Congress on Evoluonary Compuaon, Washngon,.C., USA, pp , [14] P. N. Suganhan, Parcle swarm opmzer wh neghborhood operaor, Proceedngs of IEEE Congress on Evoluonary Compuaon, pp , [15] S. Janson and M. Mddendorf, A herarchcal parcle swarm opmzer and s adapve varan, IEEE Transacon on Sysems, Man, and Cybernecs Par B, Cybernecs, vol.35, no.6, pp , 25. [16] J. J. Lang, A. K. Qn, P. N. Suganhan, and S. Baska, Comprehensve learnng parcle swarm opmzer for global opmzaon of mulmodal funcons, IEEE Transacon on Evoluonary Compuaon, vol.1, no.3, pp , 26. [17] Changhe L, Shengxang Yang, A Self-learnng parcle swarm opmzer for global opmzaon problems, IEEE Transacon on Sysems, Man, and Cybernecs Par B, Cybernecs, vol.42, no.3, pp , 212. [18] TAN Yang, TANG e-quan, QUAN Hu-Yun, Rejecon of compeon parcle swarm opmzaon, Journal of Sysem Smulaon, vol.23, no.2, pp , 211. [19] J Qang Zha, Ke Q Wang, Baldwn effec based parcle swarm opmzer for mulmodal opmzaon, Journal of Compuer, vol. 7, no.9, pp , 212 Xuewen Xa, born n 1974, Ph.., asssan professor. He receved Ph from Wuhan Unversy n 29. Hs research neress nclude compuaon nellgence and applcaon. Jngnan Lu, born n 1943, professor, Ph.. supervsor, academcan of Chnese Academy of Engneerng. Hs research neress nclude GPS heores, mehod and daa processng. Yuanxang L, born n 1962, Ph.., professor, Ph.. supervsor. He receved Ph from Wuhan Unversy n Hs research neress nclude parallel compuaon, compuaon nellgence and applcaon. 214 ACAEMY PUBLISHER

MANY real-world applications (e.g. production

MANY real-world applications (e.g. production Barebones Parcle Swarm for Ineger Programmng Problems Mahamed G. H. Omran, Andres Engelbrech and Ayed Salman Absrac The performance of wo recen varans of Parcle Swarm Opmzaon (PSO) when appled o Ineger

More information

Variants of Pegasos. December 11, 2009

Variants of Pegasos. December 11, 2009 Inroducon Varans of Pegasos SooWoong Ryu bshboy@sanford.edu December, 009 Youngsoo Cho yc344@sanford.edu Developng a new SVM algorhm s ongong research opc. Among many exng SVM algorhms, we wll focus on

More information

ISSN MIT Publications

ISSN MIT Publications MIT Inernaonal Journal of Elecrcal and Insrumenaon Engneerng Vol. 1, No. 2, Aug 2011, pp 93-98 93 ISSN 2230-7656 MIT Publcaons A New Approach for Solvng Economc Load Dspach Problem Ansh Ahmad Dep. of Elecrcal

More information

Robustness Experiments with Two Variance Components

Robustness Experiments with Two Variance Components Naonal Insue of Sandards and Technology (NIST) Informaon Technology Laboraory (ITL) Sascal Engneerng Dvson (SED) Robusness Expermens wh Two Varance Componens by Ana Ivelsse Avlés avles@ns.gov Conference

More information

Cubic Bezier Homotopy Function for Solving Exponential Equations

Cubic Bezier Homotopy Function for Solving Exponential Equations Penerb Journal of Advanced Research n Compung and Applcaons ISSN (onlne: 46-97 Vol. 4, No.. Pages -8, 6 omoopy Funcon for Solvng Eponenal Equaons S. S. Raml *,,. Mohamad Nor,a, N. S. Saharzan,b and M.

More information

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS THE PREICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS INTROUCTION The wo dmensonal paral dfferenal equaons of second order can be used for he smulaon of compeve envronmen n busness The arcle presens he

More information

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS R&RATA # Vol.) 8, March FURTHER AALYSIS OF COFIDECE ITERVALS FOR LARGE CLIET/SERVER COMPUTER ETWORKS Vyacheslav Abramov School of Mahemacal Scences, Monash Unversy, Buldng 8, Level 4, Clayon Campus, Wellngon

More information

On One Analytic Method of. Constructing Program Controls

On One Analytic Method of. Constructing Program Controls Appled Mahemacal Scences, Vol. 9, 05, no. 8, 409-407 HIKARI Ld, www.m-hkar.com hp://dx.do.org/0.988/ams.05.54349 On One Analyc Mehod of Consrucng Program Conrols A. N. Kvko, S. V. Chsyakov and Yu. E. Balyna

More information

Hongbin Dong Computer Science and Technology College Harbin Engineering University Harbin, China

Hongbin Dong Computer Science and Technology College Harbin Engineering University Harbin, China Hongbn Dong Compuer Scence and Harbn Engneerng Unversy Harbn, Chna donghongbn@hrbeu.edu.cn Xue Yang Compuer Scence and Harbn Engneerng Unversy Harbn, Chna yangxue@hrbeu.edu.cn Xuyang Teng Compuer Scence

More information

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 4

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 4 CS434a/54a: Paern Recognon Prof. Olga Veksler Lecure 4 Oulne Normal Random Varable Properes Dscrmnan funcons Why Normal Random Varables? Analycally racable Works well when observaon comes form a corruped

More information

Hongyuan Gao* and Ming Diao

Hongyuan Gao* and Ming Diao In. J. odellng, Idenfcaon and Conrol, Vol. X, No. Y, 200X Culural frework algorhm and s applcaon for dgal flers desgn Hongyuan Gao* and ng Dao College of Informaon and Communcaon Engneerng, Harbn Engneerng

More information

TSS = SST + SSE An orthogonal partition of the total SS

TSS = SST + SSE An orthogonal partition of the total SS ANOVA: Topc 4. Orhogonal conrass [ST&D p. 183] H 0 : µ 1 = µ =... = µ H 1 : The mean of a leas one reamen group s dfferen To es hs hypohess, a basc ANOVA allocaes he varaon among reamen means (SST) equally

More information

Genetic Algorithm in Parameter Estimation of Nonlinear Dynamic Systems

Genetic Algorithm in Parameter Estimation of Nonlinear Dynamic Systems Genec Algorhm n Parameer Esmaon of Nonlnear Dynamc Sysems E. Paeraks manos@egnaa.ee.auh.gr V. Perds perds@vergna.eng.auh.gr Ah. ehagas kehagas@egnaa.ee.auh.gr hp://skron.conrol.ee.auh.gr/kehagas/ndex.hm

More information

Solution in semi infinite diffusion couples (error function analysis)

Solution in semi infinite diffusion couples (error function analysis) Soluon n sem nfne dffuson couples (error funcon analyss) Le us consder now he sem nfne dffuson couple of wo blocks wh concenraon of and I means ha, n a A- bnary sysem, s bondng beween wo blocks made of

More information

FTCS Solution to the Heat Equation

FTCS Solution to the Heat Equation FTCS Soluon o he Hea Equaon ME 448/548 Noes Gerald Reckenwald Porland Sae Unversy Deparmen of Mechancal Engneerng gerry@pdxedu ME 448/548: FTCS Soluon o he Hea Equaon Overvew Use he forward fne d erence

More information

Robust and Accurate Cancer Classification with Gene Expression Profiling

Robust and Accurate Cancer Classification with Gene Expression Profiling Robus and Accurae Cancer Classfcaon wh Gene Expresson Proflng (Compuaonal ysems Bology, 2005) Auhor: Hafeng L, Keshu Zhang, ao Jang Oulne Background LDA (lnear dscrmnan analyss) and small sample sze problem

More information

PARTICLE SWARM OPTIMIZATION FOR INTERACTIVE FUZZY MULTIOBJECTIVE NONLINEAR PROGRAMMING. T. Matsui, M. Sakawa, K. Kato, T. Uno and K.

PARTICLE SWARM OPTIMIZATION FOR INTERACTIVE FUZZY MULTIOBJECTIVE NONLINEAR PROGRAMMING. T. Matsui, M. Sakawa, K. Kato, T. Uno and K. Scenae Mahemacae Japoncae Onlne, e-2008, 1 13 1 PARTICLE SWARM OPTIMIZATION FOR INTERACTIVE FUZZY MULTIOBJECTIVE NONLINEAR PROGRAMMING T. Masu, M. Sakawa, K. Kao, T. Uno and K. Tamada Receved February

More information

Relative controllability of nonlinear systems with delays in control

Relative controllability of nonlinear systems with delays in control Relave conrollably o nonlnear sysems wh delays n conrol Jerzy Klamka Insue o Conrol Engneerng, Slesan Techncal Unversy, 44- Glwce, Poland. phone/ax : 48 32 37227, {jklamka}@a.polsl.glwce.pl Keywor: Conrollably.

More information

Effective Task Scheduling and Dynamic Resource Optimization based on Heuristic Algorithms in Cloud Computing Environment

Effective Task Scheduling and Dynamic Resource Optimization based on Heuristic Algorithms in Cloud Computing Environment KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL 11, NO 12, Dec 2017 5780 Copyrgh c2017 KSII Effecve Task Schedulng and Dynamc Resource Opmzaon based on Heursc Algorhms n Cloud Compung Envronmen

More information

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy Arcle Inernaonal Journal of Modern Mahemacal Scences, 4, (): - Inernaonal Journal of Modern Mahemacal Scences Journal homepage: www.modernscenfcpress.com/journals/jmms.aspx ISSN: 66-86X Florda, USA Approxmae

More information

Using the Ring Neighborhood Topology with Self-Adaptive. Differential Evolution

Using the Ring Neighborhood Topology with Self-Adaptive. Differential Evolution Usng he Rng Neghborhood Topology wh Sel-Adapve Derenal Evoluon Absrac Mahamed G. H. Omran, Andres P Engelbrech 2, and Ayed Salman 3 Faculy o Compung & IT, Arab Open Unversy, Kuwa, Kuwa mjomran@gmal.com

More information

Clustering (Bishop ch 9)

Clustering (Bishop ch 9) Cluserng (Bshop ch 9) Reference: Daa Mnng by Margare Dunham (a slde source) 1 Cluserng Cluserng s unsupervsed learnng, here are no class labels Wan o fnd groups of smlar nsances Ofen use a dsance measure

More information

Short-Term Load Forecasting Using PSO-Based Phase Space Neural Networks

Short-Term Load Forecasting Using PSO-Based Phase Space Neural Networks Proceedngs of he 5h WSEAS In. Conf. on SIMULATION, MODELING AND OPTIMIZATION, Corfu, Greece, Augus 7-9, 005 (pp78-83) Shor-Term Load Forecasng Usng PSO-Based Phase Space Neural Neworks Jang Chuanwen, Fang

More information

PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING

PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING Proceedng 7 h Inernaonal Semnar on Indusral Engneerng and Managemen PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING Rahm Mauldya Indusral Engneerng Deparmen, Indusral Engneerng

More information

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Journal of Appled Mahemacs and Compuaonal Mechancs 3, (), 45-5 HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Sansław Kukla, Urszula Sedlecka Insue of Mahemacs,

More information

Outline. Probabilistic Model Learning. Probabilistic Model Learning. Probabilistic Model for Time-series Data: Hidden Markov Model

Outline. Probabilistic Model Learning. Probabilistic Model Learning. Probabilistic Model for Time-series Data: Hidden Markov Model Probablsc Model for Tme-seres Daa: Hdden Markov Model Hrosh Mamsuka Bonformacs Cener Kyoo Unversy Oulne Three Problems for probablsc models n machne learnng. Compung lkelhood 2. Learnng 3. Parsng (predcon

More information

J i-1 i. J i i+1. Numerical integration of the diffusion equation (I) Finite difference method. Spatial Discretization. Internal nodes.

J i-1 i. J i i+1. Numerical integration of the diffusion equation (I) Finite difference method. Spatial Discretization. Internal nodes. umercal negraon of he dffuson equaon (I) Fne dfference mehod. Spaal screaon. Inernal nodes. R L V For hermal conducon le s dscree he spaal doman no small fne spans, =,,: Balance of parcles for an nernal

More information

Implementation of Quantized State Systems in MATLAB/Simulink

Implementation of Quantized State Systems in MATLAB/Simulink SNE T ECHNICAL N OTE Implemenaon of Quanzed Sae Sysems n MATLAB/Smulnk Parck Grabher, Mahas Rößler 2*, Bernhard Henzl 3 Ins. of Analyss and Scenfc Compung, Venna Unversy of Technology, Wedner Haupsraße

More information

Fall 2010 Graduate Course on Dynamic Learning

Fall 2010 Graduate Course on Dynamic Learning Fall 200 Graduae Course on Dynamc Learnng Chaper 4: Parcle Flers Sepember 27, 200 Byoung-Tak Zhang School of Compuer Scence and Engneerng & Cognve Scence and Bran Scence Programs Seoul aonal Unversy hp://b.snu.ac.kr/~bzhang/

More information

Theoretical Analysis of Biogeography Based Optimization Aijun ZHU1,2,3 a, Cong HU1,3, Chuanpei XU1,3, Zhi Li1,3

Theoretical Analysis of Biogeography Based Optimization Aijun ZHU1,2,3 a, Cong HU1,3, Chuanpei XU1,3, Zhi Li1,3 6h Inernaonal Conference on Machnery, Maerals, Envronmen, Boechnology and Compuer (MMEBC 6) Theorecal Analyss of Bogeography Based Opmzaon Aun ZU,,3 a, Cong U,3, Chuanpe XU,3, Zh L,3 School of Elecronc

More information

Study on Distribution Network Reconfiguration with Various DGs

Study on Distribution Network Reconfiguration with Various DGs Inernaonal Conference on Maerals Engneerng and Informaon Technology Applcaons (MEITA 205) Sudy on Dsrbuon ework Reconfguraon wh Varous DGs Shengsuo u a, Y Dng b and Zhru Lang c School of Elecrcal Engneerng,

More information

An introduction to Support Vector Machine

An introduction to Support Vector Machine An nroducon o Suppor Vecor Machne 報告者 : 黃立德 References: Smon Haykn, "Neural Neworks: a comprehensve foundaon, second edon, 999, Chaper 2,6 Nello Chrsann, John Shawe-Tayer, An Inroducon o Suppor Vecor Machnes,

More information

New M-Estimator Objective Function. in Simultaneous Equations Model. (A Comparative Study)

New M-Estimator Objective Function. in Simultaneous Equations Model. (A Comparative Study) Inernaonal Mahemacal Forum, Vol. 8, 3, no., 7 - HIKARI Ld, www.m-hkar.com hp://dx.do.org/.988/mf.3.3488 New M-Esmaor Objecve Funcon n Smulaneous Equaons Model (A Comparave Sudy) Ahmed H. Youssef Professor

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Ths documen s downloaded from DR-NTU, Nanyang Technologcal Unversy Lbrary, Sngapore. Tle A smplfed verb machng algorhm for word paron n vsual speech processng( Acceped verson ) Auhor(s) Foo, Say We; Yong,

More information

John Geweke a and Gianni Amisano b a Departments of Economics and Statistics, University of Iowa, USA b European Central Bank, Frankfurt, Germany

John Geweke a and Gianni Amisano b a Departments of Economics and Statistics, University of Iowa, USA b European Central Bank, Frankfurt, Germany Herarchcal Markov Normal Mxure models wh Applcaons o Fnancal Asse Reurns Appendx: Proofs of Theorems and Condonal Poseror Dsrbuons John Geweke a and Gann Amsano b a Deparmens of Economcs and Sascs, Unversy

More information

Li An-Ping. Beijing , P.R.China

Li An-Ping. Beijing , P.R.China A New Type of Cpher: DICING_csb L An-Png Bejng 100085, P.R.Chna apl0001@sna.com Absrac: In hs paper, we wll propose a new ype of cpher named DICING_csb, whch s derved from our prevous sream cpher DICING.

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Lnear Response Theory: The connecon beween QFT and expermens 3.1. Basc conceps and deas Q: ow do we measure he conducvy of a meal? A: we frs nroduce a weak elecrc feld E, and hen measure

More information

Anisotropic Behaviors and Its Application on Sheet Metal Stamping Processes

Anisotropic Behaviors and Its Application on Sheet Metal Stamping Processes Ansoropc Behavors and Is Applcaon on Shee Meal Sampng Processes Welong Hu ETA-Engneerng Technology Assocaes, Inc. 33 E. Maple oad, Sue 00 Troy, MI 48083 USA 48-79-300 whu@ea.com Jeanne He ETA-Engneerng

More information

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005 Dynamc Team Decson Theory EECS 558 Proec Shruvandana Sharma and Davd Shuman December 0, 005 Oulne Inroducon o Team Decson Theory Decomposon of he Dynamc Team Decson Problem Equvalence of Sac and Dynamc

More information

Computing Relevance, Similarity: The Vector Space Model

Computing Relevance, Similarity: The Vector Space Model Compung Relevance, Smlary: The Vecor Space Model Based on Larson and Hears s sldes a UC-Bereley hp://.sms.bereley.edu/courses/s0/f00/ aabase Managemen Sysems, R. Ramarshnan ocumen Vecors v ocumens are

More information

A NOVEL APPROACH TO QUALITY ENHANCEMENT OF GRAYSCALE IMAGE USING PARTICLE SWARM OPTIMIZATION

A NOVEL APPROACH TO QUALITY ENHANCEMENT OF GRAYSCALE IMAGE USING PARTICLE SWARM OPTIMIZATION ISSN: 2250-0138 (Onlne) A NOVEL APPROACH TO QUALITY ENHANCEMENT OF GRAYSCALE IMAGE USING PARTICLE SWARM OPTIMIZATION M. S. CHELVA a1, S. V. HALSE b AND A. K. SAMAL c a SRTMU, Nanded, Maharasra, Inda b

More information

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!") i+1,q - [(!

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!) i+1,q - [(! ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL The frs hng o es n wo-way ANOVA: Is here neracon? "No neracon" means: The man effecs model would f. Ths n urn means: In he neracon plo (wh A on he horzonal

More information

Dual Approximate Dynamic Programming for Large Scale Hydro Valleys

Dual Approximate Dynamic Programming for Large Scale Hydro Valleys Dual Approxmae Dynamc Programmng for Large Scale Hydro Valleys Perre Carpener and Jean-Phlppe Chanceler 1 ENSTA ParsTech and ENPC ParsTech CMM Workshop, January 2016 1 Jon work wh J.-C. Alas, suppored

More information

CHAPTER-5 GROUP SEARCH OPTIMIZATION FOR THE DESIGN OF OPTIMAL IIR DIGITAL FILTER

CHAPTER-5 GROUP SEARCH OPTIMIZATION FOR THE DESIGN OF OPTIMAL IIR DIGITAL FILTER CHAPTER-5 GROUP SEARCH OPTIMIZATION FOR THE DESIGN OF OPTIMAL IIR DIGITAL FILTER 5.1 Inroducon Opmzaon s a consorum of dfferen mehodologes ha works concurrenly and provdes flexble nformaon processng capably

More information

Parameter Estimation of Three-Phase Induction Motor by Using Genetic Algorithm

Parameter Estimation of Three-Phase Induction Motor by Using Genetic Algorithm 360 Journal of Elecrcal Engneerng & Technology Vol. 4, o. 3, pp. 360~364, 009 Parameer Esmaon of Three-Phase Inducon Moor by Usng Genec Algorhm Seesa Jangj and Panhep Laohacha* Absrac Ths paper suggess

More information

A Novel Efficient Stopping Criterion for BICM-ID System

A Novel Efficient Stopping Criterion for BICM-ID System A Novel Effcen Soppng Creron for BICM-ID Sysem Xao Yng, L Janpng Communcaon Unversy of Chna Absrac Ths paper devses a novel effcen soppng creron for b-nerleaved coded modulaon wh erave decodng (BICM-ID)

More information

Dual Population-Based Incremental Learning for Problem Optimization in Dynamic Environments

Dual Population-Based Incremental Learning for Problem Optimization in Dynamic Environments Dual Populaon-Based Incremenal Learnng for Problem Opmzaon n Dynamc Envronmens hengxang Yang, Xn Yao In recen years here s a growng neres n he research of evoluonary algorhms for dynamc opmzaon problems

More information

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5 TPG460 Reservor Smulaon 08 page of 5 DISCRETIZATIO OF THE FOW EQUATIOS As we already have seen, fne dfference appromaons of he paral dervaves appearng n he flow equaons may be obaned from Taylor seres

More information

Motion in Two Dimensions

Motion in Two Dimensions Phys 1 Chaper 4 Moon n Two Dmensons adzyubenko@csub.edu hp://www.csub.edu/~adzyubenko 005, 014 A. Dzyubenko 004 Brooks/Cole 1 Dsplacemen as a Vecor The poson of an objec s descrbed by s poson ecor, r The

More information

Bayes rule for a classification problem INF Discriminant functions for the normal density. Euclidean distance. Mahalanobis distance

Bayes rule for a classification problem INF Discriminant functions for the normal density. Euclidean distance. Mahalanobis distance INF 43 3.. Repeon Anne Solberg (anne@f.uo.no Bayes rule for a classfcaon problem Suppose we have J, =,...J classes. s he class label for a pxel, and x s he observed feaure vecor. We can use Bayes rule

More information

Attribute Reduction Algorithm Based on Discernibility Matrix with Algebraic Method GAO Jing1,a, Ma Hui1, Han Zhidong2,b

Attribute Reduction Algorithm Based on Discernibility Matrix with Algebraic Method GAO Jing1,a, Ma Hui1, Han Zhidong2,b Inernaonal Indusral Informacs and Compuer Engneerng Conference (IIICEC 05) Arbue educon Algorhm Based on Dscernbly Marx wh Algebrac Mehod GAO Jng,a, Ma Hu, Han Zhdong,b Informaon School, Capal Unversy

More information

M. Y. Adamu Mathematical Sciences Programme, AbubakarTafawaBalewa University, Bauchi, Nigeria

M. Y. Adamu Mathematical Sciences Programme, AbubakarTafawaBalewa University, Bauchi, Nigeria IOSR Journal of Mahemacs (IOSR-JM e-issn: 78-578, p-issn: 9-765X. Volume 0, Issue 4 Ver. IV (Jul-Aug. 04, PP 40-44 Mulple SolonSoluons for a (+-dmensonalhroa-sasuma shallow waer wave equaon UsngPanlevé-Bӓclund

More information

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation Global Journal of Pure and Appled Mahemacs. ISSN 973-768 Volume 4, Number 6 (8), pp. 89-87 Research Inda Publcaons hp://www.rpublcaon.com Exsence and Unqueness Resuls for Random Impulsve Inegro-Dfferenal

More information

A Dynamic Economic Dispatch Model Incorporating Wind Power Based on Chance Constrained Programming

A Dynamic Economic Dispatch Model Incorporating Wind Power Based on Chance Constrained Programming Energes 25 8 233-256; do:.339/en8233 Arcle OPEN ACCESS energes ISSN 996-73 www.mdp.com/journal/energes A Dynamc Economc Dspach Model Incorporang Wnd Power Based on Chance Consraned Programmng Wushan Cheng

More information

Learning Objectives. Self Organization Map. Hamming Distance(1/5) Introduction. Hamming Distance(3/5) Hamming Distance(2/5) 15/04/2015

Learning Objectives. Self Organization Map. Hamming Distance(1/5) Introduction. Hamming Distance(3/5) Hamming Distance(2/5) 15/04/2015 /4/ Learnng Objecves Self Organzaon Map Learnng whou Exaples. Inroducon. MAXNET 3. Cluserng 4. Feaure Map. Self-organzng Feaure Map 6. Concluson 38 Inroducon. Learnng whou exaples. Daa are npu o he syse

More information

Econ107 Applied Econometrics Topic 5: Specification: Choosing Independent Variables (Studenmund, Chapter 6)

Econ107 Applied Econometrics Topic 5: Specification: Choosing Independent Variables (Studenmund, Chapter 6) Econ7 Appled Economercs Topc 5: Specfcaon: Choosng Independen Varables (Sudenmund, Chaper 6 Specfcaon errors ha we wll deal wh: wrong ndependen varable; wrong funconal form. Ths lecure deals wh wrong ndependen

More information

5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015)

5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015) 5h Inernaonal onference on Advanced Desgn and Manufacurng Engneerng (IADME 5 The Falure Rae Expermenal Sudy of Specal N Machne Tool hunshan He, a, *, La Pan,b and Bng Hu 3,c,,3 ollege of Mechancal and

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 9 Hamlonan Equaons of Moon (Chaper 8) Wha We Dd Las Tme Consruced Hamlonan formalsm H ( q, p, ) = q p L( q, q, ) H p = q H q = p H = L Equvalen o Lagrangan formalsm Smpler, bu

More information

A Novel Discrete Differential Evolution Algoritnm for Task Scheduling in Heterogeneous Computing Systems

A Novel Discrete Differential Evolution Algoritnm for Task Scheduling in Heterogeneous Computing Systems Proceedngs of he 2009 IEEE Inernaonal Conference on Sysems, Man, and Cybernecs San Anono, TX, USA - Ocober 2009 A Novel Dscree Dfferenal Evoluon Algornm for Task Schedulng n Heerogeneous Compung Sysems

More information

Single-loop System Reliability-Based Design & Topology Optimization (SRBDO/SRBTO): A Matrix-based System Reliability (MSR) Method

Single-loop System Reliability-Based Design & Topology Optimization (SRBDO/SRBTO): A Matrix-based System Reliability (MSR) Method 10 h US Naonal Congress on Compuaonal Mechancs Columbus, Oho 16-19, 2009 Sngle-loop Sysem Relably-Based Desgn & Topology Opmzaon (SRBDO/SRBTO): A Marx-based Sysem Relably (MSR) Mehod Tam Nguyen, Junho

More information

ELASTIC MODULUS ESTIMATION OF CHOPPED CARBON FIBER TAPE REINFORCED THERMOPLASTICS USING THE MONTE CARLO SIMULATION

ELASTIC MODULUS ESTIMATION OF CHOPPED CARBON FIBER TAPE REINFORCED THERMOPLASTICS USING THE MONTE CARLO SIMULATION THE 19 TH INTERNATIONAL ONFERENE ON OMPOSITE MATERIALS ELASTI MODULUS ESTIMATION OF HOPPED ARBON FIBER TAPE REINFORED THERMOPLASTIS USING THE MONTE ARLO SIMULATION Y. Sao 1*, J. Takahash 1, T. Masuo 1,

More information

Sampling Procedure of the Sum of two Binary Markov Process Realizations

Sampling Procedure of the Sum of two Binary Markov Process Realizations Samplng Procedure of he Sum of wo Bnary Markov Process Realzaons YURY GORITSKIY Dep. of Mahemacal Modelng of Moscow Power Insue (Techncal Unversy), Moscow, RUSSIA, E-mal: gorsky@yandex.ru VLADIMIR KAZAKOV

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 9 Hamlonan Equaons of Moon (Chaper 8) Wha We Dd Las Tme Consruced Hamlonan formalsm Hqp (,,) = qp Lqq (,,) H p = q H q = p H L = Equvalen o Lagrangan formalsm Smpler, bu wce as

More information

Detection of Waving Hands from Images Using Time Series of Intensity Values

Detection of Waving Hands from Images Using Time Series of Intensity Values Deecon of Wavng Hands from Images Usng Tme eres of Inensy Values Koa IRIE, Kazunor UMEDA Chuo Unversy, Tokyo, Japan re@sensor.mech.chuo-u.ac.jp, umeda@mech.chuo-u.ac.jp Absrac Ths paper proposes a mehod

More information

Tackling the Premature Convergence Problem in Monte Carlo Localization Gert Kootstra and Bart de Boer

Tackling the Premature Convergence Problem in Monte Carlo Localization Gert Kootstra and Bart de Boer Tacklng he Premaure Convergence Problem n Mone Carlo Localzaon Ger Koosra and Bar de Boer Auhors: Ger Koosra (correspondng auhor) Arfcal Inellgence Unvesy of Gronngen, The Neherlands Groe Krussraa 2/1

More information

EEL 6266 Power System Operation and Control. Chapter 5 Unit Commitment

EEL 6266 Power System Operation and Control. Chapter 5 Unit Commitment EEL 6266 Power Sysem Operaon and Conrol Chaper 5 Un Commmen Dynamc programmng chef advanage over enumeraon schemes s he reducon n he dmensonaly of he problem n a src prory order scheme, here are only N

More information

Lecture 11 SVM cont

Lecture 11 SVM cont Lecure SVM con. 0 008 Wha we have done so far We have esalshed ha we wan o fnd a lnear decson oundary whose margn s he larges We know how o measure he margn of a lnear decson oundary Tha s: he mnmum geomerc

More information

CHAPTER 10: LINEAR DISCRIMINATION

CHAPTER 10: LINEAR DISCRIMINATION CHAPER : LINEAR DISCRIMINAION Dscrmnan-based Classfcaon 3 In classfcaon h K classes (C,C,, C k ) We defned dscrmnan funcon g j (), j=,,,k hen gven an es eample, e chose (predced) s class label as C f g

More information

Meta-Heuristic Optimization techniques in power systems

Meta-Heuristic Optimization techniques in power systems Proceedngs of he 2nd IASME / WSEAS Inernaonal Conference on Energy & Envronmen (EE07), Pororoz, Slovena, May 15-17, 2007 163 Mea-Heursc Opmzaon echnques n power sysems Vlachos Arsds Deparmen of Informacs

More information

Improved Random Drift Particle Swarm Optimization With Self-Adaptive Mechanism for Solving the Power Economic Dispatch Problem

Improved Random Drift Particle Swarm Optimization With Self-Adaptive Mechanism for Solving the Power Economic Dispatch Problem IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 13, NO. 3, JUNE 2017 1017 Improved Random Drf Parcle Swarm Opmzaon Wh Self-Adapve Mechansm for Solvng he Power Economc Dspach Problem Wael Taha Elsayed,

More information

Improved Coupled Tank Liquid Levels System Based on Swarm Adaptive Tuning of Hybrid Proportional-Integral Neural Network Controller

Improved Coupled Tank Liquid Levels System Based on Swarm Adaptive Tuning of Hybrid Proportional-Integral Neural Network Controller Amercan J. of Engneerng and Appled Scences (4): 669-675, 009 ISSN 94-700 009 Scence Publcaons Improved Coupled Tan Lqud Levels Sysem Based on Swarm Adapve Tunng of Hybrd Proporonal-Inegral Neural Newor

More information

A Profit-Based Unit Commitment using Different Hybrid Particle Swarm Optimization for Competitive Market

A Profit-Based Unit Commitment using Different Hybrid Particle Swarm Optimization for Competitive Market A.A. Abou El Ela, e al./ Inernaonal Energy Journal 9 (2008) 28-290 28 A rof-based Un Commmen usng Dfferen Hybrd arcle Swarm Opmzaon for Compeve Marke www.serd.a.ac.h/rerc A. A. Abou El Ela*, G.E. Al +

More information

Refined Binary Particle Swarm Optimization and Application in Power System

Refined Binary Particle Swarm Optimization and Application in Power System Po-Hung Chen, Cheng-Chen Kuo, Fu-Hsen Chen, Cheng-Chuan Chen Refned Bnary Parcle Swarm Opmzaon and Applcaon n Power Sysem PO-HUNG CHEN, CHENG-CHIEN KUO, FU-HSIEN CHEN, CHENG-CHUAN CHEN* Deparmen of Elecrcal

More information

Population Density Particle Swarm Optimized Improved Multi-robot Cooperative Localization Algorithm

Population Density Particle Swarm Optimized Improved Multi-robot Cooperative Localization Algorithm WSES TSCTIOS on CICUITS and SYSTEMS Mengchu Tan, Yumng o Zhmn Chen, Panlong Wu, Cong Yue Populaon Densy Parcle Swarm Opmzed Improved Mul-robo Cooperave Localzaon lgorhm Mengchu TI, Yumng O, Zhmn CHE*,

More information

( t) Outline of program: BGC1: Survival and event history analysis Oslo, March-May Recapitulation. The additive regression model

( t) Outline of program: BGC1: Survival and event history analysis Oslo, March-May Recapitulation. The additive regression model BGC1: Survval and even hsory analyss Oslo, March-May 212 Monday May 7h and Tuesday May 8h The addve regresson model Ørnulf Borgan Deparmen of Mahemacs Unversy of Oslo Oulne of program: Recapulaon Counng

More information

A Novel Iron Loss Reduction Technique for Distribution Transformers. Based on a Combined Genetic Algorithm - Neural Network Approach

A Novel Iron Loss Reduction Technique for Distribution Transformers. Based on a Combined Genetic Algorithm - Neural Network Approach A Novel Iron Loss Reducon Technque for Dsrbuon Transformers Based on a Combned Genec Algorhm - Neural Nework Approach Palvos S. Georglaks Nkolaos D. Doulams Anasasos D. Doulams Nkos D. Hazargyrou and Sefanos

More information

Reactive Methods to Solve the Berth AllocationProblem with Stochastic Arrival and Handling Times

Reactive Methods to Solve the Berth AllocationProblem with Stochastic Arrival and Handling Times Reacve Mehods o Solve he Berh AllocaonProblem wh Sochasc Arrval and Handlng Tmes Nsh Umang* Mchel Berlare* * TRANSP-OR, Ecole Polyechnque Fédérale de Lausanne Frs Workshop on Large Scale Opmzaon November

More information

UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 2017 EXAMINATION

UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 2017 EXAMINATION INTERNATIONAL TRADE T. J. KEHOE UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 27 EXAMINATION Please answer wo of he hree quesons. You can consul class noes, workng papers, and arcles whle you are workng on he

More information

Introduction to Boosting

Introduction to Boosting Inroducon o Boosng Cynha Rudn PACM, Prnceon Unversy Advsors Ingrd Daubeches and Rober Schapre Say you have a daabase of news arcles, +, +, -, -, +, +, -, -, +, +, -, -, +, +, -, + where arcles are labeled

More information

Volatility Interpolation

Volatility Interpolation Volaly Inerpolaon Prelmnary Verson March 00 Jesper Andreasen and Bran Huge Danse Mares, Copenhagen wan.daddy@danseban.com brno@danseban.com Elecronc copy avalable a: hp://ssrn.com/absrac=69497 Inro Local

More information

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair TECHNI Inernaonal Journal of Compung Scence Communcaon Technologes VOL.5 NO. July 22 (ISSN 974-3375 erformance nalyss for a Nework havng Sby edundan Un wh ang n epar Jendra Sngh 2 abns orwal 2 Deparmen

More information

( ) () we define the interaction representation by the unitary transformation () = ()

( ) () we define the interaction representation by the unitary transformation () = () Hgher Order Perurbaon Theory Mchael Fowler 3/7/6 The neracon Represenaon Recall ha n he frs par of hs course sequence, we dscussed he chrödnger and Hesenberg represenaons of quanum mechancs here n he chrödnger

More information

Graduate Macroeconomics 2 Problem set 5. - Solutions

Graduate Macroeconomics 2 Problem set 5. - Solutions Graduae Macroeconomcs 2 Problem se. - Soluons Queson 1 To answer hs queson we need he frms frs order condons and he equaon ha deermnes he number of frms n equlbrum. The frms frs order condons are: F K

More information

CS 268: Packet Scheduling

CS 268: Packet Scheduling Pace Schedulng Decde when and wha pace o send on oupu ln - Usually mplemened a oupu nerface CS 68: Pace Schedulng flow Ion Soca March 9, 004 Classfer flow flow n Buffer managemen Scheduler soca@cs.bereley.edu

More information

On computing differential transform of nonlinear non-autonomous functions and its applications

On computing differential transform of nonlinear non-autonomous functions and its applications On compung dfferenal ransform of nonlnear non-auonomous funcons and s applcaons Essam. R. El-Zahar, and Abdelhalm Ebad Deparmen of Mahemacs, Faculy of Scences and Humanes, Prnce Saam Bn Abdulazz Unversy,

More information

Machine Learning Linear Regression

Machine Learning Linear Regression Machne Learnng Lnear Regresson Lesson 3 Lnear Regresson Bascs of Regresson Leas Squares esmaon Polynomal Regresson Bass funcons Regresson model Regularzed Regresson Sascal Regresson Mamum Lkelhood (ML)

More information

PSO Algorithm Particle Filters for Improving the Performance of Lane Detection and Tracking Systems in Difficult Roads

PSO Algorithm Particle Filters for Improving the Performance of Lane Detection and Tracking Systems in Difficult Roads Sensors 2012, 12, 17168-17185; do:10.3390/s121217168 Arcle OPEN ACCESS sensors ISSN 1424-8220 www.mdp.com/journal/sensors PSO Algorhm Parcle Flers for Improvng he Performance of Lane Deecon and Trackng

More information

Unconstrained Gibbs free energy minimization for phase equilibrium calculations in non-reactive systems using an improved Cuckoo Search algorithm

Unconstrained Gibbs free energy minimization for phase equilibrium calculations in non-reactive systems using an improved Cuckoo Search algorithm Insuo Tecnologco de Aguascalenes From he SelecedWorks of Adran Bonlla-Percole 2014 Unconsraned Gbbs free energy mnmzaon for phase equlbrum calculaons n non-reacve sysems usng an mproved Cuckoo Search algorhm

More information

Lecture 6: Learning for Control (Generalised Linear Regression)

Lecture 6: Learning for Control (Generalised Linear Regression) Lecure 6: Learnng for Conrol (Generalsed Lnear Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure 6: RLSC - Prof. Sehu Vjayakumar Lnear Regresson

More information

Open Access An Improved Particle Swarm Optimization Approach for Unit Commitment

Open Access An Improved Particle Swarm Optimization Approach for Unit Commitment Send Orders for Reprns o reprns@benhamscence.ae The Open Auomaon and Conrol Sysems Journal, 204, 6, 629-636 629 Open Access An Improved Parcle Swarm Opmzaon Approach for Un Commmen Problem Yran Guo,2,

More information

GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS. Youngwoo Ahn and Kitae Kim

GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS. Youngwoo Ahn and Kitae Kim Korean J. Mah. 19 (2011), No. 3, pp. 263 272 GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS Youngwoo Ahn and Kae Km Absrac. In he paper [1], an explc correspondence beween ceran

More information

CS286.2 Lecture 14: Quantum de Finetti Theorems II

CS286.2 Lecture 14: Quantum de Finetti Theorems II CS286.2 Lecure 14: Quanum de Fne Theorems II Scrbe: Mara Okounkova 1 Saemen of he heorem Recall he las saemen of he quanum de Fne heorem from he prevous lecure. Theorem 1 Quanum de Fne). Le ρ Dens C 2

More information

Advanced Machine Learning & Perception

Advanced Machine Learning & Perception Advanced Machne Learnng & Percepon Insrucor: Tony Jebara SVM Feaure & Kernel Selecon SVM Eensons Feaure Selecon (Flerng and Wrappng) SVM Feaure Selecon SVM Kernel Selecon SVM Eensons Classfcaon Feaure/Kernel

More information

Online Supplement for Dynamic Multi-Technology. Production-Inventory Problem with Emissions Trading

Online Supplement for Dynamic Multi-Technology. Production-Inventory Problem with Emissions Trading Onlne Supplemen for Dynamc Mul-Technology Producon-Invenory Problem wh Emssons Tradng by We Zhang Zhongsheng Hua Yu Xa and Baofeng Huo Proof of Lemma For any ( qr ) Θ s easy o verfy ha he lnear programmng

More information

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s Ordnary Dfferenal Equaons n Neuroscence wh Malab eamples. Am - Gan undersandng of how o se up and solve ODE s Am Undersand how o se up an solve a smple eample of he Hebb rule n D Our goal a end of class

More information

Comparison of Differences between Power Means 1

Comparison of Differences between Power Means 1 In. Journal of Mah. Analyss, Vol. 7, 203, no., 5-55 Comparson of Dfferences beween Power Means Chang-An Tan, Guanghua Sh and Fe Zuo College of Mahemacs and Informaon Scence Henan Normal Unversy, 453007,

More information

A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION

A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION S19 A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION by Xaojun YANG a,b, Yugu YANG a*, Carlo CATTANI c, and Mngzheng ZHU b a Sae Key Laboraory for Geomechancs and Deep Underground Engneerng, Chna Unversy

More information

APOC #232 Capacity Planning for Fault-Tolerant All-Optical Network

APOC #232 Capacity Planning for Fault-Tolerant All-Optical Network APOC #232 Capacy Plannng for Faul-Toleran All-Opcal Nework Mchael Kwok-Shng Ho and Kwok-wa Cheung Deparmen of Informaon ngneerng The Chnese Unversy of Hong Kong Shan, N.T., Hong Kong SAR, Chna -mal: kwcheung@e.cuhk.edu.hk

More information

A Fuzzy Model for the Multiobjective Emergency Facility Location Problem with A-Distance

A Fuzzy Model for the Multiobjective Emergency Facility Location Problem with A-Distance The Open Cybernecs and Sysemcs Journal, 007, 1, 1-7 1 A Fuzzy Model for he Mulobecve Emergency Facly Locaon Problem wh A-Dsance T. Uno *, H. Kaagr and K. Kao Deparmen of Arfcal Complex Sysems Engneerng,

More information

Neural Networks-Based Time Series Prediction Using Long and Short Term Dependence in the Learning Process

Neural Networks-Based Time Series Prediction Using Long and Short Term Dependence in the Learning Process Neural Neworks-Based Tme Seres Predcon Usng Long and Shor Term Dependence n he Learnng Process J. Puchea, D. Paño and B. Kuchen, Absrac In hs work a feedforward neural neworksbased nonlnear auoregresson

More information