MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

Size: px
Start display at page:

Download "MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS"

Transcription

1 Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No JATIT & LLS. All rghts reserved. ISSN: EISSN: MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN PRBLEMS ZHA PENGJUN, LIU SANYANG AN 3 CHENG GU epartment of Mathematcs and Computatonal Scence, Shangluo Unversty, Shangluo 7000, P. R. Chna epartment of Appled Mathematcs, Xdan Unversty, X'an 7007, P. R. Chna 3 epartment of Mathematcs and Computatonal Scence, Shangluo Unversty, Shangluo 7000, P. R. Chna Emal: pengjunzhao@.com, lusanyang@.com, 3 chengguo3805@3.com ABSTRACT In the paper a modfed partcle swarm optmzaton (M s proposed where concepts from frefly algorthm (FA are borrowed to enhance the performance of partcle swarm optmzaton (. The modfcatons focus on the velocty vectors of the, whch fully use benefcal nformaton of the poston of partcles and ncrease randomzaton tem n the. Fnally, the performance of the proposed algorthm s compared wth that of the. Smulaton results demonstrate the effectveness of the proposed algorthm. Keywords: Partcle Swarm ptmzaton; Frefly Algorthm; MetaHeurstc Algorthm. INTRUCTIN The optmzaton problems frequently arse n almost every feld of the natural scences and the engneerng technology. urng the last few decades, Naturenspred Metaheurstc algorthms have been proposed for solvng the optmzaton problems. There are many dfferent metaheurstc algorthms for the optmzaton problems, such as dfferental evoluton (E [], ant colony optmzaton (AC [], frefly algorthm [3], and so on. Partcle swarm optmzaton (, proposed by Kennedy and Eberhart [5] n 995 s a new, selfadaptve global optmzaton algorthm based on the swarm behavor of brds and fsh, In the, a potental soluton for a gven problem s consdered as a partcle, a partcle fles through a dmensonal, realvalued search space and adjusts ts poston vector accordng to ts own experence and other partcles. The approach s becomng very popular due to ts smplcty of mplementaton and ablty to qucly converge to a reasonably good soluton; t has been successfully appled n a vast range of problems [58].To mprove the performance of the, Hongq L et al. [9] proposed a novel hybrd partcle swarm optmzaton algorthm combned wth harmony search for hgh dmensonal optmzaton problems,. Begambre et al. [0] proposed a hybrd partcle swarm optmzaton smplex algorthm for structural damage dentfcaton, Changsheng Zhang et al. [] proposed a novel hybrd dfferental evoluton and partcle swarm optmzaton algorthm for unconstraned optmzaton. Frefly algorthm (FA s a new metaheurstc algorthm whch s nspred from socal behavor of frefles n nature. Ths algorthm was developed recently by XnShe Yang at Cambrdge Unversty. It uses three dealzed rules: All frefles are unsex and can be attracted by other frefles; attractveness of each frefly s proportonal to ther brghtness and brghtness of each frefly s determned by evaluatng objectve functon. Further detals about the FA are gven n [3]. In order to mprove the search capablty of, the purpose of ths paper s to present a based on the part thought of frefly algorthm (M. To show the performance of ths algorthm, M s appled to four standard benchmar functons. Numercal results reveal that the proposed algorthm s a powerful search algorthm for optmzaton problems. 0

2 Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No JATIT & LLS. All rghts reserved. ISSN: EISSN: The remander of the paper s organzed as follows: Secton descrbes the. The proposed approach (M s presented n Secton 3. Results of the experments are presented and dscussed n Secton. Fnally, Secton 5 concludes the paper.. THE PARTICLE SARM ALGRITHM In, every partcle has a poston vector x = ( x, x,, x and a velocty vector v = ( v, v,, v. At each tme step t, the velocty of partcle s updated accordng to Eq. and then ts poston s updated accordng to Eq.. v ( t + = ωv ( t + c r ( pbest x ( t + c r ( gbest x ( t x ( t + = x ( t + v ( t + ( ( here w s the nertal weght, and c and c are postve acceleraton coeffcents used to scale the contrbuton of cogntve and socal components, respectvely. pbest s the best poston that partcle has been vsted. gbest s the best poston found by all partcles n the swarm. r and r are unform random number n [0,], vd [ V, V ], and max max Vmax specfy maxmum of velocty. can be summarzed as the pseudo code shown n Fgure. begn ntalze the partcle populaton x (=,,,n and v whle (t <Max number of Generatons evaluate the ftness f (x, x = (x,..., x update pbest and gbest calculate new velocty accordng to Eq. update the poston accordng to Eq. end whle end Fgure Partcle Swarm ptmzaton 3. THE MIFIE PARTICLE SARM ALGRITHM In ths secton, the part thought of FA s used n the to accelerate convergence speed and also to enhance ts capablty for handlng optmzaton problems. The M has exactly the same steps as the wth the excepton that velocty vector s modfed as follows: In the M, the dstance between x and pbest, respectvely, s the Cartesan dstance r = pbest x ( t px = ( pbest x =,, (3 The dstance between x and gbest, respectvely, s the Cartesan dstance r = gbest x ( t gx = ( gbest x =, ( The velocty vectors v of the s randomly mutated by usng Eq.5. ωv ( t + cr ( pbest x ( t + cr ( gbest x ( t, r3 pa ( rpx v ( t + = ω v ( t + r e ( pbest x ( t ( r gx + r e ( gbest x ( t + α( r, else (5 here the thrd term s randomzaton wth the control parameter α, whch maes the exploraton of the search space more effcent. p a s a mutaton probablty, r 3 s unform random number n [0,], the proposed algorthm fully uses benefcal nformaton of the solutons to modfy the velocty vector v. Intutvely, ths modfcaton allows the M to wor effcently n both contnuous and dscrete problems.. EXPERIMENTS. Benchmars In ths secton, four well nown benchmar functons for mnmzaton are chosen to test the performance of M n comparson wth [7]. The test functons are lsted below: Sphere functon x = f ( x = (

3 Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No JATIT & LLS. All rghts reserved. ISSN: EISSN: Rosenbroc functon ( = [00( + + ( ] = f x x x x Rastrgrn functon ( = [ 0 cos( π + 0] = f x x x Grewan functon ( = x cos( = = f x x (7 (8 (9 Search space ranges of the above benchmar functons for the experments are lsted n Table. Table Search Space For Each Test Functons Functon Search space Sphere Rosenbroc 30 x 30 Rastgrn 5. x 5. Grewan 00 x 00. Algorthm s Settngs And Expermental Results To evaluate the performance of the proposed, all common parameters of [7] and M are set the same to have a far comparson. All functons were mplemented n 30 dmensons. The results reported n ths secton are mean and standard dev. over 50 smulatons. The maxmum number of generatons (Ng was set to,000 for two algorthms, t s good to lmt the V max to the upper value of the range of search, =0. For the M, p a =0.9, Ng t w = ( , Ng c = c =. Table summarzes value data obtaned by applyng the two approaches to the benchmar x functons. As seen, for Sphere functon, Rosenbroc functon and Grewan functon, the result generated by M s better than those generated by, for Rastgrn functon, M slghtly outperformed. It can be concluded that the M outperformed n all four benchmar functons when the predefned number of generatons s completed. The modfed that combnes the dstance nformaton and randomzaton term s proved to be correct and effectve n convergng to the global optmal. Functo n Sphere Rosenb roc Rastgr n Grewa n Table Shows The Mean And STEV. f The Benchmar Functon ptmzaton Results Met hod Mean e e e Stdev e e e e

4 Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No JATIT & LLS. All rghts reserved. ISSN: EISSN: M Mean FtnessValue(log Number of Generatons (a 0 8 M Mean FtnessValue(log Number of Generatons (b. M 5.8 Mean FtnessValue(log Number of Generatons (c 7 M 5 Mean FtnessValue(log Number of Generatons (d Fgure Varaton f The Mean That Are Best Ft th Tme. (A Sphere Functon. (B Rosenbroc Functon. (C Rastgrn Functon. ( Grewan Functon. 3

5 Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No JATIT & LLS. All rghts reserved. ISSN: EISSN: Fgure show the search progress of the average values found by the two algorthms over 50 runs four functons, whch plot the ftness values (log aganst the number of generatons. From Fgure, t s clear that the M converges sgnfcantly faster than for Sphere functon, Rosenbroc functon and Grewan functon, the M converges slghtly faster than for Rastgrn functon. 5. CNCLUSINS Ths paper proposes a new smple but effectve and effcent modfed for contnuous optmzaton problems. The results obtaned show that by usng the M may yeld better solutons than those obtaned by usng, and demonstrate the effectveness and robustness of the proposed algorthm. In concluson, my research wor, therefore, suggests that the M s potentally a powerful search and optmzaton technque for solvng complex problems. In ths wor, we only consder the unconstraned functon optmzaton. ur future wor conssts on addng the dversty rules nto M for constraned optmzaton problems. ACKNLEGMENT The authors would le to than the anonymous referees for ther constructve and useful comments that have helped me to mprove the presentaton of ths paper. Ths wor s supported by Research Program Project of Educaton epartment of Shaanx Provncal Government (Grant No.JK057 and Scentfc Research Foundaton of Shangluo Unversty (Grant No. 0SKY0. REFERENCES [5] J. Kennedy and R. C. Eberhart, Partcle swarm optmzaton. Proceedngs of the 995 IEEE Internatonal Conference on Neural Networs, 995, vol., pp [] R. C. Eberhart and J. Kennedy, New optmzer usng partcle swarm theory, Proceedngs of the th Internatonal Symposum on Mcro Machne and Human Scence, 995, pp [7] Y.Sh, Emprcal study of partcle swarm optmzaton. Proceedngs of IEEE Internatonal Congress on Evolutonary Computaton, 999, vol. 3, pp.00. [8] A. Ratnaweeta, S. K. Halgamuge and H. C. atson, Selforganzng herarchcal partcle swarm optmzer wth tmevaryng acceleraton coeffcents. IEEE Transactons on Evolutonary Computaton, 00, Vol. 8, No. 3, pp.055. [9] Hongq L and L L, A Novel Hybrd Partcle Swarm ptmzaton Algorthm Combned wth Harmony Search for Hgh mensonal ptmzaton Problems. 007 Internatonal Conference on Intellgent Pervasve Computng, 007, pp.997. [0]. Begambre and J. E. Laer, A hybrd Partcle Swarm ptmzaton Smplex algorthm (S for structural damage dentfcaton. Advances n Engneerng Software, Vol.0, No. 9, 009, pp [] Changsheng Zhang, Jaxu Nng and Shua Lu, et al. A novel hybrd dfferental evoluton and partcle swarm optmzaton algorthm for unconstraned optmzaton. peratons Research Letters, Vol.37, No., 009, pp.7. [] R. Storn and K. Prce, fferental evoluton a smple and effcent heurstc for global optmzaton over contnuous spaces. Journal of Global ptmzaton, 997, vol., No., pp [] M. orgo and T. St ǚ utzle, Ant colony optmzaton, MIT Press, Cambrdge, MA, 00. [3] X.S. Yang, Frefly Algorthms for multmodal optmzaton, Lecture Notes n Computer Scence, 009,vol. 579, pp [] X.S. Yang, Frefly Algorthm, Stochastc Test Functons and desgn optmzaton, Internatonal Journal of BoInspred computaton, 00,Vol., No., pp. 788.

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

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

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

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

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

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

More information

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

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

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

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

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

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

V is the velocity of the i th

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

More information

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

PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL

PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL ARPN Journal of Engneerng and Appled Scences 2006-2012 Asan Research Publshng Networ (ARPN). All rghts reserved. PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL M. Balasubba Reddy

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

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

A New Quantum Behaved Particle Swarm Optimization

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

More information

MODIFIED SWARM FIREFLY ALGORITHM METHOD FOR DIRECTIONAL OVERCURRENT RELAY COORDINATION PROBLEM

MODIFIED SWARM FIREFLY ALGORITHM METHOD FOR DIRECTIONAL OVERCURRENT RELAY COORDINATION PROBLEM Journal of Theoretcal and Appled Informaton Technology 005-04 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 MODIFIED SWARM FIREFLY ALGORITHM METHOD FOR DIRECTIONAL OVERCURRENT

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

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

A new Approach for Solving Linear Ordinary Differential Equations

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

More information

Markov Chain Monte Carlo Lecture 6

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

More information

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

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

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

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

A self-adaptive firefly algorithm for structural damage detection

A self-adaptive firefly algorithm for structural damage detection A self-adaptve frefly algorthm for structural damage detecton Chu-Dong Pan 1) and *Lng Yu ) 1), ) Department of Mechancs and Cvl Engneerng, Jnan Unversty, Guangzhou 5163, Chna ) MOE Key Lab of Dsaster

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

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

Supplemental Material: Causal Entropic Forces

Supplemental Material: Causal Entropic Forces Supplemental Materal: Causal Entropc Forces A. D. Wssner-Gross 1, 2, and C. E. Freer 3 1 Insttute for Appled Computatonal Scence, Harvard Unversty, Cambrdge, Massachusetts 02138, USA 2 The Meda Laboratory,

More information

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

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

More information

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

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

(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

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

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

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

Air Age Equation Parameterized by Ventilation Grouped Time WU Wen-zhong

Air Age Equation Parameterized by Ventilation Grouped Time WU Wen-zhong Appled Mechancs and Materals Submtted: 2014-05-07 ISSN: 1662-7482, Vols. 587-589, pp 449-452 Accepted: 2014-05-10 do:10.4028/www.scentfc.net/amm.587-589.449 Onlne: 2014-07-04 2014 Trans Tech Publcatons,

More information

A Hybrid Algorithm Based on Gravitational Search and Particle Swarm Optimization Algorithm to Solve Function Optimization Problems

A Hybrid Algorithm Based on Gravitational Search and Particle Swarm Optimization Algorithm to Solve Function Optimization Problems Engneerng Letters, 25:1, EL_25_1_04 A Hybrd Algorthm Based on Gravtatonal Search and Partcle Swarm Optmzaton Algorthm to Solve Functon Optmzaton Problems Je-Sheng Wang, and Jang-D Song Abstract Gravtatonal

More information

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

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

More information

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

Chapter Introduction

Chapter Introduction Unversty of Pretora etd Wle, D N (5) Chapter Objectvty of the PSOA. Introducton In scence, most physcal phenomena are nvarant. It s fundamental that mathematcal representaton of these phenomena reflects

More information

Analytics on Fireworks Algorithm Solving Problems with. Shift in Decision Space and Objective Space

Analytics on Fireworks Algorithm Solving Problems with. Shift in Decision Space and Objective Space Analytcs on Frewors Algorthm Solvng Problems wth Sht n ecson Space and Objectve Space Sh Cheng, Unversty o Nottngham Nngbo Chna Quande Qn, Shenzhen Unversty, Chna Yuhu Sh, X'an Jaotong-Lverpool Unversty,

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

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

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

OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION

OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION Internatonal Journal of Engneerng Scences & Emergng Technologes, Dec. 212. OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION M. Lakshmkantha Reddy 1, M. Ramprasad Reddy 2, V. C. Veera Reddy 3 1&2 Research

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

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

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

More information

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

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

More information

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

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

An Optimization Algorithm Based on Binary Difference and Gravitational Evolution

An Optimization Algorithm Based on Binary Difference and Gravitational Evolution Internatonal Journal of Computatonal Intellgence Systems Vol. 5 No. 3 (June 0) 83-93 An Optmzaton Algorthm Based on Bnary fference and Gravtatonal Evoluton Junl L Yang Lou and Yuhu Sh 3. College of Computer

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

International Journal of Swarm Intelligence and Evolutionary Computation

International Journal of Swarm Intelligence and Evolutionary Computation ISSN: 9498 Internatonal Journal of Swarm Intellgence and Evolutonary Computaton Research Artcle Artcle Internatonal Journal of Swarm Intellgence and Evolutonary Computaton Allah, 6, 5: DOI:.47/9498.4 Open

More information

Stochastic Weight Trade-Off Particle Swarm Optimization for Optimal Power Flow

Stochastic Weight Trade-Off Particle Swarm Optimization for Optimal Power Flow Stochastc Weght Trade-Off Partcle Swarm Optmzaton for Optmal Power Flow Luong Dnh Le and Loc Dac Ho Faculty of Mechancal-Electrcal-Electronc, Ho Ch Mnh Cty Unversty of Technology, HCMC, Vetnam Emal: lednhluong@gmal.com,

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

Solving Design of Pressure Vessel Engineering Problem Using a Fruit Fly Optimization Algorithm

Solving Design of Pressure Vessel Engineering Problem Using a Fruit Fly Optimization Algorithm Solvng Desgn of Pressure Vessel Engneerng Problem Usng a Frut Fly Optmzaton Algorthm Xantng Ke, Yongsen Zhang, Yuchuan L,, * and Tngsong Du College of Scence, Chna Three Gorges Unversty, Ychang 44300,

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

Transient Stability Constrained Optimal Power Flow Using Improved Particle Swarm Optimization

Transient Stability Constrained Optimal Power Flow Using Improved Particle Swarm Optimization Transent Stablty Constraned Optmal Power Flow Usng Improved Partcle Swarm Optmzaton Tung The Tran and Deu Ngoc Vo Abstract Ths paper proposes an mproved partcle swarm optmzaton method for transent stablty

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

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

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

More information

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

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

Supporting Information

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

More information

A DNA Coding Scheme for Searching Stable Solutions

A DNA Coding Scheme for Searching Stable Solutions A DNA odng Scheme for Searchng Stable Solutons Intaek Km, HeSong Lan, and Hwan Il Kang 2 Department of ommuncaton Eng., Myongj Unversty, 449-728, Yongn, South Korea kt@mju.ac.kr, hslan@hotmal.net 2 Department

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

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

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems Mathematca Aeterna, Vol. 1, 011, no. 06, 405 415 Applcaton of B-Splne to Numercal Soluton of a System of Sngularly Perturbed Problems Yogesh Gupta Department of Mathematcs Unted College of Engneerng &

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

w max h max h max max

w max h max h max max Solvng Machne Schedulng Problem Usng Partcle Sarm Optmzaton Method Hanan A. Chachan Mathematcal Dept./College of Scence/Al-Mustansryah Unversty Abstract In ths paper the problem of schedulng n jobs n a

More information

A Multimodal Fusion Algorithm Based on FRR and FAR Using SVM

A Multimodal Fusion Algorithm Based on FRR and FAR Using SVM Internatonal Journal of Securty and Its Applcatons A Multmodal Fuson Algorthm Based on FRR and FAR Usng SVM Yong L 1, Meme Sh 2, En Zhu 3, Janpng Yn 3, Janmn Zhao 4 1 Department of Informaton Engneerng,

More information

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

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

More information

Research Article Three-Dimensional Path Planning Method for Autonomous Underwater Vehicle Based on Modified Firefly Algorithm

Research Article Three-Dimensional Path Planning Method for Autonomous Underwater Vehicle Based on Modified Firefly Algorithm Mathematcal Problems n Engneerng Volume 2015, Artcle ID 561394, 10 pages http://dx.do.org/10.1155/2015/561394 Research Artcle Three-Dmensonal Path Plannng Method for Autonomous Underwater Vehcle Based

More information

Intelligent Optimisation and Learning Using Tsallis Statistics

Intelligent Optimisation and Learning Using Tsallis Statistics Intellgent Optmsaton and Learnng Usng Tsalls Statstcs George D. Magoulas gmagoulas@dcs.bb.ac.u.dcs.bb.ac.u/~gmagoulas/ Goal of ths presentaton. Sho ho deas from Tsalls statstcs can be ncorporated nto learnng

More information

The Discrete Logarithm Problem as an Optimization Task: A First Study

The Discrete Logarithm Problem as an Optimization Task: A First Study The Dscrete Logarthm Problem as an Optmzaton Task: A Frst Study E.C. Laskar (1,3), G.C. Meletou (2,3), M.N. Vrahats (1,3) (1) Department of Mathematcs, Unversty of Patras, GR 26110 Patras, Greece, (2)

More information

Multi-objective Optimization of Condensation Heat Transfer inside Horizontal Tube using Particle Swarm Optimization Technique

Multi-objective Optimization of Condensation Heat Transfer inside Horizontal Tube using Particle Swarm Optimization Technique Mult-objectve Optmzaton of Condensaton Heat Transfer nsde Horzontal Tube usng Partcle Swarm Optmzaton Technque Ravndra Kumar a *, P. Kumar b a* Research Scholar, Department of Mechancal Engneerng, Natonal

More information

Downloaded from jamlu.liau.ac.ir at 21: on Friday February 22nd K-means. * :

Downloaded from jamlu.liau.ac.ir at 21: on Friday February 22nd K-means. * : ق م يات کارБRد ی ا ن سال زد م ماره وم ( ی ٥٠ ) پا ز ٧-١ ٩٥ ص ص شاپا ٧٢٨٦-٢٢٥١ * 1395 0 : 1395 6 :. (HSA)... HSA.. k-means : 1....[1]..[] K-means K-means. K-means.. 1 * shahrar.mr@gmal.com : م وی ر و ی

More information

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

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

More information

COMPOSITE BEAM WITH WEAK SHEAR CONNECTION SUBJECTED TO THERMAL LOAD

COMPOSITE BEAM WITH WEAK SHEAR CONNECTION SUBJECTED TO THERMAL LOAD COMPOSITE BEAM WITH WEAK SHEAR CONNECTION SUBJECTED TO THERMAL LOAD Ákos Jósef Lengyel, István Ecsed Assstant Lecturer, Professor of Mechancs, Insttute of Appled Mechancs, Unversty of Mskolc, Mskolc-Egyetemváros,

More information

Optimal Reactive Power Dispatch Using Efficient Particle Swarm Optimization Algorithm

Optimal Reactive Power Dispatch Using Efficient Particle Swarm Optimization Algorithm Optmal Reactve Power Dspatch Usng Effcent Partcle Swarm Optmzaton Algorthm MESSAOUDI Abdelmoumene *, BELKACEMI Mohamed ** *Electrcal engneerng Department, Delfa Unversty, Algera ** Electrcal engneerng

More information

An Interactive Optimisation Tool for Allocation Problems

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

More information

Energy Consumption Forecasting in Process Industry Using Support Vector Machines and Particle Swarm Optimization

Energy Consumption Forecasting in Process Industry Using Support Vector Machines and Particle Swarm Optimization Energy Consumpton Forecastng n Process Industry Usng Support Vector Machnes and Partcle Swarm Optmzaton MILENA R. PEKOVIĆ MILAN R. RAPAIĆ BORIS B. JAKOVLJEVIĆ Computng and Control Department Unversty 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

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

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

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

BALANCING OF U-SHAPED ASSEMBLY LINE

BALANCING OF U-SHAPED ASSEMBLY LINE BALANCING OF U-SHAPED ASSEMBLY LINE Nuchsara Krengkorakot, Naln Panthong and Rapeepan Ptakaso Industral Engneerng Department, Faculty of Engneerng, Ubon Rajathanee Unversty, Thaland Emal: ennuchkr@ubu.ac.th

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

A statistical analysis of particle swarm optimization with and without digital pheromones

A statistical analysis of particle swarm optimization with and without digital pheromones Mechancal Engneerng Conference Presentatons, Papers, and Proceedngs Mechancal Engneerng 2007 A statstcal analyss of partcle swarm optmzaton wth and wthout dgtal pheromones Vjay Kalvarapu Iowa State Unversty,

More information

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

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

More information

SOLUTION OF ELD PROBLEM WITH VALVE POINT EFFECTS AND MULTI FUELS USING IPSO ALGORITHM

SOLUTION OF ELD PROBLEM WITH VALVE POINT EFFECTS AND MULTI FUELS USING IPSO ALGORITHM ISSN (Prnt) : 2320 3765 ISSN (Onlne): 2278 8875 Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) SOLUTION OF ELD PROBLEM

More information

THE ROBUSTNESS OF GENETIC ALGORITHMS IN SOLVING UNCONSTRAINED BUILDING OPTIMIZATION PROBLEMS

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

More information

REAL-TIME DETERMINATION OF INDOOR CONTAMINANT SOURCE LOCATION AND STRENGTH, PART II: WITH TWO SENSORS. Beijing , China,

REAL-TIME DETERMINATION OF INDOOR CONTAMINANT SOURCE LOCATION AND STRENGTH, PART II: WITH TWO SENSORS. Beijing , China, REAL-TIME DETERMIATIO OF IDOOR COTAMIAT SOURCE LOCATIO AD STREGTH, PART II: WITH TWO SESORS Hao Ca,, Xantng L, Wedng Long 3 Department of Buldng Scence, School of Archtecture, Tsnghua Unversty Bejng 84,

More information

Research Article Multiobjective Economic Load Dispatch Problem Solved by New PSO

Research Article Multiobjective Economic Load Dispatch Problem Solved by New PSO Advances n Electrcal Engneerng Volume 2015, Artcle ID 536040, 6 pages http://dx.do.org/10.1155/2015/536040 Research Artcle Multobjectve Economc Load Dspatch Problem Solved by New PSO Nagendra Sngh 1 and

More information

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

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

More information

Differential Evolution Immunized Ant Colony Optimization Technique in Solving Economic Load Dispatch Problem

Differential Evolution Immunized Ant Colony Optimization Technique in Solving Economic Load Dispatch Problem Engneerng, 013, 5, 157-16 do:10.436/eng.013.51b09 Publshed Onlne January 013 (http://www.scrp.org/journal/eng) Dfferental Evoluton Immunzed Ant Colony Optmzaton Technque n Solvng Economc Load Dspatch Problem

More information

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

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

More information

Research Article A Novel Hybrid Self-Adaptive Bat Algorithm

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

More information