A Hybrid Mutation-based Artificial Bee Colony for Traveling Salesman Problem

Size: px
Start display at page:

Download "A Hybrid Mutation-based Artificial Bee Colony for Traveling Salesman Problem"

Transcription

1 A Hybrd Mutaton-based Artfcal Bee Colony for Travelng Salesman Problem Shma Sabet and Fardad Farokh Islamc Azad Unversty of Central Tehran Branch, Tehran, Iran Emal: Mohammad Shokouhfar Shahd Behesht Unversty, Tehran, Iran Emal: Abstract Travellng Salesman Problem (TSP) belongs to the class of P-Complete problems. It has been proved that evolutonary algorthms are effectve and effcent, wth respect to the tradtonal methods for solvng P-Complete problems lke TSP, wth avodance trappng n local mnma areas. Artfcal Bee Colony (ABC) s a new swarm-based optmzaton algorthm, whch nspred by the foragng behavor of honey bees. In ABC, the neghborhood search strategy s employed n order to fnd better solutons around the prevous ones. In ths paper, a hybrd mutaton based mechansm s proposed to perform the neghborhood searchng for the bees for the TSP. The ntroduced approach leads to effcently reduce the complexty and runnng tme of the ABC algorthm. Expermental results were carred out on the benchmarks from TSPLIB for valdaton. The fndngs mply that the proposed approach s able to acheve optmal tours very quckly. Index Terms travelng salesman problem (TSP), artfcal bee colony (ABC), mutaton I. ITRODUCTIO Travelng salesman problem (TSP) s one of the most popular combnatoral optmzaton problems whch s classfed as a P-Complete problem. The TSP represents the salesman who wants to vst a set of ctes exactly once and fnally turns back to the startng cty. The objectve s to determne the tour wth mnmum total dstance. TSP s a sub-problem ssue of many applcaton domans such as network communcaton [1], transportaton [2], schedulng problems [3], semconductor ndustres and ntegrated crcuts desgns [4], and physcal mappng problems [5]. In recent years many approaches have been developed to solve TSP that can be dvded to exact [6] and approxmate approaches [7]. Exact methods can only be used for very small sze nstances, and for real-world problems, researchers have to apply approxmate methods Manuscrpt receved December 30, 2012; revsed Aprl M. Shokouhfar was wth the Electrcal Engneerng Department, Islamc Azad Unversty of Central Tehran Branch, Tehran, Iran. He s now wth the Department of Electrcal and Computer Engneerng, Shahd Behesht Unversty, Tehran, Iran (Tel: , e-mal: m_shokouhfar@eee.org). that fnd near-optmal solutons n a reasonable tme rather than an exact method that guarantees to fnd the optmal soluton n an exponental tme. The smplest exact method s to make all possble tours, and then select the optmal tour wth the mnmum total cost. All possble permutatons of ctes are equal to!; however, every tour can be represented n 2 dfferent manner depends on the ntal cty and the length of tour. So the sze of search space s equal to 1!/2 [7]. It s obvously that ths evaluaton s not possble n term of computatonal tme even for 20 ctes. Among proposed approaches for TSP, populatonbased evolutonary algorthms effcently have been developed for solve TSP. Moon et. al [8] descrbed a genetc algorthm (GA) whch s formulated by network model and used encodng scheme for TSP based on topologcal sort to form orderng of vertces n a drected graph. Albayrak et al. [9] has ntroduced a GA based approach for TSP wth a new mutaton operator as greedy sub tour mutaton (GSTM). Zhao et. al [10] ntroduced a new method called balancng exploraton and explotaton GA, ams to balance the explotaton of excellent ndvduals and the exploraton of dverse tours usng the GA. Dstnct methods s publshed to mprove GA on TSP so far, varety mutaton operators were employed, such as swap [11], adjacent-change, GSTM [9], shftchange [12], exchange [13], stochastc hll clmbng [14], and route mutaton [15]. Ant colony optmzaton (ACO), s a well-known algorthm desgned for TSP and has good performance. Shang et al. [16] proposed a hybrd approach whch ntegrates ACO and assocaton rule (AR) to solve TSP. L et al. [17] presented an mproved ACO, whch apples a new probablty selecton mechansm by usng Held- Karp lower bound to determne the trade-off between the nfluence of the heurstc nformaton and the pheromone trals. Sh et al. [18] proposed a modfed partcle swarm optmzaton (PSO) algorthm whch appled a crossover elmnated technque and two local search technques. Recently, ABC algorthm was developed for solve optmzaton problems. Zhang suggested a novel algorthm to solve TSP so that t mxtures the route constructon mechansm of the ABC algorthm wth Path do: /lnt

2 Relnkng [19]. An approach called Combnatoral ABC s llustrated by Karaboga et al. [20], whch used a mechansm for neghborhood searchng based on GSTM mutaton. In ths paper, a new Hybrd Mutaton-based ABC algorthm (named HMABC) s proposed to quckly fnd an optmal tour. The rest of paper s organzed as follows: In secton 2, the ABC algorthm has revewed. Secton 3 presents the methodology of HMABC algorthm. In secton 4, the expermental results are shown, and consequently, a concluson s descrbed n secton 5. II. ARTIFICIAL BEE COLOY ALGORITHM Artfcal bee colony (ABC) s a novel populatonbased algorthm whch nspred of the ntellgent foragng behavor of real honey bees swarm, proposed by Karaboga et al. n 2006 [21]. To solve TSP usng ABC algorthm, the poston of a food source represents a possble tour and the nectar amount of a food source corresponds to the qualty of the tour. In ABC model, the colony conssts of three groups of bees: employed bees, onlookers and scouts. Each employed bee goes to the food source area n her memory and determnes a neghbor source, and then come back to the hve and begn dance n dance area. Ths dance s essental for colony communcaton, and contans three peces of nformaton regardng a flower patch: the drecton n whch t wll be found, ts dstance from the hve and ts qualty ratng (ftness). Provded that the nectar amount of the new selected source s hgher than the prevous one, the bee memorzes the new source poston and forgets the old one. Otherwse she keeps the prevous poston n her memory. Each onlooker watches the dances of employed bees, and makes decson to choose the food source through the shared nformaton from the dances. Then, some employed bees whch found hgh qualty solutons, are chosen as scouts. For each scout, some employed bees are determned to search for fndng new food sources n the neghborhood of the soluton of the scout. III. A. Problem Representaton METHODOLOGY TSP can be represented as a graph G = (V, E), where V = {1, 2,..., } s a set of nodes, and E =, j, j ε V} s the set of all connecton edges between them. Each node represents a cty, and each edge means the possble path between two related ctes. The dstance d j s assocated wth edge (, j) and represents the Eucldean dstance from cty to cty j Eq. (1). The heurstc nformaton s calculated before performng the man algorthm. So, the dstances of all edges were calculated and saved. d j = (x x j ) 2 + (y y j ) 2 (1) Iteratvely, after constructon the solutons, the qualtes of the gathered solutons are evaluated by the cost functon, whch s calculated by sum of the Eucldean dstances of the consecutve edges wthn the tour as Eq. (2). ote that the Cost k s correspondng to the bee k. Cost k = l=1 d l (2) B. Used Mutaton Operators for eghborhood Search As noted above, there are varety mutaton operatons for TSP, such as swap, adjacent-change, route and shftchange. In ths study, the eghbor Swap (called S), eghbor Shft-Change (called SC), and the proposed eghbor-change (called C) operators are used n the presented hybrd mutaton strategy. In S operator, two neghbor agents of the bee are selected randomly, and then are replaced wth each other. The SC operator frstly selects two neghbor agents randomly, and then t replaces one of them wth the other and shfts all remaned agents between them wth the same sequence. The neghborhood search by the bee usng the S and SC operatons can be seen respectvely n Fg. 1, and Fg. 2. Fgure 1. The S mutaton operaton. Fgure 2. The SC mutaton operaton. And fnally the proposed C operator works as follow: One cty s chosen randomly (for example the cty ). A cty must be selected n the neghborhood of the cty, and the one whch has less dstance, has more probablty to be selected. The probablty of the selected cty j s computed by Eq. (3). The postons of the cty and the newly selected cty are determned for the bee. So the correspondng agents n the bee are determned. The shft-change operator s appled to the two selected neghbor ctes. P j 1 d j 1 d h C. Constructon of Intal Solutons To solve TSP usng ABC algorthm, at the frst step, a dstrbuted ntal populaton (food source postons) s generated. The way whch s used for achevng ntal solutons, was set up n a way that, t led to acheve better qualty solutons than random selecton. In HMABC algorthm, the ntal solutons are not determned completely random. In ths manner a random cty s selected as ntal of the tour (e. g. cty ). Then the next ctes consecutvely are added to the rout, wth a probablty whch corresponds to the nverse of ther dstance from cty. jh (3) 100

3 D. Selecton of Scout Bees by Onlookers After all employed bees complete ther search, they come back to the hve and share ther nformaton about the nectar amount of ther food sources wth the onlookers watng there; so the qualty of the gathered solutons are evaluated. In ths step, a selecton strategy s appled to choose some food source by onlookers. The probablty of selectng bee k as a scout, s computed by Eq. (4). Where k s the amount of nectar n food =1 k s the total amount of acheved source k, and nectar. In HMABC, the k was consdered as 1/Cost k. The ncrescent n the value of μ (μ>1) leads to select the better bees. So, the onlookers play the role as an objectve functon to evaluate generated solutons. E. Equatons P k (4) k 1 After selectng scout bees by onlookers, the recrutment process s performed such that some employed bees (solders) are assgned for each scout. The number of solders determned for each scout bee s determned as: S ( P H ) (5) where S s the percentage of solders that are selected for the th selected scout. P s the preference number of the th scout bee, and H s the number of all determned scout bees. The ß and γ are two parameters that may be constant, or may change teratvely. The ß and γ determne the recrutment model. The value of γ s revealed postve. If ß=0, the number of solders for all scouts s determned unformly. If ß>0, for the scout whch has better qualty, less number of solders are assgned; and f ß<0, more solders are consdered for the better scout bee. F. eghborhood Search Usng Hybrd Mutaton Scheme In ths step, each scout bee wth her assgned solders goes to the neghborhood area of the food source whch was found by that scout. In ths way, for selecton of a new soluton surroundng the prevous one, some part of the tour wll be changed a few, to fnd better solutons. In order to do that, the proposed hybrd mutaton scheme s appled for each bee. As noted above three mutaton operators are used n HMABC, whch each of them has the own advantage and prevents the search path can avod from local mnma. Each solder uses the C operator wth %50 probablty, and the chances of the S and the SC operators are %20 and %30 respectvely. As noted above, the man steps of proposed ABC-based algorthm can be summarzed as follows: Step 1: Intalzaton. Step 2: Generaton of ntal solutons by employed bees, based on nearest neghborhood search strategy. Step 3: Evaluaton of acheved solutons. Step 4: The global best soluton found so far, s regstered. Step 5: Selecton of hgh-qualty solutons as scout bees by onlookers, and performng the recrutment process for them. Step 6: Check the stop crteron: Stop, f the number of teratons s more than the maxmum, otherwse contnue. Step 7: Search the neghborhood usng the proposed hybrd mutaton-based scheme. Step 8: go to Step 3 and contnue. Intalzaton and Settng up the Parameters Selecton of Intal Solutons based on earest eghborhood by Employed Bees Evaluaton of Gathered Solutons: Sharng the nformaton obtaned by the employed bees wth the onlookers Check the stop crtera Stop Fnal Selected Tour Fgure 3. The overall flowchart of HMABC algorthm. IV. Searchng the neghborhood of hgh-qualty tours by applyng the proposed hybrd mutaton scheme Recrutment Process Selectng the scout bees by onlookers The global best found tour so far, s regstered. EXPERIMETAL RESULT All of experments tested on an Intel PC wth 2.53 GHZ processor and 4 MB memory runnng MATLAB R2009a n wndows 7. In order to evaluate the performance of HMABC algorthm, we tested t on the benchmark problems from TSPLIB [22]. For tunng the parameters, dfferent values were tested, and the best values were consdered for experments, whch can be summarzed n Table I. We compare the performance of HMABC wth two ACO-based methods gven n [7]. The expermental results are summarzed n Table II. The frst column s the problem names, the 2 nd column s the optmum tour lengths. The 3 th and 4 th columns are the soluton of the 101

4 two compared algorthms, and the last column s the acheved tour lengths by proposed method. An optmum soluton acheved by HMABC for El76, Berln52, El51, and St70 problems can be seen respectvely n Fg. 4 to Fg. 7. And n Table III a comparson of HMABC algorthm employng the dfferent mutaton operators, s shown. TABLE I. PARAMETER SETTIG Parameter Value Max Iteraton 1000 umber of Employed Bees 100 umber of Scout Bees 5 Max Dstance of two eghbor agents for Mutaton /5 Probablty of S mutaton %20 Probablty of SC mutaton %30 Probablty of C mutaton %50 µ 10 Β -20 Γ 32 H 5 Fgure 6. ote how the capton s centered n the column. TABLE II. COMPARISO BETWEE BEST FOUD TOUR LEGTH Problem Optmal Soluton BWAS RBAS HMABC El Berln El St , Rat Fgure 7. ote how the capton s centered n the column. TABLE III. COMPARISO THE RESULT WITH DIFFERET MUTATIO SCHEMES, AVERAGE O 10 RUS Problem El51 Berln52 El76 eghbor-swap (S) eghbor-shft-change (SC) eghbor-change (C) Proposed Hybrd Mutaton Fgure 4. ote how the capton s centered n the column. V. COCLUSIO In ths paper, a novel ABC algorthm based on a hybrd mutaton scheme (named HMABC algorthm) was ntroduced for TSP, ams to effcently reduce the complexty of evolutonary algorthms. Proposed algorthm has a strong search capablty n the graph space and can effectvely fnd an optmal tour. Expermental results show that ths approach consders both runnng tme and soluton qualty as well. As a future work, the algorthm wll be hybrdzed wth ACO algorthm to fnd better results. Moreover the HMABC quckly acheves good performance n compare wth the other evolutonary algorthms; and t s qute smple and easy to apply. REFERECES Fgure 5. ote how the capton s centered n the column. [1] J. R. L. Fourner and S. Perre, Assgnng cells to swtches n moble networks usng an ant colony optmzaton heurstc, Computer Communcaton Conf., 2005, vol. 28, pp

5 [2] J. E. Bella and P. R. McMullen, Ant colony optmzaton technques for the vehcle routng problem, Advanced Engneerng Informatcs Conf., 2004, vol. 18, pp [3] D. Whtely, T. Starkweather, and F. D Ann, Schedulng problems and travelng salesman: The genetc edge recombnaton operator, n Proc. 3rd Int. Conf. Genetc Algorthms, 1989, pp [4] S. Krkpatrck, C. D. Gelatt Jr, and M. P. Vecch, Optmzaton by smulated annealng, Scence, 1983, vol. 220, pp [5] F. Alzadeh, R. M. Karp, L. A. ewberg, and D. K. Wesser, Physcal mappng of chromosomes: A combnatoral problem n molecular bology, n Proc. 4th ACM-SIAM Symp. Dscrete Algorthms, 1993, pp [6] T. Bektas, The multple travelng salesman problem:an overvew of formulatons and soluton procedures, Omega, vol. 34, no. 3, pp , [7] A. Ugur and D. Aydn, An nteractve smulaton and analyss software for solvng TSP usng ant colony optmzaton algorthm, Advances n Engneerng Software, vol. 40, pp , 2009 [8] C. Moon, j. Km, G. Cho, and Y. Seo, An effcent genetc algorthm for the travelng salesman problem wth precedence constrants, European Journal of Operatonal Research, vol. 140, pp , [9] M. Albayrak and. Allahverd, Development a new mutaton operator to solve the travelng salesman problem by ad of genetc algorthms, Expert Systems wth App, vol. 38, no. 3, pp , [10] G. Zhao, W. Luo, H. e, and C. L, A genetc algorthm balancng exploraton and explotaton for the travellng salesman problem, n Proc. Fourth Internatonal Conference on atural Computaton, 2008, pp [11] F. Samanloglu, W. G. Ferrell jr, and M. E. Kruz, A memetc random-key genetc algorthm for a symmetrc mult-objectve travelng salesman problem, Computers & Industral Engneerng, vol. 55, no. 2, pp , [12] L.. Xng, Y. W. Chen, K. W. Yang, F. Hou, X. S. Shen, and H. P. Ca, A hybrd approach combnng an mproved genetc algorthm and optmzaton strateges for the asymmetrc travelng salesman problem, Engneerng Applcatons of Artfcal Intellgence, vol. 21, pp , [13] J. Majumdar and A. K. Bhuna, Genetc algorthm for asymmetrc travelng salesman problem wth mprecse travel tmes, Journal of Computatonal and Appled Mathematcs, pp , [14] K. Katayama and H. Sakamoto, The Effcency of Hybrd Mutaton Genetc Algorthm for the Travellng Salesman Problem, Mathematcal and Computer Modellng, vol. 31, pp , [15] S. M. Chen and C. Y. Chen, Parallelzed genetc ant colony systems for solvng the travelng salesman problem, Expert Systems wth Applcatons, vol. 38, pp , [16] G. Shang, Z. Le, Z. Fengtng, and Z. Chunxan, Solvng travelng salesman problem by ant colony optmzaton algorthm wth assocaton rule, Thrd Internatonal Conference on atural Computaton, IEEE, [17] L. L, S. Ju, and Y. Zhang, Improved ant colony optmzaton for the travelng salesman problem, Internatonal Conference on Intellgent Computaton Technology and Automaton, 2008, pp [18] X. H. Sh, Y. C. Lang, H. P. Lee, C. Lu, and Q. X. Wang, Partcle swarm optmzaton-based algorthms for TSP and generalzed TSP, Informaton Processng Letters, vol. 103, no. 5, pp , [19] X. Zhang, Q. Ba, and X. Yun, A new hybrd artfcal bee colony algorthm for the travelng salesman problem, n Proc. IEEE 3rd Internatonal Conference on Communcaton Software and etworks, 2011, pp [20] D. Karaboga and B. Gorkeml, A combnatoral artfcal bee colony algorthm for travelng salesman problem, Internatonal Symposum on Innovatons n Intellgent Systems and Applcatons, 2011, pp [21] D. Karaboga and B. Basturk, A powerful and effcent algorthm for numercal functon optmzaton: Artfcal bee colony (ABC) algorthm, Journal of global optmzaton, vol. 39, no. 3, pp , [22] [Onlne]. Avalable: 95/TSPLIB.html M. Shokouhfar was born n Dezfoul, Iran, n He receved the MS degree n electronc engneerng from Islamc Azad Unversty of Central Tehran Branch, Tehran, Iran, n He currently s a MS student n electronc engneerng n the feld of analog crcut desgn, Shahd Behesht Unversty, Tehran, Iran. Hs research nterests nclude: pattern recognton, mage processng, fuzzy sets theory, analog and dgtal crcut desgn, wreless sensor networks, feature selecton, and solvng P-complete problems by usng evolutonary algorthms. He has more than 20 nternatonal journals and conference papers n the feld of evolutonary algorthms. In 2010, he receved the award of superor researcher from the Islamc Azad Unversty of Central Tehran Branch. He s a student member of IEEE. 103

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

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

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

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

AN EFFICIENT METHOD BASED ON ABC FOR OPTIMAL MULTILEVEL THRESHOLDING *

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

More information

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

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

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

biologically-inspired computing lecture 21 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing

biologically-inspired computing lecture 21 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing lecture 21 -nspred Sectons I485/H400 course outlook Assgnments: 35% Students wll complete 4/5 assgnments based on algorthms presented n class Lab meets n I1 (West) 109 on Lab Wednesdays Lab 0 : January

More information

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

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

More information

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

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

More information

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

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

More information

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

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

More information

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study Internatonal Conference on Systems, Sgnal Processng and Electroncs Engneerng (ICSSEE'0 December 6-7, 0 Duba (UAE Solvng of Sngle-objectve Problems based on a Modfed Multple-crossover Genetc Algorthm: Test

More information

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

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

More information

A 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

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

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

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

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

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

More information

An Improved Clustering Based Genetic Algorithm for Solving Complex NP Problems

An Improved Clustering Based Genetic Algorithm for Solving Complex NP Problems Journal of Computer Scence 7 (7): 1033-1037, 2011 ISSN 1549-3636 2011 Scence Publcatons An Improved Clusterng Based Genetc Algorthm for Solvng Complex NP Problems 1 R. Svaraj and 2 T. Ravchandran 1 Department

More information

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

Memetic Algorithm for Flexible Job Shop Scheduling with Preemption

Memetic Algorithm for Flexible Job Shop Scheduling with Preemption Internatonal Journal of Industral Engneerng & Producton Management (2012) March 2012, Volume 22, Number 4 pp. 331-340 http://ijiepm.ust.ac.r/ Memetc Algorthm for Flexble Job Shop Schedulng wth Preempton

More information

A Fast Computer Aided Design Method for Filters

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

More information

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

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

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

More information

Optimal Solution to the Problem of Balanced Academic Curriculum Problem Using Tabu Search

Optimal Solution to the Problem of Balanced Academic Curriculum Problem Using Tabu Search Optmal Soluton to the Problem of Balanced Academc Currculum Problem Usng Tabu Search Lorna V. Rosas-Téllez 1, José L. Martínez-Flores 2, and Vttoro Zanella-Palacos 1 1 Engneerng Department,Unversdad Popular

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

Research on Route guidance of logistic scheduling problem under fuzzy time window

Research on Route guidance of logistic scheduling problem under fuzzy time window Advanced Scence and Technology Letters, pp.21-30 http://dx.do.org/10.14257/astl.2014.78.05 Research on Route gudance of logstc schedulng problem under fuzzy tme wndow Yuqang Chen 1, Janlan Guo 2 * Department

More information

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

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

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

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

More information

Problem Set 9 Solutions

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

More information

Chapter Newton s Method

Chapter Newton s Method Chapter 9. Newton s Method After readng ths chapter, you should be able to:. Understand how Newton s method s dfferent from the Golden Secton Search method. Understand how Newton s method works 3. Solve

More information

A Network Intrusion Detection Method Based on Improved K-means Algorithm

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

More information

The L(2, 1)-Labeling on -Product of Graphs

The L(2, 1)-Labeling on -Product of Graphs Annals of Pure and Appled Mathematcs Vol 0, No, 05, 9-39 ISSN: 79-087X (P, 79-0888(onlne Publshed on 7 Aprl 05 wwwresearchmathscorg Annals of The L(, -Labelng on -Product of Graphs P Pradhan and Kamesh

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

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES J. FEDERICO RAMÍREZ AND OLAC FUENTES Insttuto Naconal de Astrofísca, Óptca y Electrónca Lus Enrque Erro # 1 Santa María Tonanzntla, Puebla, 784, Méxco framrez@cseg.naoep.mx,

More information

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

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

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

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

Complement of Type-2 Fuzzy Shortest Path Using Possibility Measure

Complement of Type-2 Fuzzy Shortest Path Using Possibility Measure Intern. J. Fuzzy Mathematcal rchve Vol. 5, No., 04, 9-7 ISSN: 30 34 (P, 30 350 (onlne Publshed on 5 November 04 www.researchmathsc.org Internatonal Journal of Complement of Type- Fuzzy Shortest Path Usng

More information

Elitist Reconstruction Genetic Algorithm Based on Markov Random Field for Magnetic Resonance Image Segmentation

Elitist Reconstruction Genetic Algorithm Based on Markov Random Field for Magnetic Resonance Image Segmentation JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 10, NO. 1, MARCH 2012 83 Eltst Reconstructon Genetc Algorthm Based on Markov Random Feld for Magnetc Resonance Image Segmentaton Xn-Yu Du, Yong-Je L,

More information

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition Sngle-Faclty Schedulng over Long Tme Horzons by Logc-based Benders Decomposton Elvn Coban and J. N. Hooker Tepper School of Busness, Carnege Mellon Unversty ecoban@andrew.cmu.edu, john@hooker.tepper.cmu.edu

More information

Combining Constraint Programming and Integer Programming

Combining Constraint Programming and Integer Programming Combnng Constrant Programmng and Integer Programmng GLOBAL CONSTRAINT OPTIMIZATION COMPONENT Specal Purpose Algorthm mn c T x +(x- 0 ) x( + ()) =1 x( - ()) =1 FILTERING ALGORITHM COST-BASED FILTERING ALGORITHM

More information

Chapter - 2. Distribution System Power Flow Analysis

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

More information

A Study on Improved Cockroach Swarm Optimization Algorithm

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

More information

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1]

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1] DYNAMIC SHORTEST PATH SEARCH AND SYNCHRONIZED TASK SWITCHING Jay Wagenpfel, Adran Trachte 2 Outlne Shortest Communcaton Path Searchng Bellmann Ford algorthm Algorthm for dynamc case Modfcatons to our algorthm

More information

Application of Nonbinary LDPC Codes for Communication over Fading Channels Using Higher Order Modulations

Application of Nonbinary LDPC Codes for Communication over Fading Channels Using Higher Order Modulations Applcaton of Nonbnary LDPC Codes for Communcaton over Fadng Channels Usng Hgher Order Modulatons Rong-Hu Peng and Rong-Rong Chen Department of Electrcal and Computer Engneerng Unversty of Utah Ths work

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

VQ widely used in coding speech, image, and video

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

More information

Success of Heuristics and the Solution Space Representation

Success of Heuristics and the Solution Space Representation Magyar Kutatók 7. Nemzetköz Szmpózuma 7 th Internatonal Symposum of Hungaran Researchers on Computatonal Intellgence Success of Heurstcs and the Soluton Space Representaton Sándor Csszár Department of

More information

NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS

NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS IJRRAS 8 (3 September 011 www.arpapress.com/volumes/vol8issue3/ijrras_8_3_08.pdf NON-CENTRAL 7-POINT FORMULA IN THE METHOD OF LINES FOR PARABOLIC AND BURGERS' EQUATIONS H.O. Bakodah Dept. of Mathematc

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

Multiple Sound Source Location in 3D Space with a Synchronized Neural System

Multiple Sound Source Location in 3D Space with a Synchronized Neural System Multple Sound Source Locaton n D Space wth a Synchronzed Neural System Yum Takzawa and Atsush Fukasawa Insttute of Statstcal Mathematcs Research Organzaton of Informaton and Systems 0- Mdor-cho, Tachkawa,

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

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals Smultaneous Optmzaton of Berth Allocaton, Quay Crane Assgnment and Quay Crane Schedulng Problems n Contaner Termnals Necat Aras, Yavuz Türkoğulları, Z. Caner Taşkın, Kuban Altınel Abstract In ths work,

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

A MODIFIED METHOD FOR SOLVING SYSTEM OF NONLINEAR EQUATIONS

A MODIFIED METHOD FOR SOLVING SYSTEM OF NONLINEAR EQUATIONS Journal of Mathematcs and Statstcs 9 (1): 4-8, 1 ISSN 1549-644 1 Scence Publcatons do:1.844/jmssp.1.4.8 Publshed Onlne 9 (1) 1 (http://www.thescpub.com/jmss.toc) A MODIFIED METHOD FOR SOLVING SYSTEM OF

More information

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming EEL 6266 Power System Operaton and Control Chapter 3 Economc Dspatch Usng Dynamc Programmng Pecewse Lnear Cost Functons Common practce many utltes prefer to represent ther generator cost functons as sngle-

More information

Research Paper A ZESTFUL COMBINATION OF ABC WITH GA FOR QUENCHING OF JOB SHOP SCHEDULING PROBLEMS. Address for Correspondence

Research Paper A ZESTFUL COMBINATION OF ABC WITH GA FOR QUENCHING OF JOB SHOP SCHEDULING PROBLEMS. Address for Correspondence Research Paper A ZESTFUL COMBINATION OF ABC WITH GA FOR QUENCHING OF JOB SHOP SCHEDULING PROBLEMS R. Rajkumar, 2* A. Muthah Address for Correspondence Department of Mechancal Engneerng, Mepco Schlenk Engneerng

More information

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances ec Annexes Ths Annex frst llustrates a cycle-based move n the dynamc-block generaton tabu search. It then dsplays the characterstcs of the nstance sets, followed by detaled results of the parametercalbraton

More information

Hiding data in images by simple LSB substitution

Hiding data in images by simple LSB substitution Pattern Recognton 37 (004) 469 474 www.elsever.com/locate/patcog Hdng data n mages by smple LSB substtuton Ch-Kwong Chan, L.M. Cheng Department of Computer Engneerng and Informaton Technology, Cty Unversty

More information

Irene Hepzibah.R 1 and Vidhya.R 2

Irene Hepzibah.R 1 and Vidhya.R 2 Internatonal Journal of Scentfc & Engneerng Research, Volume 5, Issue 3, March-204 374 ISSN 2229-558 INTUITIONISTIC FUZZY MULTI-OBJECTIVE LINEAR PROGRAMMING PROBLEM (IFMOLPP) USING TAYLOR SERIES APPROACH

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

Solving Nonlinear Differential Equations by a Neural Network Method

Solving Nonlinear Differential Equations by a Neural Network Method Solvng Nonlnear Dfferental Equatons by a Neural Network Method Luce P. Aarts and Peter Van der Veer Delft Unversty of Technology, Faculty of Cvlengneerng and Geoscences, Secton of Cvlengneerng Informatcs,

More information

Scroll Generation with Inductorless Chua s Circuit and Wien Bridge Oscillator

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

More information

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No. 005 0 JATIT & LLS. All rghts reserved. ISSN: 9985 www.jatt.org EISSN: 87395 MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN

More information

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach

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

More information

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

Uncertain Models for Bed Allocation

Uncertain Models for Bed Allocation www.ccsenet.org/ghs Global Journal of Health Scence Vol., No. ; October 00 Uncertan Models for Bed Allocaton Lng Gao (Correspondng author) College of Scence, Guln Unversty of Technology Box 733, Guln 54004,

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

Integrated approach in solving parallel machine scheduling and location (ScheLoc) problem

Integrated approach in solving parallel machine scheduling and location (ScheLoc) problem Internatonal Journal of Industral Engneerng Computatons 7 (2016) 573 584 Contents lsts avalable at GrowngScence Internatonal Journal of Industral Engneerng Computatons homepage: www.growngscence.com/ec

More information

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION

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

More information

Grover s Algorithm + Quantum Zeno Effect + Vaidman

Grover s Algorithm + Quantum Zeno Effect + Vaidman Grover s Algorthm + Quantum Zeno Effect + Vadman CS 294-2 Bomb 10/12/04 Fall 2004 Lecture 11 Grover s algorthm Recall that Grover s algorthm for searchng over a space of sze wors as follows: consder the

More information

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

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

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

More information

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

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

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

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

Optimal Reactive Power Dispatch Using Ant Colony Optimization Algorithm

Optimal Reactive Power Dispatch Using Ant Colony Optimization Algorithm Proceedngs of the 14 th Internatonal Mddle East Power Systems Conference (MEPCO 10), Caro Unversty, Egypt, December 19-21, 2010, Paper ID 315. Optmal Reactve Power Dspatch Usng Ant Colony Optmzaton Algorthm

More information

Optimum Design of Steel Frames Considering Uncertainty of Parameters

Optimum Design of Steel Frames Considering Uncertainty of Parameters 9 th World Congress on Structural and Multdscplnary Optmzaton June 13-17, 211, Shzuoka, Japan Optmum Desgn of Steel Frames Consderng ncertanty of Parameters Masahko Katsura 1, Makoto Ohsak 2 1 Hroshma

More information

Economic dispatch solution using efficient heuristic search approach

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

More information

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

Thin-Walled Structures Group

Thin-Walled Structures Group Thn-Walled Structures Group JOHNS HOPKINS UNIVERSITY RESEARCH REPORT Towards optmzaton of CFS beam-column ndustry sectons TWG-RR02-12 Y. Shfferaw July 2012 1 Ths report was prepared ndependently, but was

More information

System identifications by SIRMs models with linear transformation of input variables

System identifications by SIRMs models with linear transformation of input variables ORIGINAL RESEARCH System dentfcatons by SIRMs models wth lnear transformaton of nput varables Hrofum Myama, Nortaka Shge, Hrom Myama Graduate School of Scence and Engneerng, Kagoshma Unversty, Japan Receved:

More information

Note 10. Modeling and Simulation of Dynamic Systems

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

More information

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

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

More information

A Novel Ant Colony Genetic Hybrid Algorithm

A Novel Ant Colony Genetic Hybrid Algorithm JOURNAL OF SOFTWARE, VOL. 5, NO., NOVEMBER 79 A Novel Ant Colony Genetc Hybrd Algorthm Shang Gao School of Computer Scence and Technology, Jangsu Unversty of Scence and Technology, Zhenjang 3, Chna Emal:

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

Feature Selection in Multi-instance Learning

Feature Selection in Multi-instance Learning The Nnth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 10) Chengdu-Juzhagou, Chna, August 19 23, 2010 Copyrght 2010 ORSC & APORC, pp. 462 469 Feature Selecton n Mult-nstance Learnng

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master degree n Mechancal Engneerng Numercal Heat and Mass Transfer 06-Fnte-Dfference Method (One-dmensonal, steady state heat conducton) Fausto Arpno f.arpno@uncas.t Introducton Why we use models and

More information

Design of College Discrete Mathematics Based on Particle Swarm Optimization. Jiedong Chen1, a

Design of College Discrete Mathematics Based on Particle Swarm Optimization. Jiedong Chen1, a 4th Internatonal Conference on Mechatroncs, Materals, Chemstry and Computer Engneerng (ICMMCCE 205) Desgn of College Dscrete Mathematcs Based on Partcle Swarm Optmzaton Jedong Chen, a Automotve Department,

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

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

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