Exploratory Toolkit for Evolutionary And Swarm based Optimization

Size: px
Start display at page:

Download "Exploratory Toolkit for Evolutionary And Swarm based Optimization"

Transcription

1 Exploratory Toolkt for Evolutonary And Swarm based Optmzaton Namrata Khemka, Chrstan Jacob Unversty of Calgary, Calgary, AB, Canada, T2N1N4 {khemka, Optmzaton of parameters or systems n general plays an ever ncreasng role n mathematcs, economcs, engneerng, and lfe scences. As a result, a wde varety of both tradtonal analytcal, mathematcal and non tradtonal algorthmc approaches have been ntroduced to solve challengng and practcally relevant optmzaton problems. Evolutonary optmzaton methodsnamely, genetc algorthms, genetc programmng, and evoluton strategesrepresent a category of non tradtonal optmzaton algorthms drawng nspratons from the process of natural evoluton. Partcle swarm optmzaton represents another set of more recently developed algorthmc optmzers nspred by socal behavours of organsms such as brds [8] and socal nsects. These new evolutonary approaches n optmzaton are now enterng the stage, and are thus far very successful n solvng real world optmzaton problems [12]. Although these evolutonary approaches share many concepts, each one has ts strengths and weaknesses. The best way to understand these technques s through practcal experence, n partcular on smaller scale problems or on commonly accepted benchmark functons. In [11], we descrbe how evoluton strateges and partcle swarm optmzers compare on benchmarks prepared for a much more complex optmzaton task regardng a knematc model of a soccer kck. The Mathematca notebooks that we created throughout these evaluaton experments and for the fnal desgn of the muscle control algorthms for the soccer kck are now also avalable through a webmathematca nterface. The new Evolutonary & Swarm Optmzaton web ste s ntegrated wth the collecton of notebooks from the EVOLVICA package, whch covers evoluton based optmzers from genetc algorthms and evoluton strateges to evolutonary programmng and genetc programmng. The EVOLVICA database of notebooks, along wth the newly added swarm algorthms, provde a large expermentaton and nqury platform for ntroducng evolutonary and swarm based optmzaton technques to those who ether wsh to further ther knowledge n the evolutonary computaton doman or requre a streamlned platform to buld prototypcal strateges to solve ther optmzaton tasks. Makng these notebooks avalable through a webmathematca ste means that anyone wth an nternet browser avalable wll have nstant access to a wde range of optmzaton algorthms. Avgnon, June th Internatonal Mathematca Symposum

2 2 Namrata Khemka & Chrstan Jacob 1. Introducton Evolutonary optmzaton methodsgenetc algorthms (GA) [7], genetc programmng (GP) [13], and evoluton strateges (ES) [14]are a branch of non tradtonal optmzaton methods drawng nspratons from the processes of natural evoluton. Partcle swarm optmzers (PSO), on the other hand, are nspred by the socal behavour of brd flockng [10]. Over the last two years, we have been nvestgatng the performance of evoluton and swarm based optmzers n the doman of bomechancs, whch we developed together wth the Human Performance Laboratory at the Faculty of Knesology, Unversty of Calgary [1],[2],[3]. In ths partcular bomechancal applcaton, numercal optmzaton algorthms are used to desgn equpment for sports actvtes. The nvolved smulatons of muscle movements are very tme consumng and hgh dmensonal, thus makng ther evaluatons costly and dffcult. Smulatng a soccer kck s an example of such a model whch nvestgates muscle actvaton patterns wthn the leg and foot when kckng a soccer ball towards the goal. The specfc objectve n ths case s to obtan a hgh ball speed; n order to mnmze the goal keeper s chances to catch the ball. In 1998, Cole appled a (1+ Λ) ES to ths model [1],[2]. More recently we presented mproved adaptatons of the model parameters through a partcle swarm optmzer [11][12]. The man focus of ths paper, however, s not on the optmzaton of parameters for the nvestgated soccer kck model. Instead, we present what we have learnt from our comparson studes of the evoluton and swarm based optmzers on a set of selected benchmark functons. These benchmark studes turned out to be extremely useful n understandng the ntrcaces n performance regardng three optmzers: (1) the orgnally used (1+ Λ) ES, (2) a canoncal ( basc ) PSO (bpso), and a (3) a partcle swarm optmzer wth nose nduced ( random ) nerta weght settngs (rpso). We wll descrbe and analyze the performance of each of these optmzers on fve benchmark functons n two, four, and ten dmensons and try to project these fndngs to performance characterstcs we have also found n the real world applcaton of the dscussed soccer kck model, whch poses a 56 dmensonal optmzaton problem. The Mathematca notebooks that we created, provde us wth nsghts regardng the relatons between control parameteres and system performance of optmzers under study. Consequently, we gan a better understandng of the algorthms on mult dmensonal real world problems. Ths paper s organzed as follows. In Secton 2, we gve descrptons of the three optmzaton algorthms used n our comparson. An ntroducton of the benchmark functons and an outlne of the expermental setups follows n Secton 3 and Secton 4, respectvely. We dscuss the expermental results, and summarze our lessons learnt n Secton 5. The accompanyng webmathematca ste s presented n Secton 6. Secton 7 concludes the paper. 2. The Three Contenders: ES, bpso, and rpso The three contenders for our comparatve study of evoluton and swarm based optmzaton algorthms are: (1) a relatvely smple (1+Λ) Evoluton Strategy, (2) a canoncal ( basc ) PSO (bpso), and (3) a partcle swarm optmzer wth nose nduced ( random ) nerta weght settngs (rpso). The followng subsectons present these approaches n more detal. 8th Internatonal Mathematca Symposum Avgnon, June 2006

3 Exploratory Toolkt for Evolutonary and Swarm based Optmzaton 3 1. (1 + Λ) Evoluton Strateges: ES Evoluton Strateges (ES) have been a successful evolutonary technque for solvng complex optmzaton problems snce the 1960 s [14]. ES evolves vectors of real numbers and the genetc nformaton s nterchanged between these vectors through recombnaton operators. Slght varatons ( mutatons ) on these vectors are obtaned by evolvng strategy parameters whch determne the amount of mutatons appled to each vector component. As stated above, the orgnal experments on the soccer kck smulaton were conducted by Cole usng a (1 + Λ) ES scheme [1], [2], [3]. As these experments were dffcult to repeat, we also used ths verson for our comparson test. In the (1 + Λ) ES scheme, a sngle parent s mutated Λ tmes. Each of the newly created offsprng are evaluated and the parents and the offsprng are added to the selecton pool. The sngle best ndvdual among the 1 Λ solutons n the pool survves and becomes the parent for the next teraton. Below we descrbe the (Μ/Ρ + Λ) strategy whch s a generalzaton of the (1 + Λ) scheme, where Μ parents generate Λ offsprng wth recombnaton of Ρ ndvduals. (Μ/Ρ + Λ) ES algorthm Step 1: Intalze the populaton of sze n by randomly assgnng locatons P p,, p,, p n and strategy parameters S s 1,, s,, sn. 1 Step 2: Generate Λ Μ offsprng by randomly selectng and recombnng Ρ ndvduals from the pool of Μ parents: p p rec = Χ(p 1 Step 3: Mutatons: p 1,..., p Ρ 1 ) where, p 1 j P rec = (Χ(p1, p k1 ),..., Χ(p d, p kd )). new := p rec + z where z := Σ(N 0 S 1... N 0 S d ) N Α S returns a Gaussan dstrbuted random value around Α wth varance S. Step 4: Evaluate the ftness of all ndvduals. Step 5: Select the Μ best ndvduals to serve as parents for the next generaton. Step 6: If the termnaton crteron s met: STOP, Otherwse, go to Step Basc Partcle Swarm Optmzaton: bpso As the basc partcle swarm optmzer (bpso) we use Eberhart s and Kennedy s orgnal PSO verson [10]. Inspred by both socal behavour and brd flockng patterns, the partcles fly through the soluton space and tend to land on better solutons. The search s performed by a populaton of partcles, each havng a locaton vector P p,, p,, p, and representng a potental soluton n a d dmensonal 1 j d search space. Each partcle also keeps track of ts velocty vector, Ν, whch determnes the drecton and how far a partcle wll move n the next teraton. The ftness of a partcle s determned by an evaluaton functon p. Partcles move through the search space n dscrete tme steps. In order to provde a balance between local (wth a hgher tendency to converge to soluton n close vcnty) and global search (lookng for Avgnon, June th Internatonal Mathematca Symposum

4 P p,, p,, p 1 j d Ν 4 Namrata Khemka & Chrstan Jacob p search space n dscrete tme steps. In order to provde a balance between local (wth a hgher tendency to converge to soluton n close vcnty) and global search (lookng for overall good solutons), an nerta weght Ω (step 5) was suggested by Eberhart [4],[5]. In algorthm bpso, ths term s set to a constant value of Ω = 1. bpso algorthm Step 1: Intalze the partcle populaton by stochastcally assgnng locatons P p,, p,, p n and veloctes V Ν 1,, Ν,, Ν n. 1 Step 2: Evaluate the ftness of all partcles: P p,, p,, p n. 1 Step 3: Keep track of the locatons where each ndvdual had ts hghest ftness so far: P p best 1,, p best,, p best n. Step 4: Keep track of the poston wth the global best ftness: p best max g p P p. Step 5: Modfy the partcle veloctes based on the prevous best and global best postons: Ν new Ω Ν φ 1 p best p φ 2 p best g p Step 6: Update the partcle locatons: p new p Ν new for 1 n. Step 7: If the termnaton crteron s met: STOP, Otherwse, go to Step Random Partcle Swarm Optmzaton: rpso for 1 n. Prevous work on PSO suggests that the so called nerta weght Ω should be annealed (dpso) over tme n order to obtan better results [6]. Ths tme decreasng nerta weght facltates a global search at the begnnng and the later small nerta weght fne tunes the search space. Snce the annealed value s dependent on tme, the number of teratons must be known n advance. However, n most real world scenaros, lke the soccer kck optmzaton, t s extremely dffcult to get to know the number of necessary teraton steps n advance. The random rpso verson tres to allevate ths problem by assgnng a random number to Ω (Step 5) n each teraton as follows: Ω 0.5 Random 2 Ths generates a unformly dstrbuted random number n the nterval [ 1 4, 3 4 ]. 8th Internatonal Mathematca Symposum Avgnon, June 2006

5 Exploratory Toolkt for Evolutonary and Swarm based Optmzaton 5 3. Benchmarks In the lght of the No Free Lunch Theorem [16], t s, dffcult to dentfy a clearly superor search or optmzaton algorthm n any comparson. Therefore our purpose s not to show whch one of the three algorthms s outperformng the others n any case, but to fnd out whch of these optmzers s better suted for specfc optmzaton challenges. In partcular, we also want to nvestgate whether an algorthm s performance characterstcs n two dmensons where vsualzaton and manual nspecton s easest and most accesble transfers to hgher dmensons. We evaluate the performance of (1 + Λ) ES scheme and both versons of the partcle swarm algorthms on a small set of numercal benchmark functons. We use the fve benchmark functons llustrated and descrbed n more detal below. We explore each of these benchmark search spaces for dmensons d = 2, d = 4, and d = 10. The frst three functons are unmodal, that s, wth a sngle global optmum. The last two functons are multmodal, where the number of local maxma ncreases exponentally wth the problem sze [15]. f 1 : Sphere d f 1 x 2 j, 5.12 x j 5.12, x 0. j 1 Ths s a smple, symmetrc, smooth, unmodal search space (nverted parabola), and s known to be easly solved by all algorthms. As n our case, t s manly used to calbrate control parameters of the optmzers. f 2 : Edge y x d f 2 j 1 x j d j 1 x j, 10 x j 10, x 0. Functon f 2 has shared edges makng t more dffcult to fnd good solutons around the rdges. Avgnon, June th Internatonal Mathematca Symposum

6 6 Namrata Khemka & Chrstan Jacob f 3 : Step y x d f 3 12 j 1 x j, 5.12 x j 5.12, x 0. We have ncluded the lnear surface functon, f 3,n order to see whether the alogrthms perform a gradent ascent strategy. f 4 : Ackley f y x d d 2 x j 1 j 1 d d j 1 Cos2Πx j 20, 30 x j 30, x 0. The Ackley functon s more dffcult as search algorthms tend to settle n any of the local optma, makng t more challengng to dentfy the global optmum x y f 5 : Grewangk d f j x j 2 d x j Cos j, 100 x j 100, x 0. j 1 8th Internatonal Mathematca Symposum Avgnon, June 2006

7 Exploratory Toolkt for Evolutonary and Swarm based Optmzaton 7 Grewangk s functon has hundreds of local optma above the sphere. We ncluded t to compare the algorthms performances on Grewangk and the sphere functon y x Expermental Setup For each of the three optmzers ES, bpso, and rpso we performed 20 experments on each of the fve test functons f 1 to f 5 for dmensons d = 2, d = 4, and d = 10. A dfferent random number seed s used for each of the 20 runs. The ntal ndvduals (ncludng those for ES) are unformly dstrbuted throughout the search space. Each ntal populaton, generated for an ES experment, s also used for the bpso and rpso experments. Ths ensures that all comparable runs start wth the same ntal dstrbuton of ndvduals. The termnaton crteron for all runs was to stop when the maxmum number of teratons t max = 1,500, was reached. By that tme all the optmzers had already reached ther convergence phase (Fgure 2). The parameter settngs for the three algorthms are descrbed n Tables 1, 2, and 3. populaton sze, n 10 locaton range, p j p low, p hgh vares velocty range, v j v low, v hgh 10 % of p j explotaton rate, φ exploraton rate, φ 1 1 Table 1. bpso parameter settngs populaton sze, n 10 locaton range, p j p low, p hgh vares velocty range, v j v low, v hgh 10 % of p j explotaton rate, φ exploraton rate, φ Table 2. rpso parameter settngs populaton sze selecton pool, 1 Λ 1 9 mutaton step sze radus 1 Table 3. ES parameter settngs Avgnon, June th Internatonal Mathematca Symposum

8 8 Namrata Khemka & Chrstan Jacob 5. Dscusson of the Results The results of the evoluton based optmzer and the two partcle swarm optmzaton technques are brefly dscussed n ths secton. 1. Phenotype Plots Fgure 1 gves an example of the populaton dynamcs resultng from each of the three algorthms (ES column 1, bpso column 2, and rpso column 3) appled over a certan number of teratons. The ndvduals are represented as dots and n each plot three teratons (red, blue, green) are depcted. In order to acheve a far comparson, all three algorthms start from the same ntal populatons. The behavour of the ndvduals s seen at dfferent teratons makng t easy to compare and contrast the movement of the ndvduals and study ther convergence behavour. For example, f 1 s plotted at teratons 2 (red), 7 (blue), and 40 (green). In comparson to the (1+Λ) ES scheme, we observe that the partcle swarm ndvduals (both bpso and rpso) search the soluton space more thoroughly and n multple drectons n comparson to the (1+Λ) ES scheme and have hgher exploraton capabltes. The ES ndvduals stay close to each other wthn a certan mutaton radus. Ths s a typcal effect of usng ths partcular scheme of ES. The ndvduals of algorthm ES converge to a local optmum soluton for functons f 4 and f 5. Ths also llustrates the fact that ES ndvduals exhbt strong local search behavours, whch n ths case s manly due to a relatvely small mutaton step sze. f 1 ES, bpso, rpso : Iteratons 2, 7, 40 f 2 ES, bpso, rpso : Iteratons 2, 6, 20 f 3 ES, bpso, rpso : Iteratons 2, 7, 60 f 4 ES, bpso, rpso : Iteratons 2, 20, 60 8th Internatonal Mathematca Symposum Avgnon, June 2006

9 Exploratory Toolkt for Evolutonary and Swarm based Optmzaton 9 f 5 ES, bpso, rpso : Iteratons 2, 20, 60 Fgure 1. Phenotypcal plots for the 2 dmensons versons of the benchmark functons f 1 to f 5 from top to bottom. From left to rght the columns show snapshots of typcal optmzaton runs for ES, bpso, and rpso. The populatons of the frst, second, and thrd snapshot are represented as red, blue, and green spheres respectvely. 2. Convergence Plots The convergence plots represent mean ftness values computed over all twenty runs for all 1,500 teratons. Ths graph helps n demonstratng the convergent behavour of the ndvduals of a partcular algorthm and also llustrates whch of the three algorthms has the fastest ftness convergence speed. Fgure 2 summarzes the results are shown for d = 2 (column 1), d = 4 (column 2), and d = 10 (column 3). In almost all cases, algorthm ES s comparable to rpso. Algorthm bpso turns out to be the slowest n terms of convergence speed for d = 2. However, as the number of dmensons ncreases (d = 4), the convergence rate of ES decreases, and n ten dmensons, ES converges more slowlyand towards a lower ftness values. All the three algorthms show relatvely steep ascents durng the frst 100 or 200 teratons. After whch rpso seemed to rapdly level off wthout makng any further progress (for most of the test cases) durng the rest of the smulaton.e., the swarm stagnates (no changes observed n terms of fndng a better ftness value). For nstance, on f 1, partcle swarms stagnate and flatten out wthout any further mprovements. However, the convergence rate of ES on functon f 3, gradually slowed down but dd not completely level off, whch ndcates that f t were allowed to run longer t may have dscovered better solutons. Another observaton made for functon f 5 n two dmensons s that rpso has the slowest convergence rate. Ths s n lne wth the results of the phenotype plot (Fgure 1) where the partcles do not converge to one locaton. f 1 ES, bpso, rpso : dmensons 2, 4, 10 Avgnon, June th Internatonal Mathematca Symposum

10 10 Namrata Khemka & Chrstan Jacob f 2 ES, bpso, rpso : dmensons 2, 4, 10 f 3 ES, bpso, rpso : dmensons 2, 4, 10 f 4 ES, bpso, rpso : dmensons 2, 4, 10 f 5 ES, bpso, rpso : dmensons 2, 4, 10 Fgure 2. Ftness plots of the benchmark functons f 1 to f 5 from top to bottom. From left to rght the columns llustrate the convergence behavours of the three algorthms (ES: blue, rpso: orange, bpso: green) n 2, 4, and 10 dmensons. 3. Success Plots The best ftness value obtaned at the end of each run s llustrated n Fgure 3. Here, for each functon, the ftness values of all 20 runs are plotted n ascendng order from left to rght. Therefore, each graph dsplays the success rate of each algorthm on a partcular functon. The best (rght most pont), worst (left most pont), and mean ftnesses can also be easly derved from these graphs. In all 20 runs, algorthm ES fnds worse solutons than both PSO algorthms for d = 2, 4, and 10. Ths s observed by the left most blue pont n Fgure 3. Ths s n lne wth the results of the phenotype plots (Fgure 1), especally for the multmodal functons f 4 and f 5, where the ES ndvduals are unsuccessful n fndng the global optmum. The hgher exploraton capabltes of the PSO algorthms seem to facltate the dscovery of better solutons n comparson to the local ES scheme. In the phenotype plots (Fgure 1) one can also observe that the bpso partcles do not converge to one soluton only. However, there s always at least one partcle that fnds the global optmum. Therefore, both PSO algorthms (bpso and rpso) are comparable n terms of fndng the best soluton, as llustrated by the rght most green and orange 8th Internatonal Mathematca Symposum Avgnon, June 2006

11 Exploratory Toolkt for Evolutonary and Swarm based Optmzaton 11 the global optmum. Therefore, both PSO algorthms (bpso and rpso) are comparable n terms of fndng the best soluton, as llustrated by the rght most green and orange ponts n Fgure 3. f 1 ES, bpso, rpso : dmensons 2, 4, 10 f 2 ES, bpso, rpso : dmensons 2, 4, 10 f 3 ES, bpso, rpso : dmensons 2, 4, 10 f 4 ES, bpso, rpso : dmensons 2, 4, 10 f 5 ES, bpso, rpso : dmensons 2, 4, 10 Fgure 3. Success rato plots of the benchmark functons f 1 to f 5 from top to bottom. From left to rght the columns show the best ftness value obtaned at the end of each run of the three algorthms (ES: blue, rpso: orange, bpso: green) n 2, 4, and 10 dmensons. Avgnon, June th Internatonal Mathematca Symposum

12 12 Namrata Khemka & Chrstan Jacob 4. Parameter Range Plots For the followng analyses we only look at algorthm performance on the 10 dmensonal benchmarks. In Fgure 4 we vsualze how for each varable range changes durng the course of the evolutonary search. For example, n the frst row of Fgure 4 the vertcal bars represent the range for each of the ten varables, over all teratons, lmted to all those solutons that have a ftness of at least Τ 5 (the hghest ftness s zero). Knowng how the value ranges change s mportant especally when explorng real world optmzaton problems, snce t can provde nsghts on whether the ftness functon s senstve wth respect to a partcular varable or not. It also clearly vsualzes the stage of convergence n each dmenson. Fgure 4 shows that algorthm ES mantans a hgh parameter range n comparson to the partcle swarm algorthms. Ths s n lne wth the results of Fgure 2, where ES has the slowest convergence speed for d = 10. Evoluton strateges seem to consstently keep wder parameter ranges. Both partcle swarm algorthms show comparable ranges. 8th Internatonal Mathematca Symposum Avgnon, June 2006

13 Exploratory Toolkt for Evolutonary and Swarm based Optmzaton 13 f 1 ES, bpso, rpso : Τ 5 f 2 ES, bpso, rpso : Τ 5 f 3 ES, bpso, rpso : Τ 1 f 4 ES, bpso, rpso : Τ 5 f 5 ES, bpso, rpso : Τ 5 Fgure 4. Parameter range plots for the 10 dmensonal versons of the benchmark functons f 1 to f 5 from top to bottom. From left to rght the columns show the parameter range for each of the ten dmensons over a certan threshold value (Τ) for ES, bpso, and rpso. Avgnon, June th Internatonal Mathematca Symposum

14 14 Namrata Khemka & Chrstan Jacob 6. "Evolutonary Swarms" webmathematca webste The comparsons conducted provde knowledge and nsghts about the algorthms, whle llustratng the movement of the ndvduals n the soluton space (Fgure 1). They pont out varous characterstcs lke the convergence speed and the success an algorthm has n fndng good solutons. The strengths and weaknesses of the algorthms are exploted, for example, PSO algorthms have a hgher exploraton rate whereas the (1 + Λ) scheme of ES depcts a local search scheme. As stated earler, we have created a set of notebooks to compare (1 + Λ) scheme of ES and both the partcle swarm optmzers on the benchmark functons ( f 1 f 5 ). We provde the nterface to the users for creatng the above graphs (Fgure 1, Fgure 2, Fgure 3, and Fgure 4). We have converted these notebooks to a webmathematca nterface. Ths nteractve ste provdes the hands on experence and an expermental envronment through a selecton of ten benchmark functons along wth the vsualzaton tools (for generatng the mages). Ths ste currently conssts of partcle swarms (PSO) and ts three varantsbasc partcle swarms (bpso), random partcle swarms (rpso), and partcle swarms wth decreasng nerta weght (dpso). We also mplemented both the smple schemes of ES, the (1 + Λ) scheme of ES and the (1, Λ) scheme of ES. The generalzed evoluton strateges, (Μ + Λ) and (Μ, Λ), as descrbed n Secton 2. As t s n general dffcult to know the settngs of varous parameters, we provde suggestons for dfferent settngs. Ths wll help the users to gan further knowledge regardng these optmzers. The webste can be accessed at: 7. Concluson The best way of understandng evolutonary and swarm based algorthm heurstcs s through practcal experence, n partcular on smaller scale problems. The Evolutonary Swarms ste that we have developed wll be ntegrated wth the collecton of notebooks from the EVOLVICA package. Ths database of notebooks, along wth the swarm algorthms, provde a large expermental and nqury platform for ntroducng evolutonary and swarm based optmzaton technques to those who wsh to further ther knowledge n the evolutonary computaton doman. Makng these notebooks avalable through a webmathematca ste means that anyone wth access to the newly bult web pages wll have nstant access to a wde range of optmzaton algorthms. References [1] Cole G., Gerrsten K., Influence of mass dstrbuton n the shoe and plate stffness on ball velocty durng a soccer kck, Addas Salomon AG, [2] Cole G., Gerrsten K., Optmal mass dstrbuton and plate stffness of football shoes, Addas Salomon AG, [3] Cole G., Gerrsten K., Influence of medo lateral mass dstrbuton n a soccer shoe on the deflecton of the ankle and subtabular jonts durng off centre kcks, Addas Salomon AG, th Internatonal Mathematca Symposum Avgnon, June 2006

15 Exploratory Toolkt for Evolutonary and Swarm based Optmzaton 15 [4] Eberhart R.C. andsh Y., Parameter selecton n partcle swarm optmzaton. Evolutonary programmng VII: Proceedngs of the seventh annual conference on evolutonary programmng, [5] Eberhart R.C. andsh Y., A modfed partcle swarm optmzer. Proceedngs of IEEE congress on evolutonary computaton (CEC 1998), [6] Eberhart R.C. and Sh Y., Comparon between genetc algorthms and partcle swarm optmzaton. Evolutonary programmng VII: Proceedngs of the seventh annual conference on evolutonary programmng, [7] Goldberg D., Genetc Algorthms n search, optmzaton, and machne learnng,. Addson Wesley [8] Jacob C., Khemka N., Partcle Swarm Optmzaton n Mathematca An Exploraton Kt for Evolutonary Optmzaton, IMS 04, Proc. Sxth Internatonal Mathematca Symposum, Banff, Canada (2004). [9] Jacob C., Illustratng Evolutonary Computaton wth Mathematca, Morgan Kaufmann Publshers, [10] Kennedy J. and Eberhart R.C., Partcle swarm optmzaton, Proceedngs of IEEE Internatonal Conference on Neural Networks, [11] Khemka N., Comparng PSO And ES: benchmarks and applcaton, M.Sc. Thess, UofCalgary, December [12] Khemka N., Jacob C., Cole.G., Makng soccer kcks better: A study n PSO and ES, Proceedngs of IEEE congress on evolutonary computaton (CEC 2005), [13] Koza J., Genetc Programmng On the programmng of computers by means of natural selecton, MIT press, [14] Rechenberg I., Evoluton Strateges: Nature s way of optmzaton, Optmzaton methods and applcatons, possbltes and lmtatons, 47, Lecture Notes n Computer Scence,1989. [15] Schwfel H.P., Evoluton and optmum seekng, John Wley and Sons, [16] Wolpert D.H. and Macready W.G., No free lunch theorems for search, Santa Fe Insttute, Avgnon, June th Internatonal Mathematca Symposum

The Study of Teaching-learning-based Optimization Algorithm

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

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

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

More information

An Adaptive Learning Particle Swarm Optimizer for Function Optimization

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

More information

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

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

More information

Markov Chain Monte Carlo Lecture 6

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

More information

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions

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

More information

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

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

More information

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

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

More information

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

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

More information

A Robust Method for Calculating the Correlation Coefficient

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

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

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

More information

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

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

More information

Chapter Newton s Method

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

More information

Lecture Notes on Linear Regression

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

More information

x = , so that calculated

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

More information

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

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

More information

Chapter 3 Describing Data Using Numerical Measures

Chapter 3 Describing Data Using Numerical Measures Chapter 3 Student Lecture Notes 3-1 Chapter 3 Descrbng Data Usng Numercal Measures Fall 2006 Fundamentals of Busness Statstcs 1 Chapter Goals To establsh the usefulness of summary measures of data. The

More information

AP Physics 1 & 2 Summer Assignment

AP Physics 1 & 2 Summer Assignment AP Physcs 1 & 2 Summer Assgnment AP Physcs 1 requres an exceptonal profcency n algebra, trgonometry, and geometry. It was desgned by a select group of college professors and hgh school scence teachers

More information

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES J. FEDERICO RAMÍREZ AND OLAC FUENTES Insttuto Naconal de Astrofísca, Óptca y Electrónca Lus Enrque Erro # 1 Santa María Tonanzntla, Puebla, 784, Méxco framrez@cseg.naoep.mx,

More information

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE

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

More information

Appendix B: Resampling Algorithms

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

More information

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

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

More information

DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM

DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM Ganj, Z. Z., et al.: Determnaton of Temperature Dstrbuton for S111 DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM by Davood Domr GANJI

More information

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

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

More information

CHAPTER IV RESEARCH FINDING AND DISCUSSIONS

CHAPTER IV RESEARCH FINDING AND DISCUSSIONS CHAPTER IV RESEARCH FINDING AND DISCUSSIONS A. Descrpton of Research Fndng. The Implementaton of Learnng Havng ganed the whole needed data, the researcher then dd analyss whch refers to the statstcal data

More information

Feature Selection: Part 1

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

More information

An Interactive Optimisation Tool for Allocation Problems

An Interactive Optimisation Tool for Allocation Problems An Interactve Optmsaton ool for Allocaton Problems Fredr Bonäs, Joam Westerlund and apo Westerlund Process Desgn Laboratory, Faculty of echnology, Åbo Aadem Unversty, uru 20500, Fnland hs paper presents

More information

arxiv: v1 [math.oc] 3 Aug 2010

arxiv: v1 [math.oc] 3 Aug 2010 arxv:1008.0549v1 math.oc] 3 Aug 2010 Test Problems n Optmzaton Xn-She Yang Department of Engneerng, Unversty of Cambrdge, Cambrdge CB2 1PZ, UK Abstract Test functons are mportant to valdate new optmzaton

More information

Kernel Methods and SVMs Extension

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

More information

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method Appled Mathematcal Scences, Vol. 7, 0, no. 47, 07-0 HIARI Ltd, www.m-hkar.com Comparson of the Populaton Varance Estmators of -Parameter Exponental Dstrbuton Based on Multple Crtera Decson Makng Method

More information

Solving Nonlinear Differential Equations by a Neural Network Method

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

More information

A Hybrid Variational Iteration Method for Blasius Equation

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

More information

DUE: WEDS FEB 21ST 2018

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

More information

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers

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

More information

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

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

More information

The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based Optimization Problems

The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based Optimization Problems The Convergence Speed of Sngle- And Mult-Obectve Immune Algorthm Based Optmzaton Problems Mohammed Abo-Zahhad Faculty of Engneerng, Electrcal and Electroncs Engneerng Department, Assut Unversty, Assut,

More information

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

More information

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

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

More information

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

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

More information

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

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

More information

Optimal Solution to the Problem of Balanced Academic Curriculum Problem Using Tabu Search

Optimal Solution to the Problem of Balanced Academic Curriculum Problem Using Tabu Search Optmal Soluton to the Problem of Balanced Academc Currculum Problem Usng Tabu Search Lorna V. Rosas-Téllez 1, José L. Martínez-Flores 2, and Vttoro Zanella-Palacos 1 1 Engneerng Department,Unversdad Popular

More information

A novel hybrid algorithm with marriage of particle swarm optimization and extremal optimization

A novel hybrid algorithm with marriage of particle swarm optimization and extremal optimization A novel hybrd algorthm wth marrage of partcle swarm optmzaton and extremal optmzaton Mn-Rong Chen 1, Yong-Za Lu 1, Q Luo 2 1 Department of Automaton, Shangha Jaotong Unversty, Shangha 200240, P.R.Chna

More information

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods Indan Journal of Scence and Technology Entropy Generaton Mnmzaton of Pn Fn Heat Snks by Means of Metaheurstc Methods Amr Jafary Moghaddam * and Syfollah Saedodn Department of Mechancal Engneerng, Semnan

More information

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

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

More information

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

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

More information

Global Sensitivity. Tuesday 20 th February, 2018

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

More information

Module 9. Lecture 6. Duality in Assignment Problems

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

More information

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity LINEAR REGRESSION ANALYSIS MODULE IX Lecture - 31 Multcollnearty Dr. Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur 6. Rdge regresson The OLSE s the best lnear unbased

More information

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

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

More information

Self-adaptive Differential Evolution Algorithm for Constrained Real-Parameter Optimization

Self-adaptive Differential Evolution Algorithm for Constrained Real-Parameter Optimization 26 IEEE Congress on Evolutonary Computaton Sheraton Vancouver Wall Centre Hotel, Vancouver, BC, Canada July 16-21, 26 Self-adaptve Dfferental Evoluton Algorthm for Constraned Real-Parameter Optmzaton V.

More information

SINGLE EVENTS, TIME SERIES ANALYSIS, AND PLANETARY MOTION

SINGLE EVENTS, TIME SERIES ANALYSIS, AND PLANETARY MOTION SINGLE EVENTS, TIME SERIES ANALYSIS, AND PLANETARY MOTION John N. Harrs INTRODUCTION The advent of modern computng devces and ther applcaton to tme-seres analyses permts the nvestgaton of mathematcal and

More information

829. An adaptive method for inertia force identification in cantilever under moving mass

829. An adaptive method for inertia force identification in cantilever under moving mass 89. An adaptve method for nerta force dentfcaton n cantlever under movng mass Qang Chen 1, Mnzhuo Wang, Hao Yan 3, Haonan Ye 4, Guola Yang 5 1,, 3, 4 Department of Control and System Engneerng, Nanng Unversty,

More information

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

Computing Correlated Equilibria in Multi-Player Games

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

More information

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

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

More information

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm

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

More information

Comparative Studies of Law of Conservation of Energy. and Law Clusters of Conservation of Generalized Energy

Comparative Studies of Law of Conservation of Energy. and Law Clusters of Conservation of Generalized Energy Comparatve Studes of Law of Conservaton of Energy and Law Clusters of Conservaton of Generalzed Energy No.3 of Comparatve Physcs Seres Papers Fu Yuhua (CNOOC Research Insttute, E-mal:fuyh1945@sna.com)

More information

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

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

More information

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints Internatonal Journal of Engneerng Research and Applcatons (IJERA) ISSN: 48-96 Natonal Conference On Advances n Energy and Power Control Engneerng (AEPCE-K1) Evolutonary Computatonal Technques to Solve

More information

Grover s Algorithm + Quantum Zeno Effect + Vaidman

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

More information

Lecture 12: Discrete Laplacian

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

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

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

More information

Lecture 14: Bandits with Budget Constraints

Lecture 14: Bandits with Budget Constraints IEOR 8100-001: Learnng and Optmzaton for Sequental Decson Makng 03/07/16 Lecture 14: andts wth udget Constrants Instructor: Shpra Agrawal Scrbed by: Zhpeng Lu 1 Problem defnton In the regular Mult-armed

More information

THE ROBUSTNESS OF GENETIC ALGORITHMS IN SOLVING UNCONSTRAINED BUILDING OPTIMIZATION PROBLEMS

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

More information

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

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

More information

Global Optimization Using Hybrid Approach

Global Optimization Using Hybrid Approach Tng-Yu Chen, Y Lang Cheng Global Optmzaton Usng Hybrd Approach TING-YU CHEN, YI LIANG CHENG Department of Mechancal Engneerng Natonal Chung Hsng Unversty 0 Kuo Kuang Road Tachung, Tawan 07 tyc@dragon.nchu.edu.tw

More information

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

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

More information

A MULTI-OBJECTIVE APPROACH WITH A RESTART META-HEURISTIC FOR THE LINEAR DYNAMICAL SYSTEMS INVERSE MATHEMATICAL PROBLEM

A MULTI-OBJECTIVE APPROACH WITH A RESTART META-HEURISTIC FOR THE LINEAR DYNAMICAL SYSTEMS INVERSE MATHEMATICAL PROBLEM Internatonal Journal on Informaton Technologes & Securty, 1 (vol.10), 2018 93 A MULTI-OBJECTIVE APPROACH WITH A RESTART META-HEURISTIC FOR THE LINEAR DYNAMICAL SYSTEMS INVERSE MATHEMATICAL PROBLEM 1 Ivan

More information

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

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

More information

Supporting Information

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

More information

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

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

More information

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

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

More information

APPROXIMATE ANALYSIS OF RIGID PLATE LOADING ON ELASTIC MULTI-LAYERED SYSTEMS

APPROXIMATE ANALYSIS OF RIGID PLATE LOADING ON ELASTIC MULTI-LAYERED SYSTEMS 6th ICPT, Sapporo, Japan, July 008 APPROXIMATE ANALYSIS OF RIGID PLATE LOADING ON ELASTIC MULTI-LAYERED SYSTEMS James MAINA Prncpal Researcher, Transport and Infrastructure Engneerng, CSIR Bult Envronment

More information

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

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

More information

Multilayer Perceptrons and Backpropagation. Perceptrons. Recap: Perceptrons. Informatics 1 CG: Lecture 6. Mirella Lapata

Multilayer Perceptrons and Backpropagation. Perceptrons. Recap: Perceptrons. Informatics 1 CG: Lecture 6. Mirella Lapata Multlayer Perceptrons and Informatcs CG: Lecture 6 Mrella Lapata School of Informatcs Unversty of Ednburgh mlap@nf.ed.ac.uk Readng: Kevn Gurney s Introducton to Neural Networks, Chapters 5 6.5 January,

More information

Physics 5153 Classical Mechanics. D Alembert s Principle and The Lagrangian-1

Physics 5153 Classical Mechanics. D Alembert s Principle and The Lagrangian-1 P. Guterrez Physcs 5153 Classcal Mechancs D Alembert s Prncple and The Lagrangan 1 Introducton The prncple of vrtual work provdes a method of solvng problems of statc equlbrum wthout havng to consder the

More information

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

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

More information

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

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

More information

A New Quantum Behaved Particle Swarm Optimization

A New Quantum Behaved Particle Swarm Optimization A New Quantum Behaved Partcle Swarm Optmzaton Mlle Pant Department of Paper Technology IIT Roorkee, Saharanpur Inda mllfpt@tr.ernet.n Radha Thangaraj Department of Paper Technology IIT Roorkee, Saharanpur

More information

Particle Swarm Optimization for Non-Convex Problems of Size and Shape Optimization of Trusses

Particle Swarm Optimization for Non-Convex Problems of Size and Shape Optimization of Trusses Paper 67 Cvl-Comp Press, 2012 Proceedngs of the Eleventh Internatonal Conference on Computatonal Structures Technology, B.H.V. Toppng, (Edtor), Cvl-Comp Press, Strlngshre, Scotland Partcle Swarm Optmzaton

More information

Numerical Heat and Mass Transfer

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

More information

Research on Route guidance of logistic scheduling problem under fuzzy time window

Research on Route guidance of logistic scheduling problem under fuzzy time window Advanced Scence and Technology Letters, pp.21-30 http://dx.do.org/10.14257/astl.2014.78.05 Research on Route gudance of logstc schedulng problem under fuzzy tme wndow Yuqang Chen 1, Janlan Guo 2 * Department

More information

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

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

More information

Odd/Even Scroll Generation with Inductorless Chua s and Wien Bridge Oscillator Circuits

Odd/Even Scroll Generation with Inductorless Chua s and Wien Bridge Oscillator Circuits Watcharn Jantanate, Peter A. Chayasena, Sarawut Sutorn Odd/Even Scroll Generaton wth Inductorless Chua s and Wen Brdge Oscllator Crcuts Watcharn Jantanate, Peter A. Chayasena, and Sarawut Sutorn * School

More information

Quantum-Evolutionary Algorithms: A SW-HW approach

Quantum-Evolutionary Algorithms: A SW-HW approach Proceedngs of the 5th WSEAS Int. Conf. on COMPUTATIONAL INTELLIGENCE, MAN-MACHINE SYSTEMS AND CYBERNETICS, Vence, Italy, November 0-, 006 333 Quantum-Evolutonary Algorthms: A SW-HW approach D. PORTO, A.

More information

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

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

More information

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

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

More information

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

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

More information

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

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

More information

Natural Images, Gaussian Mixtures and Dead Leaves Supplementary Material

Natural Images, Gaussian Mixtures and Dead Leaves Supplementary Material Natural Images, Gaussan Mxtures and Dead Leaves Supplementary Materal Danel Zoran Interdscplnary Center for Neural Computaton Hebrew Unversty of Jerusalem Israel http://www.cs.huj.ac.l/ danez Yar Wess

More information

Research Article Green s Theorem for Sign Data

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

More information

An Improved Clustering Based Genetic Algorithm for Solving Complex NP Problems

An Improved Clustering Based Genetic Algorithm for Solving Complex NP Problems Journal of Computer Scence 7 (7): 1033-1037, 2011 ISSN 1549-3636 2011 Scence Publcatons An Improved Clusterng Based Genetc Algorthm for Solvng Complex NP Problems 1 R. Svaraj and 2 T. Ravchandran 1 Department

More information

V is the velocity of the i th

V is the velocity of the i th Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) Probablstcally rven Partcle Swarms for Optmzaton of Mult Valued screte Problems : esgn and Analyss Kalyan Veeramachanen, Lsa Osadcw, Ganapath

More information

ECE559VV Project Report

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

More information

Joint Statistical Meetings - Biopharmaceutical Section

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

More information

THE SUMMATION NOTATION Ʃ

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

More information

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

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

More information

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1]

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1] DYNAMIC SHORTEST PATH SEARCH AND SYNCHRONIZED TASK SWITCHING Jay Wagenpfel, Adran Trachte 2 Outlne Shortest Communcaton Path Searchng Bellmann Ford algorthm Algorthm for dynamc case Modfcatons to our algorthm

More information

MMA and GCMMA two methods for nonlinear optimization

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

More information

Utilizing cumulative population distribution information in differential evolution

Utilizing cumulative population distribution information in differential evolution Utlzng cumulatve populaton dstrbuton nformaton n dfferental evoluton Yong Wang a,b, Zh-Zhong Lu a, Janbn L c, Han-Xong L d, e, Gary G. Yen f a School of Informaton Scence and Engneerng, Central South Unversty,

More information