Complexity Analysis of Problem-Dimension Using PSO

Size: px
Start display at page:

Download "Complexity Analysis of Problem-Dimension Using PSO"

Transcription

1 Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) Complexty Analyss of Problem-Dmenson Usng PSO BUTHAINAH S. AL-KAZEMI AND SAMI J. HABIB, Department of Computer Engneerng Kuwat Unversty P.O. Box 5969 Safat, 36 Kuwat KUWAIT Abstract: -Ths work analyzes the nternal behavor of partcle swarm optmzaton (PSO) algorthm when the complexty of the problem ncreased. The mpact of number of dmensons for three well-known benchmark functons, DeJong, Rosenbrock and Rastrgn, were tested usng PSO. A Problem-Specfc Dstance Functon (PSDF) was defned to evaluate the ftness of ndvdual solutons and test the dversty n neghborng ndvduals. The PSDF started wth a large value, but converged to the optmum n few generatons, rrespectve of complexty of problem or objectve benchmark functon. The smulaton llustrates that all parameters n any dmenson behave n smlar pattern and we can expect smlar behavor for addtonal complexty n the problem. Key-Words: - Evolutonary Computaton, Genetc Algorthm, Partcle Swarm Optmzaton, Dstance Functon, Parameter Predcton.. Introducton The ablty of Partcle Swarm Optmzaton (PSO) algorthms, to fnd near optmal solutons to an optmzaton problem has been wdely demonstrated []. However, one of the major concerns n applyng these methods s the behavor of ths algorthm when the number of varables or the dmenson of the problem s ncreased. The numbers of unknowns have a sgnfcant mpact on the algorthm s behavor, and therefore greatly affect the qualty of the fnal soluton found, as well as the tme taken to fnd that soluton [] [3]. These results demonstrate that by understandng the behavor of the algorthm when usng few unknowns, and the relatonshps between them, the computaton requred can be reduced sgnfcantly [4]. The objectve of ths paper s to demonstrate the effectveness of the behavor analyss of PSO algorthm by varyng complexty of problem-doman. We observe that as the complexty of problem ncreases, there s not much change n the way an ndvdual soluton behaves. We tested and justfed the behavor by comparng the computatonal performance of the PSO usng a set of three mathematcal benchmark objectve functons namely, DeJong F, Rosenbrock and Rastrgn [5]. We tred to analyze the behavor of ndvdual elements and formulate a relaton between consecutve ncrements n the number of unknowns from to 6. Also we analyzed each dmenson and observed the behavor of ndvduals n a partcular dmenson by varyng the problem complexty. We have used the dstance functon to evaluate the ndvduals accordng to ther poston from the best ndvdual so far. The dstance functon (DF) s usually a measure of how far two solutons are from each other [6]. We have classfed the dstance functons nto two groups: an algorthmc dstance functon ADF and a problem-specfc dstance functon PSDF. In ths paper, we use the PSDF. Ths paper s organzed n 5 sectons. Secton descrbes the Partcle Swarm Optmzaton Algorthm and defnes the Dstance Functons. In Secton 3, the benchmark objectve functons are dscussed. Secton 4 and 5 are a detaled explanaton of our experment and t ncludes PSDF value analyss for three benchmark functons uder study. In Secton 6, we conclude our observatons.. Partcle Swarm Optmzaton and Dstance Functons. PSO

2 Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) Evolutonary Computatonal Algorthms (ECA) are ganng popularty especally when dffcult optmzaton problems are studed n depth [7]. It complements the study of tradtonal computatonal systems [8]. There are several types of ECAs n use today. The four tradtonal algorthms are: the Genetc Algorthm (GA), Evolutonary Programmng (EP), Evoluton Strateges (ES), and Genetc Programmng (GP). More recently, new ECAs have arsen, such as Partcle Swarm Optmzaton (PSO), Ant Colony (ACO), and the Shuffled Frog Leapng Algorthm (SFLA). The PSO s a populaton based stochastc searchng technque, whch was developed by Kennedy and Eberhart n 995. It s one of the most popular methods for optmzaton of contnuous nonlnear functons. One of the mportant merts of PSO Algorthms s ther ablty to tackle real-world problems, whch are very hard or even unsolvable by tradtonal optmzaton technques. Accordng to [9], PSO s a bologcal motvated optmzaton paradgm whch nvolves socal nteracton between ndvduals of a populaton.these ndvduals, also called partcles, can move through a multdmensonal search-space n order to fnd an optmum. Partcles can change ther movement drectons and veloctes accordng to the nformaton whch they themselves and the whole swarm have gathered so far from the ftness landscape. Each partcle remembers ts own best poston t has encountered by then whle all partcles know about the overall best poston whch has been found by all partcles of the swarm. From ths nformaton and each partcle's current velocty vector new velocty vectors are calculated and the postons of the partcles are updated. Dfferent parameter settngs can nfluence the behavor of the swarm, for example ts ablty to converge. PSO has been nspred by the socal behavor of flock of brds or school of fshes. It uses populaton of ndvduals, where they are tryng to reach the best soluton []. In each generaton, the swarm s flyng wth a certan velocty, whch s used to change ther postons. The changng of the poston not only depends on the velocty but also on the current poston of the partcle tself n that nstance and to the best ndvdual s poston so far. There s only one pece of food n the area beng searched. All the brds don t know where the food s; however, the brds know how far the food s n each generaton. Therefore, the effectve strategy to fnd the food s to follow the brd that s the nearest to the food. In PSO, each sngle soluton s a brd n the search space and t s called a partcle. All of partcles have ftness and velocty values. The ftness value s evaluated by the ftness functon to be optmzed; moreover, the velocty value drects the flyng of the partcle through the problem space by followng the current best partcle. A modfed verson of PSO wth nerta weghts was ntroduced by Sh and Eberhart [4], as depcted n Fgure. Partcle Swarm Optmzaton: begn t =; 3 ntalze partcles P (t); 4 evaluate partcles P (t); 5 whle (termnaton condtons are unsatsfed) 6 begn 7 t = t + ; 8 update weghts 9 select pbest for each partcle select gbest from P (t-); calculate partcle velocty P (t); update partcle poston P (t); 3 evaluate partcles P (t); 4 end 5 end Fg : The basc structure of partcle swarm optmzaton. PSO algorthm executes two Equatons - for updatng the velocty and poston of every partcle n the populaton. V[] = w * V[] + C rand() ( pbest[] present[] ) ( C rand() ( gbes [ ] present[] )) () present [] = present[] + V[] () In the equaton and equaton, V[] and present[] represent the velocty and poston of th partcle respectvely. The pbest[] represents the present best for the th partcle and gbest[] represents the global best among the populaton so far. The functon rand () generates random number unformly. w s the nerta weght C and C are constants assgned value most of the tme.. Dstance Functons The dstance functons (DF) are a set of measurements, whch should be collected at each generaton, to pont out the nternal behavor (smlarty and dfference) between the current optmal-soluton to the rest of the populaton [] []. Such nformaton can help us n +

3 Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) understandng of the convergence process wthn PSO, and gude us on how to better use such algorthms. Also usng the dstance functon we can evaluate and test the effect of ncrease n the complexty of problem and test the behavor of PSO algorthm [3]. We have classfed the dstance functons nto two groups: an algorthmc DF and a problem-specfc DF. ) Algorthmc Dstance Functons: The algorthmc dstance functons (ADF) are a set of measurements that are drectly assocated wth the evolutonary approaches, such as the convergence rate, executng tme, and memory allocaton. In ths paper, we are more nterested n the problem-specfc dstance functon. ) Problem-Specfc Dstance Functons: The problem-specfc dstance functons (PSDF) are a set of measurements that are drectly assocated wth the problems to be solved by an evolutonary approach. Therefore, a set of PSDF may not be used to evaluate another problem. The PSDF defned for our research s X-Dff (read as delta X t), whch ndcates the root of the sum of the mean square dfference between the varable X of the th ndvdual wthn the t generaton to ts best X varable wthn the same t generaton, as stated n Equaton 3.The term PS represents the populaton sze. (3) PS X = = t t ( X X ) best PS, =,,3 PS t Equaton 3 states the dfference per ndvdual; however, a good PSDF should gve an nsght behavor of the entre populaton. The data collected from Equatons 6 gve us frst-order nformaton on how PSO perform at each generaton, and how both algorthms are drftng toward the best/optmum [4]. 3. Benchmark Functons A set of benchmark test functons s selected wth the goal of representng ftness landscapes rangng from functons n whch a global optmum can be found easly usng constrcton for partcle velocty control, to the functons n whch t s dffcult to fnd the global optmum. We have used three benchmark optmzaton functons, whch are DeJong F, Rosenbrock and Rastrgn. Each functon has a number of nstances dependng on the number of unknowns or dmenson,. Here we have expermented wth fve nstances for rangng from to 6 per functon. The mplementatons are scalable,.e., the dmensons of the functons are adjustable va a sngle parameter used n the functon. The followng functons have been used for evaluaton. 3. De Jong s F functon (Crcle Functon) Ths functon s known as crcle functon when = and sphere functon n case of =3. It s contnuous, convex and unmodal. Mn F ( X ) X + X Subject (4) to = X Global mnmum: x = ; f = Rosenbrock s Valley (Banana functon) Rosenbrock s valley s a classc optmzaton problem and t s notorous for ts slow convergence to the optmum value. The global optmum s nsde a long, narrow, parabolc shaped valley. To fnd the valley s trval, however convergence to the global optmum s dffcult. Hence ths problem s often used n assessng the performance of the optmzaton algorthms. It s a unmodal functon and has sngle local maxmum or mnmum. Mn F ( X ) ( X X ) + ( X ) Subject (5) to = X Rastrgn Functon Ths functon s a typcal example of nonlnear multmodal functon that may have local as well as global optma. It s farly complex due ts complcated search space and large number of local mnma. Mn Subjet to (6) F ( X ) n = ( X = - 5. cos(πx ) + ) X Expermental Settng We have mplemented the basc structure of partcle swarm optmzaton algorthm (as depcted n Fgure

4 Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) ) usng C language. The DeJong F, Rosenbrock and Rastrgn functons are used as our examples (as shown n Equatons 4, 5, and 6) wth 5 ndvduals n a populaton and 3 generatons for all three functons. The range of each unknown s as shown earler n equatons 4, 5, and 6. The maxmum velocty was set always equal to the maxmum postve range for each problem. C and C were set to. The number of unknowns s ncreased from up to 6 unknowns for each problem. 5. Results 5. PSDF Analyss DeJong F Functon We start wth mnmum number of unknowns.e. unknowns for DeJong F functon whch s a crcle functon. Gradually we ncrement the dmenson to observe the behavor pattern. Fgures, 3, 4, and 5 dsplay the results obtaned for DeJong F functon for 3 generatons, from to 6 dmensons. As observed from the PSDF values n Fgure, the ndvduals' performance s smlar for the second unknown n all varatons obtaned by alterng the total number of unknowns. Notce that all ndvduals start wth large dversty but there s huge drop n dversty after say 75 generatons and graph s steady plateau. Consderng the second dmenson as seen from Fgure 3, we plot the values of the second unknown when there are, 4, and 6 unknowns respectvely. In case of unknowns, the PSDF value of the second unknown s.54 n the begnnng and after generatons t becomes.. When number of unknowns s 4, the value for the second unknown starts wth.38 and comes to lower than.5 wthn n generatons. The ndvduals behave n smlar manner when number of unknowns s 6. The PSDF value for the second unknown was ntally. then t became.8 n generatons. When we analyze the graphs for thrd and fourth dmensons n Fgures 4 and 5 respectvely, the behavor pattern for PSDF values shows smlar curves as t was observed for frst and second dmensons respectvely. Thus the PSDF values show that the dversty n ndvduals s hgh n the begnnng of searchng then t gradually reduces, whch ndcates less dversty. Fgure 6 shows the behavor of three unknowns from three dfferent dmensons, namely,, 5, and 6. From ths fgure, we notce that the three unknowns behave n the same way. They all start wth unstable and dverse acton, and after few generatons, all of the unknowns become more stable and less dverse. Mean X Mean X Mean X Mean X for to 6 Unknowns Mean X for Unknwns Mean X for 4 Unknwns Mean X for 6 Unknwns Fg Mean X for DeJong F Functon Mean X for to 6 Unknowns Mean X for Unknwns Mean Xfor 4 Unknwns Mean X for 6 Unknwns Fg 3 Mean X for DeJong F Functon. Mean X3 for to 6 Unknowns Mean X3 for 4 Unknowns Mean X3 for 6 Unknowns Fg 4 Mean X3 for DeJong F Functon.

5 Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) Mean X4 Mean X Mean X4 for to 6 Unknowns Mean X4 for 4 Unknowns Mean X4 for 6 Unknowns Fg 5 Mean X4 for DeJong F Functon. Mean X for 6 Unknowns for DeJong F Mean X for 6 Unknwn Mean X5 for 6 Unknwn Mean X6 for 6 Unknwn Fg 6 Mean X for DeJong F Functon n 6th dmenson. 5. PSDF Analyss Rosenbrock Functon In the Rosenbrock functon, we start wth smlar setup. We have generated the PSDF values for second dmenson and then ncreasng the complexty of problem, we move to further dmensons. Fgures 7, 8, 9, and plots the PSDF values for Rosenbrock functon where the numbers of unknowns range from to 6. From these fgures, we fnd that the behavor pattern of ndvdual solutons s n a partcular pattern. From Fgure 7, we observed that for frst dmenson, when number of unknowns s, the PSDF value was.9 and gradually the dversty between ndvdual solutons reduced and became.6 n generatons. Also the ntal values were respectvely.67 and.6 for 4 and 6 number of unknowns whch became.4 and.3 respectvely n generatons. Thus the PSO algorthm gans stablty n generatons for frst dmenson of Rosenbrock functon. As demonstrated n Fgure 8, the values are plotted for second dmenson for Rosenbrock functon, when number of unknowns s ncremented from to 6. In case of unknowns, the value started wth.54 and came down to. n just generatons. Smlarly, ntal values for 4 unknowns and 6 unknowns were.47 and. respectvely, whch decayed to.3 and. respectvely, n generatons. As observed from Fgures 9 and, n case of thrd and fourth dmensons, t s showng reducton n devaton between ndvdual values and stablty after generatons. For thrd dmenson the ntal values were.49 and.35 respectvely for 4 and 6 unknowns whch after generatons became. and. respectvely. However for the fourth dmenson, the PSO algorthm generates the values.8 for 4 unknowns and.87 for 6 unknowns n the begnnng. After generatons, fourth dmenson values become.9 and.37 for 4 and 6 number of unknowns, thus ganng stablty n fewer generatons. Thus, the devaton n ndvdual postons s more ntally, but more or less PSDF has same value for number of unknowns equal to 3, 4, 5 or 6, and ths devaton drops to approxmately whch s optmum value n less than just 5 generatons. Thus rrespectve of the number of unknowns for the gven problem the plot s same. In fgure, observaton of the behavor pattern of PSO algorthm when appled to Rosenbrock s shown. We plot the graph for 5 th and 6 th dmensons, and analyze t. From the analyss, t s observed that the ndvduals gradually converge wth reducton n dversty n both dmensons. Mean X Mean X for to 6 Unknowns Mean X for Unknwns Mean X for 4 Unknwns Mean X for 6 Unknwns Fg 7 Mean X for Rosenbrock Functon.

6 Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) Mean X Mean X for to 6 Unknowns Mean X for Unknwns Mean Xfor 4 Unknwns Mean X for 6 Unknwns Fg 8 Mean X for Rosenbrock Functon. Mean X Mean X for 6 Unknowns for Rosenbrock Mean X for 6 Unknwn Mean X5 for 6 Unknwn Mean X6 for 6 Unknwn Fg Mean X for Rosenbrock Functon n 6 th dmenson. Mean X3 Mean X Mean X3 for to 6 Unknowns Mean X3 for 4 Unknow ns Mean X3 for 6 Unknow ns Fg 9 Mean X3 for Rosenbrock Functon. Mean X4 for to 6 Unknowns Mean X4 for 4 Unknow ns Mean X4 for 6 Unknow ns Fg Mean X4 for Rosenbrock Functon. 5.3PSDF Analyss Rastrgn Functon We started wth frst dmenson and consequently analyzed second, thrd and fourth dmensons, n case of Rastrgn functon. Fgures, 3, 4 and 5 are plot of PSDF values for parameters rangng from to 6 unknowns for the benchmark functon of Rastrgn. As observed, though the ntal value s large for all the three cases, the optmum value s almost reached n less than generatons, rrespectve of varaton n number of unknowns. The PSO algorthm gans stablty soon n approxmately generatons as was the smlar case wth DeJong F functon and Rosenbrock functon. As observed from Fgure, wthn only generatons, the values converge, even though they started at values as hgh as.35,.47 and. for, 4, and 6 unknowns respectvely. The dversty n ndvdual vales reduces drastcally and come down to.6,.6 and.3 n generatons. Fgure 3 shows the second dmenson values for, 4, and 6 unknowns. The graph starts wth values.,.47, and.99 for, 4, and 6 unknowns respectvely. After generatons, the same values for, 4, and 6 generatons are.3,.3, and.3 respectvely. From Fgure 4, we get the values for thrd dmenson, whch are.3 and.87 respectvely for 4 and 6 unknowns ntally. The values decay to.6 and.36 for 4 and unknowns respectvely n generatons. As observed from Fgure 5, after generatons, the values for fourth dmenson for 4 unknowns s.9 whch was ntally.8, and for 6 unknowns t s.37 whch was ntally.86. Thus

7 Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) the graph s steady plateau and ndvduals are not devated at all after few generatons. Fgure 6 also justfes our observaton that when values are graphed for Rastrgn functon, wth as much complexty as n 6th dmenson, the values for frst, ffth and sxth dmensons are plotted and t s showng a constant decay and fnally forms a plateau n less than generatons where dversty s less. 3.5 Mean X Analyss for to 6 Unknowns Mean X Mean X4 Analyss for to 6 Unknowns Mean X4 for 4 Unknwns Mean X4 for 6 Unknwns Mean X.5 Mean X for Unknwns Mean X for 4 Unknwns Mean X for 6 Unknwns.4. Fg 5 Mean X4 for Rastrgn Functon. Mean X for 6 Unknowns for Rastrgn Fg Mean X for Rastrgn Functon. Mean X Mean X for 6 Unknwn Mean X5 for 6 Unknwn Mean X6 for 6 Unknwn Mean X Mean X Analyss for to 6 Unknowns Mean X for Unknwns Mean X for 4 Unknwns Mean X for 6 Unknwns Fg 6 Mean X for Rastrgn Functon n 6 th dmenson Fg 3 Mean X for Rastrgn Functon. Mean X3 Analyss for to 6 Unknowns Mean X3 for 4 Unknw ns Mean X3 for 6 Unknw ns Fg 4 Mean X3 for Rastrgn Functon 6. concluson Ths work analyzes nternal behavor of the PSO algorthm, wth respectve ncrement n the number of unknowns whch means the complexty of problemdoman, usng the values of Problem Specfc Dstance Functon (PSDF) for the three well-known mathematcal benchmark functons, such as DeJong F, Rastrgn and Rosenbrock. The crteron for analyss was varaton n the number of unknowns for these benchmark functons from unknowns to 6 unknowns. We observed that ndvduals behave n smlar manner rrespectve of the complexty of the problem. The mean dstance functon started wth a large value, but t converged to optmum n few generatons. That means, once we know the results for or more number of unknowns, we can predct the expected behavor for ncremental number of unknowns. We have justfed the behavor usng all the three objectve benchmark problems under study.

8 Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) The parameters V max and the range of varables of PSO are fxed durng the entre experment. Thus ncreasng the complexty of a problem, and wth the fxed settngs for PSO parameters, the algorthm behaves n smlar manner whch means that PSO algorthm s stable. In addton, the result was that the algorthm always start wth bg collecton of ndvduals and brng all the ndvduals together near the optmum value, thus becomng less dverse. Ths was true for all the dmensons, whch means that no matter how complex the problem becomes, PSO behaves the same. As a concluson, f we have very complex problem wth many unknowns, testng t for few unknowns wll gve us enough predcton whether PSO s able to solve ths problem or not. Thus we can use PSDF as a measure whether PSO can solve the problem n hand or not. Ths wll be done by applyng the PSDF analyss to less complex problem and observe the behavor of PSO to t. If PSO was able to converge to the optmum, then we can drectly use t for more complex cases. From ths experment, we can observe that PSO has a convergence rate whch s qute hgh, the stablty s acheved n fewer generatons, and the dversty of ndvduals reduces sgnfcantly. In addton, PSDF values helped n predctng whether PSO wll be able to solve more complex cases or not. In future work, we wll try to fnd the actual values of unknowns n more complex dmenson usng PSO, f we have the values of unknowns n less complex problem. References [] P. J. Angelne, Evolutonary Optmzaton versus Partcle Swarm Optmzaton: Phlosophcal and Performance Dfferences, n Proc. Evolutonary Programmng VII (EP98,) LNCS 447, pp. 6-6, 998. [] A. Czarn, C. MacNsh, K. Vjayan, B. Turlach, and R. Gupta, Statstcal Exploratory Analyss of Genetc Algorthms, IEEE Transactons on Evolutonary Computaton, vol. 8(4), August 4, pp. 45-4, 4 [3] B. Cestnk, Estmatng probabltes:a Crucal Task n Machne Learnng, n Proc. The European Conference n Artfcal Intellgence, pp [4] Y. Sh and R. Eberhart, Parameter Selecton n Partcle Swarm Optmzaton, Proc. EP98, 998. [5] B. Jung and B. Karney, "Benchmark Tests of Evolutonary Computatonal Algorthms, Envronmental Informatcs Acheves, vol., pp , 4. [6] W. Chang, A. Sutclffe and R. Nevlle, A Dstance Functon-Based Mult-Objectve Evolutonary Algorthm, n James Foster (edtors), Genetc and Evolutonary Computaton Conference. Late-Breakng Papers, AAAI, Chcago, Illnos, USA, pp , 3. [7] S. Lous, Genetc Learnng for Combnatonal Logc Desgn, Journal of Soft Computng manuscrpt, vol. 9(), pp , 4. [8] J. Holland, Adaptaton n Natural and Artfcal Systems, The Unversty of Mchgan Press, 975. [9] X. Hu, PSO Tutoral, [] J. Kennedy and R. Eberhart, Partcle Swarm Optmzaton, n Proc. the IEEE Internatonal Conference on Neural Networks, 995. [] S. Manay and A. Yezz, A Second-Order PDE Technque to Construct Dstance Functons wth More Accurate Dervatves, n Proc. IEEE Internatonal Conference on Image Processng, 3, vol., pp. I , 3. [] X. Yao, How Powerful/Effcent Is Your Evolutonary Algorthm, A keynote Presentaton at 4 IEEE Congress on Evolutonary Computatons, Portland, Oregon, USA, 4. [3] Y. Sh and R. Eberhart, A Modfed Partcle Swarm Optmzer, n Proc. the IEEE Internatonal Conference on Evolutonary Computaton, Anchorage, Alaska, pp , 998. [4] S. Habb and B. Al-kazem, Comparatve Study Between the Internal Behavor of GA and PSO Through Problem-Specfc Dstance Functons, n Proc. 5 IEEE Congress on Evolutonary Computaton, 5. [5] K. McAloon and C. Tretkoff, Optmzaton and Computatonal Logc, Wley Interscence Seres n Mathematcs and Optmzaton. Wley Press, New York, 996.

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS Academc Research Internatonal ISS-L: 3-9553, ISS: 3-9944 Vol., o. 3, May 0 EVALUATIO OF THE PERFORMACES OF ARTIFICIAL BEE COLOY AD IVASIVE WEED OPTIMIZATIO ALGORITHMS O THE MODIFIED BECHMARK FUCTIOS Dlay

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION 24 CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION The present chapter proposes an IPSO approach for multprocessor task schedulng problem wth two classfcatons, namely, statc ndependent tasks and

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining A Notable Swarm Approach to Evolve Neural Network for Classfcaton n Data Mnng Satchdananda Dehur 1, Bjan Bhar Mshra 2 and Sung-Bae Cho 1 1 Soft Computng Laboratory, Department of Computer Scence, Yonse

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Data Mining For Multi-Criteria Energy Predictions

Data Mining For Multi-Criteria Energy Predictions Data Mnng For Mult-Crtera Energy Predctons Kashf Gll and Denns Moon Abstract We present a data mnng technque for mult-crtera predctons of wnd energy. A mult-crtera (MC) evolutonary computng method has

More information

An Improved Particle Swarm Optimization for Feature Selection

An Improved Particle Swarm Optimization for Feature Selection Journal of Bonc Engneerng 8 (20)?????? An Improved Partcle Swarm Optmzaton for Feature Selecton Yuannng Lu,2, Gang Wang,2, Hulng Chen,2, Hao Dong,2, Xaodong Zhu,2, Sujng Wang,2 Abstract. College of Computer

More information

Training ANFIS Structure with Modified PSO Algorithm

Training ANFIS Structure with Modified PSO Algorithm Proceedngs of the 5th Medterranean Conference on Control & Automaton, July 7-9, 007, Athens - Greece T4-003 Tranng ANFIS Structure wth Modfed PSO Algorthm V.Seyd Ghomsheh *, M. Alyar Shoorehdel **, M.

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

ARTICLE IN PRESS. Applied Soft Computing xxx (2012) xxx xxx. Contents lists available at SciVerse ScienceDirect. Applied Soft Computing

ARTICLE IN PRESS. Applied Soft Computing xxx (2012) xxx xxx. Contents lists available at SciVerse ScienceDirect. Applied Soft Computing ASOC-11; o. of Pages 1 Appled Soft Computng xxx (1) xxx xxx Contents lsts avalable at ScVerse ScenceDrect Appled Soft Computng j ourna l ho mepage: www.elsever.com/locate/asoc A herarchcal partcle swarm

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

CHAPTER 4 OPTIMIZATION TECHNIQUES

CHAPTER 4 OPTIMIZATION TECHNIQUES 48 CHAPTER 4 OPTIMIZATION TECHNIQUES 4.1 INTRODUCTION Unfortunately no sngle optmzaton algorthm exsts that can be appled effcently to all types of problems. The method chosen for any partcular case wll

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

More information

Classifier Swarms for Human Detection in Infrared Imagery

Classifier Swarms for Human Detection in Infrared Imagery Classfer Swarms for Human Detecton n Infrared Imagery Yur Owechko, Swarup Medasan, and Narayan Srnvasa HRL Laboratores, LLC 3011 Malbu Canyon Road, Malbu, CA 90265 {owechko, smedasan, nsrnvasa}@hrl.com

More information

Clustering Algorithm Combining CPSO with K-Means Chunqin Gu 1, a, Qian Tao 2, b

Clustering Algorithm Combining CPSO with K-Means Chunqin Gu 1, a, Qian Tao 2, b Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) Clusterng Algorthm Combnng CPSO wth K-Means Chunqn Gu, a, Qan Tao, b Department of Informaton Scence, Zhongka

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

Problem Definitions and Evaluation Criteria for the CEC 2015 Competition on Learning-based Real-Parameter Single Objective Optimization

Problem Definitions and Evaluation Criteria for the CEC 2015 Competition on Learning-based Real-Parameter Single Objective Optimization Problem Defntons and Evaluaton Crtera for the CEC 15 Competton on Learnng-based Real-Parameter Sngle Objectve Optmzaton J. J. Lang 1, B. Y. Qu, P. N. Suganthan 3, Q. Chen 4 1 School of Electrcal Engneerng,

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

Network Intrusion Detection Based on PSO-SVM

Network Intrusion Detection Based on PSO-SVM TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.1, No., February 014, pp. 150 ~ 1508 DOI: http://dx.do.org/10.11591/telkomnka.v1.386 150 Network Intruson Detecton Based on PSO-SVM Changsheng Xang*

More information

K-means Optimization Clustering Algorithm Based on Hybrid PSO/GA Optimization and CS validity index

K-means Optimization Clustering Algorithm Based on Hybrid PSO/GA Optimization and CS validity index Orgnal Artcle Prnt ISSN: 3-6379 Onlne ISSN: 3-595X DOI: 0.7354/jss/07/33 K-means Optmzaton Clusterng Algorthm Based on Hybrd PSO/GA Optmzaton and CS valdty ndex K Jahanbn *, F Rahmanan, H Rezae 3, Y Farhang

More information

A Clustering Algorithm Solution to the Collaborative Filtering

A Clustering Algorithm Solution to the Collaborative Filtering Internatonal Journal of Scence Vol.4 No.8 017 ISSN: 1813-4890 A Clusterng Algorthm Soluton to the Collaboratve Flterng Yongl Yang 1, a, Fe Xue, b, Yongquan Ca 1, c Zhenhu Nng 1, d,* Hafeng Lu 3, e 1 Faculty

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

Review of approximation techniques

Review of approximation techniques CHAPTER 2 Revew of appromaton technques 2. Introducton Optmzaton problems n engneerng desgn are characterzed by the followng assocated features: the objectve functon and constrants are mplct functons evaluated

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

More information

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition Optmal Desgn of onlnear Fuzzy Model by Means of Independent Fuzzy Scatter Partton Keon-Jun Park, Hyung-Kl Kang and Yong-Kab Km *, Department of Informaton and Communcaton Engneerng, Wonkwang Unversty,

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

Optimizing SVR using Local Best PSO for Software Effort Estimation

Optimizing SVR using Local Best PSO for Software Effort Estimation Journal of Informaton Technology and Computer Scence Volume 1, Number 1, 2016, pp. 28 37 Journal Homepage: www.jtecs.ub.ac.d Optmzng SVR usng Local Best PSO for Software Effort Estmaton Dnda Novtasar 1,

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

Speech enhancement is a challenging problem

Speech enhancement is a challenging problem Journal of Advances n Computer Engneerng and Technology, () 5 A New Shuffled Sub-swarm Partcle Swarm Optmzaton Algorthm for Speech Enhancement Masoud Geravanchzadeh, Sna Ghalam Osgoue Receved (-9-) Accepted

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Analysis of Particle Swarm Optimization and Genetic Algorithm based on Task Scheduling in Cloud Computing Environment

Analysis of Particle Swarm Optimization and Genetic Algorithm based on Task Scheduling in Cloud Computing Environment Analyss of Partcle Swarm Optmzaton and Genetc Algorthm based on Tas Schedulng n Cloud Computng Envronment Frederc Nzanywayngoma School of Computer and Communcaton Engneerng Unversty of Scence and Technology

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

A hybrid sequential approach for data clustering using K-Means and particle swarm optimization algorithm

A hybrid sequential approach for data clustering using K-Means and particle swarm optimization algorithm MultCraft Internatonal Journal of Engneerng, Scence and Technology Vol., No. 6, 00, pp. 67-76 INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE AND TECHNOLOGY www.jest-ng.com 00 MultCraft Lmted. All rghts

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

On the Virtues of Parameterized Uniform Crossover

On the Virtues of Parameterized Uniform Crossover On the Vrtues of Parameterzed Unform Crossover Wllam M. Spears Naval Research aboratory Washngton, D.C. 20375 USA spears@ac.nrl.navy.ml Kenneth A. De Jong George Mason Unversty Farfax, VA 22030 USA kdejong@ac.gmu.edu

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS

ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS Zpeng LI*, Ren SHENG Yellow Rver Conservancy Techncal Insttute, School of Mechancal Engneerng, Henan 475000, Chna. Correspondng

More information

Stochastic optimization algorithm with probability vector in mathematical function minimization and travelling salesman problem

Stochastic optimization algorithm with probability vector in mathematical function minimization and travelling salesman problem Stochastc optmzaton algorthm wth probablty vector n mathematcal functon mnmzaton and travellng salesman problem JAN POHL, VÁCLAV JIRSÍK, PETR HONZÍK Department of Control and Instrumentaton Brno Unversty

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

An Influence of the Noise on the Imaging Algorithm in the Electrical Impedance Tomography *

An Influence of the Noise on the Imaging Algorithm in the Electrical Impedance Tomography * Open Journal of Bophyscs, 3, 3, 7- http://dx.do.org/.436/ojbphy.3.347 Publshed Onlne October 3 (http://www.scrp.org/journal/ojbphy) An Influence of the Nose on the Imagng Algorthm n the Electrcal Impedance

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

A Novel Deluge Swarm Algorithm for Optimization Problems

A Novel Deluge Swarm Algorithm for Optimization Problems A Novel eluge Swarm Algorthm for Optmzaton Problems Anahta Samad,* - Mohammad Reza Meybod Scence and Research Branch, Islamc Azad Unversty, Qazvn, Iran Soft Computng Laboratory, Computer Engneerng and

More information

Problem Definitions and Evaluation Criteria for the CEC 2005 Special Session on Real-Parameter Optimization

Problem Definitions and Evaluation Criteria for the CEC 2005 Special Session on Real-Parameter Optimization Problem efntons and Evaluaton Crtera for the CEC 2005 Specal Sesson on Real-Parameter Optmzaton P. N. Suganthan, N. Hansen 2, J. J. Lang, K. eb 3, Y. -P. Chen 4, A. Auger 2, S. Twar 3 School of EEE, Nanyang

More information

Imperialist Competitive Algorithm with Variable Parameters to Determine the Global Minimum of Functions with Several Arguments

Imperialist Competitive Algorithm with Variable Parameters to Determine the Global Minimum of Functions with Several Arguments Fourth Internatonal Conference Modellng and Development of Intellgent Systems October 8 - November, 05 Lucan Blaga Unversty Sbu - Romana Imperalst Compettve Algorthm wth Varable Parameters to Determne

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

A parallel implementation of particle swarm optimization using digital pheromones

A parallel implementation of particle swarm optimization using digital pheromones Mechancal Engneerng Conference Presentatons, Papers, and Proceedngs Mechancal Engneerng 006 A parallel mplementaton of partcle swarm optmzaton usng dgtal pheromones Vjay Kalvarapu Iowa State Unversty,

More information

Synthesizer 1.0. User s Guide. A Varying Coefficient Meta. nalytic Tool. Z. Krizan Employing Microsoft Excel 2007

Synthesizer 1.0. User s Guide. A Varying Coefficient Meta. nalytic Tool. Z. Krizan Employing Microsoft Excel 2007 Syntheszer 1.0 A Varyng Coeffcent Meta Meta-Analytc nalytc Tool Employng Mcrosoft Excel 007.38.17.5 User s Gude Z. Krzan 009 Table of Contents 1. Introducton and Acknowledgments 3. Operatonal Functons

More information

MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE SWARM OPTIMIZATION

MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE SWARM OPTIMIZATION MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE OPTIMIZATION K.E. Parsopoulos, D.K. Tasouls, M.N. Vrahats Department of Mathematcs, Unversty of Patras Artfcal Intellgence Research

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Rule Discovery with Particle Swarm Optimization

Rule Discovery with Particle Swarm Optimization Rule Dscovery wth Partcle Swarm Optmzaton Yu Lu 1, Zheng Qn 1,2, Zhewen Sh 1, and Junyng Chen 1 1 Department of Computer Scence, Xan JaoTong Unversty, Xan 710049, P.R. Chna luyu@malst.xjtu.edu.cn http://www.psodream.net

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1)

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1) Secton 1.2 Subsets and the Boolean operatons on sets If every element of the set A s an element of the set B, we say that A s a subset of B, or that A s contaned n B, or that B contans A, and we wrte A

More information

Chinese Word Segmentation based on the Improved Particle Swarm Optimization Neural Networks

Chinese Word Segmentation based on the Improved Particle Swarm Optimization Neural Networks Chnese Word Segmentaton based on the Improved Partcle Swarm Optmzaton Neural Networks Ja He Computatonal Intellgence Laboratory School of Computer Scence and Engneerng, UESTC Chengdu, Chna Department of

More information

y and the total sum of

y and the total sum of Lnear regresson Testng for non-lnearty In analytcal chemstry, lnear regresson s commonly used n the constructon of calbraton functons requred for analytcal technques such as gas chromatography, atomc absorpton

More information

GSLM Operations Research II Fall 13/14

GSLM Operations Research II Fall 13/14 GSLM 58 Operatons Research II Fall /4 6. Separable Programmng Consder a general NLP mn f(x) s.t. g j (x) b j j =. m. Defnton 6.. The NLP s a separable program f ts objectve functon and all constrants are

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM

OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM Proceedng of the Frst Internatonal Conference on Modelng, Smulaton and Appled Optmzaton, Sharah, U.A.E. February -3, 005 OPTIMIZATION OF FUZZY RULE BASES USING CONTINUOUS ANT COLONY SYSTEM Had Nobahar

More information

Improving Classifier Fusion Using Particle Swarm Optimization

Improving Classifier Fusion Using Particle Swarm Optimization Proceedngs of the 7 IEEE Symposum on Computatonal Intellgence n Multcrtera Decson Makng (MCDM 7) Improvng Classfer Fuson Usng Partcle Swarm Optmzaton Kalyan Veeramachanen Dept. of EECS Syracuse Unversty

More information

Natural Computing. Lecture 13: Particle swarm optimisation INFR /11/2010

Natural Computing. Lecture 13: Particle swarm optimisation INFR /11/2010 Natural Computng Lecture 13: Partcle swarm optmsaton Mchael Herrmann mherrman@nf.ed.ac.uk phone: 0131 6 517177 Informatcs Forum 1.42 INFR09038 5/11/2010 Swarm ntellgence Collectve ntellgence: A super-organsm

More information

Backpropagation: In Search of Performance Parameters

Backpropagation: In Search of Performance Parameters Bacpropagaton: In Search of Performance Parameters ANIL KUMAR ENUMULAPALLY, LINGGUO BU, and KHOSROW KAIKHAH, Ph.D. Computer Scence Department Texas State Unversty-San Marcos San Marcos, TX-78666 USA ae049@txstate.edu,

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

Stochastic optimization algorithm with probability vector

Stochastic optimization algorithm with probability vector Proceedngs of the 4th WSEAS Internatonal Conference on COMPUTATIONAL INTELLIGENCE Stochastc optmzaton algorthm th probablty vector JAN POHL, VÁCLAV JIRSÍK, PETR HONZÍK Department of Control and Instrumentaton

More information

A Time-driven Data Placement Strategy for a Scientific Workflow Combining Edge Computing and Cloud Computing

A Time-driven Data Placement Strategy for a Scientific Workflow Combining Edge Computing and Cloud Computing > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 A Tme-drven Data Placement Strategy for a Scentfc Workflow Combnng Edge Computng and Cloud Computng Bng Ln, Fangnng

More information

Duality Search: A novel simple and efficient meta-heuristic algorithm. *Mohsen Shahrouzi 1)

Duality Search: A novel simple and efficient meta-heuristic algorithm. *Mohsen Shahrouzi 1) Dualty Search: A novel smple and effcent meta-heurstc algorthm *Mohsen Shahrouz 1) 1) Engneerng Department, Kharazm Unversty, Tehran, Iran 1) shahruz@khu.ac.r ABSTRACT In ths artcle a novel meta-heurstc

More information

Study of Data Stream Clustering Based on Bio-inspired Model

Study of Data Stream Clustering Based on Bio-inspired Model , pp.412-418 http://dx.do.org/10.14257/astl.2014.53.86 Study of Data Stream lusterng Based on Bo-nspred Model Yngme L, Mn L, Jngbo Shao, Gaoyang Wang ollege of omputer Scence and Informaton Engneerng,

More information

USING MODIFIED FUZZY PARTICLE SWARM OPTIMIZATION ALGORITHM FOR PARAMETER ESTIMATION OF SURGE ARRESTERS MODELS

USING MODIFIED FUZZY PARTICLE SWARM OPTIMIZATION ALGORITHM FOR PARAMETER ESTIMATION OF SURGE ARRESTERS MODELS Internatonal Journal of Innovatve Computng, Informaton and Control ICIC Internatonal c 2012 ISSN 1349-4198 Volume 8, Number 1(B), January 2012 pp. 567 581 USING MODIFIED FUZZY PARTICLE SWARM OPTIMIZATION

More information

SHAPE OPTIMIZATION OF STRUCTURES BY MODIFIED HARMONY SEARCH

SHAPE OPTIMIZATION OF STRUCTURES BY MODIFIED HARMONY SEARCH INTERNATIONAL JOURNAL OF OPTIMIZATION IN CIVIL ENGINEERING Int. J. Optm. Cvl Eng., 2011; 3:485-494 SHAPE OPTIMIZATION OF STRUCTURES BY MODIFIED HARMONY SEARCH S. Gholzadeh *,, A. Barzegar and Ch. Gheyratmand

More information

A Two-Stage Algorithm for Data Clustering

A Two-Stage Algorithm for Data Clustering A Two-Stage Algorthm for Data Clusterng Abdolreza Hatamlou 1 and Salwan Abdullah 2 1 Islamc Azad Unversty, Khoy Branch, Iran 2 Data Mnng and Optmsaton Research Group, Center for Artfcal Intellgence Technology,

More information

Particle Swarm Optimization for HW/SW Partitioning

Particle Swarm Optimization for HW/SW Partitioning Partcle Swarm Optmzaton for HW/SW Parttonng M. B. Abdelhalm and S. E. D. Habb Electroncs and Communcatons Department, Faculty of Engneerng - Caro Unversty Egypt 3 1. Introducton Embedded systems typcally

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints TPL-ware Dsplacement-drven Detaled Placement Refnement wth Colorng Constrants Tao Ln Iowa State Unversty tln@astate.edu Chrs Chu Iowa State Unversty cnchu@astate.edu BSTRCT To mnmze the effect of process

More information

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis Internatonal Mathematcal Forum, Vol. 6,, no. 7, 8 Soltary and Travelng Wave Solutons to a Model of Long Range ffuson Involvng Flux wth Stablty Analyss Manar A. Al-Qudah Math epartment, Rabgh Faculty of

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article. A selective ensemble classification method on microarray data

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article. A selective ensemble classification method on microarray data Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(6):2860-2866 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A selectve ensemble classfcaton method on mcroarray

More information

Combining Cellular Automata and Particle Swarm Optimization for Edge Detection

Combining Cellular Automata and Particle Swarm Optimization for Edge Detection Combnng Cellular Automata and Partcle Swarm Optmzaton for Edge Detecton Safa Djemame Ferhat Abbes Unversty Sétf, Algera Mohamed Batouche Mentour Unversty Constantne, Algera ABSTRACT Cellular Automata can

More information

An Evolvable Clustering Based Algorithm to Learn Distance Function for Supervised Environment

An Evolvable Clustering Based Algorithm to Learn Distance Function for Supervised Environment IJCSI Internatonal Journal of Computer Scence Issues, Vol. 7, Issue 5, September 2010 ISSN (Onlne): 1694-0814 www.ijcsi.org 374 An Evolvable Clusterng Based Algorthm to Learn Dstance Functon for Supervsed

More information

Using Particle Swarm Optimization for Enhancing the Hierarchical Cell Relay Routing Protocol

Using Particle Swarm Optimization for Enhancing the Hierarchical Cell Relay Routing Protocol 2012 Thrd Internatonal Conference on Networkng and Computng Usng Partcle Swarm Optmzaton for Enhancng the Herarchcal Cell Relay Routng Protocol Hung-Y Ch Department of Electrcal Engneerng Natonal Sun Yat-Sen

More information

Image Feature Selection Based on Ant Colony Optimization

Image Feature Selection Based on Ant Colony Optimization Image Feature Selecton Based on Ant Colony Optmzaton Lng Chen,2, Bolun Chen, Yxn Chen 3, Department of Computer Scence, Yangzhou Unversty,Yangzhou, Chna 2 State Key Lab of Novel Software Tech, Nanng Unversty,

More information

NGPM -- A NSGA-II Program in Matlab

NGPM -- A NSGA-II Program in Matlab Verson 1.4 LIN Song Aerospace Structural Dynamcs Research Laboratory College of Astronautcs, Northwestern Polytechncal Unversty, Chna Emal: lsssswc@163.com 2011-07-26 Contents Contents... 1. Introducton...

More information

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks Seventh Internatonal Conference on Intellgent Systems Desgn and Applcatons GA-Based Learnng Algorthms to Identfy Fuzzy Rules for Fuzzy Neural Networks K Almejall, K Dahal, Member IEEE, and A Hossan, Member

More information

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr)

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr) Helsnk Unversty Of Technology, Systems Analyss Laboratory Mat-2.08 Independent research projects n appled mathematcs (3 cr) "! #$&% Antt Laukkanen 506 R ajlaukka@cc.hut.f 2 Introducton...3 2 Multattrbute

More information

An Efficient Genetic Algorithm Based Approach for the Minimum Graph Bisection Problem

An Efficient Genetic Algorithm Based Approach for the Minimum Graph Bisection Problem 118 An Effcent Genetc Algorthm Based Approach for the Mnmum Graph Bsecton Problem Zh-Qang Chen, Rong-Long WAG and Kozo OKAZAKI Faculty of Engneerng, Unversty of Fuku, Bunkyo 3-9-1,Fuku-sh, Japan 910-8507

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information