A Self-Adaptive Chaos Particle Swarm Optimization Algorithm

Size: px
Start display at page:

Download "A Self-Adaptive Chaos Particle Swarm Optimization Algorithm"

Transcription

1 TELKOMNIKA, Vol.13, No.1, March 2015, pp. 331~340 ISSN: , accredted A by DIKTI, Decree No: 58/DIKTI/Kep/2013 DOI: /TELKOMNIKA.v A Self-Adaptve Chaos Partcle Swarm Optmzaton Algorthm Yaln Wu*, Shupng Zhang Faculty of Informaton Engneerng, Jangx Unversty of Scence and Technology, Ganzhou, Jangx, Chna *Correspondng author, e-mal: Abstract As a new evolutonary algorthm, partcle swarm optmzaton (PSO) acheves ntegrated evoluton through the nformaton between the ndvduals. All the partcles have the ablty to adjust ther own speed and remember the optmal postons they have experenced. Ths algorthm has solved many practcal engneerng problems and acheved better optmzaton effect. However, PSO can easly get trapped n local extremum, makng t fal to get the global optmal soluton and reducng ts convergence speed. To settle these defcences, ths paper has proposed an adaptve chaos partcle swarm optmzaton (ACPSO) based on the dea of chaos optmzaton after analyzng the basc prncples of PSO. Ths algorthm can mprove the populaton dversty and the ergodcty of partcle search through the property of chaos; adjust the nerta weght accordng to the premature convergence of the populaton and the ndvdual ftness; consder the global optmzaton and local optmzaton; effectvely avod premature convergence and mprove algorthm effcency. The expermental smulaton has verfed ts effectveness and superorty. Keywords: chaotc theory, partcle swarm optmzaton, self-adapton 1. Introducton PSO s a new evolutonary algorthm developed n recent years and as a novel swarm ntellgent search technque, t has attracted the attenton of a great number of researchers who have appled t n every feld actvely because of the features of smple computaton form, few parameter settng and quck search speed snce t was proposed. As a knd of evolutonary algorthm, PSO starts from a random soluton; searches the optmal solutonva teratons and t evaluates the soluton qualty through ftness, but t s smpler than the rules of genetc algorthm (GA). It doesn t have theoperatonsof crossover and mutaton of GA and t searches the global optmum by followng the current optmal value [1]. Ths knd of algorthm has drawn the attenton of the academc crcle for the advantages of ease to realze, hgh accuracy and fast convergence and t has demonstrated ts superorty n solvng practcal problems. In practcal applcatons, snce the ntalzaton of the basc PSO s random, t has certan blndness. Although the random ntalzaton can bascally guarantee the unform dstrbuton of the ntal populaton, t can t guarantee the qualty of every partcle and t may cause some partcles get far away from the optmal soluton and affect the convergence speed of the algorthm [2]. PSO can easly get trapped n local extremum and t can t have global optmal soluton. The convergence speed of PSO s qute slow. It usually takes some tme to reach the correspondng accuracy n solvng practcal problems. Sometmes t s not worthy to spend a long tme to get a feasble soluton[3]. The reason to cause ths problem s that PSO doesn t make full advantage of the nformaton from the computaton; nstead, t only uses the nformaton of global optmum and ndvdual optmum n every teraton. Besdes, the algorthm tself doesn t have an optmzaton mechansm to elmnate the bad canddate soluton so that t has a slow convergence speed [4],[5]. To solve the above-mentoned shortcomngs of basc PSO, ths paper has proposed adaptve chaos partcle swarm optmzaton (ACPSO) based on the theory of chaos optmzaton. Generally, chaos refers to a random moton state to get from a determnstc formula and t s a common phenomenon n non-lnear system. It s complcated and t has the characterstc smlar to randomness. However, the seemngly chaotc chaos change s not totally chaos, on the contrary, t has certan nherent law. ACPSO performs chaotc ntalzaton to the basc partcle swarm wth the unque ergodcty of chaos optmzaton; generates a seres of ntal soluton groups and select the ntal populaton from them, n ths way, t effectvely Receved October 18, 2014; Revsed December 21, 2014; Accepted January 10, 2015

2 332 ISSN: mproves the dversty of PSO and the ergodcty of partcle search.the nerta weght n PSO adjusts tself accordng to the ftness value of every partcle ndvdual so as to enhance ts global coarse search and local coarse search capactes and mprove ts convergence speed and accuracy. Determne the good or bad of the current partcle accordng to the ftness value and conduct chaotc operaton on some selected partcles to help nerta partcle jump out from the local soluton regon and quckly search the global optmal soluton. The last part of ths paper has verfed the effectveness and advancement of the algorthm proposed n ths paper through experment smulaton. 2. Overvew of Standard Partcle Swarm Optmzaton The ntal purpose of Doctor Ebethart and Doctor Kennedy was to establsh a model n a 2D space to schematze the moton of the brd flock. Assumng such a scenaro that a group of brds randomly search food n a regon where there s only a pece of food. However, all of the brds don t know where the food s. All they know s how far they are from the food. Then what s the optmal strategy to fnd the food? The smplest and the most effectve strategy s the search the surroundng area of the brd whch s the closest to the food. PSO s nspred from ths knd of model and t s used to settle optmzaton problems. The brd has been abstracted as the partcle wth no qualty and volume and t has been extended to N-dmensonal space where the X x, x,, x and ts flyng speed as vector poston of partcle s expressed as vector 1 2 N V ( V 1, V2,, VN). Every partcle has a ftness value determned by the objectve functon and t knows the current optmal poston p and the current poston, whch can be seen as ts own flyng experence. In addton, every partcle also knows the optmal poston p g ( p g s the optmal value of p ) all partcles n the group has found. The partcle decdes ts next moton accordng to ts own experence and the optmal experence of ts companons. For the kth teraton, every partcle n the PSO changes accordng to the formula below: v v c rand p x c rand p x k 1 k k k d d 1 d d 2 gd d x x v k1 k k1 d d d (1) (2) In Formulas (1) and (2), 1, 2,, M, M s the total partcles n the group. v k d s the dth sub-vector of the poston vector of the teraton partcle n the kth teraton. pd s thedth component of the optmal poston p of the partcle. pgd s the dth component of the optmal poston pg n the group. c 1 & c 2 are weght factors and rand() s the random functon to generate a random number wthn the range of (0,1). Formula (1) manly computes the new speed of partcle through 3 parts: the speed of partcle at a former moment; the dstance between the current poston of partcle and ts optmal poston as well as the dstance between the current poston of partcle and the optmal poston of the group. Partcle computes the coordnate of ts new poston through Formula (2). Partcle decdes ts next moton poston through Formulas (1) and (2). From the angle of socology, the frst part of Formula (1) s called memory tem, standng for the nfluence of the last speed and drecton, the second part s the self cognton tem, a vector pontng from the current pont to the optmal pont of the partcle, representng that the partcle moton comes from ts own experence and the thrd part s called group cognton tem, namely a vector from the current pont to the optmal pont of the group, reflectng the coordnaton and nformaton sharng between the partcles. Therefore, the partcle determnes ts next moton through ts own experence and the best experence of ts partners [6],[7]. In Fgure 1, the example of 2D space descrbes the prncple that the partcle moves from poston X K K 1 to X accordng to Formulas (1) and (2). TELKOMNIKA Vol. 13, No. 1, March 2015 :

3 TELKOMNIKA ISSN: Fgure 1. Schematc dagram of partcle moton w. In 1998, Sh and other people revsed Formula (1) and ntroduced nerta weght factor v wv c rand p x c rand p x k 1 k k k d d 1 d d 2 gd k (3) w, non-negatve, s called nerta factor. The bgger w s, the stronger the global optmzaton ablty s and the local optmzaton ablty s, f w s small, and t s good for local search. Intally, Sh took w as constant, but n the later experment, t can be found that the dynamc w can obtan an optmzaton result better than the fxed value. Dynamc w can change lnearly n the search process of PSO and t can also change accordng to certan measure functon dynamcally of the performance of PSO. At present, the lnearly decreasng weght strategy (LDW) proposed by Sh has been used frequently, namely k wmax wmn w wmn N k N (4) In ths formula, N s the maxmum teratons and w max & w mn are the maxmum and mnmum nerta weghts respectvely. The ntroducton of nerta weght factor can greatly mprove the performance of PSO and t can also adjust the global and local search capactes accordng to dfferent search problems, makng PSO solve many practcal problems. Formulas (2) and (3) are called standard PSO [8]. 3. Chaos Optmzaton Algorthm and Its Ergodc Property In non-lnear system, chaos s a common moton phenomenon wth such excellent characterstcs as ergodcty, randomness and regularty.chaotc moton can experence all the states n the state space wthout repetton accordng to certan rule wthn certan moton range. Even a tny change n the ntal value can cause huge changes n the post moton, whch s called the strong senstvty of the ntal value. The researches have used these features of chaos and proposed chaos optmzaton algorthm, whch can easly jump out of the local soluton regon and whch can have hgh computaton effcency [9]. The most typcal chaotc system s sought from Logstc formula and ts teratve formula s as follows: 1, 0,1,,0 1, 0,4 x n 1 S x n xn n N x 0 (5), the orbt When 4 xn n 0,1,..., N s chaotc. It can be seen from Fg.2 that the two orbt ponts close to each other n the ntal state dverge after only 3 teratons. After several A Self-Adaptve Chaos Partcle Swarm Optmzaton Algorthm (Yaln Wu)

4 334 ISSN: teratons, snce the errors of these two orbts ncrease contnuously, t s dffcult to dentfy whch state the system s n and Logstc map s totally n the chaotc state [10]. Fgure 2. The logstc map when 4 Randomly take an ntal pont x0 0,1, the orbt of Logstc map s chaotc among (0,1), that s to say, regardless of N formerly known teratve ponts, the poston of the ( N 1)th x, there s a sub-orbtx of x to make teratve pont can t be predcted. In fact, for 0 0,1 xnk x. Although the chaotc dynamc system has a complcated chaotc state, t can be found that the certan chaos has regularty and ergodcty n statstcs by observng ths system wth the perspectve of statstc. As ndcated n Fgure 3, perform 1500 teratons wth x and x as the ntal values and get two chaotc sequencesx 1n and 2n x. A dot n the fgure stands for a pont n the space wth ts coordnate as ( x 1, x 2 ). nk j n j Fgure 3. Ergodcty of logstc map From the above fgure, t s clear that chaotc varable s senstve to the ntal value, as evdenced by the fact that the chaotc trajectores of these two close ntal values n the state space are completely dfferent. Chaotc varable can experence all the states n the state space wthout repetton accordng to ts own rule. Chaotc varable s as chaotc as random varable. When 4, the total chaotc teratve formula map of Logstc moves unstably n the range of [0,1] and when t experences a long-tme dynamc moton, t wll reflect the characterstc of TELKOMNIKA Vol. 13, No. 1, March 2015 :

5 TELKOMNIKA ISSN: randomness [11],[12]. Although chaotc varable s random, wth the ntal value determned, ts chaotc varable has also been determned and the hghlghted randomness s the nherent regularty of chaotc moton. The specfc steps of chaos optmzaton algorthm can be ndcated by Fgure 4: Perform the frst carrer by usng Logstc or Tent map to produce chaos sequence Search the chaos sequence after the carrer YES Whether the frst search has acheved the set teratons or met certan error requrements Whether the small perturbaton has reached certan teratons NO YES Conduct small perturbaton search NO Whether to reach the termnaton condton of the algorthm YES Output the computaton result Fgure 4. Procedures of chaos optmzaton algorthm 4. Adaptve Chaos Partcle Swarm Optmzaton & Example Test Because PSO uses the randomly-generated partcle, t may have unsearched dead zones for multmodal functon. Snce chaos optmzaton algorthm has the excellent feature of ergodcty, ths paper ntalzes by usng chaos optmzaton n the early phase of the optmzaton of the partcle swarm and selects the ntal partcle populaton. The specfc process ncludes two parts: the 1st part s to perform global search wth the basc partcle swarm optmzaton whle the 2nd part s to mplement local search accordng to the result of PSO by usng chaos optmzaton Chaotc Local Search Chaotc local search (CLS) s manly to mprove the search performance of the partcle and avod the partcle to get trapped n local extremum. Take Logstc map as example. CLS frsts maps the partcle varable nto chaotc varable and ten transforms the chaotc varable nto partcle varable after the teraton. The basc formulas of these two transformatons are as follows: k k x xmn, xmax, xmn, (6) A Self-Adaptve Chaos Partcle Swarm Optmzaton Algorthm (Yaln Wu)

6 336 ISSN: k1 k1 mn, max, mn, x x x x x (7) Here, xmn, and x max, represent the upper and lower bounds of the th partcal k respectvely. x s the decson varable (namely the ndvdual extremum of the partcle swarm) wthn the range of xmn,, x max, whle k s the chaotc varable wth ts value n the range of (0,1). The specfc steps of CLS are as follows: k k (1) Assume that k 0 and transform x nto through Formula (6). (2) Accordng to the current k, determne the chaotc varable k 1 of the next teraton. (3) Accordng to Formula (7), transform k 1 nto the decson varable x k 1. k 1 (4) Evaluate the new x. (5) If the new soluton s superor to the optmal soluton before the local search of the partcle swarm or t reaches the preset maxmum teratons, output the soluton whch s found from chaotc local search; otherwse, make k k 1 and return to Step (2) [13],[14] The Steps and Procedures of Adaptve Partcle Swarm Optmzaton By ntegratng the search process of the two phases of chaos partcle swarm optmzaton, the overall search steps of ths algorthm are as follows: (1) Set the sze of the partcle populaton N and the maxmum number of teratons and ntalze the poston and speed of the partcle randomly wthn the feasble value range. (2) Evaluate the ftness of every partcle; set the objectve ftness value of the 1st partcle as the global optmal value and ts ntal poston s ts own ndvdual extremum value. (3) Update the partcle speed and poston accordng to Formulas (2) and (3). (4) Evaluate the partcle ftness; compare the partcle ftness value wth the prevous value and update the superor objectve functon ftness value as the current ndvdual extremum value; compare the current optmal partcle ftness wth the prevous and update the superor objectve ftness value as the current global optmal value. (5) Keep the former N/5 partcles of the populaton. (6) Update these partcle postons by usng chaos local search and the CLS results. If t meets the termnaton standard, output the currently optmal soluton. (7) Narrow down the search space and randomly generate 4N/5 new partcles n the narrowed search space. (8) Form a new populaton wth the partcles through CLS update and the new partcles of 4N/5. (9) Make k k 1 and return to Step (3) Algorthm Testng & Result Analyss Ths paper has used four classcal testng functons n the experments so as to test the performance of ACPSO and t also compares the testng result of ACPSO wth those of DE and PSO. In order to nvestgate the algorthm expandablty, the varable dmensons for every functon to be used n the testng are 20 dmensons. In the experment, operates every crcumstance 30 tmes and seek the mean optmal value as the bass of performance comparson. The parameters selecton n these experments are for PSO and ACPSO, w reduces from 0.8 to 0.3 wth the evolutonary algebra, the scalng factor and crossover factor of DE are 0.5 and 0.9 respectvely. (1) Functon f 1 (Grewank Functon) TELKOMNIKA Vol. 13, No. 1, March 2015 :

7 TELKOMNIKA ISSN: n n 1 2 x f x x cos 1, x mn f x* f 0, 0, 0 0 Grewank functon reaches ts global mnmal pont when x 0 and t reaches the local mnmal ponts when x k, 1,2,, n, k 1,2,, n. The computaton results of these algorthms are demonstrated n Table 1. Table 1. The Mean Ftness Value for Grewank Functon Algorthm PSO DE ACPSO Varable Dmenson n=20 n=20 n=20 Mean Optmal Value When the varable dmenson n 20, the changng curve of the mean ftness value for Grewank functon wth the teratons s as ndcated n Fgure 5. Fgure 5. Iteratons on Grewank functon (2) Functon f 2 (Rastrgrn Functon) n 2 f x x 10 cos 2 x 10, x mn f x* f 0,0,,0 0 As a multmodal functon, Rastrgrn functon reaches the global mnmal pont when S x 5.12,5.12, 1,2,, n. See x 0.There are about 10n local mnmal ponts wthn the computaton results of these algorthms n Table 2. Table 2. The Mean Ftness Value for Rastrgrn Functon Algorthm PSO DE ACPSO Varable Dmenson n=20 n=20 n=20 Mean Optmal Value A Self-Adaptve Chaos Partcle Swarm Optmzaton Algorthm (Yaln Wu)

8 338 ISSN: When the varable dmenson n 20, the changng curve of the mean ftness value for Rastrgrn functon wth the teratons s as ndcated n Fgure 6. Fgure 6. Iteratons on Rastrgrn functon (3) Functon f 3 (Ackley Functon) n 1 n 2 1 f x 20exp 0.2 x exp cos2 x 20 e, x 32 n 1 n 1 mn f x* f 0, 0, 0 0 Ackley functon reaches the global mnmal pont when x 0. The computaton results of these algorthms are shown n Table 3. Table 3. The Mean Ftness Value for Ackley Functon Algorthm PSO DE ACPSO Varable Dmenson n=20 n=20 n=20 Mean Optmal Value When the varable dmenson n 20, the changng curve of the mean ftness value for Ackley functon wth the teratons s as ndcated n Fgure 7. Fgure 7. Iteratons on Ackley functon TELKOMNIKA Vol. 13, No. 1, March 2015 :

9 TELKOMNIKA ISSN: (4) Functon f 4 (Rosenbrock Functon) n f x 100 x x x 1, x 50 mn f x* f 1,1, 1 0 Rosenbrock s a non-convex pathologcal quadratc functon and ts mnmal pont s easy to fnd, but t s greatly dffcult to converge to global mnmum. The computaton results of the several algorthms can be seen n Table 4. Table 4. The Mean Ftness Value for Rosenbrock Functon Algorthm PSO DE ACPSO Varable Dmenson n=20 n=20 n=20 Mean Optmal Value e-3 When the varable dmenson n 20, the changng curve of the mean ftness value for Rosenbrock functon wth the teratons s as ndcated n Fgure 8. Fgure 8. Iteratons on Rosenbrock functon It can be seen from the above expermental test that ACPSO s superor to PSO and DE n all test functon performance. It not only has fast convergence speed, but also has strong global search ablty. In the four testng functons, the mean optmal ftness of ACPSO s the mnmum, therefore, t has hgher accuracy and stablty than PSO and DE and ts advantage s more obvous n the cases of hgher dmensons and relatvely sharp functon value changes whle the effect of PSO falls sgnfcantly. From the mean expermental result, t s clear that the mean ftness and standard devaton of DE are bg, therefore, ths algorthm has bgger fluctuatons, the bgger the dmensons, the more unstable t s. It can be seen from the above expermental result that ACPSO s a sutable tool to solve the global optmzaton problems of complcated functons. For the hgh-dmensonal and mult-extreme-pont functons, the global mnmum of certan accuracy can be obtaned at fewer computaton cost. 5. Concluson Ths paper has analyzed the consttuton and optmzaton prncple of partcle swarm optmzaton and t has ponted out that the basc partcle swarm optmzaton can easly get trapped n local optmal soluton n the optmum teraton and that ts convergence speed s very A Self-Adaptve Chaos Partcle Swarm Optmzaton Algorthm (Yaln Wu)

10 340 ISSN: slow n the late stage snce t generates the partcles representng varable value randomly. Therefore, ths paper ntegrates chaos optmzaton algorthm n the partcle swarm optmzaton and proposes adaptve partcle swarm optmzaton to solve objectve optmzaton problems. Ths algorthms uses the chaos prncple, enhances the dversty of varable value; computes the correspondng ftness value to every partcle, namely the objectve functon value of the problem, through partcle swarm optmzaton; selects varable value to perform chaos optmzaton accordng to ts value n order to help the varable to jump out from the local extremal regon and self-adaptvely adjusts ts nerta weght coeffcent accordng to the objectve functon value of the problem to mprove the global and local search capactes of the algorthm. References [1] Masoud JS, Ramn V, Mehrdad B, Hassan S, Ara A. Applcaton of Partcle Swarm Optmzaton n Chaos Synchronzaton n Nosy Envronment n Presence of Unknown Parameter Uncertanty. Communcatons n Nonlnear Scence and Numercal Smulaton. 2012; 17(2): [2] Amr HG, Gun JY, Xn SY, Samak T. Chaos-enhanced Accelerated Partcle Swarm Optmzaton. Communcatons n Nonlnear Scence and Numercal Smulaton. 2013; 18(2): [3] We ZR, Jng C. A Chaos Partcle Swarm Optmzaton Rangng Correcton Locaton n Complex Envronment. The Journal of Chna Unverstes of Posts and Telecommuncatons. 2012; 19(1): 1-5. [4] Na D, Chun HW, Wa HI, Zeng QC, Ka LY. Chaotc Speces Based Partcle Swarm Optmzaton Algorthms and Its Applcaton n PCB Components Detecton. Expert Systems wth Applcatons. 2012; 39(15): [5] Shjun Z, Tng J. A Novel Partcle Swarm Optmzaton Traned Support Vector Machne for Automatc Sense-through-folage Target Recognton System. Knowledge-Based Systems. 2014; 65: [6] MR Tanweer, S Suresh, N Sundararajan. Self Regulatng Partcle Swarm Optmzaton Algorthm. Informaton Scences. 2015; 294(10): [7] Oguz ET, Mert ST, Mustafa TC. Chaotc Quantum Behaved Partcle Swarm Optmzaton Algorthm for Solvng Nonlnear System of Equatons. Computers & Mathematcs wth Applcatons. 2014; 68(4): [8] Kej T, TakeruIbuk, Tetsuzo T. A Chaotc Partcle Swarm Optmzaton Explotng A Vrtual Quartc Objectve Functon Based on The Personal and Global Best Solutons. Appled Mathematcs and Computaton. 2013; 219(17): [9] Yaoyao H, Qfa X, Shanln Y, L L. Reservor Flood Control Operaton Based on Chaotc Partcle Swarm Optmzaton Algorthm. Appled Mathematcal Modellng. 2014; 38(17): [10] Shen X, Lu J, Lu Y. A New Partcle Swarm Optmzaton Soluton to Power Flow Regulaton for Unsolvable Case. Energy Proceda. 2012; 14: [11] We FG, San YL, Lng LH. Partcle Swarm Optmzaton wth Chaotc Opposton-based Populaton Intalzaton and Stochastc Search Technque. Communcatons n Nonlnear Scence and Numercal Smulaton. 2012; 17(11): [12] Humn J, CK Kwong, Zengqang C, YC Ysm. Chaos Partcle Swarm Optmzaton and Fuzzy Modelng Approaches to Constraned Predctve Control. Expert Systems wth Applcatons. 2012; 39(1): [13] Omd MN, Anvar B, Para J. Dynamc Dversty Enhancement n Partcle Swarm Optmzaton (DDEPSO) Algorthm for Preventng from Premature Convergence. Proceda Computer Scence. 2013; 24: [14] Mehd S, Hassan S, Ara A. Mnmum Entropy Control of Chaos Va Onlne Partcle Swarm Optmzaton Method. Appled Mathematcal Modellng. 2012; 36(8): TELKOMNIKA Vol. 13, No. 1, March 2015 :

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

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

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

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

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

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

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA IOSR Journal of Computer Engneerng (IOSR-JCE e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. III (Jan.-Feb. 2017, PP 08-13 www.osrjournals.org Mult-Robot Formaton Control Based on Leader-Follower

More information

Some modelling aspects for the Matlab implementation of MMA

Some modelling aspects for the Matlab implementation of MMA Some modellng aspects for the Matlab mplementaton of MMA Krster Svanberg krlle@math.kth.se Optmzaton and Systems Theory Department of Mathematcs KTH, SE 10044 Stockholm September 2004 1. Consdered optmzaton

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

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 Network Intrusion Detection Method Based on Improved K-means Algorithm

A Network Intrusion Detection Method Based on Improved K-means Algorithm Advanced Scence and Technology Letters, pp.429-433 http://dx.do.org/10.14257/astl.2014.53.89 A Network Intruson Detecton Method Based on Improved K-means Algorthm Meng Gao 1,1, Nhong Wang 1, 1 Informaton

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

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

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

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

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

Power law and dimension of the maximum value for belief distribution with the max Deng entropy

Power law and dimension of the maximum value for belief distribution with the max Deng entropy Power law and dmenson of the maxmum value for belef dstrbuton wth the max Deng entropy Bngy Kang a, a College of Informaton Engneerng, Northwest A&F Unversty, Yanglng, Shaanx, 712100, Chna. Abstract Deng

More information

APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS

APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS Journal of Theoretcal and Appled Informaton Technology 005-01 JATIT & LLS. All rghts reserved. ISSN: 199-8645 www.jatt.org E-ISSN: 1817-3195 APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM

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

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

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

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

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

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

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

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

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

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

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish Send Orders for Reprnts to reprnts@benthamscence.ae 1122 The Open Automaton and Control Systems Journal, 2014, 6, 1122-1131 Open Access A Varable Neghborhood Partcle Swarm Algorthm Based on the Vsual of

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

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

Chapter 2 A Class of Robust Solution for Linear Bilevel Programming

Chapter 2 A Class of Robust Solution for Linear Bilevel Programming Chapter 2 A Class of Robust Soluton for Lnear Blevel Programmng Bo Lu, Bo L and Yan L Abstract Under the way of the centralzed decson-makng, the lnear b-level programmng (BLP) whose coeffcents are supposed

More information

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI 2017 2nd Internatonal Conference on Electrcal and Electroncs: echnques and Applcatons (EEA 2017) ISBN: 978-1-60595-416-5 Study on Actve Mcro-vbraton Isolaton System wth Lnear Motor Actuator Gong-yu PAN,

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

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

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure IJCSI Internatonal Journal of Computer Scence Issues Vol. 10 Issue 1 No January 013 ISSN (Prnt): 1694-0784 ISSN (Onlne): 1694-0814 www.ijcsi.org 53 An Improved Partcle Swarm Optmzaton Algorthm based on

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

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

Difference Equations

Difference Equations Dfference Equatons c Jan Vrbk 1 Bascs Suppose a sequence of numbers, say a 0,a 1,a,a 3,... s defned by a certan general relatonshp between, say, three consecutve values of the sequence, e.g. a + +3a +1

More information

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

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

A Multi-modulus Blind Equalization Algorithm Based on Memetic Algorithm Guo Yecai 1, 2, a, Wu Xing 1, Zhang Miaoqing 1

A Multi-modulus Blind Equalization Algorithm Based on Memetic Algorithm Guo Yecai 1, 2, a, Wu Xing 1, Zhang Miaoqing 1 Internatonal Conference on Materals Engneerng and Informaton Technology Applcatons (MEITA 1) A Mult-modulus Blnd Equalzaton Algorthm Based on Memetc Algorthm Guo Yeca 1,, a, Wu Xng 1, Zhang Maoqng 1 1

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

The equation of motion of a dynamical system is given by a set of differential equations. That is (1)

The equation of motion of a dynamical system is given by a set of differential equations. That is (1) Dynamcal Systems Many engneerng and natural systems are dynamcal systems. For example a pendulum s a dynamcal system. State l The state of the dynamcal system specfes t condtons. For a pendulum n the absence

More information

Boostrapaggregating (Bagging)

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

More information

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

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

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

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

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

Tensor Smooth Length for SPH Modelling of High Speed Impact

Tensor Smooth Length for SPH Modelling of High Speed Impact Tensor Smooth Length for SPH Modellng of Hgh Speed Impact Roman Cherepanov and Alexander Gerasmov Insttute of Appled mathematcs and mechancs, Tomsk State Unversty 634050, Lenna av. 36, Tomsk, Russa RCherepanov82@gmal.com,Ger@npmm.tsu.ru

More information

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

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

More information

Scroll Generation with Inductorless Chua s Circuit and Wien Bridge Oscillator

Scroll Generation with Inductorless Chua s Circuit and Wien Bridge Oscillator Latest Trends on Crcuts, Systems and Sgnals Scroll Generaton wth Inductorless Chua s Crcut and Wen Brdge Oscllator Watcharn Jantanate, Peter A. Chayasena, and Sarawut Sutorn * Abstract An nductorless Chua

More information

Errors in Nobel Prize for Physics (7) Improper Schrodinger Equation and Dirac Equation

Errors in Nobel Prize for Physics (7) Improper Schrodinger Equation and Dirac Equation Errors n Nobel Prze for Physcs (7) Improper Schrodnger Equaton and Drac Equaton u Yuhua (CNOOC Research Insttute, E-mal:fuyh945@sna.com) Abstract: One of the reasons for 933 Nobel Prze for physcs s for

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

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

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

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015)

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) Internatonal Power, Electroncs and Materals Engneerng Conference (IPEMEC 2015) Dynamc Model of Wnd Speed Dstrbuton n Wnd Farm Consderng the Impact of Wnd Drecton and Interference Effects Zhe Dong 1, a,

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

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

Irregular vibrations in multi-mass discrete-continuous systems torsionally deformed

Irregular vibrations in multi-mass discrete-continuous systems torsionally deformed (2) 4 48 Irregular vbratons n mult-mass dscrete-contnuous systems torsonally deformed Abstract In the paper rregular vbratons of dscrete-contnuous systems consstng of an arbtrary number rgd bodes connected

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

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

Fuzzy Boundaries of Sample Selection Model

Fuzzy Boundaries of Sample Selection Model Proceedngs of the 9th WSES Internatonal Conference on ppled Mathematcs, Istanbul, Turkey, May 7-9, 006 (pp309-34) Fuzzy Boundares of Sample Selecton Model L. MUHMD SFIIH, NTON BDULBSH KMIL, M. T. BU OSMN

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

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD 90 CHAPTER 7 STOCHASTIC ECOOMIC EMISSIO DISPATCH-MODELED USIG WEIGHTIG METHOD 7.1 ITRODUCTIO early 70% of electrc power produced n the world s by means of thermal plants. Thermal power statons are the

More information

Wavelet chaotic neural networks and their application to continuous function optimization

Wavelet chaotic neural networks and their application to continuous function optimization Vol., No.3, 04-09 (009) do:0.436/ns.009.307 Natural Scence Wavelet chaotc neural networks and ther applcaton to contnuous functon optmzaton Ja-Ha Zhang, Yao-Qun Xu College of Electrcal and Automatc Engneerng,

More information

A destination swap scheme for multi-agent system with agent-robots in region search problems

A destination swap scheme for multi-agent system with agent-robots in region search problems A destnaton swap scheme for mult-agent system wth agent-robots n regon search problems Zongln Ye, Shuo Yang, Shuo Zhu, Yazhe Tang, Hu Cao, and Yanbn Zhang ABSTRACT As the mult-agent robots can share nformaton

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

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

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl RECURSIVE SPLINE INTERPOLATION METHOD FOR REAL TIME ENGINE CONTROL APPLICATIONS A. Stotsky Volvo Car Corporaton Engne Desgn and Development Dept. 97542, HA1N, SE- 405 31 Gothenburg Sweden. Emal: astotsky@volvocars.com

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

Consistency & Convergence

Consistency & Convergence /9/007 CHE 374 Computatonal Methods n Engneerng Ordnary Dfferental Equatons Consstency, Convergence, Stablty, Stffness and Adaptve and Implct Methods ODE s n MATLAB, etc Consstency & Convergence Consstency

More information

Study on Non-Linear Dynamic Characteristic of Vehicle. Suspension Rubber Component

Study on Non-Linear Dynamic Characteristic of Vehicle. Suspension Rubber Component Study on Non-Lnear Dynamc Characterstc of Vehcle Suspenson Rubber Component Zhan Wenzhang Ln Y Sh GuobaoJln Unversty of TechnologyChangchun, Chna Wang Lgong (MDI, Chna [Abstract] The dynamc characterstc

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

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 9: Statistical Inference and the Relationship between Two Variables

Chapter 9: Statistical Inference and the Relationship between Two Variables Chapter 9: Statstcal Inference and the Relatonshp between Two Varables Key Words The Regresson Model The Sample Regresson Equaton The Pearson Correlaton Coeffcent Learnng Outcomes After studyng ths chapter,

More information

CIS526: Machine Learning Lecture 3 (Sept 16, 2003) Linear Regression. Preparation help: Xiaoying Huang. x 1 θ 1 output... θ M x M

CIS526: Machine Learning Lecture 3 (Sept 16, 2003) Linear Regression. Preparation help: Xiaoying Huang. x 1 θ 1 output... θ M x M CIS56: achne Learnng Lecture 3 (Sept 6, 003) Preparaton help: Xaoyng Huang Lnear Regresson Lnear regresson can be represented by a functonal form: f(; θ) = θ 0 0 +θ + + θ = θ = 0 ote: 0 s a dummy attrbute

More information

Clock-Gating and Its Application to Low Power Design of Sequential Circuits

Clock-Gating and Its Application to Low Power Design of Sequential Circuits Clock-Gatng and Its Applcaton to Low Power Desgn of Sequental Crcuts ng WU Department of Electrcal Engneerng-Systems, Unversty of Southern Calforna Los Angeles, CA 989, USA, Phone: (23)74-448 Massoud PEDRAM

More information

Markov Chain Monte Carlo (MCMC), Gibbs Sampling, Metropolis Algorithms, and Simulated Annealing Bioinformatics Course Supplement

Markov Chain Monte Carlo (MCMC), Gibbs Sampling, Metropolis Algorithms, and Simulated Annealing Bioinformatics Course Supplement Markov Chan Monte Carlo MCMC, Gbbs Samplng, Metropols Algorthms, and Smulated Annealng 2001 Bonformatcs Course Supplement SNU Bontellgence Lab http://bsnuackr/ Outlne! Markov Chan Monte Carlo MCMC! Metropols-Hastngs

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

Unscented Particle Filtering Algorithm for Optical-Fiber Sensing Intrusion Localization Based on Particle Swarm Optimization

Unscented Particle Filtering Algorithm for Optical-Fiber Sensing Intrusion Localization Based on Particle Swarm Optimization TELKOMNIKA, Vol13, No1, March 015, pp 349~356 ISSN: 1693-6930, accredted A by DIKTI, Decree No: 58/DIKTI/Kep/013 DOI: 10198/TELKOMNIKAv13117 349 Unscented Partcle Flterng Algorthm for Optcal-Fber Sensng

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

Note 10. Modeling and Simulation of Dynamic Systems

Note 10. Modeling and Simulation of Dynamic Systems Lecture Notes of ME 475: Introducton to Mechatroncs Note 0 Modelng and Smulaton of Dynamc Systems Department of Mechancal Engneerng, Unversty Of Saskatchewan, 57 Campus Drve, Saskatoon, SK S7N 5A9, Canada

More information

Some Comments on Accelerating Convergence of Iterative Sequences Using Direct Inversion of the Iterative Subspace (DIIS)

Some Comments on Accelerating Convergence of Iterative Sequences Using Direct Inversion of the Iterative Subspace (DIIS) Some Comments on Acceleratng Convergence of Iteratve Sequences Usng Drect Inverson of the Iteratve Subspace (DIIS) C. Davd Sherrll School of Chemstry and Bochemstry Georga Insttute of Technology May 1998

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 014, 6(5):1683-1688 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Multple mode control based on VAV ar condtonng system

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

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

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

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

Image Processing for Bubble Detection in Microfluidics

Image Processing for Bubble Detection in Microfluidics Image Processng for Bubble Detecton n Mcrofludcs Introducton Chen Fang Mechancal Engneerng Department Stanford Unverst Startng from recentl ears, mcrofludcs devces have been wdel used to buld the bomedcal

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

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

Orientation Model of Elite Education and Mass Education

Orientation Model of Elite Education and Mass Education Proceedngs of the 8th Internatonal Conference on Innovaton & Management 723 Orentaton Model of Elte Educaton and Mass Educaton Ye Peng Huanggang Normal Unversty, Huanggang, P.R.Chna, 438 (E-mal: yepeng@hgnc.edu.cn)

More information

Optimal Placement of Unified Power Flow Controllers : An Approach to Maximize the Loadability of Transmission Lines

Optimal Placement of Unified Power Flow Controllers : An Approach to Maximize the Loadability of Transmission Lines S. T. Jaya Chrsta Research scholar at Thagarajar College of Engneerng, Madura. Senor Lecturer, Department of Electrcal and Electroncs Engneerng, Mepco Schlenk Engneerng College, Svakas 626 005, Taml Nadu,

More information

High resolution entropy stable scheme for shallow water equations

High resolution entropy stable scheme for shallow water equations Internatonal Symposum on Computers & Informatcs (ISCI 05) Hgh resoluton entropy stable scheme for shallow water equatons Xaohan Cheng,a, Yufeng Ne,b, Department of Appled Mathematcs, Northwestern Polytechncal

More information

RBF Neural Network Model Training by Unscented Kalman Filter and Its Application in Mechanical Fault Diagnosis

RBF Neural Network Model Training by Unscented Kalman Filter and Its Application in Mechanical Fault Diagnosis Appled Mechancs and Materals Submtted: 24-6-2 ISSN: 662-7482, Vols. 62-65, pp 2383-2386 Accepted: 24-6- do:.428/www.scentfc.net/amm.62-65.2383 Onlne: 24-8- 24 rans ech Publcatons, Swtzerland RBF Neural

More information

Chapter 13: Multiple Regression

Chapter 13: Multiple Regression Chapter 13: Multple Regresson 13.1 Developng the multple-regresson Model The general model can be descrbed as: It smplfes for two ndependent varables: The sample ft parameter b 0, b 1, and b are used to

More information