A Load-balancing and Energy-aware Clustering Algorithm in Wireless Ad-hoc Networks

Size: px
Start display at page:

Download "A Load-balancing and Energy-aware Clustering Algorithm in Wireless Ad-hoc Networks"

Transcription

1 A Load-balancng and Energy-aware Clusterng Algorthm n Wreless Ad-hoc Networks Wang Jn, Shu Le, Jnsung Cho, Young-Koo Lee, Sungyoung Lee, Yonl Zhong Department of Computer Engneerng Kyung Hee Unversty, Korea {wangjn, sl8132, sylee, zhungs}@oslab.khu.ac.kr {chojs,yklee}@khu.ac.kr Abstract. Wreless ad-hoc network s a collecton of wreless moble nodes dynamcally formng a temporary communcaton network wthout the use of any exstng nfrastructure or centralzed admnstraton. It s characterzed by both hghly dynamc network topology and lmted energy. So, the effcency of MANET depends not only on ts control protocol, but also on ts topology and energy management. Clusterng strategy can mprove the performance of flexblty and scalablty n the network. Wth the ad of graph theory, genetc algorthm and smulated annealng hybrd optmzaton algorthm, ths paper proposes a new clusterng strategy to perform topology management and energy conservaton. Performance comparson s made between the orgnal algorthms and our two new algorthms, namely an mproved weghtng clusterng algorthm and a novel Genetc Annealng based Clusterng Algorthm (GACA), n the aspects of average cluster number, topology stablty, load-balancng and network lfetme. The expermental results show that our clusterng algorthms have a better performance on average. 1 1 Introducton Wreless ad hoc wreless network s a collecton of wreless moble nodes that selfconfgure to form a network wthout the ad of any establshed nfrastructure [1]. It can be rapdly deployed and reconfgured where the communcaton nfrastructure s ether unavalable or destroyed. However, t s confronted wth many challenges too, such as the moblty of hosts, the dynamc topology, the mult-hop nature n transmsson, the lmted bandwdth and battery, etc. So, the study of MANET (Moble Adhoc NETwork) s a very demandng and challengng task. Up to now, there are many routng protocols based on varous strateges n MANET, and they can be classfed nto several knds as follows: (1) proactve and reactve; (2) flat and herarchcal; (3) GPS asssted and non-gps asssted, etc. These knds of protocols can be used solely or together. Here we manly dscuss the herarchcal routng protocols, whch are based on the clusterng algorthm [2, 3]. 1 Dr. Sungyoung Lee s the correspondng author.

2 The rest of the paper s organzed as follows. In secton 2, some relevant background and commonly used clusterng algorthms are presented. Based on whch, an mproved clusterng algorthm s proposed n secton3. In secton 4, another novel Genetc Annealng based Clusterng Algorthm (GACA) s gven so as to optmze the overall network performance. The smulaton results and comparson s made n the aspects of average cluster number, topology stablty, load-balancng and network lfetme n secton 5. Secton 6 concludes the paper. 2 Related Work Smlar to the cellular network, the MANET can be dvded nto several clusters. Each cluster s composed of one clusterhead and many normal nodes, and all the clusterheads form an entre domnant set. The clusterhead s n charge of collectng nformaton (sgnalng, message, etc.) and allocatng resources wthn ts cluster and communcatng wth other clusterheads. And the normal nodes communcate wth each other through ther clusterhead, no matter they are n the same cluster or not. Several orgnal clusterng algorthms have been proposed n MANET. These nclude: (1) Hghest-Degree Algorthm; (2) Lowest-ID Algorthm; (3) Node-weght Algorthm; (4) Weghted Clusterng Algorthm. (5) Others, lke RCC (Random Competton based Clusterng), LCC (Least Cluster Change), LEACH etc. We wll gve some of them a bref descrpton as follows. 2.1 Hghest-Degree Algorthm The Hghest-Degree Algorthm was orgnally proposed by Gerla. and Parekh [4,5]. A node x s consdered to be a neghbor of another node y f x les wthn the transmsson range of y. The node wth maxmum number of neghbors (.e., maxmum degree) s chosen as a clusterhead. Experments demonstrate that the system has a low rate of clusterhead change but the throughput s low under the Hghest-Degree Algorthm. As the number of nodes n a cluster ncreases, the throughput drops and hence a gradual degradaton n the system performance s caused. All these drawbacks occur because ths approach does not have any restrcton on the upper bound of node degree n a cluster. 2.2 Lowest-ID Algorthm Ths Lowest-ID Algorthm was orgnally proposed by Baker and Ephremdes [6]. It assgns a unque d to each node and chooses the node wth the mnmum d as a clusterhead. As for ths algorthm, the system performance s better compared wth the Hghest- Degree Algorthm n terms of throughput. But t does not attempt to balance the load unformly across all the nodes.

3 2.3 Node-weght Algorthm Basagn et al. [7] proposed two algorthms, namely dstrbuted clusterng algorthm (DCA) and dstrbuted moblty adaptve clusterng algorthm (DMAC). In these two approaches, each node s assgned a weght based on ts sutablty of beng a clusterhead. A node s chosen to be a clusterhead f ts weght s hgher than any of ts neghbor s weght; otherwse, t jons a neghborng clusterhead. Results show that the number of updates requred s smaller than the Hghest- Degree and Lowest-ID Algorthms. Snce node weghts vary n each smulaton cycle, computng the clusterheads becomes very expensve and there are no optmzatons on the system parameters such as throughput and power control. 2.4 Weghted Clusterng Algorthm The Weghted Clusterng Algorthm (WCA) was orgnally proposed by M. Chatterjee et al.[8]. It takes four factors nto consderaton and makes the selecton of clusterhead and mantenance of cluster more reasonable. As s shown n equaton (1), the four factors are node degree dfference, dstance summaton to all ts neghborng nodes, velocty and remanng battery power respectvely. And ther correspondng weghts are w 1 to w 4.Besdes, t converts the clusterng problem nto an optmzaton problem and an objectve functon s formulated. W w1 + w2d + w3v + w4 = E (1) However, only those nodes whose neghbor number s less than a fxed threshold value can be selected as a clusterhead n WCA. It s not very desrable n the practcal applcaton. For example, many well-connected nodes whose neghbor number s larger than the fxed threshold mght be a good canddate as well. Besdes, ts energy model s too smple. It treats the clusterhead and the normal nodes equally and ts remanng power s a lnear functon of tme, whch s also not very desrable. So, we proposed an mproved clusterng algorthm as follows. 3 The Improved Weghted Clusterng Algorthm From the dscusson mentoned above, we can see that most clusterng algorthms, except for the WCA, only take one of the followng factors nto consderaton, such as the node degree, ID, speed or remanng power. When the problem n one aspect s solved, some other problems are ntroduced smultaneously. Inspred by the basc dea of WCA, we proposed an mproved clusterng algorthm. On the one hand, WCA only chooses those nodes whose neghbor number s less than a fxed threshold as a clusterhead canddate. However, many well-connected nodes whose neghbor number s larger than the fxed threshold mght be a good

4 canddate as well. So we can also treat them as clusterheads canddates and select an affordable number of normal nodes from ther neghborng nodes. On the other hand, we establshed a more practcal energy-consumpton model whch we wll explan later. By solvng the optmzaton problem of mn ( W ), the clusterheads and ther afflated normal nodes are selected and a trade-off s made from four aspects. 3.1 Prncples of the Improved Weghted Clusterng Algorthm In order to determne the ftness value W of a node as a clusterhead, we need to consder from the followng four aspects. If the node degree s hgher, then the node s more stable as a clusterhead. Here we make a smple converson = N M, where N s the practcal degree of node and M s the maxmum degree. The smaller s, the better node wll be as a clusterhead. As for those nodes whose practcal degree s larger than the maxmum degree M, we also treat them as clusterhead canddates. Once they are chosen as clusterheads, we wll choose M nodes wth less W as ther normal nodes. It s a dstnctve dfference between the orgnal WCA and our mproved algorthm, and t can work very well under densely deployed ad hoc networks where the WCA becomes useless. If the node velocty V s lower, then the node wll be more stable as a clusterhead. If the dstance summaton of node to all ts neghbors D s smaller, t wll consume less transmsson power to communcaton wth the normal nodes wthn ts cluster. In other words, the cost wll be smaller. If the remanng battery power E s hgher, the longer t wll be for node to serve as a clusterhead. Here we make another converson and set an energy-consumng model. All the E s are set to zero ntatorly. If the node serves as a clusterhead, we assume that t consumes 0.1 unt of energy and f normal node, 0.02 unt of energy. Once some E s above 1 (normalzed), we beleve that ths node s out of energy and the network wll become useless rapdly due to the avalanche effect [9]. The energyconsumng relatonshp of 5:1 s commonly used among some papers. And t meets wth the mnmzaton problem very well. As for some specfc applcaton, one can nfer to the related techncal report, such as the Mca2 Motes [10].And the model s also applcable through mnor modfcaton. 3.2 Steps of the Proposed Algorthm Takng node as an example, we compute ts W accordng to the followng steps and then judge whether t s a clusterhead or a normal node.

5 Step 1: Compute ts practcal degree and then derve the equaton = N M. Step 2: Compute the dstance summaton D to ts neghborng nodes. Step 3: Set the velocty V accordng to the random waypont moblty model. Step 4: At frst, set E to zero and ncrease ther values accordng to the energyconsumng model. Our algorthm termnates once some E s above 1 (normalzed). Step 5: Compute W accordng to varous w under dfferent applcaton. Step 6: Takng the node wth mnmum W as the frst clusterhead and ts neghborng nodes as ts normal nodes wthn the same cluster. Then we go on wth ths process untl all nodes act as ether clusterheads or normal nodes. Step 7: All the nodes move randomly after some unt tme and t goes back to step 1 agan. And t termnates untl a maxmum number of tme s reached or some node s out of energy. 4 A Novel Genetc Annealng based Clusterng Algorthm (GACA) The selecton of clusterheads set, whch s also called domnant set n Graphc Theory, s a NP-hard problem. Therefore, t s very dffcult to fnd a global optmum. So, we can take a further step to use the computatonal ntellgence methods, such as Genetc Algorthm (GA) or Smulated Annealng (SA), to optmze the objectve functon. Consderng the length of our paper, we wll skp the prncples of GA and SA, and explan the steps of our new Genetc Annealng based Clusterng Algorthm (GACA) drectly. The steps of our GACA are as follows. And t usually takes 5 to 10 teratons to convergence. So, we can say that t converges very fast. Step 1: As for N nodes, randomly generate L nteger arrangements n the range of [1, N]. Step 2: Accordng to these random arrangements and the clusterng prncple of WCA, derve L sets of clusterheads and compute ther correspondng wold. Step 3: Accordng to the Roulette Wheel Selecton and Eltsm n GA, select L sets of clusterheads whch are better, and replace the orgnal ones. Step 4: As for each of the L sets of clusterheads, perform the crossover operator and derve the new L sets of clusterheads and ther wnew. Step 5: Accordng to the Metropols accept or reject crtera n SA, decde whether to take the one from L sets of clusterheads n wold or n wnew. And the new L sets of clusterheads n the next generaton are obtaned. Step 6: Repeat Step 3 to 5 untl t converges or a certan number of teraton s reached. And n our smulaton, t usually takes 5 to 10 teratons to converge.

6 Then the global optmal or sub-optmal soluton mn ( wnew ) (=1, 2 L) s obtaned and ther correspondng set of clusterheads s known. In Step 2, we make L random arrangements n order to reduce the randomness n the clusterng process, because there s much dfference n the set of clusterheads (or domnant set) for dfferent nodes arrangements. As for the Roulette Wheel Selecton n Step 3, we do not take the tradtonal selecton probablty P =, but w w e L P =. In that case, the set of L w ( w ) ( e ) = 1 clusterheads whose w s smaller wll have more chance to be selected. Besdes, to overcome the randomness n the probablty problem, we preserve the best set of w drectly to the old wnew n Eltsm. To further reduce the randomness and ncrease the probablty that the global soluton may occur, we perform M pars of crossovers as for each of L random arranged ntegers (.e. moble nodes). And the new L sets of clusterheads and ther w new (=1,2, L) are derved. In Step 5, we make the accept or reject decson accordng to the Metropols crtera. If wnew wold, then we accept wnew drectly. If w > w, we do not reject t drectly, but accept t wth some probablty. new old e wnew αt old In other words, f s larger than a randomly generated number n the range of (0,1), whch shows that wnew and wold may be very close to each other, we wll stll take t. Or else, we wll reject the one n wnew and take ts counterpart n wold. Besdes, we let T = α T (α s a constant between 0 and 1 and we normally take 0.9) after each teraton, so that wnew and wold must be closer f wnew s to be accepted. In ths way, our GACA wll not be trapped n the local optma and the premature effect can be avoded. In other words, the dversty of searchng space can be ensured and t s smlar to the mutaton operator n GA. = 1 5. Performance Evaluaton We set our smulaton envronment as follows. There are N nodes randomly placed wthn a range of 100 by 100 m 2, whose transmsson range vares from 15m to 50m. A Random Waypont moblty model s adopted here. And our GACA parameters are lsted n table 1.

7 Table 1. GACA parameters M L α ε Analyss of Average Cluster Number As s shown n fgure 1, we smulate N nodes whose transmsson range vares from 15m to 50m. We can conclude that: (1) The average cluster number (ACN) decreases as the transmsson range ncreases. (2) As for a smaller transmsson range, the average number of cluster dffers greatly for varous N. But when the transmsson range s about 50m, one node can almost cover the entre network. So t only takes 3 to 5 clusters to cover all the N nodes. Fg.1. ACN under varous transmsson range Fg.2. ACN under varous maxmum veloctes Besdes, we do the same research under varous veloctes. Takng N=R=30 as an example, we can draw the concluson from fgure 2 that: the average number of cluster vares randomly between 5 and 7, and t s not related wth the velocty. In fact, t matches wth the practcal stuaton too. For example, when one node wth large velocty moves out of a cluster, t s hghly possble that some other node gets nto the same cluster. Or some of the nodes mght move toward the same drecton, whch results n a relatvely slow velocty and a stable cluster too. 5.2 Analyss of Topology Stablty As s mentoned before, the clusterhead and ther afflated normal nodes may change ther roles as they move. Here, we defne a cluster reafflaton factor (CRF) as follows: 1 (2) CRF= N 1 N2 2 here, s the average number of cluster, and N 1, N 2 are the degree of node at dfferent tmes. For example, we assume that clusterhead 1 and 2 have 6 and 5 neghbors at frst,.e. N11 6, N21 5 = =. As they move after one unt tme, ther

8 neghbors (degrees) become 5 and 6,.e. N 12 = 5, N 22 = 6. We can derve that CRF s equal to 1. So, we beleve equvalently that one node n cluster 1 moves nto cluster 2 and one reafflaton s made. (a) Hghest-Degree Algorthm (b) WCA (c) GACA Fg.3. CRF under varous clusterng algorthms Under the maxmum velocty of 10 m/s, we compared the CRF performance of Hghest-Degree Algorthm, WCA and our GACA. From fgure 3, we can see that GACA has the lowest CRF, whch shows that t s the stablest clusterng strategy among three of them. And WCA has the hghest CRF value. The average CRF values of them are 1.56, 0.77 and 0.17 respectvely. Besdes, we dd some other experments about CRF. We got the concluson that the CRF ncreases as the velocty ncreases. 5.3 Analyss of Clusterhead Load-balancng We take the same defnton of load-balancng factor (LBF) as s defned n [8]: nc ( N nc LBF=, µ = ) 2 ( x µ ) n c where, n c s the average cluster number, N s the number of all nodes, and x s the practcal degree of node. The larger LBF s, the better the load s balanced. Takng N=20, M=4 as an example. The deal case s that there are 4 clusters and each clusterhead has a degree of 4,.e. 4 µ = ( 20 4) / 4 =. So LBF s n x =. Then, 4 c = nfnte, whch shows that the load s perfectly balanced. For smplcty, we do not consder the factor of network lfetme here (we wll dscuss t later n next secton). So we set the smulaton parameters as follows. (X,Y)=[100,100], N=20, R=30, M=4, maxmum velocty V max = 5 and w1 = 0.7, w2 = 0.2, w3 = 0.1, w4 = 0. It should be noted that we make N as our ( w = 0.7), because t represents the matchng degree of prmary focus of attenton 1 the practcal case and deal case drectly. Fgure 4 shows the LBF dstrbuton under Hghest-Degree Algorthm, WCA, our mproved weghted clusterng algorthm and

9 GACA. From fgure 4 we can see that: the Hghest-Degree Algorthm has the worst performance, WCA s secondary to t, and our two mproved clusterng algorthms are better. Besdes, the WCA wll become useless under densely deployed ad hoc networks whle our algorthm stll works well. And ther average values are 0.09, 0.38, 1.19 and 1.86 respectvely. (a) LBF under Hghest-Degree Algorthm (b) LBF under WCA (c) LBF under Our Improved Algorthm (d) LBF under our GACA Fg.4. LBF under varous clusterng algorthms 5.4 Analyss of Network Lfetme network lfetme (X,Y) range GACA Our Improved Algorthm WCA Hghest-Degree Algorthm Fg.5. Network lfetme under varous clusterng algorthms

10 Fnally, we made a comparson between the aforementoned four clusterng algorthms n the aspect of network lfetme, as s shown n fgure 5. From whch, we can see that GACA acheves the best performance, our mproved weghted clusterng algorthm s second to t, the WCA and the Hghest-Degree algorthm are worse. 6 Concluson We proposed an mproved weghted clusterng algorthm based on the WCA and another novel Genetc Annealng based Clusterng Algorthm (GACA) n ths paper. Some performance comparson s made n the aspect of average cluster number, topology stablty, load-balancng and network lfetme. The smulaton results show that our two clusterng algorthms have a better performance on average. Acknowledgement Ths work was supported by grant No. R from Korea Scence and Engneerng Foundaton n Mnstry of Scence and Technology. References 1. Internet Engneerng Task Force MANET Workng Group. Moble Ad Hoc Network (MANET) Charter [EB/OL]. Avalable at 2. C.C. Chang. Routng n Clustered Multhop, Moble Wreless Networks wth Fadng Channel [C]. Proceedngs of IEEE SICON'97, Aprl1997, pp Mnglang Jang, Jnyang L, Y.C. Tay. Cluster Based Routng Protocol [EB/OL]. August, 1999 IETF Draft. 4. A.K. Parekh. Selectng routers n ad-hoc wreless networks [C]. Proceedngs of the SBT/IEEE Internatonal Telecommuncatons Symposum, August M. Gerla and J.T.C. Tsa. Multcluster, moble, multmeda rado network [J]. ACM/Baltzer Wreless Networks, 1(3),1995, pp D.J. Baker and A. Ephremdes. The archtectural organzaton of a moble rado network va a dstrbuted algorthm [J]. IEEE Transactons on Commcatonuns COM-29 11(1981) pp S. Basagn. Dstrbuted clusterng for ad hoc networks [C]. Proceedngs of Internatonal Symposum on Parallel Archtectures, Algorthms and Networks, June 1999, pp M. Chatterjee, S.K. Das and D. Turgut. An On-Demand Weghted Clusterng Algorthm (WCA) for Ad hoc Networks [C]. Proceedngs of IEEE GLOBECOM 2000, San Francsco, November 2000, pp Nshant Gupta, Samr R. Das. Energy-aware On-demand Routng for Moble Ad Hoc Network. [EB/OL], Avalable form MICA2 Mote Datasheet, Wrelesspdf/ _A_MICA2.pdf, 2004.

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

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

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

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

More information

Adaptive Energy and Location Aware Routing in Wireless Sensor Network

Adaptive Energy and Location Aware Routing in Wireless Sensor Network Adaptve Energy and Locaton Aware Routng n Wreless Sensor Network Hong Fu 1,1, Xaomng Wang 1, Yngshu L 1 Department of Computer Scence, Shaanx Normal Unversty, X an, Chna, 71006 fuhong433@gmal.com {wangxmsnnu@hotmal.cn}

More information

A Binarization Algorithm specialized on Document Images and Photos

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

More information

Load-Balanced Anycast Routing

Load-Balanced Anycast Routing Load-Balanced Anycast Routng Chng-Yu Ln, Jung-Hua Lo, and Sy-Yen Kuo Department of Electrcal Engneerng atonal Tawan Unversty, Tape, Tawan sykuo@cc.ee.ntu.edu.tw Abstract For fault-tolerance and load-balance

More information

Load Balancing for Hex-Cell Interconnection Network

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

More information

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

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

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

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

More information

Cluster Analysis of Electrical Behavior

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

More information

A Low-Overhead Routing Protocol for Ad Hoc Networks with selfish nodes

A Low-Overhead Routing Protocol for Ad Hoc Networks with selfish nodes A Low-Oerhead Routng Protocol for Ad Hoc Networks wth selfsh nodes Dongbn Wang 1, Xaofeng Wang 2, Xangzhan Yu 3, Kacheng Q 1, Zhbn Xa 1 1 School of Software Engneerng, Bejng Unersty of Posts and Telecommuncatons,100876,

More information

An Optimal Algorithm for Prufer Codes *

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

More information

sensors ISSN

sensors ISSN Sensors 2011, 11, 5383-5401; do:10.3390/s110505383 OPEN ACCESS sensors ISSN 1424-8220 www.mdp.com/journal/sensors Artcle FRCA: A Fuzzy Relevance-Based Cluster Head Selecton Algorthm for Wreless Moble Ad-Hoc

More information

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm , pp.197-202 http://dx.do.org/10.14257/dta.2016.9.5.20 Research of Dynamc Access to Cloud Database Based on Improved Pheromone Algorthm Yongqang L 1 and Jn Pan 2 1 (Software Technology Vocatonal College,

More information

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION

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

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

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

More information

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

Classifier Selection Based on Data Complexity Measures *

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

More information

Meta-heuristics for Multidimensional Knapsack Problems

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

More information

Simulation Based Analysis of FAST TCP using OMNET++

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

More information

Layer Based and Energy-Balanced Clustering Protocol for Wireless Sensor Network

Layer Based and Energy-Balanced Clustering Protocol for Wireless Sensor Network Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Layer Based and nergy-balanced Clusterng Protocol for Wreless Sensor Network 1 Yu HU, 2 Shu HAN 1 Measurng and Controllng Technology Insttute,

More information

A Semi-Distributed Load Balancing Architecture and Algorithm for Heterogeneous Wireless Networks

A Semi-Distributed Load Balancing Architecture and Algorithm for Heterogeneous Wireless Networks A Sem-Dstrbuted oad Balancng Archtecture and Algorthm for Heterogeneous reless Networks Md. Golam Rabul Ala Choong Seon Hong * Kyung Hee Unversty, Korea rob@networkng.khu.ac.kr, cshong@khu.ac.kr Abstract

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

Simulator for Energy Efficient Clustering in Mobile Ad Hoc Networks

Simulator for Energy Efficient Clustering in Mobile Ad Hoc Networks Smulator for Energy Effcent Clusterng n Moble Ad Hoc Networks Amt Kumar 1 Dhrendra Srvastav 2 and Suchsmta Chnara 3 Department of Computer Scence and Engneerng, Natonal Insttute of Technology, Rourkela,

More information

DESIGNING TRANSMISSION SCHEDULES FOR WIRELESS AD HOC NETWORKS TO MAXIMIZE NETWORK THROUGHPUT

DESIGNING TRANSMISSION SCHEDULES FOR WIRELESS AD HOC NETWORKS TO MAXIMIZE NETWORK THROUGHPUT DESIGNING TRANSMISSION SCHEDULES FOR WIRELESS AD HOC NETWORKS TO MAXIMIZE NETWORK THROUGHPUT Bran J. Wolf, Joseph L. Hammond, and Harlan B. Russell Dept. of Electrcal and Computer Engneerng, Clemson Unversty,

More information

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

OPTIMAL CONFIGURATION FOR NODES IN MIXED CELLULAR AND MOBILE AD HOC NETWORK FOR INET

OPTIMAL CONFIGURATION FOR NODES IN MIXED CELLULAR AND MOBILE AD HOC NETWORK FOR INET OPTIMAL CONFIGURATION FOR NODE IN MIED CELLULAR AND MOBILE AD HOC NETWORK FOR INET Olusola Babalola D.E. Department of Electrcal and Computer Engneerng Morgan tate Unversty Dr. Rchard Dean Faculty Advsor

More information

A Hybrid Genetic Algorithm for Routing Optimization in IP Networks Utilizing Bandwidth and Delay Metrics

A Hybrid Genetic Algorithm for Routing Optimization in IP Networks Utilizing Bandwidth and Delay Metrics A Hybrd Genetc Algorthm for Routng Optmzaton n IP Networks Utlzng Bandwdth and Delay Metrcs Anton Redl Insttute of Communcaton Networks, Munch Unversty of Technology, Arcsstr. 21, 80290 Munch, Germany

More information

MobileGrid: Capacity-aware Topology Control in Mobile Ad Hoc Networks

MobileGrid: Capacity-aware Topology Control in Mobile Ad Hoc Networks MobleGrd: Capacty-aware Topology Control n Moble Ad Hoc Networks Jle Lu, Baochun L Department of Electrcal and Computer Engneerng Unversty of Toronto {jenne,bl}@eecg.toronto.edu Abstract Snce wreless moble

More information

Video Proxy System for a Large-scale VOD System (DINA)

Video Proxy System for a Large-scale VOD System (DINA) Vdeo Proxy System for a Large-scale VOD System (DINA) KWUN-CHUNG CHAN #, KWOK-WAI CHEUNG *# #Department of Informaton Engneerng *Centre of Innovaton and Technology The Chnese Unversty of Hong Kong SHATIN,

More information

Application of Improved Fish Swarm Algorithm in Cloud Computing Resource Scheduling

Application of Improved Fish Swarm Algorithm in Cloud Computing Resource Scheduling , pp.40-45 http://dx.do.org/10.14257/astl.2017.143.08 Applcaton of Improved Fsh Swarm Algorthm n Cloud Computng Resource Schedulng Yu Lu, Fangtao Lu School of Informaton Engneerng, Chongqng Vocatonal Insttute

More information

Concurrent Apriori Data Mining Algorithms

Concurrent Apriori Data Mining Algorithms Concurrent Apror Data Mnng Algorthms Vassl Halatchev Department of Electrcal Engneerng and Computer Scence York Unversty, Toronto October 8, 2015 Outlne Why t s mportant Introducton to Assocaton Rule Mnng

More information

Mobile Adaptive Distributed Clustering Algorithm for Wireless Sensor Networks

Mobile Adaptive Distributed Clustering Algorithm for Wireless Sensor Networks Internatonal Journal of Computer Applcatons (975 8887) Volume No.7, Aprl Moble Adaptve Dstrbuted Clusterng Algorthm for Wreless Sensor Networks S.V.Mansekaran Department of Informaton Technology Anna Unversty

More information

Efficient Content Distribution in Wireless P2P Networks

Efficient Content Distribution in Wireless P2P Networks Effcent Content Dstrbuton n Wreless P2P Networs Qong Sun, Vctor O. K. L, and Ka-Cheong Leung Department of Electrcal and Electronc Engneerng The Unversty of Hong Kong Pofulam Road, Hong Kong, Chna {oansun,

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

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

More information

Online Policies for Opportunistic Virtual MISO Routing in Wireless Ad Hoc Networks

Online Policies for Opportunistic Virtual MISO Routing in Wireless Ad Hoc Networks 12 IEEE Wreless Communcatons and Networkng Conference: Moble and Wreless Networks Onlne Polces for Opportunstc Vrtual MISO Routng n Wreless Ad Hoc Networks Crstano Tapparello, Stefano Tomasn and Mchele

More information

Application of VCG in Replica Placement Strategy of Cloud Storage

Application of VCG in Replica Placement Strategy of Cloud Storage Internatonal Journal of Grd and Dstrbuted Computng, pp.27-40 http://dx.do.org/10.14257/jgdc.2016.9.4.03 Applcaton of VCG n Replca Placement Strategy of Cloud Storage Wang Hongxa Computer Department, Bejng

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

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

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

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

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

More information

DEAR: A DEVICE AND ENERGY AWARE ROUTING PROTOCOL FOR MOBILE AD HOC NETWORKS

DEAR: A DEVICE AND ENERGY AWARE ROUTING PROTOCOL FOR MOBILE AD HOC NETWORKS DEAR: A DEVICE AND ENERGY AWARE ROUTING PROTOCOL FOR MOBILE AD HOC NETWORKS Arun Avudanayagam Yuguang Fang Wenjng Lou Department of Electrcal and Computer Engneerng Unversty of Florda Ganesvlle, FL 3261

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

3. CR parameters and Multi-Objective Fitness Function

3. CR parameters and Multi-Objective Fitness Function 3 CR parameters and Mult-objectve Ftness Functon 41 3. CR parameters and Mult-Objectve Ftness Functon 3.1. Introducton Cogntve rados dynamcally confgure the wreless communcaton system, whch takes beneft

More information

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks 2017 2nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 2017) ISBN: 978-1-60595-522-3 FAHP and Modfed GRA Based Network Selecton n Heterogeneous Wreless Networks Xaohan DU, Zhqng

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Cost-Effective Lifetime Prediction Based Routing Protocol for Mobile Ad Hoc Network

Cost-Effective Lifetime Prediction Based Routing Protocol for Mobile Ad Hoc Network Cost-Effectve Lfetme Predcton Based Routng Protocol for Moble Ad Hoc Network ABU MD. ZAFOR ALAM, MUHAMMAD ARIFUR RAHMAN, M. LUTFAR RAHMAN 1 Faculty of Scence and Informaton Technology, Daffodl Internatonal

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

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

More information

Cost-Effective Lifetime Prediction Based Routing Protocol for Wireless Network

Cost-Effective Lifetime Prediction Based Routing Protocol for Wireless Network Cost-Effectve Lfetme Predcton Based Routng Protocol for Wreless Network ABU MD. ZAFOR ALAM, MUHAMMAD ARIFUR RAHMAN, MOHAMMED ABUL HASAN 2,M. LUTFAR RAHMAN Faculty of Scence and IT, Daffodl Internatonal

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

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

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

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

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

More information

IJCTA Nov-Dec 2016 Available

IJCTA Nov-Dec 2016 Available Dr K Santh et al, Internatonal Journal of Computer Technology & Applcatons,Vol 7(6),773-779 Optmzed Route Technque for DSR Routng Protocol n MANET Dr.K.Santh, Assocate Professor, Dept. of Computer Scence,

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

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

More information

F Geometric Mean Graphs

F Geometric Mean Graphs Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 2 (December 2015), pp. 937-952 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) F Geometrc Mean Graphs A.

More information

Network Intrusion Detection Based on PSO-SVM

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

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

The Hybrid Mobile Wireless Sensor Networks for Data Gathering

The Hybrid Mobile Wireless Sensor Networks for Data Gathering The Hybrd Moble Wreless Sensor Networks for Data Gatherng Bao Ren Bejng Unv. of Posts & Telecommuncatons, Bejng 876, Chna +86--62287 renb@bupt.edu.cn Jan Ma Noka Research Center, Bejng 3, Chna +86--65392828-2883

More information

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

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

More information

Query Clustering Using a Hybrid Query Similarity Measure

Query Clustering Using a Hybrid Query Similarity Measure Query clusterng usng a hybrd query smlarty measure Fu. L., Goh, D.H., & Foo, S. (2004). WSEAS Transacton on Computers, 3(3), 700-705. Query Clusterng Usng a Hybrd Query Smlarty Measure Ln Fu, Don Hoe-Lan

More information

A Clustering Algorithm for Chinese Adjectives and Nouns 1

A Clustering Algorithm for Chinese Adjectives and Nouns 1 Clusterng lgorthm for Chnese dectves and ouns Yang Wen, Chunfa Yuan, Changnng Huang 2 State Key aboratory of Intellgent Technology and System Deptartment of Computer Scence & Technology, Tsnghua Unversty,

More information

A KIND OF ROUTING MODEL IN PEER-TO-PEER NETWORK BASED ON SUCCESSFUL ACCESSING RATE

A KIND OF ROUTING MODEL IN PEER-TO-PEER NETWORK BASED ON SUCCESSFUL ACCESSING RATE A KIND OF ROUTING MODEL IN PEER-TO-PEER NETWORK BASED ON SUCCESSFUL ACCESSING RATE 1 TAO LIU, 2 JI-JUN XU 1 College of Informaton Scence and Technology, Zhengzhou Normal Unversty, Chna 2 School of Mathematcs

More information

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

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

More information

A GENETIC ALGORITHM FOR PROCESS SCHEDULING IN DISTRIBUTED OPERATING SYSTEMS CONSIDERING LOAD BALANCING

A GENETIC ALGORITHM FOR PROCESS SCHEDULING IN DISTRIBUTED OPERATING SYSTEMS CONSIDERING LOAD BALANCING A GENETIC ALGORITHM FOR PROCESS SCHEDULING IN DISTRIBUTED OPERATING SYSTEMS CONSIDERING LOAD BALANCING M. Nkravan and M. H. Kashan Department of Electrcal Computer Islamc Azad Unversty, Shahrar Shahreqods

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

More information

Network Coding as a Dynamical System

Network Coding as a Dynamical System Network Codng as a Dynamcal System Narayan B. Mandayam IEEE Dstngushed Lecture (jont work wth Dan Zhang and a Su) Department of Electrcal and Computer Engneerng Rutgers Unversty Outlne. Introducton 2.

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

Wireless Sensor Network Localization Research

Wireless Sensor Network Localization Research Sensors & Transducers 014 by IFSA Publshng, S L http://wwwsensorsportalcom Wreless Sensor Network Localzaton Research Lang Xn School of Informaton Scence and Engneerng, Hunan Internatonal Economcs Unversty,

More information

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

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

More information

Efficient Distributed File System (EDFS)

Efficient Distributed File System (EDFS) Effcent Dstrbuted Fle System (EDFS) (Sem-Centralzed) Debessay(Debsh) Fesehaye, Rahul Malk & Klara Naherstedt Unversty of Illnos-Urbana Champagn Contents Problem Statement, Related Work, EDFS Desgn Rate

More information

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

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

More information

Report on On-line Graph Coloring

Report on On-line Graph Coloring 2003 Fall Semester Comp 670K Onlne Algorthm Report on LO Yuet Me (00086365) cndylo@ust.hk Abstract Onlne algorthm deals wth data that has no future nformaton. Lots of examples demonstrate that onlne algorthm

More information

Control strategies for network efficiency and resilience with route choice

Control strategies for network efficiency and resilience with route choice Control strateges for networ effcency and reslence wth route choce Andy Chow Ru Sha Centre for Transport Studes Unversty College London, UK Centralsed strateges UK 1 Centralsed strateges Some effectve

More information

Analysis of Collaborative Distributed Admission Control in x Networks

Analysis of Collaborative Distributed Admission Control in x Networks 1 Analyss of Collaboratve Dstrbuted Admsson Control n 82.11x Networks Thnh Nguyen, Member, IEEE, Ken Nguyen, Member, IEEE, Lnha He, Member, IEEE, Abstract Wth the recent surge of wreless home networks,

More information

A Novel Fuzzy Stochastic Routing Protocol For Mobile AdHoc Network

A Novel Fuzzy Stochastic Routing Protocol For Mobile AdHoc Network Avalable Onlne at www.jcsmc.com Internatonal Journal of Computer Scence and Moble Computng A Monthly Journal of Computer Scence and Informaton Technology IJCSMC, Vol. 2, Issue. 0, October 203, pg.98 06

More information

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

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

More information

Efficient Load-Balanced IP Routing Scheme Based on Shortest Paths in Hose Model. Eiji Oki May 28, 2009 The University of Electro-Communications

Efficient Load-Balanced IP Routing Scheme Based on Shortest Paths in Hose Model. Eiji Oki May 28, 2009 The University of Electro-Communications Effcent Loa-Balance IP Routng Scheme Base on Shortest Paths n Hose Moel E Ok May 28, 2009 The Unversty of Electro-Communcatons Ok Lab. Semnar, May 28, 2009 1 Outlne Backgroun on IP routng IP routng strategy

More information

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

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

More information

IMPROVING THE SPEED OF DYNAMIC CLUSTER FORMATION IN MANET VIA SIMULATED ANNEALING

IMPROVING THE SPEED OF DYNAMIC CLUSTER FORMATION IN MANET VIA SIMULATED ANNEALING IMPROVING THE SPEED OF DYNAMIC CLUSTER FORMATION IN MANET VIA SIMULATED ANNEALING. Manousaks* and J.S. Baras Electrcal and Computer Engneerng Department and the Insttute for Systems Research Unversty of

More information

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

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

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

Obstacle-Aware Routing Problem in. a Rectangular Mesh Network

Obstacle-Aware Routing Problem in. a Rectangular Mesh Network Appled Mathematcal Scences, Vol. 9, 015, no. 14, 653-663 HIKARI Ltd, www.m-hkar.com http://dx.do.org/10.1988/ams.015.411911 Obstacle-Aware Routng Problem n a Rectangular Mesh Network Norazah Adzhar Department

More information

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Overvew 2 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Introducton Mult- Smulator MASIM Theoretcal Work and Smulaton Results Concluson Jay Wagenpfel, Adran Trachte Motvaton and Tasks Basc Setup

More information

Use of Genetic Algorithms in Efficient Scheduling for Multi Service Classes

Use of Genetic Algorithms in Efficient Scheduling for Multi Service Classes Use of Genetc Algorthms n Effcent Schedulng for Mult Servce Classes Shyamale Thlakawardana and Rahm Tafazoll Centre for Communcatons Systems Research (CCSR), Unversty of Surrey, Guldford, GU27XH, UK Abstract

More information

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

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

More information

Research on Kruskal Crossover Genetic Algorithm for Multi- Objective Logistics Distribution Path Optimization

Research on Kruskal Crossover Genetic Algorithm for Multi- Objective Logistics Distribution Path Optimization , pp.367-378 http://dx.do.org/.14257/jmue.215..8.36 Research on Kruskal Crossover Genetc Algorthm for Mult- Objectve Logstcs Dstrbuton Path Optmzaton Yan Zhang 1,2, Xng-y Wu 1 and Oh-kyoung Kwon 2, a,

More information

Mathematics 256 a course in differential equations for engineering students

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

More information

A Low Energy Algorithm of Wireless Sensor Networks Based on Fractal Dimension

A Low Energy Algorithm of Wireless Sensor Networks Based on Fractal Dimension Sensors & Transducers 2014 by IFSA Publshng, S. L. http://www.sensorsportal.com A Low Energy Algorthm of Wreless Sensor Networks ased on Fractal Dmenson Tng Dong, Chunxao Fan, Zhgang Wen School of Electronc

More information

AN EFFICIENT AND ROBUST GENETIC ALGORITHM APPROACH FOR AUTOMATED MAP LABELING

AN EFFICIENT AND ROBUST GENETIC ALGORITHM APPROACH FOR AUTOMATED MAP LABELING AN EFFICIENT AND ROBUST GENETIC ALGORITHM APPROACH FOR AUTOMATED MAP LABELING Fan Hong * Lu Kaun 2 Zhang Zuxun Natonal Laboratory of Informaton Engneerng n Surveyng Mappng and Remote Sensng of Wuhan Unversty

More information

A new segmentation algorithm for medical volume image based on K-means clustering

A new segmentation algorithm for medical volume image based on K-means clustering Avalable onlne www.jocpr.com Journal of Chemcal and harmaceutcal Research, 2013, 5(12):113-117 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCRC5 A new segmentaton algorthm for medcal volume mage based

More information

S1 Note. Basis functions.

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

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

Dynamic Bandwidth Provisioning with Fairness and Revenue Considerations for Broadband Wireless Communication

Dynamic Bandwidth Provisioning with Fairness and Revenue Considerations for Broadband Wireless Communication Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the ICC 008 proceedngs. Dynamc Bandwdth Provsonng wth Farness and Revenue Consderatons

More information

From Comparing Clusterings to Combining Clusterings

From Comparing Clusterings to Combining Clusterings Proceedngs of the Twenty-Thrd AAAI Conference on Artfcal Intellgence (008 From Comparng Clusterngs to Combnng Clusterngs Zhwu Lu and Yuxn Peng and Janguo Xao Insttute of Computer Scence and Technology,

More information

Routing in Degree-constrained FSO Mesh Networks

Routing in Degree-constrained FSO Mesh Networks Internatonal Journal of Hybrd Informaton Technology Vol., No., Aprl, 009 Routng n Degree-constraned FSO Mesh Networks Zpng Hu, Pramode Verma, and James Sluss Jr. School of Electrcal & Computer Engneerng

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

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

More information

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD Analyss on the Workspace of Sx-degrees-of-freedom Industral Robot Based on AutoCAD Jn-quan L 1, Ru Zhang 1,a, Fang Cu 1, Q Guan 1 and Yang Zhang 1 1 School of Automaton, Bejng Unversty of Posts and Telecommuncatons,

More information