Real Parameter Single Objective Optimization using Self-Adaptive Differential Evolution Algorithm with more Strategies

Size: px
Start display at page:

Download "Real Parameter Single Objective Optimization using Self-Adaptive Differential Evolution Algorithm with more Strategies"

Transcription

1 Real Parameter Sngle Objectve Optmzaton usng Self-Adaptve Dfferental Evoluton Algorthm wth more Strateges Janez Brest, Borko Boškovć, Aleš Zamuda, Iztok Fster Insttute of Computer Scence, Faculty of Electrcal Engneerng and Computer Scence, Unversty of Marbor, Smetanova ul. 17, 2000 Marbor, Slovena Emal: Efrén Mezura-Montes Departamento de Intelgenca Artfcal Unversdad Veracruzana Sebastán Camacho 5, Centro, Xalapa, Veracruz, 91000, MEXICO Emal: Abstract A new dfferental evoluton algorthm for sngle objectve optmzaton s presented n ths paper. The proposed algorthm uses a self-adaptaton mechansm for parameter control, dvdes ts populaton nto more subpopulatons, apples more DE strateges, promotes populaton dversty, and elmnates the ndvduals that are not changed durng some generatons. The expermental results obtaned by our algorthm on the benchmark consstng of 25 test functons wth dmensons D = 10, D = 30, and D = 50 as provded for the CEC 2013 competton and specal sesson on Real Parameter Sngle Objectve Optmzaton are presented. Key words: sngle objectve optmzaton, dfferental evoluton, self-adaptaton. I. INTRODUCTION Ths paper presents an algorthm for Real Parameter Sngle Objectve Optmzaton (RPSOO) [1]. Sngle objectve optmzaton algorthms serve as a bass of the more complex optmzaton algorthms such as mult-objectve optmzatons algorthms, nchng algorthms, constraned optmzaton algorthms, and so on [1]. The real-parameter optmzaton problem can be defned as follows. We need to fnd the varables of vector x = x 1,x 2,...,x D }, where D denotes the dmensonalty of a problem, such that ther correspondng objectve functon f( x) s optmzed (mnmzed or maxmzed). Domans of the varables are defned by ther lower and upper bounds x j,low,x j,upp, where j = 1,2,...,D. Therefore, ths knd of optmzaton s also named as bound-constraned optmzaton. Dfferental Evoluton (DE) [2], [3], [4] s a well-known evolutonary algorthm for optmzaton n contnuous and dscrete domans [5], [6]. Recently, n the lterature, t can be found that ths algorthm s hghly compettve, especally n areas, where real-parameters are needed [7], [8], [9], [10]. DE s a populaton based evolutonary algorthms. Its ntal populaton s generated at random wth a Unform dstrbuton over the entre search space. Then DE repeatedly apples mutaton, crossover, and selecton operators over the populaton to generate a next populaton. The evolutonary process stops when stoppng crtera s met and then the DE algorthm reports the best soluton found. Three control parameters are used n the orgnal DE, proposed by Storn and Prce n 1995: the amplfcaton factor of the dfference vector F, the crossover control parameter CR, and populaton sze NP. All three control parameters are fxed durng the optmzaton process n the orgnal DE algorthm. A tunng of the control parameters can be used to fnd out good values for them before the actual optmzaton process starts. A tunng process mght be tme consumng, especally, when t s performed as hand-tunng. In order to overcome the tunng problems and to mprove algorthm s performance, adaptve and self-adaptve mechansms were appled on the DE control parameters [4], [3]. In the specalzed lterature, a lot of mproved versons of DE can be found that are dealng wth the control parameters F and CR. Adaptve and/or self-adaptve technques were ntroduced n [11], [12]. Both self-adaptve technques, known also as algorthms jde and SaDE, have a great research nfluence onto DE-based algorthms. Moreover, many other mechansms have been proposed [13]. Some years ago only a few researches were related wth the thrd DE control parameter,.e., populaton sze. But more recently, works dealng wth populaton sze.e. changng populaton sze durng the evolutonary process are ncreasng [14]. They outlned that NP plays also an mportant role among control parameters n the DE. A self-adaptve jde algorthm was ntroduced n 2006[11]. jde-based algorthms were appled to solve large-scale sngle objectve optmzaton problems: CEC 2008 [15], CEC 2010 [16], CEC 2012 [17], large-scale contnuous optmzaton problems [18]. However, varous mechansms are proposed n order to changng the DE control parameters adaptvely or selfadaptvely [19], [20], [17]. Qn and Suganthan n [12] proposed Self-adaptve Dfferental Evoluton algorthm (SaDE), where the choce of a learnng strategy and the two control parameters F and CR are gradually self-adapted accordng to the learnng experence. In the specalzed lterature, usually, control parameters F and CR are changng n an adaptve or self-adaptve manner [3], [21], [4]. In ths paper, an evaluaton of our self-adaptve jdesoo algorthm s performed on the benchmark functons provded for the CEC2013 specal sesson on RPSOO [1],.e., a successor of specal Sesson on Real-Parameter Optmzaton that has been occurred on CEC2005 [22]. The DE-based algorthms presented at ths competton, lke DE [23] and L-SADE [24], were one of the more compettve among other algorthms n such prevous competton [25].

2 The structure of the paper s as follows. Secton II gves background for ths work, where an overvew of DE, a descrpton of the self-adaptve control parameters, and outlnes of our prevous algorthm are gven. Secton III presents a new varant of the algorthm, called jdesoo. In Secton IV expermental results of the jdesoo algorthm on sngle objectve benchmark functons are presented. Secton V concludes the paper wth some fnal remarks. II. BACKGROUND In ths secton, we gve some backgrounds that are needed n Secton III. A. The Dfferental Evoluton DE s a populaton-based algorthm. It uses mutaton, crossover and selecton operators to generate a next populaton from the current populaton. Let us brefly explan the orgnal DE algorthm [2]. The populaton n generaton G conssts of NP vectors: x (G) = (x (G),1,x(G),2,...,x(G),D ), = 1,2,...,NP, 1) Mutaton: A mutant vector v (G) s created by usng one of the DE mutaton strateges. The most popular s rand/1 strategy, whch can be descrbed as follows: v (G) = x (G) r 1 +F ( x (G) r 2 x (G) r 3 ). Indexes r 1,r 2, and r 3 denote random ntegers wthn the set 1,NP} and r 1 r 2 r 3. F s a mutaton scale factor wthn the range [0,2], usually less than 1. x best,g denotes the best vector n generaton G. The other useful DE strateges [3], [4] are: rand/1 : v,g = x r1,g +F( x r2,g x r3,g), best/1 : v,g = x best,g +F( x r1,g x r2,g), current to best/1 : v,g = x,g +F( x best,g x,g )+F( x r1,g x r2,g), best/2 : v,g = x best,g +F( x r1,g x r2,g)+f( x r3,g x r4,g), rand/2 : v,g = x r1,g+f( x r2,g x r3,g)+f( x r4,g x r5,g), wherethendexesr 1 r 5 representtherandomandmutually dfferent ntegers generated wthn the range 1,NP} and also dfferent from ndex. u (G) 2) Crossover: A crossover operator forms a tral vector as follows: u (G) v (G),j,j =, f rand(0,1) CR or j = j rand, x (G),j, otherwse, for = 1,2,...,NP and j = 1,2,...,D. The crossover parameter CR s wthn the range [0,1) and presents the probablty of creatng components for tral vector from a mutant vector. Index j rand 1,NP} s a randomly chosen nteger that s responsble for the tral vector contanng at least one component from the mutant vector. If the control parameters from the tral vector are out of bounds, the proposed solutons found n the lterature [2], [26] are: they are reflected nto bounds, set on bounds or used as they are (out of bounds). The selecton mechansm for a mnmzaton problem s defned as follows: x (G+1) u (G), f f( u (G) ) < f( x (G) ), =, otherwse. x (G) The DE has a greedy selecton, whle other evolutonary algorthms have a more sophstcate selecton operaton. Ftness values between the populaton vector and ts correspondng tral vector are compared n DE. Ths better vector wll survve and become a member of the populaton for the next generaton. B. Self-Adaptaton of F and CR The jde algorthm [11] uses a self-adaptng mechansm of two control parameters. Each ndvdual s extended wth control parameter values F and CR as follows: x (G) = (x (G),1,x(G),2,...,x(G),D,F(G),CR (G) ). New control parameters F (G+1) and CR (G+1) are calculated before the mutaton operator as follows [11]: F (G+1) F l +rand 1 F u, f rand 2 < τ 1, = F (G), otherwse, CR (G+1) rand 3, f rand 4 < τ 2, = CR (G), otherwse, where rand j, for j 1,2,3,4} are unform random values wthn the range [0,1]. In [11] parameters τ 1,τ 2,F l,f u are fxed to values 0.1, 0.1, 0.1, 0.9, respectvely. III. A NEW VARIANT OF THE ALGORITHM In ths secton our new algorthm jdesoo for solvng real-parameter sngle objectve optmzaton s presented. The jdesoo algorthm ncludes some good characterstcs and mechansms that are smlar to our prevous algorthms jdelsgo[17] and jdelscop [18] that were used for solvng large-scale global optmzaton (D was upto 1000). The pseudo-code of new jdesoo algorthm s presented n Algorthm 1. The dea of how to dvde a populaton nto sub-populaton s depcted n Fgure 1. The new proposed algorthm uses jde as a bass and updated t wth the followng features: Dvdng the whole populaton nto subpopulatons, Applyng a dfferent DE strategy n each subpopulaton,

3 1: pop... populaton} 2: NP... populaton sze} 3: mn... ndex of currently best ndvdual} 4: x... -th ndvdual of populaton} 5: MaxFEs... maxmum number of functon evaluatons} 6: rand(0, 1)... unformly dstrbuted random number [0, 1)} 7: Intalzaton() 8: NP = 30 9: tage = : 11: ** Generate unformly dstrbuted random populaton wthn search space **} 12: for (t = 0; t < MaxFEs; t = t+1) do 13: = t mod NP mod... modulo operaton} 14: 15: ** Perform one teraton of the jde usng one of three strateges. BIN crossover s used. **} 16: 17: f (rand(0,1) < 0.5 and < b 1 ) then 18: ** jdebest ** } 19: F l = : u =jdebest(mn, pop) 21: else 22: f ( < b 2 ) then 23: ** jdebn **} 1 NP ; F u = 1.0; CR l = 0.7; CR u = 0.9; 24: 25: F l = 0.1; F u = 1.0; CR l = 0.0; CR u = NP ; u =jdebn(, pop) 26: else 27: ** jdebnsec **} 28: 29: F l = 0.8; F u = 1.0; CR l = 0.8; CR u = NP ; r 1 = 0.7 NP+0.3 NP rand(0,1); 30: u =jdebnsec(, pop) 31: end f 32: end f 33: Bound check; f volatle then set on bound} 34: f( u) Functon evaluaton} 35: Selecton} 36: 37: ** apply agng at every tage teraton **} 38: f (t mod tage == (tage 1)) then 39: for every ndvdual test f ts age s greater tha 50 then rentalze s wth probablty 0.1} 40: end f 41: end for Algorthm 1: jdesoo algorthm Ensurng the populaton dversty durng generatons, Agng mechansm. The ntal populaton s generated at random wth a Unform dstrbuton between the lower x j,low and upper x j,upp bounds defned for each varable x j. If an ndvdual was not mproved for some generatons (we set the value for checkng ths every 1000 teratons t s approx. 33 generatons) then t s rentalzed wth probablty of 0.1. We set the value for agng to 50. Please note that every 1000 teratons the whole populaton s tested f agng crtera s fulfll. In ths paper we used three smple DE strateges DE/rand/1/best, DE/rand/1/bn, and, once agan DE/rand/1/bn, and we set b 1 = 0.1 NP and b 2 = 0.9 NP. The strateges used ther own self-adaptve control parameters F and CR. They have dfferent bound values of F l, F u, CR l, and CR u (see Algorthm 1), whch can be calculated outsde the teraton loop snce they are constant n the whole search process. The reasons of employng DE/rand/1/best, DE/rand/1/bn strateges were made based on our prevous experences and the suggeston from lterature. The best strategy has fast convergence ablty (explotaton), whle DE/rand/1/bn has good exploraton ablty. We used DE/rand/1/bn strategy two-tmes, one wth wde range of CR parameter, whle the second wth hgher value for CR and also F (CR l = 0.8, F l = 0.8).

4 TABLE I. PROPERTIES OF THE CEC 2013 BENCHMARK FUNCTIONS [1] No. Functons f = f (x ) 1 Sphere Functon Unmodal 2 Rotated Hgh Condtoned Ellptc Functon Functons 3 Rotated Bent Cgar Functon Rotated Dscus Functon Dfferent Powers Functon Rotated Rosenbrock s Functon Rotated Schaffers F7 Functon Rotated Ackley s Functon Rotated Weerstrass Functon Rotated Grewank s Functon Rastrgn s Functon -400 Basc 12 Rotated Rastrgn s Functon -300 Multmodal 13 Non-Contnuous Rotated Rastrgn s Functon -200 Functons 14 Schwefel s Functon Rotated Schwefel s Functon Rotated Katsuura Functon Lunacek B Rastrgn Functon Rotated Lunacek B Rastrgn Functon Expanded Grewank s plus Rosenbrock s Functon Expanded Scaffer s F6 Functon Composton Functon 1 (n=5, Rotated) Composton Functon 2 (n=3, Unrotated) Composton Functon 3 (n=3, Rotated) 900 Composton 24 Composton Functon 4 (n=3, Rotated) 1000 Functons 25 Composton Functon 5 (n=3, Rotated) Composton Functon 6 (n=5, Rotated) Composton Functon 7 (n=5, Rotated) Composton Functon 8 (n=5, Rotated) 1400 Search Range: [-100,100] D x 1. x b x b+1. x c x c+1. x NP strategy1 strategy2 strategy3 Fg. 1. Populaton s dvded nto more sub-populaton. Each subpopulaton uses ts DE strategy. A. Benchmark Functons IV. RESULTS The jdesoo algorthm was tested on a set of 28 benchmark functons [1]. The benchmark functons are scalable. The dmensons of benchmark functons were D = 10, D = 30, and D = 50, respectvely, and 51 runs of algorthm were needed for each functon. The optmal values are known for all benchmark functons. We used our algorthm as black-box optmzer as requred for ths specal sesson. The general features of these functons are presented n Table I. B. Expermental Results Notce, that n ths competton, error values smaller than 10 8 are taken as zero. In the experments, parameters of the jdesoo algorthm were set as follows: F was self-adaptve,

5 TABLE II. EXPERIMENTAL RESULTS WITH DIMENSION D = 10. Func. Best Worst Medan Mean Std e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e+01 CR was self-adaptve, NP was fxed durng the optmzaton process, NP nt = 30, agng was set to 50. The obtaned results (error values f( x) f( x )) are presented n Tables II, III, IV for dmensons 10, 30, and 50, respectvely. PC Confgure: System: GNU/Lnux, CPU: 2.5 GHz, RAM: 4 GB, Language: C/C++, Algorthm: jdesoo, Compler: GNU Compler (g++). TABLE V. COMPUTATIONAL COMPLEXITY D T0 T1 T2 (T2 T1)/T s s s s s s s The algorthm complexty s presented n Table V as requred n [1]. V. CONCLUSIONS The jdesoo algorthm was presented n ths paper. The performance of the algorthm was evaluated on the set of benchmark functons provded for CEC 2013 specal sesson on real-parameter sngle objectve optmzaton. The algorthm uses a relatvely small populaton sze that remaned fxed for all 28 benchmark functons and dmensons (D = 10, D = 30, D = 50). The performance of ths algorthm aganst other algorthm wll be performed by organsers of ths specal sesson. ACKNOWLEDGMENT Ths work was supported n part by the Slovenan Research Agency under program P REFERENCES [1] J. J. Lang, B.-Y. Qu, P. N. Suganthan, and A. G. Hernández- Díaz, Problem Defntons and Evaluaton Crtera for the CEC 2013 Specal Sesson and Competton on Real-Parameter Optmzaton, Computatonal Intellgence Laboratory, Zhengzhou Unversty, Zhengzhou Chna and Techncal Report, Nanyang Technologcal Unversty, Sngapore, Tech. Rep , [Onlne]. Avalable:

6 TABLE III. EXPERIMENTAL RESULTS WITH DIMENSION D = 30. Func. Best Worst Medan Mean Std e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e-04 [2] R. Storn and K. Prce, Dfferental Evoluton A Smple and Effcent Heurstc for Global Optmzaton over Contnuous Spaces, Journal of Global Optmzaton, vol. 11, pp , [3] S. Das and P. Suganthan, Dfferental evoluton: A survey of the stateof-the-art, IEEE Transactons on Evolutonary Computaton, vol. 15, no. 1, pp , [4] F. Ner and V. Trronen, Recent advances n dfferental evoluton: a survey and expermental analyss, Artfcal Intellgence Revew, vol. 33, no. 1 2, pp , [5] I. Fster and J. Brest, Usng dfferental evoluton for the graph colorng, n IEEE SSCI2011 symposum seres on computatonal ntellgence. Pscataway: IEEE, 2011, pp [6] I. Fster, M. Mernk, and B. Flpč, Graph 3-colorng wth a hybrd self-adaptve evolutonary algorthm, Computatonal Optmzaton and Applcatons, vol. 54, pp , [7] S. Amrabad, S. Kabr, R. Vakl, D. Iranshah, and M. R. Rahmpour, Dfferental Evoluton Strategy for Optmzaton of Hydrogen Producton va Couplng of Methylcyclohexane Dehydrogenaton Reacton and Methanol Synthess Process n a Thermally Coupled Double Membrane Reactor, Industral & Engneerng Chemstry Research, vol. 52, no. 4, pp , JAN [8] K. Opara and J. Arabas, Decomposton and Metaoptmzaton of Mutaton Operator n Dfferental Evoluton, n Swarm and Evolutonary Computaton, ser. Lecture Notes n Computer Scence, Rutkowsk, L and Korytkowsk, M and Scherer, R and Tadeusewcz, R and Zadeh, LA and Zurada, JM, Ed., vol. 7269, 2012, Proceedngs Paper, pp [9] R. Polakova and J. Tvrdk, A Comparson of Two Adaptaton Approaches n Dfferental Evoluton, n Swarm and Evolutonary Computaton, ser. Lecture Notes n Computer Scence, Rutkowsk, L and Korytkowsk, M and Scherer, R and Tadeusewcz, R and Zadeh, LA and Zurada, JM, Ed., vol. 7269, 2012, Proceedngs Paper, pp [10] S. M. Elsayed, R. A. Sarker, and D. L. Essam, An Improved Self- Adaptve Dfferental Evoluton Algorthm for Optmzaton Problems, IEEE Transactons on Industral Informatcs, vol. 9, no. 1, pp , FEB [11] J. Brest, S. Grener, B. Boškovć, M. Mernk, and V. Žumer, Self- Adaptng Control Parameters n Dfferental Evoluton: A Comparatve Study on Numercal Benchmark Problems, IEEE Transactons on Evolutonary Computaton, vol. 10, no. 6, pp , [12] A. K. Qn, V. L. Huang, and P. N. Suganthan, Dfferental evoluton algorthm wth strategy adaptaton for global numercal optmzaton, IEEE Transactons on Evolutonary Computaton, vol. 13, no. 2, pp , [13] M. Weber, F. Ner, and V. Trronen, Shuffle or update parallel dfferental evoluton for large-scale optmzaton, Soft Computng, vol. 15, pp , [Onlne]. Avalable: /s [14] I. Fajfar, T. Tuma, J. Puhan, J. Olensek, and A. Burmen, Towards Smaller Populatons n Dfferental Evoluton, INFORMACIJE MIDEM-JOURNAL OF MICROELECTRONICS ELECTRONIC COM- PONENTS AND MATERIALS, vol. 42, no. 3, pp , [15] J. Brest, A. Zamuda, B. Boškovć, M. S. Maučec, and V. Žumer, Hgh-dmensonal Real-parameter Optmzaton Usng Self-adaptve Dfferental Evoluton Algorthm wth Populaton Sze Reducton, n 2008 IEEE World Congress on Computatonal Intellgence. IEEE Press, 2008, pp [16] J. Brest, A. Zamuda, B. Boškovć, I. Fster, and M. S. Maučec, Large

7 TABLE IV. EXPERIMENTAL RESULTS WITH DIMENSION D = 50. Func. Best Worst Medan Mean Std e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e+03 Scale Global Optmzaton usng Self-adaptve Dfferental Evoluton Algorthm, n IEEE World Congress on Computatonal Intellgence, 2010, pp [17] J. Brest, B. Boškovć, A. Zamuda, I. Fster, and M. S. Maučec, Self- Adaptve Dfferental Evoluton Algorthm wth a Small and Varyng Populaton Sze, n 2012 IEEE World Congress on Computatonal Intellgence (IEEE WCCI 2012), Brsbane, Australa, 2012, pp [18] J. Brest and M. Maučec, Self-adaptve dfferental evoluton algorthm usng populaton sze reducton and three strateges, Soft Computng - A Fuson of Foundatons, Methodologes and Applcatons, vol. 15, no. 11, pp , [19] L.-A. Gordán-Rvera and E. Mezura-Montes, A combnaton of specalzed dfferental evoluton varants for constraned optmzaton, n Advances n Artfcal Intellgence IBERAMIA Sprnger, 2012, pp [20] A. Zamuda and J. Brest, Populaton Reducton Dfferental Evoluton wth Multple Mutaton Strateges n Real World Industry Challenges, n Swarm and Evolutonary Computaton, ser. Lecture Notes n Computer Scence, Rutkowsk, L and Korytkowsk, M and Scherer, R and Tadeusewcz, R and Zadeh, LA and Zurada, JM, Ed., vol. 7269, 2012, Proceedngs Paper, pp [21] A. W. Mohamed, H. Z. Sabry, and T. Abd-Elazz, Real parameter optmzaton by an effectve dfferental evoluton algorthm, Egyptan Informatcs Journal, no. 0, pp., [Onlne]. Avalable: [22] P. N. Suganthan, N. Hansen, J. J. Lang, K. Deb, Y.-P. Chen, A. Auger, and S. Twar, Problem Defntons and Evaluaton Crtera for the CEC 2005 Specal Sesson on Real-Parameter Optmzaton, Nanyang Technologcal Unversty, Sngapore and IIT Kanpur, Inda, Tech. Rep. # , [Onlne]. Avalable: [23] J. Rönkkönen, S. Kukkonen, and K. V. Prce, Real-Parameter Optmzaton wth Dfferental Evoluton, n The 2005 IEEE Congress on Evolutonary Computaton(CEC 2005), vol. 1. IEEE Press, Sept. 2005, pp [24] A. K. Qn and P. N. Suganthan, Self-adaptve Dfferental Evoluton Algorthm for Numercal Optmzaton, n The 2005 IEEE Congress on Evolutonary Computaton (CEC 2005), vol. 2. IEEE Press, Sept. 2005, pp [25] N. Hansen, Complaton of Results on the CEC Benchmark Functon Set, [Onlne]. Avalable: ndex\ fles/cec\-05/compareresults.pdf [26] K. V. Prce, R. M. Storn, and J. A. Lampnen, Dfferental Evoluton, A Practcal Approach to Global Optmzaton. Sprnger, 2005.

THE general problem tackled using an optimization

THE general problem tackled using an optimization Hgh-Dmensonal Real-Parameter Optmzaton usng Self-Adaptve Dfferental Evoluton Algorthm wth Populaton Sze Reducton Janez Brest, Member, IEEE, Aleš Zamuda, Student Member, IEEE, BorkoBoškovć, Student Member,

More information

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems Mult-agent system based on self-adaptve dfferental evoluton for solvng dynamc optmzaton problems Aleš Čep Faculty of Electrcal Engneerng and Computer Scence Unversty of Marbor ales.cep@um.s ABSTRACT Ths

More information

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

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

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

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow 1 Dfferental Evoluton Algorthm wth a Modfed Archvng-based Adaptve Tradeoff Model for Optmal Power Flow 2 Outlne Search Engne Constrant Handlng Technque Test Cases and Statstcal Results 3 Roots of Dfferental

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

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

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

Artificial neural network regression as a local search heuristic for ensemble strategies in differential evolution

Artificial neural network regression as a local search heuristic for ensemble strategies in differential evolution Nonlnear Dyn (2016) 84:895 914 DOI 10.1007/s11071-015-2537-8 ORIGINAL PAPER Artfcal neural network regresson as a local search heurstc for ensemble strateges n dfferental evoluton Iztok Fster Ponnuthura

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

arxiv: v3 [cs.ne] 5 Jun 2013

arxiv: v3 [cs.ne] 5 Jun 2013 A Hybrd Bat Algorthm Iztok Fster Jr., Dušan Fster, and Xn-She Yang Abstract Swarm ntellgence s a very powerful technque to be used for optmzaton purposes. In ths paper we present a new swarm ntellgence

More information

Research Article An Enhanced Differential Evolution with Elite Chaotic Local Search

Research Article An Enhanced Differential Evolution with Elite Chaotic Local Search Computatonal Intellgence and Neuroscence Volume 215, Artcle ID 583759, 11 pages http://dx.do.org/1.1155/215/583759 Research Artcle An Enhanced Dfferental Evoluton wth Elte Chaotc Local Search Zhaolu Guo,

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

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem A Hybrd Dfferental Evoluton Algorthm ame Theory for the Berth Allocaton Problem Nasser R. Sabar, Sang Yew Chong, and raham Kendall The Unversty of Nottngham Malaysa Campus, Jalan Broga, 43500 Semenyh,

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 Study on Improved Cockroach Swarm Optimization Algorithm

A Study on Improved Cockroach Swarm Optimization Algorithm A Study on Improved Cockroach Swarm Optmzaton Algorthm 1 epartment of Computer Scence and Engneerng, Huaan Vocatonal College of Informaton Technology,Huaan 223003, Chna College of Computer and Informaton,

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

A discrete differential evolution algorithm for multi-objective permutation flowshop scheduling

A discrete differential evolution algorithm for multi-objective permutation flowshop scheduling A dscrete dfferental evoluton algorthm for mult-objectve permutaton flowshop schedulng M. Baolett, A. Mlan, V. Santucc Dpartmento d Matematca e Informatca Unverstà degl Stud d Peruga Va Vanvtell, 1 Peruga,

More information

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM Internatonal Conference on Ceramcs, Bkaner, Inda Internatonal Journal of Modern Physcs: Conference Seres Vol. 22 (2013) 757 761 World Scentfc Publshng Company DOI: 10.1142/S2010194513010982 FUZZY GOAL

More information

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

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

More information

A 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

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

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

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

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

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico.

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico. Journal of Appled Research and Technology ISSN: 1665-6423 jart@aleph.cnstrum.unam.mx Centro de Cencas Aplcadas y Desarrollo Tecnológco Méxco Lu Chun-Lang; Chu Shh-Yuan; Hsu Chh-Hsu; Yen Sh-Jm Enhanced

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

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

VQ widely used in coding speech, image, and video

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

More information

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

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

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

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

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

More information

Chapter 2 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

Cooperative Micro Differential Evolution for High Dimensional Problems

Cooperative Micro Differential Evolution for High Dimensional Problems Cooperatve Mcro Dfferental Evoluton for Hgh Dmensonal Problems Konstantnos E. Parsopoulos Department of Mathematcs Unversty of Patras GR 26110 Patras, Greece kostasp@math.upatras.gr ABSTRACT Hgh dmensonal

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

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

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

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

Lecture 20: November 7

Lecture 20: November 7 0-725/36-725: Convex Optmzaton Fall 205 Lecturer: Ryan Tbshran Lecture 20: November 7 Scrbes: Varsha Chnnaobreddy, Joon Sk Km, Lngyao Zhang Note: LaTeX template courtesy of UC Berkeley EECS dept. Dsclamer:

More information

Modified Seeker Optimization Algorithm for Unconstrained Optimization Problems

Modified Seeker Optimization Algorithm for Unconstrained Optimization Problems Modfed Seeker Optmzaton Algorthm for Unconstraned Optmzaton Problems Ivona BRAJEVIC Mlan TUBA Faculty of Mathematcs Faculty of Computer Scence Unversty of Belgrade Megatrend Unversty Belgrade Studentsk

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

Week 5: Neural Networks

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

More information

Self-Adaptive Simulated Binary Crossover for Real-Parameter Optimization

Self-Adaptive Simulated Binary Crossover for Real-Parameter Optimization Self-Adaptve Smulated Bnary Crossover for Real-Parameter Optmzaton Kalyanmoy Deb Dept. of Mechancal Engneerng Indan Inst. of Tech. Kanpur Kanpur, PIN 20806, Inda deb@tk.ac.n S. Karthk Dept. of Mechancal

More information

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

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

More information

HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE

HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE Internatonal Journal of Fuzzy Logc Systems (IJFLS) Vol.2, No., February 22 HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE Amt Saraswat and Ashsh San 2 Department

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

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

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation RESEARCH ARTICLE Copyrght 2015 Amercan Scentfc Publshers All rghts reserved Prnted n the Unted States of Amerca Journal of Medcal Imagng and Health Informatcs Vol. 5, 1 5, 2015 A Novel Hybrd Bat Algorthm

More information

Problem Set 9 Solutions

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

More information

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

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

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity

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

More information

A Novel Crossover-First Differential Evolution Algorithm with Explicitly Tunable Mutation Rates for Evolutionary-Based Global Optimization

A Novel Crossover-First Differential Evolution Algorithm with Explicitly Tunable Mutation Rates for Evolutionary-Based Global Optimization A Novel Crossover-Frst Dfferental Evoluton Algorthm wth Explctly Tunable Mutaton Rates for Evolutonary-Based Global Optmzaton JASON TEO Faculty of Computng and Informatcs Unverst Malaysa Sabah Jalan UMS,

More information

A PROCEDURE FOR SIMULATING THE NONLINEAR CONDUCTION HEAT TRANSFER IN A BODY WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY.

A PROCEDURE FOR SIMULATING THE NONLINEAR CONDUCTION HEAT TRANSFER IN A BODY WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY. Proceedngs of the th Brazlan Congress of Thermal Scences and Engneerng -- ENCIT 006 Braz. Soc. of Mechancal Scences and Engneerng -- ABCM, Curtba, Brazl,- Dec. 5-8, 006 A PROCEDURE FOR SIMULATING THE NONLINEAR

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

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

Economic dispatch solution using efficient heuristic search approach

Economic dispatch solution using efficient heuristic search approach Leonardo Journal of Scences Economc dspatch soluton usng effcent heurstc search approach Samr SAYAH QUERE Laboratory, Faculty of Technology, Electrcal Engneerng Department, Ferhat Abbas Unversty, Setf

More information

A Novel Evolutionary Algorithm for Capacitor Placement in Distribution Systems

A Novel Evolutionary Algorithm for Capacitor Placement in Distribution Systems DOI.703/s40707-013-0003-x STF Journal of Engneerng Technology (JET), Vol. No. 3, Dec 013 A Novel Evolutonary Algorthm for Capactor Placement n Dstrbuton Systems J-Pyng Chou and Chung-Fu Chang Abstract

More information

Operating conditions of a mine fan under conditions of variable resistance

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

More information

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

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

18.1 Introduction and Recap

18.1 Introduction and Recap CS787: Advanced Algorthms Scrbe: Pryananda Shenoy and Shjn Kong Lecturer: Shuch Chawla Topc: Streamng Algorthmscontnued) Date: 0/26/2007 We contnue talng about streamng algorthms n ths lecture, ncludng

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

Chapter - 2. Distribution System Power Flow Analysis

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

More information

THEORY OF GENETIC ALGORITHMS WITH α-selection. André Neubauer

THEORY OF GENETIC ALGORITHMS WITH α-selection. André Neubauer THEORY OF GENETIC ALGORITHMS WITH α-selection André Neubauer Informaton Processng Systems Lab Münster Unversty of Appled Scences Stegerwaldstraße 39, D-48565 Stenfurt, Germany Emal: andre.neubauer@fh-muenster.de

More information

A new hybrid artificial bee colony algorithm for global optimization

A new hybrid artificial bee colony algorithm for global optimization IJCSI Internatonal Journal o Computer Scence Issues, Vol., Issue, No, January ISSN (Prnt): 69-78 ISSN (Onlne): 69-8 www.ijcsi.org 87 A new hybrd artcal bee colony algorthm or global optmzaton Xangyu Kong,

More information

The Synchronous 8th-Order Differential Attack on 12 Rounds of the Block Cipher HyRAL

The Synchronous 8th-Order Differential Attack on 12 Rounds of the Block Cipher HyRAL The Synchronous 8th-Order Dfferental Attack on 12 Rounds of the Block Cpher HyRAL Yasutaka Igarash, Sej Fukushma, and Tomohro Hachno Kagoshma Unversty, Kagoshma, Japan Emal: {garash, fukushma, hachno}@eee.kagoshma-u.ac.jp

More information

Conductor selection optimization in radial distribution system considering load growth using MDE algorithm

Conductor selection optimization in radial distribution system considering load growth using MDE algorithm ISSN 1 746-7233, England, UK World Journal of Modellng and Smulaton Vol. 10 (2014) No. 3, pp. 175-184 Conductor selecton optmzaton n radal dstrbuton system consderng load growth usng MDE algorthm Belal

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

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

A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM

A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM IJCMA: Vol. 6, No. 1, January-June 2012, pp. 1-19 Global Research Publcatons A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM S. Kavtha and Nrmala

More information

Min Cut, Fast Cut, Polynomial Identities

Min Cut, Fast Cut, Polynomial Identities Randomzed Algorthms, Summer 016 Mn Cut, Fast Cut, Polynomal Identtes Instructor: Thomas Kesselhem and Kurt Mehlhorn 1 Mn Cuts n Graphs Lecture (5 pages) Throughout ths secton, G = (V, E) s a mult-graph.

More information

A Fast Computer Aided Design Method for Filters

A Fast Computer Aided Design Method for Filters 2017 Asa-Pacfc Engneerng and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Fast Computer Aded Desgn Method for Flters Gang L ABSTRACT *Ths paper presents a fast computer aded desgn method

More information

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Volume 2012, Artcle ID 207318, 11 pages do:10.1155/2012/207318 Research Artcle Adaptve Parameters for a Modfed Comprehensve Learnng Partcle Swarm

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

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

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

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

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

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

On the Multicriteria Integer Network Flow Problem

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

More information

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

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

More information

Capacitor Placement In Distribution Systems Using Genetic Algorithms and Tabu Search

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

More information

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

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

Calculation of time complexity (3%)

Calculation of time complexity (3%) Problem 1. (30%) Calculaton of tme complexty (3%) Gven n ctes, usng exhaust search to see every result takes O(n!). Calculaton of tme needed to solve the problem (2%) 40 ctes:40! dfferent tours 40 add

More information

Open Access Linearization Method of Carrier Catalytic Gas Sensor Characteristics Using High-Order Polynomial

Open Access Linearization Method of Carrier Catalytic Gas Sensor Characteristics Using High-Order Polynomial Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 2015, 7, 415-420 415 Open Access Lnearzaton Method of Carrer Catalytc Gas Sensor Characterstcs Usng Hgh-Order

More information

An Extended Hybrid Genetic Algorithm for Exploring a Large Search Space

An Extended Hybrid Genetic Algorithm for Exploring a Large Search Space 2nd Internatonal Conference on Autonomous Robots and Agents Abstract An Extended Hybrd Genetc Algorthm for Explorng a Large Search Space Hong Zhang and Masum Ishkawa Graduate School of L.S.S.E., Kyushu

More information

Research Article A Novel Hybrid Self-Adaptive Bat Algorithm

Research Article A Novel Hybrid Self-Adaptive Bat Algorithm e Scentfc World Journal, Artcle I 709738, 12 pages http://dx.do.org/10.1155/2014/709738 Research Artcle A Novel Hybrd Self-Adaptve Bat Algorthm Iztok Fster Jr., 1 Smon Fong, 2 Janez Brest, 1 and Iztok

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

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

More information

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

10.34 Fall 2015 Metropolis Monte Carlo Algorithm

10.34 Fall 2015 Metropolis Monte Carlo Algorithm 10.34 Fall 2015 Metropols Monte Carlo Algorthm The Metropols Monte Carlo method s very useful for calculatng manydmensonal ntegraton. For e.g. n statstcal mechancs n order to calculate the prospertes of

More information

Fuzzy sexual selection and multi-crossover for genetic algorithm

Fuzzy sexual selection and multi-crossover for genetic algorithm Internatonal Journal o Vocatonal and Techncal Educaton Vol. (), pp. -, August 0 Avalable onlne at http://www.academcjournals.org/ijvte 0 Academc Journals Full Length Research Paper Fuzzy sexual selecton

More information

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

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

More information

An Efficient Binary Differential Evolution with Parameter Adaptation

An Efficient Binary Differential Evolution with Parameter Adaptation Internatonal Journal of Computatonal Intellence Systems, Vol. 6, No. (March, 03), 38-336 An Effcent Bnary fferental Evoluton wth Parameter Adaptaton onl Ja School of Informaton and Electronc Enneern, Hebe

More information

An Improved multiple fractal algorithm

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

More information

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

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

More information

Errors for Linear Systems

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

More information