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

Size: px
Start display at page:

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

Transcription

1 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 for the Multlevel Thresholdng Medcal Image Segmentaton Yongquan Zhou 1 2, Langlang L 1, and Mngzh Ma 1 1 College of Informaton Scence and Engneerng, Guangx Unversty for Natonaltes, Nannng , Chna 2 Guangx Hgh School Key Laboratory of Complex System and Computatonal Intellgence, Nannng , Chna In ths paper, a novel hybrd bat algorthm usng Otsu s method for multlevel thresholdng medcal mage segmentaton optmzaton s proposed. We use the modfed random localzaton strategy to mprove the bats exploratory abltes and ncrease search effcency and convergence speed. The proposed algorthm s used to fnd the optmal thresholds by maxmzng Otsu s objectve functon, and ts performance was tested two medcal mages. The expermental results show that the proposed algorthm provdes better solutons and hgher computaton accuracy. Keywords: Bat Algorthm, Otsu s Method, Hybrd Bat Algorthm, Multlevel Thresholdng, Medcal Image Segmentaton. 1. INTRODUCTION Generally speakng, mage segmentaton dvdes the mage nto related sectons consstng of mage pxels wth related data feature values. The problem of multlevel thresholdng s regarded as an mportant area of research. Thresholdng technques can be classfed nto two categores: b-level and mult-level. B-level thresholdng means that the mage s segmented nto two classes: the object of the nterest and the background. Mult-level thresholdng means that there are multple threshold values that are selected to slt the mage. In ths paper, mult-level thresholdng s consdered. Among the global thresholdng technques, Otsu s method 1 s one of the best selecton methods to maxmze the between class varances of the hstogram. It s smple and effectve for b-level thresholdng problems. However, when Otsu s method s extended to multlevel thresholdng problems, ts effcency becomes very low; computatonal complexty ncreases exponentally due to ts exhaustve search to optmze the objectve functon. To mprove mage segmentaton accuracy, many methods have been proposed to optmze multlevel thresholdng problems, ncludng conventonal methods and ntellgent methods. In partcular, swarm ntellgent algorthms such as dfferental evoluton (DE), 2 partcle swarm optmzaton (PSO), 3 ant colony optmzaton (ACO), 4 bacteral foragng (BF), 5 artfcal bee colones (ABC), 6 Cuckoo Search (CS), Frefly Algorthm, 7 and artfcal mmune system optmzaton 8 have been used n multlevel thresholdng. Frst presented by Yang n 2010, 9 the bat algorthm (BA) s a metaheurstc search algorthm that was nspred Author to whom correspondence should be addressed. by the echolocaton behavor of the bats wth varyng pulse rates of emsson and loudness. The BA s easy to mplement, so t has devleoped much n recent years. Many hybrd approaches have been proposed TheBAsalsousedtosolvemanyreal-world optmzaton problems In ths paper, a novel hybrd bat algorthm usng Otsu s method for multlevel thresholdng medcal mage segmentaton optmzaton s proposed. We use the modfed random localzaton (MRL) 19 strategy, whch allows bats to cover the whole search space, mprovng the exploratory ablty of the bats and ncreasng search effcency and convergence speed. The proposed algorthm s used to fnd the optmal thresholds by maxmzng Otsu s objectve functon, and ts performance has been tested by medcal mage segmentaton. The expermental results show that the proposed algorthm provdes better solutons and hgher computaton accuracy. 2. OTSU s METHOD Otsu s a basc mage segmentaton method that s wdely popular wth researchers. Assumng that the gven mage s presented n L gray levels 0 1 L 1, the number of pxels at level s denoted by n, and the total number of pxels s denoted by N = n 1 + n 2 + +n L. The probablty of gray level s denoted by: p = n N p 0 L 1 p = 1 (1) In the b-level thresholdng method, the pxels of the mage are dvded nto two classes: C 1 wth gray levels 0 1 t and C 2 =0 J. Med. Imagng Health Inf. Vol. 5, No. 8, /2015/5/001/005 do: /jmh

2 RESEARCH ARTICLE J. Med. Imagng Health Inf. 5, 1 5, 2015 wth gray levels t + 1 L 1 by the threshold t. The gray level probablty dstrbutons for the two classes are gven as: w 1 = t p and w 2 = =0 The means of C 1 and C 2 are: u 1 = t =0 p w 1 u 1 = L 1 =t+1 The total mean of gray levels s denoted by u T : The class varances are: 2 1 = t =0 u 1 2 p w = The wthn-class varance s: The between-class varance s: p (2) L 1 =t+1 p w 2 (3) u T = w 1 u 1 + w 2 u 2 (4) L 1 =t+1 u 2 2 p w 2 (5) N 2 w = w k 2 k (6) k=1 2 B = w 1 u 1 u T 2 + w 2 u 2 u T 2 (7) The total varance for grey levels s: 2 T = 2 w + 2 B (8) Otsu s method chooses the optmal threshold t by maxmzng the between-class varance, whch s equvalent to mnmzng the wthn-class varance, snce the total varance (the sum of the wthn-class varance and the between-class varance) s constant for dfferent parttons. The objectve functon obtaned by Otsu s method s: t = arg max 1 t L 2 B t = arg mn 1 t L 2 B t (9) 3. BASIC BAT ALGORITHM 3.1. The Velocty and Poston Updatng of the Bat Assume that the bat populaton s random, and the dmenson of search space s set at n, the poston of the bat at tme t s x t, and the velocty s v t. Therefore, the poston xt+1 and velocty at tme t + 1 are updated by the followng formula: f t = f mn + f max f mn (10) = v t + xt best f t (11) x t+1 = x t + vt+1 (12) where f represents the pulse frequency emtted by bat at the current moment. f max and f mn represent the maxmum and mnmum values of pulse frequency, respectvely. s a random number n 0 1, andbest represents the current global optmal values. We select a bat from the bat populaton randomly and update the correspondng poston of the bat accordng to formula (13). Ths random walk can be understood as a process of local search strategy, whch produces a new soluton by the chosen soluton. x new = x old + A t (13) where, x old represents a random soluton selected from the current optmal soluton, A t s the loudness, s a random vector, and ts arrays are random values n Loudness and Pulse Emsson Usually, at the begnnng of the search, loudness s strong and pulse emsson s small. When a bat has found ts prey, loudness decreases whle pulse emsson gradually ncreases. Loudness A and pulse emsson r are updated accordng to formulas (14) and (15): r t+1 = r 0 1 exp t (14) A t+1 = A t (15) where both 0 < <1and >0 are constants. A = 0 means that the bat has just found ts prey and temporarly stops emttng any sound. It s not hard to fnd optmzaton values that when t, we can get A t 0andr t = r Basc Bat Algorthm The steps of the basc bat algorthm as follow: 9 Step 1: Intalze the basc parameters: the attenuaton coeffcent of loudness, the ncreasng coeffcent of pulse emsson, the maxmum loudness A 0 and mnmum pulse emsson r 0,andthe maxmum number of teratons Maxgen; Step 2: Defne pulse frequency f f mn f max ; Step 3: Intalze the bat populaton x and v; Step 4: Enter the man loop. If rand <r, update the velocty and current poston of the bat accordng to formulas (14) and (15). Otherwse, make a random dsturbance for the poston of the bat,andgotostep5; Step 5: If rand <A and F x <F x, accept the new solutons, and fly to the new poston; Step 6: If F x <F mn, replace the best bat, and adjust the loudness and pulse emsson accordng to formulas (10) and (11); Step 7: Evaluate the bat populaton, and fnd out the best bat and ts poston; Step 8: If the termnaton condton s met (.e., reached the maxmum number of teratons or satsfed the search accuracy), Table I. Objectve functon values and optmal threshold values obtaned by Otsu method. PSO + Otsu BA + Otsu HMRLBA + Otsu Images Methods Mean Std Mean Std Mean Std Lung 1-level e e e e e e 12 2-level e e e e e e 12 3-level e e e e e e 01 Plls 1-level e e e e e e 13 2-level e e e e e e 12 3-level e e e e e e

3 J. Med. Imagng Health Inf. 5, 1 5, 2015 RESEARCH ARTICLE Table II. The objectve values obtaned by dfferent methods. 1t 2t 3t Images Threshold Value Threshold Value Threshold Value Lung e+03 47, e+03 39, e+03 Plls e , e , e+06 go to step 9; otherwse, go to step 4, and execute the next search. Step 9: Output the best ftness values and global optmal soluton. Where rand s a unform dstrbuton n MODIFIED RANDOM LOCALIZATION BAT ALGORITHM (MRLBA) In ths secton, a modfed verson of the BA based on the Modfed Random Localzaton (MRL) strategy 19 s proposed to mprove the performance of the BA Modfed Random Localzaton (MRL) Strategy Frstly, accordng to the ftness value, the ntal populatons are sorted, and dvded t nto three regons: R-I, R-II, and R-III. Where, R-I represents the regon havng the elte ndvduals, R-II represents the set of medan ndvduals, and R-III represents the remanng ndvduals. Select from three ndvduals R-I, R-II, and R-III, respectvely. The MRL strategy can be cover the maxmum of the search space and the exploratory ablty s mproved. The sze of parameters are taken as popsze %, popsze %, popsze %, respectvely Hybrd Bat Algorthm wth Modfed Random Localzaton and Otsu s Method (HMRLBA) The HMRLBA algorthm generates a randomly dstrbuted ntal populaton of popsze solutons (bats) n the range 0 L 1. The ftness values of all solutons are evaluated by Otsu s method, where the new solutons are generated by adjustng the vector of frequences. = v t + xt xt r1 f t + x t r2 xt r3 (16) x t+1 = x t + vt+1 (17) = Gmax gen Gmax 2 (18) Pseudo code of HMRLBA 1: BEGIN 2: Input the mage 3: Intalze the bat populaton 4: Evaluate ftness usng Otsu s method 5: Sort f X 6: Get the best soluton 7: gen 1 8: Whle gen <= G max 9: For = 1topopsze 10: /*Modfed Random Localzaton (MRL) strategy*/ 11: Dvde the search space nto three regons, R-I, R-II, and R-III, respectvely 12: Select r 1, r 2,andr 3 13: r 1 = nt rand 14: r 2 = nt + rand 15: r 3 = nt + rand 16: Update veloctes and locatons/solutons [formulas (16) to (17)] 17: If rand >r, then 18: Generate a local soluton around the best soluton 19: End If 20: Generate a new soluton randomly 21: If rand <p m, then 22: Modfy the real and magnary part by DE/best/2/bn 23: End f 24: Calculate ftness f X 25: Evaluate the ftness usng Otsu s method 26: If rand <A and f X <f X, then 27: Accept the new solutons 28: Reduce A and ncrease r 29: End f 30: Get the best soluton 31: gen gen : End Whle 33: Memorze the best soluton acheved 34: END Table III. Computaton tme obtaned by Otsu and Otsu embedded wth PSO, BA, and HMRLBA for three thresholds. Three thresholds Images Methods Mn Max Mean Std Lung Otsu Otsu + PSO Otsu + BA Otsu + HMRLBA Plls Otsu Otsu + PSO Otsu + BA Otsu + HMRLBA

4 RESEARCH ARTICLE J. Med. Imagng Health Inf. 5, 1 5, 2015 (a) (b) Fg. 1. Images thresholded obtaned by the Otsu-HMRLBA method: Represents 3-level thresholdng. 5. SIMULATION RESULTS In ths paper, all the algorthms were mplemented n Matlab R2012 (a). The test envronment was set up on a computer wth AMD Athlon (tm) II X4 640 Processor, 3.00 GHz, 3GB RAM, runnng on Wndows Parameter Settng The parameter settng for each algorthm n the comparson s descrbed as follows: the pulse frequency range s f 1 1,the maxmum loudness s A 0 = 0 9, the mnmum pulse emsson s r 0 = 0 1, the attenuaton coeffcent of loudness s = 0 95, and the ncreasng coeffcent of pulse emsson s = 0 9. In PSO, we use the lnear decreasng nerta weght max = 0 9and mn = 0 4, and the learnng factor s c 1 = c 2 = 2 0. In HMRLBA, the value of,, and are fxed at 20, 40, and 40, respectvely. The populaton sze of all algorthms s popsze = Expermental Results In ths secton, two well-known test medcal mages, namely Lung ( and Plls ( wth 256 grey levels, are taken as test nstances (Table I). The results are compared wth two other hybrd algorthms: Otsu s method, PSO + Otsu; and the BA + Otsu method. To test results are correctly and vablty of the proposed algorthm, the aforementoned technque for multlevel mage thresholdng n medcal mage segmentaton has been tested. Fg. 3. ANOVA tests of the computaton tme for Plls Soluton Qualty In ths secton, we set the G max = 100. The proposed algorthm s compared wth the PSO and BA algorthms. Table II shows the correspondng objectve functon values obtaned out of 100 trals by Otsu and Otsu embedded wth the PSO, BA, and HMRLBA methods. As seen n Table II, the proposed HMRLBA algorthm always provdes better results than the PSO and BA algorthms. For the four test medcal mages, as seen n Table III, the results obtaned by HMRLBA for the eghth mage s somewhat poor, but t s stll better than the results obtaned by Otsu method s and the PSO and BA algorthms Computaton Effcency In order to compare the computaton effcency of the PSO, BA, and HMRLBA algorthms for multlevel thresholdng, the value of the best ftness F T correspondng to the best threshold soluton T s used as the comparatve crteron. The run of each algorthm wthn dfferent threads was stopped when: F T F opt = 10 9,whereF opt s the optmal value of the objectve functon, and s a threshold value that fxes the accuracy of the measurement. In ths secton, the computed tme taken by each algorthm to acheve the desred accuracy. In ths way, the stoppng condton for all algorthms s based on the ftness functon value and s not on the number of teratons. The results of the segmented medcal mages are shown n Fgure 1. The expermental results shown n Fgures 2 and 3 are the ANOVA tests of the computaton tme for the two medcal mages. These tests show that the proposed HMRLBA algorthm s also the most robust method, and ts superorty s even more obvous. Therefore, HMRLBA s an effectve and feasble method for multlevel thresholdng medcal mages segmentaton. Fg ANOVA tests of the computaton tme for lung. 6. CONCLUSIONS Ths paper, a novel HMRLBA algorthm s proposed for multlevel thresholdng medcal mage segmentaton problems. The modfed random localzaton strategy enables the bats to cover the maxmum of the search space, mprovng the bats exploratory abltes. To verfy the effcency and effectveness of

5 J. Med. Imagng Health Inf. 5, 1 5, 2015 RESEARCH ARTICLE the proposed HMRLBA algorthm, the proposed algorthm was tested usng medcal mages. The results obtaned by ths method are compared wth those obtaned by the Otsu, PSO, and BA methods, and the HMRLBA algorthm delvered better solutons and hgher computaton accuracy. Acknowledgments: Ths work s supported by Natonal Scence Foundaton of Chna under Grant Nos and References and Notes 1. N. Otsu, A threshold selecton method from graylevel hstograms. IEEE Trans. Systems, Man and Cybernetcs 9, 62 (1979). 2. E. Cuevas, D. Zaldívar, and M. Pérez-Csneros, A novel mult-threshold segmentaton approach based on dfferental evoluton optmzaton. Expert Systems wth Applcatons 37, 5265 (2010). 3. V. Osuna-Encso, E. Cuevas, and H. Sossa, A comparson of nature nspred algorthms for mult-threshold mage segmentaton. Expert Systems wth Applcatons 40, 1213 (2013). 4. Y. Zhwe, Z. Zhaobao, Y. Xn, and N. Xaogang, Automatc threshold selecton based on ant colony optmzaton algorthm, Proceedngs of the Internatonal Conference on Neural Networks and Bran (2006), pp P. D. Sathya and R. Kayalvzh, Optmal multlevel thresholdng usng bacteral foragng algorthm. Expert Systems wth Applcatons 38, (2011). 6. E. Cuevas, F. Sencón, D. Zaldvar, et al., A mult-threshold segmentaton approach based on artfcal bee colony optmzaton. Appl. Intell. 37, 321 (2012). 7. I. Brajevc and M. Tuba, Cuckoo search and frefly algorthm appled to multlevel mage thresholdng. Studes n Computatonal Intellgence 115, 516 (2014). 8. E. Cuevas, V. Osuna-Encso, D. Zaldívar, et al., A novel multthreshold segmentaton approach based on artfcal mmune system optmzaton. Advances n Computatonal Intellgence 116, 309 (2009). 9. X. S. Yang, A new metaheurstc bat-nspred algorthm, Nature Inspred Cooperatve Strateges for Optmzaton (NICSO 2010) (2010), pp X. S. Yang, Bat algorthm for mult-objectve optmzaton. Int. J. Bo-Inspred Comput. 3, 267 (2011). 11. X. He, W. Dng, and X.-S. Yang, Bat algorthm based on smulated annealng and gaussan perturbatons. Neural Comput. Appl. (publshed onlne) (2013). 12. J. Xe, Y. Zhou, and H. Chen, A novel bat algorthm based on dfferental operator and Lévy flghts trajectory. Computatonal Intellgence and Neuroscence 2013, (2013). 13. G. G. Wang and L. H Guo, A novel hybrd bat algorthm wth harmony search for global numercal optmzaton. Journal of Appled Mathematcs 2013, (2013). 14. G. G. Wang, L. H. Guo, H. Duan, L. Lu, and H. Q. Wang, A bat algorthm wth mutaton for UCAV path plannng. The Scentfc World Journal 2012, (2012). 15. O. Hasançeb, T. Teke, and O. Pekcan, A bat-nspred algorthm for structural optmzaton. Computers and Structures 128, 77 (2013). 16. O. Hasançeb and S. Carbas, Bat nspred algorthm for dscrete sze optmzaton of steel frames. Advances n Engneerng Software 67, 173 (2014). 17. J. Xe, Y. Zhou, and H. Zheng, A hybrd metaheurstc for multple runways arcraft landng problem based on bat algorthm. Journal of Appled Mathematcs 2013, (2013). 18. Y. Zhou, J. Xe, and H. Zheng, A hybrd bat algorthm wth path relnkng for capactated vehcle routng problem. Mathematcal Problems n Engneerng 2013, (2013). 19. Sushl Kumar, Pravesh Kumar, and Tarun Kumar Sharma, B-level thresholdng usng PSO, artfcal bee colonyand MRLDE embedded wth Otsu s method. Memetc Comp. 5, 323 (2013). Receved: 7 March Revsed/Accepted: 3 June

The Study of Teaching-learning-based Optimization Algorithm

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

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

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

More information

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

AN EFFICIENT METHOD BASED ON ABC FOR OPTIMAL MULTILEVEL THRESHOLDING *

AN EFFICIENT METHOD BASED ON ABC FOR OPTIMAL MULTILEVEL THRESHOLDING * IJST, Transactons of Electrcal Engneerng, Vol. 6, No. E, pp 7-9 Prnted n The Islamc Republc of Iran, 0 Shraz Unversty AN EFFICIENT METHOD BASED ON ABC FOR OPTIMAL MULTILEVEL THRESHOLDING * S. A. MOHAMMADI,

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

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

Research Article Improved Bat Algorithm Applied to Multilevel Image Thresholding

Research Article Improved Bat Algorithm Applied to Multilevel Image Thresholding e Scentfc World Journal, Artcle ID 176718, 16 pages http://dx.do.org/10.11/2014/176718 Research Artcle Improved Bat Algorthm Appled to Multlevel Image Thresholdng Ads Alhodzc 1 and Mlan Tuba 2 1 Faculty

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

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

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

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

Image Segmentation Using Thresholding and Swarm Intelligence

Image Segmentation Using Thresholding and Swarm Intelligence 74 JOURNA OF SOFTWARE, VO. 7, NO. 5, MAY Image Segmentaton Usng Thresholdng and Swarm Intellgence Zhwe Ye Hube Unversty of Technology / School of Computer Scence, Wuhan, Chna Emal: wezhye@63.com Zhengbng

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

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

Multilevel Thresholding for Image Segmentation using the Galaxy-based Search Algorithm

Multilevel Thresholding for Image Segmentation using the Galaxy-based Search Algorithm I.J. Intellgent Systems and Applcatons, 2013, 11, 19-33 Publshed Onlne October 2013 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jsa.2013.11.03 Multlevel Thresholdng for Segmentaton usng the Galaxy-based

More information

Optimal multilevel thresholding based on molecular kinetic theory optimization algorithm and line intercept histogram

Optimal multilevel thresholding based on molecular kinetic theory optimization algorithm and line intercept histogram DOI:.7/s77-6-335-8 Optmal multlevel thresholdng based on molecular knetc theory optmzaton algorthm and lne ntercept hstogram FAN Chao-dong( 范朝冬 ), 2, REN Ke( 任柯 ), 2, ZHANG Yng-je( 张英杰 ) 3, YI Lng-zh(

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

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

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

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

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

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

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

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING N. Phanthuna 1,2, F. Cheevasuvt 2 and S. Chtwong 2 1 Department of Electrcal Engneerng, Faculty of Engneerng Rajamangala

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

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

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

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays *

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays * Journal of Robotcs, etworkng and Artfcal Lfe, Vol., o. (September 04), 5-9 Adaptve Consensus Control of Mult-Agent Systems wth Large Uncertanty and me Delays * L Lu School of Mechancal Engneerng Unversty

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

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

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

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

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane A New Scramblng Evaluaton Scheme based on Spatal Dstrbuton Entropy and Centrod Dfference of Bt-plane Lang Zhao *, Avshek Adhkar Kouch Sakura * * Graduate School of Informaton Scence and Electrcal Engneerng,

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

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

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

Optimal Placement and Sizing of DGs in the Distribution System for Loss Minimization and Voltage Stability Improvement using CABC

Optimal Placement and Sizing of DGs in the Distribution System for Loss Minimization and Voltage Stability Improvement using CABC Internatonal Journal on Electrcal Engneerng and Informatcs - Volume 7, Number 4, Desember 2015 Optmal Placement and Szng of s n the Dstrbuton System for Loss Mnmzaton and Voltage Stablty Improvement usng

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

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

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

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

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

Lossy Compression. Compromise accuracy of reconstruction for increased compression.

Lossy Compression. Compromise accuracy of reconstruction for increased compression. Lossy Compresson Compromse accuracy of reconstructon for ncreased compresson. The reconstructon s usually vsbly ndstngushable from the orgnal mage. Typcally, one can get up to 0:1 compresson wth almost

More information

The lower and upper bounds on Perron root of nonnegative irreducible matrices

The lower and upper bounds on Perron root of nonnegative irreducible matrices Journal of Computatonal Appled Mathematcs 217 (2008) 259 267 wwwelsevercom/locate/cam The lower upper bounds on Perron root of nonnegatve rreducble matrces Guang-Xn Huang a,, Feng Yn b,keguo a a College

More information

A linear imaging system with white additive Gaussian noise on the observed data is modeled as follows:

A linear imaging system with white additive Gaussian noise on the observed data is modeled as follows: Supplementary Note Mathematcal bacground A lnear magng system wth whte addtve Gaussan nose on the observed data s modeled as follows: X = R ϕ V + G, () where X R are the expermental, two-dmensonal proecton

More information

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

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

More information

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

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

More information

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

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

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

SOLVING CAPACITATED VEHICLE ROUTING PROBLEMS WITH TIME WINDOWS BY GOAL PROGRAMMING APPROACH

SOLVING CAPACITATED VEHICLE ROUTING PROBLEMS WITH TIME WINDOWS BY GOAL PROGRAMMING APPROACH Proceedngs of IICMA 2013 Research Topc, pp. xx-xx. SOLVIG CAPACITATED VEHICLE ROUTIG PROBLEMS WITH TIME WIDOWS BY GOAL PROGRAMMIG APPROACH ATMII DHORURI 1, EMIUGROHO RATA SARI 2, AD DWI LESTARI 3 1Department

More information

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing Advanced Scence and Technology Letters, pp.164-168 http://dx.do.org/10.14257/astl.2013 Pop-Clc Nose Detecton Usng Inter-Frame Correlaton for Improved Portable Audtory Sensng Dong Yun Lee, Kwang Myung Jeon,

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

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

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

More information

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 Hybrid Co-evolutionary Particle Swarm Optimization Algorithm for Solving Constrained Engineering Design Problems

A Hybrid Co-evolutionary Particle Swarm Optimization Algorithm for Solving Constrained Engineering Design Problems JOURNL OF COMPUERS VOL 5 NO 6 JUNE 00 965 Hybrd Co-evolutonary Partcle Optmzaton lgorthm for Solvng Constraned Engneerng Desgn Problems Yongquan Zhou Shengyu Pe College of Mathematcs and Computer Scence

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

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

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

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

More information

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

Research Article A New Manufacturing Service Selection and Composition Method Using Improved Flower Pollination Algorithm

Research Article A New Manufacturing Service Selection and Composition Method Using Improved Flower Pollination Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 7343794, 12 pages http://dx.do.org/10.1155/2016/7343794 Research Artcle A New Manufacturng Servce Selecton and Composton Method Usng Improved Flower

More information

A Genetic-Algorithm-Based Approach to UAV Path Planning Problem

A Genetic-Algorithm-Based Approach to UAV Path Planning Problem A Genetc-Algorm-Based Approach to UAV Pa Plannng Problem XIAO-GUAG GAO 1 XIAO-WEI FU 2 and DA-QIG CHE 3 1 2 School of Electronc and Informaton orwestern Polytechncal Unversty X An 710072 CHIA 3 Dept of

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

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

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

Maximizing Overlap of Large Primary Sampling Units in Repeated Sampling: A comparison of Ernst s Method with Ohlsson s Method

Maximizing Overlap of Large Primary Sampling Units in Repeated Sampling: A comparison of Ernst s Method with Ohlsson s Method Maxmzng Overlap of Large Prmary Samplng Unts n Repeated Samplng: A comparson of Ernst s Method wth Ohlsson s Method Red Rottach and Padrac Murphy 1 U.S. Census Bureau 4600 Slver Hll Road, Washngton DC

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

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

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

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

Semi-supervised Classification with Active Query Selection

Semi-supervised Classification with Active Query Selection Sem-supervsed Classfcaton wth Actve Query Selecton Jao Wang and Swe Luo School of Computer and Informaton Technology, Beng Jaotong Unversty, Beng 00044, Chna Wangjao088@63.com Abstract. Labeled samples

More information

Research Article A Low-Carbon-Based Bilevel Optimization Model for Public Transit Network

Research Article A Low-Carbon-Based Bilevel Optimization Model for Public Transit Network Mathematcal Problems n Engneerng Volume 2013, Artcle ID 374826, 6 pages http://dx.do.org/10.1155/2013/374826 Research Artcle A Low-Carbon-Based Blevel Optmzaton Model for Publc Transt Network Xu Sun, 1

More information

Coke Ratio Prediction Based on Immune Particle Swarm Neural Networks

Coke Ratio Prediction Based on Immune Particle Swarm Neural Networks Send Orders for Reprnts to reprnts@benthamscence.ae 576 The Open Cybernetcs & Systemcs Journal, 05, 9, 576-58 Open Access Coke Rato Predcton Based on Immune Partcle Swarm Neural Networks Yang Ka,,*, Jn

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

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

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

A New Refinement of Jacobi Method for Solution of Linear System Equations AX=b

A New Refinement of Jacobi Method for Solution of Linear System Equations AX=b Int J Contemp Math Scences, Vol 3, 28, no 17, 819-827 A New Refnement of Jacob Method for Soluton of Lnear System Equatons AX=b F Naem Dafchah Department of Mathematcs, Faculty of Scences Unversty of Gulan,

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

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach A Bayes Algorthm for the Multtask Pattern Recognton Problem Drect Approach Edward Puchala Wroclaw Unversty of Technology, Char of Systems and Computer etworks, Wybrzeze Wyspanskego 7, 50-370 Wroclaw, Poland

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

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

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

An Admission Control Algorithm in Cloud Computing Systems

An Admission Control Algorithm in Cloud Computing Systems An Admsson Control Algorthm n Cloud Computng Systems Authors: Frank Yeong-Sung Ln Department of Informaton Management Natonal Tawan Unversty Tape, Tawan, R.O.C. ysln@m.ntu.edu.tw Yngje Lan Management Scence

More information

Tutorial 2. COMP4134 Biometrics Authentication. February 9, Jun Xu, Teaching Asistant

Tutorial 2. COMP4134 Biometrics Authentication. February 9, Jun Xu, Teaching Asistant Tutoral 2 COMP434 ometrcs uthentcaton Jun Xu, Teachng sstant csjunxu@comp.polyu.edu.hk February 9, 207 Table of Contents Problems Problem : nswer the questons Problem 2: Power law functon Problem 3: Convoluton

More information

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

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

More information

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

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

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

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

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

More information

Parameter Estimation for Dynamic System using Unscented Kalman filter

Parameter Estimation for Dynamic System using Unscented Kalman filter Parameter Estmaton for Dynamc System usng Unscented Kalman flter Jhoon Seung 1,a, Amr Atya F. 2,b, Alexander G.Parlos 3,c, and Klto Chong 1,4,d* 1 Dvson of Electroncs Engneerng, Chonbuk Natonal Unversty,

More information

A Robust Method for Calculating the Correlation Coefficient

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

More information

A Particle Swarm Algorithm for Optimization of Complex System Reliability

A Particle Swarm Algorithm for Optimization of Complex System Reliability Internatonal Journal of Performablty Engneerng Vol., No., January 0, pp. -. RAMS Consultants Prnted n Inda A Partcle Swarm Algorthm for Optmzaton of Complex System Relablty SANGEETA PANT *, DHIRAJ ANAND

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

Deployment of High Altitude Platforms in Heterogeneous Wireless Sensor Network via MRF-MAP and Potential Games

Deployment of High Altitude Platforms in Heterogeneous Wireless Sensor Network via MRF-MAP and Potential Games 213 IEEE Wreless Communcatons and Networng Conference (WCNC): NETWORKS 1 Deployment of Hgh Alttude Platforms n Heterogeneous Wreless Sensor Networ va MRF-MAP and Potental Games Xuyu Wang Department of

More information

Multilayer Perceptron (MLP)

Multilayer Perceptron (MLP) Multlayer Perceptron (MLP) Seungjn Cho Department of Computer Scence and Engneerng Pohang Unversty of Scence and Technology 77 Cheongam-ro, Nam-gu, Pohang 37673, Korea seungjn@postech.ac.kr 1 / 20 Outlne

More information

International Journal of Mathematical Archive-3(3), 2012, Page: Available online through ISSN

International Journal of Mathematical Archive-3(3), 2012, Page: Available online through   ISSN Internatonal Journal of Mathematcal Archve-3(3), 2012, Page: 1136-1140 Avalable onlne through www.ma.nfo ISSN 2229 5046 ARITHMETIC OPERATIONS OF FOCAL ELEMENTS AND THEIR CORRESPONDING BASIC PROBABILITY

More information

CSC321 Tutorial 9: Review of Boltzmann machines and simulated annealing

CSC321 Tutorial 9: Review of Boltzmann machines and simulated annealing CSC321 Tutoral 9: Revew of Boltzmann machnes and smulated annealng (Sldes based on Lecture 16-18 and selected readngs) Yue L Emal: yuel@cs.toronto.edu Wed 11-12 March 19 Fr 10-11 March 21 Outlne Boltzmann

More information