Moth Search Algorithm for Drone Placement Problem

Size: px
Start display at page:

Download "Moth Search Algorithm for Drone Placement Problem"

Transcription

1 Moth Search Algorthm for Drone Placement Problem IVANA STRUMBERGER Sngdunum Unversty Faculty of Informatcs and Computng Danjelova 32, Belgrade DUSAN MARKOVIC Sngdunum Unversty Faculty of Informatcs and Computng Danjelova 32, Belgrade MARKO SARAC Sngdunum Unversty Faculty of Informatcs and Computng Danjelova 32, Belgrade NEBOJSA BACANIN Sngdunum Unversty Faculty of Informatcs and Computng Danjelova 32, Belgrade Abstract: Ths paper presents mplementaton of the moth search algorthm adjusted for solvng statc drone locaton problem. The optmal locaton of drones s one of the most mportant ssues n ths doman, and t belongs to the group of NP-hard optmzaton. The objectve of the model appled n ths paper s to establsh montorng all targets wth the least possble number of drones. For testng purposes, we used problem nstance wth 30 unformly dstrbuted targets n the network doman. Accordng to the results of smulatons, where moth search algorthm establshed full coverage of targets, ths approach shows potental n dealng wth ths knd of problem. Key Words: moth search algorthm, metaheurstcs, NP hardness, swarm ntellgence, optmzaton 1 Introducton The applcatons of flexble flyng drones have ncreased wth the emergng of low energy consumpton machnes, processng devces wth hgh performance and avalablty of lght materals. Drones can be used n a wde varety of applcatons, such as vehcle trackng, the traffc management, fre detecton, mltary operatons,etc. [1]. Drones are mostly used to montor targets, whch are consdered as ponts that can be statc or moble, dependng on the scenaro. Smlar to anchor nodes targetng unknown nodes n wreless sensor network, drones deployment must be placed n a way to cover multple targets, where each target must be covered by at least one drone [2]. The optmal placement of drones s one of the most mportant challenges n ths doman and belong to the group of NP-hard problems [3]. For solvng NP-hard problems, metaheurstcs can obtan satsfyng results, whle standard, determnstc methods can not be appled. One of the most promsng group of metaheurstcs approaches s swarm ntellgence. Swarm ntellgence smulate group of organsms from the nature, such as flock of brds and fsh, herd of elephants, groups of bats and cuckoos, etc. Artfcal bee colony (ABC) models the behavor of honey bee swarm [4], and proved to be robust optmzaton technque [5], [6]. Frefly algorthm (FA) emulates lghtng behavor of frefles [7], and has been mplemented for a wde varety of problems [8], [9], [10]. Cuckoo search (CS) metaheurstcs [11] s based on smlar prncples as FA and has also been appled to dfferent real-world tasks [12], [13]. Frework algorthm (FWA) was nspred by the process of freworks exploson [14], and became on of the most popular algorthm wth many versons [15], [16], [17], [18], [19]. Bat algorthm (BA) smulates group of bats and ther characterstcs of echolocaton [20], and shows outstandng performance [21], [22], [23]. Bran storm optmzaton algorthm s based on the human dea generaton process and t was appled to real world problem[24], [25], [26]. In ths paper, we propose moth search (MS) algorthm adopted for solvng statc drone locaton problem. MS algorthm was proposed n 2016 by Wang for global optmzaton problems [27]. The structure of ths paper s as follows: after Introducton, n Secton 2, we show mathematcal formulaton of statc drone placement problem, MS metaheurstcs s presented n Secton 3, Secton 4 show emprcal results, whle Secton 5 concludes ths paper. ISSN: Volume 3, 2018

2 2 Formulaton of statc drone locaton problem Ths secton presents mathematcal formulaton of the statc drone locaton problem (SDLP). In our mplementaton, we used smlar problem formulaton as n [28]. Rectangular two-dmensonal terran wth length x max and wdth y max represents the flyng regon of the drone u. The radus r and 2D coordnates (x, y) determne the poston of each drone u n the montorng doman. Set of avalable drones can be denoted as U, whle T can be used to ndcate the set of targets to be montored by the avalable drones. Wth the assumpton that the drone u wth radus r u s located n the terran at coordnates (x u, y u ), and that there s a target t wth coordnates (Y t, Y t ), the dstance D xu,yu t between u and t can be calculated as: D xu,yu t = (X t x u ) 2 + (Y t y u ) 2 (1) Moreover, Each drone u wth radus r u s characterzed wth the vsblty θ, that exemplfes a dsk n the plane. In mathematcal formulaton of drone coverage of targets, two man ssues should be consdered. In order to montor the targets, coordnates (x u, y u ) of each drone u U wth radus r u should be determned. Wth known locaton (x u, y u ) of the drone u U wth radus r u, we need to determne whch target t T s montored by the drone u U. The mathematcal formulaton of two above mentoned ssues can be represented as decson varables [28]: δ u xy = and { 1, f the drone u s located at (x, y) 0, otherwse (2) { γt u 1, f the target t s observed by the drone u = 0, otherwse (3) The objectve functon of the mathematcal model employed n ths paper s to montor all targets wth the least possble number of drones. Ths model can be expressed as follows [28]: mn f(δ) = δxy u (4) (x,y) u U s.t. δxy u 1 x,y γ u t (x,y) δ u xy ( r u D uxy t ) γt u 1 u U u U (5) u U, t T (6) t T (7) δ u xy {0, 1}, (x, y), 1 x x max (8) 1 y y max, u U (9) γ u t {0, 1}, t T, u U (10) The objectve functon showed n Eq.(4) deals wth the mnmzaton of the number of employed drones. Assurance that the drone u s postoned n at most one locaton s provded by usng constrant showed n Eq. (5). Condton showed n Eq. (6) s used to set the value of decson varable γ u t. The varable γ u t takes the value of 0, f the radus of drone u s lesser than the dstance between the target t and the drone u, and vce-versa. Condton that the each target t s beng montored by at least one drone s specfed n Eq. (7), whle constrants (8) - (10) determne the doman of the varables. 3 Moth search algorthm MS algorthm was nspred by the the phototaxs and Lévy flghts of the moths. Ths relatvely new algorthm was developed n 2016 by Wang [27]. MS algorthm belongs to the group of swarm ntellgence metaheurstcs, and was prmarly mplemented for global optmzaton problems [27]. In order to demonstrate the performance of MS algorthm, ts very frst mplementaton was compared wth fve state-of-the-art metaheurstcs through an array of experments on fourteen basc benchmarks, eleven IEEE CEC 2005 complcated benchmarks and seven IEEE CEC 2011 real world problems [27]. The results of comparatve analyss have shown great potental of the MS algorthm for tacklng global optmzaton tasks [27]. Moths have two dstngushng characterstcs that dfferentate them from other smlar speces. Frst characterstc of moths, phototaxs, represents a phenomena, where moths tend to fly around the lght source [29]. The other characterstc of the moths, ISSN: Volume 3, 2018

3 Lévy flghts, as one of the most mportant flght patterns n natural surroundngs, was consdered for MS algorthm [27]. Lévy flghts defne the type of random walk whch step length s drawn from Lévy dstrbuton. The Lévy dstrbuton whch can be modeled n the form of a power-law formula [27]: L(s) s β, (11) where β [0, 3] denotes an ndex. Accordng to the analyss of moths fly patterns [30], moths use Lévy flghts movements wth β 1.5. For that reason, n our experments, we set the value of parameter β to 1.5. Some other swarm ntellgence approaches also use Lévy flghts search, lke cuckoo search (CS) [11], FA [7] and krll herd (KH) [31] metaheurstcs. Two above mentoned characterstcs of moths (phototaxs and Lévy flghts) were used to model two steppng stones of every swarm ntellgence metaheurstcs - ntensfcaton and dversfcaton. The moths that are closer to the lght source (best moth n the populaton) tend to fly around the best moth n the form of Lévy flghts. Ths type of behavor s presented n the followng equaton [27]: x t+1 = x t + αl(s), (12) where x t+1 s the updated poston of moth and x t s the orgnal poston of moth n current generaton t, respectvely. Step drawn from Lévy dstrbuton s denoted as L(s), and the parameter α s scale factor whose value depends on the optmzaton problem. In the orgnal MS s mplementaton, α was gven as [27]: α = S max /t 2, (13) where S max s the maxmum walk step whose value also depends on the problem n hand. Lévy dstrbuton gven n Eq. (12) can be calculated as [27]: L(s) = (β 1)Γ(β 1) sn( π(β 1) 2 ) πs β, (14) where Γ s the gamma functon and s s greater than 0 [27]. Moths that are far from the lght source (best moth n the populaton) wll fly towards the lght source wth trajectory of a lne.ths type of fly can be mathematcally expressed as [27]: x t+1 = λ (x t + φ (x t best xt )), (15) where x t best denotes best moth n generaton t and φ and λ are acceleraton and scale factors, respectvely. The moth can fly n drecton of the fnal poston that s beyond the best moth n the populaton (lght source). Ths flght pattern s descrbed as [27]: x t+1 = λ (x t + 1 φ (xt best xt )) (16) In the orgnal research [27], the entre moth populaton s separated nto two equvalent subpopulatons based on ther ftness. In subpopulaton 1 (moths wth greater ftness), postons of ndvduals are beng updated usng Lévy flghts (Eq. (12)), where moth postons n the subpopulaton 2 (moths wth lower ftness) are beng updated by usng Eq. (15) or Eq. (16) wth possblty of 50% [27]. 4 Expermental results In ths secton, we brefly show network topology used n experments, parameters setup, and results of emprcal tests. In the emprcal tests, we used statc drone locaton problem nstance wth 30 unformly dstrbuted targets. Scenaro wth randomly dstrbuted targets s harder to solve than scenaro wth clustered targets. Workng doman of the network was set to 100 m by 100 m. For all drones n the populaton, radus r was set to 15 m, smlar lke n [28]. The number of moths n the populaton N was set to 40, and the maxmum number of generatons MaxGen was set to 2,000 yeldng total of 80,000 objectve functon evaluatons. The rest of parameters were adjusted as: the number of moths kept n each generaton to 2, ndex β = 1.5, max walk step S max = 1.0, and acceleraton factor φ = (5 1/2 1)/2 = For testng purposes, we developed software framework usng Vsual Studo 2017 wth.net Framework 4.7. Algorthm was tested n 30 ndependent runs on Intel CoreTM HQ wth 32GB of RAM memory. For expermental purposes, n order to analyze how MS algorthm behaves, we conducted experments wth dfferent number of drones (startng wth only one drone). In the employed scenaro, mnmum number of 9 drones s necessary to cover all targets. Expermental results for 30 unformly dstrbuted targets are shown n Table 1. In the presented table, we show results for dfferent number of drones for absolute and targets coverage n percentles, and for executon tme of the MS algorthm. As performance ndcators, we used best and mean results obtaned n ISSN: Volume 3, 2018

4 From the results presented n the Table 1, we conclude that the MS algorthm generates optmal values, and establshes full coverage of targets wth 9 drones. Results wth 9 drones are vsualzed n Fgure 1. Fgure 1: Examples wth one drone (left), and four drones (rght) n clustered target set 30 ndependent runs of the algorthm. In Table 1, T.C., T.C.% and E.T. are abbrevatons for target coverage, target coverage n percentles and executon tme, respectvely. Table 1: Expermental results Drone No. Indcator T.C. T.C % E.T. 1 Best 6 20% 1.5 Mean % Best % 4.3 Mean % Best 15 50% 6.6 Mean % Best 18 60% 7.6 Mean % Best 21 70% 10.0 Mean % Best 24 80% 14.2 Mean % Best 26 86% 17.3 Mean % Best 28 93% 21.9 Mean 27 90% Best % 29.4 Mean % Concluson In ths paper we showed moth search (MS) algorthm adjusted for solvng statc drone locaton problem (SDLP). MS s novel swarm ntellgence metaheurstcs proposed by Wang n 2016, and t was not tested on ths problem before. The MS algorthm was tested on problem nstance wth 30 unformly dstrbuted targets. In ths case, MS algorthm obtaned coverage of all targets wth 9 drones, whch s optmum soluton. As a concluson, we state that the MS algorthm shows good performance when tacklng NP-hard problems such s statc drone locaton problem. Acknowledgements: Ths research s supported by the Mnstry of Educaton, Scence and Technologcal Development of Republc of Serba, Grant No. III References: [1] H. Chen, X. mn Wang, and Y. L, A survey of autonomous control for uav, n Proceedngs of the 09 Internatonal Conference on A Artfcal Intellgence and Computatonal Intellgence (AICI 09), pp , IEEE, November [2] D. Zorbas, L. D. P. Puglese, T. Razafndralambo, and F. Guerrero, Optmal drone placement and cost-effcent target coverage, Journal of Network and Computer Applcatons, vol. 75, pp , November [3] M. Youns and K. Akkaya, Strateges and technques for node placement n wreless sensor networks: A survey, Ad Hoc Networks, vol. 6, pp , June [4] D. Karaboga, An dea based on honey bee swarm for numercal optmzaton, Techncal Report - TR06, pp. 1 10, [5] N. Bacann, M. Tuba, and I. Brajevc, Performance of object-orented software system for mproved artfcal bee colony optmzaton, Internatonal Journal of Mathematcs and Computers n Smulaton, vol. 5, no. 2, pp , ISSN: Volume 3, 2018

5 [6] N. Bacann, M. Tuba, and I. Strumberger, RFID network plannng by ABC algorthm hybrdzed wth heurstc for ntal number and locatons of readers, n th UKSm-AMSS Internatonal Conference on Modellng and Smulaton (UKSm), pp , March [7] X.-S. Yang, Frefly algorthms for multmodal optmzaton, Stochastc Algorthms: Foundatons and Applcatons, LNCS, vol. 5792, pp , [8] E. Tuba, M. Tuba, and M. Beko, Moble wreless sensor networks coverage maxmzaton by frefly algorthm, n 27th Internatonal Conference Radoelektronka, pp. 1 5, IEEE, [9] E. Tuba, M. Tuba, and M. Beko, Two stage wreless sensor node localzaton usng frefly algorthm, n Smart Trends n Systems, Securty and Sustanablty, LNNS, vol. 18, pp , Sprnger, [10] M. Tuba and N. Bacann, JPEG quantzaton tables selecton by the frefly algorthm, n Internatonal Conference on Multmeda Computng and Systems (ICMCS), pp , IEEE, [11] X.-S. Yang and S. Deb, Cuckoo search va levy flghts, n Proceedngs of World Congress on Nature & Bologcally Inspred Computng (NaBIC 2009), pp , [12] I. Brajevc and M. Tuba, Cuckoo search and frefly algorthm appled to multlevel mage thresholdng, n Cuckoo Search and Frefly Algorthm: Theory and Applcatons (X.-S. Yang, ed.), vol. 516 of Studes n Computatonal Intellgence, pp , Sprnger Internatonal Publshng, [13] N. Bacann, Implementaton and performance of an object-orented software system for cuckoo search algorthm, Internatonal Journal of Mathematcs and Computers n Smulaton, vol. 6, pp , December [14] Y. Tan and Y. Zhu, Freworks algorthm for optmzaton, Advances n Swarm Intellgence, LNCS, vol. 6145, pp , June [15] E. Tuba, M. Tuba, and E. Dolcann, Adjusted freworks algorthm appled to retnal mage regstraton, Studes n Informatcs and Control, vol. 26, no. 1, pp , [16] N. Bacann and M. Tuba, Freworks algorthm appled to constraned portfolo optmzaton problem, n Proceedngs of the 2015 IEEE Congress on Evolutonary Computaton (CEC 2015), May [17] M. Tuba, N. Bacann, and A. Alhodzc, Multlevel mage thresholdng by freworks algorthm, n th Internatonal Conference Radoelektronka (RADIOELEKTRON- IKA), pp , Aprl [18] E. Tuba, M. Tuba, and M. Beko, Node localzaton n ad hoc wreless sensor networks usng freworks algorthm, n Proceedngs of the 5th Internatonal Conference on Multmeda Computng and Systems (ICMCS), pp , September [19] E. Tuba, M. Tuba, and D. Sman, Wreless sensor network coverage problem usng modfed freworks algorthm, n Internatonal Wreless Communcatons and Moble Computng Conference (IWCMC), pp , IEEE, [20] X.-S. Yang, A new metaheurstc bat-nspred algorthm, Studes n Computatonal Intellgence, vol. 284, pp , November [21] E. Tuba, M. Tuba, and D. Sman, Adjusted bat algorthm for tunng of support vector machne parameters, n IEEE Congress on Evolutonary Computaton (CEC), pp , IEEE, [22] M. Tuba and N. Bacann, Hybrdzed bat algorthm for mult-objectve rado frequency dentfcaton (RFID) network plannng, n Proceedngs of the 2015 IEEE Congress on Evolutonary Computaton (CEC 2015), May [23] E. Tuba, M. Tuba, and D. Sman, Handwrtten dgt recognton by support vector machne optmzed by bat algorthm, Proceedng of the WSCG 2016, Computer Scence Research Notes, pp , [24] E. Dolcann, I. Fetahovc, E. Tuba, R. Capor- Hrosk, and M. Tuba, Unmanned combat aeral vehcle path plannng by bran storm optmzaton algorthm, Studes n Informatcs and Control, vol. 27, no. 1, pp , [25] E. Tuba, R. Capor-Hrosk, A. Alhodzc, and M. Tuba, Drone placement for optmal coverage by bran storm optmzaton algorthm, n Internatonal Conference on Health Informaton Scence, Advances n Intellgent Systems and Computng, vol. 734, pp , Sprnger, ISSN: Volume 3, 2018

6 [26] E. Tuba, E. Dolcann, and M. Tuba, Chaotc bran storm optmzaton algorthm, n Intellgent Data Engneerng and Automated Learnng, LNCS, vol , (Cham), pp , Sprnger Internatonal Publshng, [27] G.-G. Wang, Moth search algorthm: a bonspred metaheurstc algorthm for global optmzaton problems, Memetc Computng, Sep [28] D. Zorbas, T. Razafndralambo, D. P. P. Lug, and F. Guerrero, Energy ecent moble target trackng usng yng drones, n Proceedngs of the 4th Internatonal Conference on Ambent Systems, Networks and Technologes (ANT 2013), Proceda Computer Scence, vol. 19, pp , Sprnger, [29] P. S. Callahan, Moth and candle: The candle flame as a sexual mmc of the coded nfrared wavelengths from a moth sex scent (pheromone), Appled Optcs, vol. 16, no. 12, pp , [30] A. Reynolds, D. Reynolds, A. Smth, G. Svensson, and C. Lfstedt, Appettve flght patterns of male agrots segetum moths over landscape scales, Journal of Theoretcal Bology, vol. 245, no. 1, pp , [31] A. H. Gandom and A. H. Alav, Krll herd: A new bo-nspred optmzaton algorthm, Commun Nonlnear Sc Numer Smulat, vol. 17, pp , ISSN: Volume 3, 2018

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm CCECE 2014 1569888203 Coverage Maxmzaton n Moble Wreless Sensor Networs Utlzng Immune Node Deployment Algorthm Mohammed Abo-Zahhad, Sabah M. Ahmed and Nabl Sabor Electrcal and Electroncs Engneerng Department

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables S. Aucharyamet and S. Srsumrannukul / GMSARN Internatonal Journal 4 (2010) 57-66 Optmal Allocaton of Statc VAr Compensator for Actve Power oss Reducton by Dfferent Decson Varables S. Aucharyamet and S.

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 3161069, 11 pages http://dx.do.org/10.1155/2016/3161069 Research Artcle Dynamc Relay Satellte Schedulng Based on ABC-TOPSIS Algorthm Shufeng Zhuang,

More information

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms An Optmal Model and Soluton of Deployment of Arshps for Hgh Alttude Platforms Xuyu Wang, Xnbo Gao, Ru Zong, Peng Cheng. VIPS Lab, School of Electronc Engneerng, Xdan Unversty, X an 77, Chna. Department

More information

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT Hrotaka Yoshda Kench Kawata IEEE Trans. on Power Systems, Vol.15, No.4, pp.1232-1239, November

More information

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1 Queen Bee genetc optmzaton of an heurstc based fuzzy control scheme for a moble robot 1 Rodrgo A. Carrasco Schmdt Pontfca Unversdad Católca de Chle Abstract Ths work presents both a novel control scheme

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L , pp. 207-220 http://dx.do.org/10.14257/jht.2016.9.1.18 Dverson of Constant Crossover Rate DE\BBO to Varable Crossover Rate DE\BBO\L Ekta 1, Mandeep Kaur 2 1 Department of Computer Scence, GNDU, RC, Jalandhar

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems Investgaton of Hybrd Partcle Swarm Optmzaton Methods for Solvng Transent-Stablty Constraned Optmal Power Flow Problems K. Y. Chan, G. T. Y. Pong and K. W. Chan Abstract In ths paper, hybrd partcle swarm

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 014, 6, 61-68 61 Open Access Node Localzaton Method for Wreless Sensor Networks Based on Hybrd Optmzaton

More information

Cooperative perimeter surveillance with a team of mobile robots under communication constraints

Cooperative perimeter surveillance with a team of mobile robots under communication constraints 213 IEEE/RSJ Internatonal Conference on Intellgent Robots and Systems (IROS) November 3-7, 213. Toyo, Japan Cooperatve permeter survellance wth a team of moble robots under communcaton constrants J.J.

More information

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm 0 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.8 No., February 008 Mult-focus Image Fuson Usng Spatal Frequency and Genetc Algorthm Jun Kong,, Kayuan Zheng,, Jngbo Zhang,,*,,

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range Genetc Algorthm for Sensor Schedulng wth Adjustable Sensng Range D.Arvudanamb #, G.Sreekanth *, S.Balaj # # Department of Mathematcs, Anna Unversty Chenna, Inda arvu@annaunv.edu skbalaj8@gmal.com * Department

More information

Multiple Robots Formation A Multiobjctive Evolution Approach

Multiple Robots Formation A Multiobjctive Evolution Approach Avalable onlne at www.scencedrect.com Proceda Engneerng 41 (2012 ) 156 162 Internatonal Symposum on Robotcs and Intellgent Sensors 2012 (IRIS 2012) Multple Robots Formaton A Multobctve Evoluton Approach

More information

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae 1870 The Open Automaton and Control Systems Journal, 2015, 7, 1870-1874 Open Access Research on PID Controller n Actve Magnetc Levtaton Based on Partcle

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Modified Bat Algorithm for the Multi-Objective Flexible Job Shop Scheduling Problem

Modified Bat Algorithm for the Multi-Objective Flexible Job Shop Scheduling Problem Avalable onlne at www.jpe-onlne.com vol., no. 7, November 07, pp. 999-0 DOI: 0.90/jpe.7.07.p.9990 Modfed Bat Algorthm for the Mult-Objectve Flexble Job Shop Schedulng Problem Haodong Zhu a,b, Baofeng He

More information

Equivalent Circuit Model of Electromagnetic Behaviour of Wire Objects by the Matrix Pencil Method

Equivalent Circuit Model of Electromagnetic Behaviour of Wire Objects by the Matrix Pencil Method ERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 5, No., May 008, -0 Equvalent Crcut Model of Electromagnetc Behavour of Wre Objects by the Matrx Pencl Method Vesna Arnautovsk-Toseva, Khall El Khamlch Drss,

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

More information

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018 Internatonal Journal of Industral Eng. & roducton Research (2008) pp. 21-29 Volume 19, Number 4, 2008 Internatonal Journal of Industral Engneerng & roducton Research Journal Webste: http://een.ust.ac.r/

More information

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance Optmzng a System of Threshold-based Sensors wth Applcaton to Bosurvellance Ronald D. Frcker, Jr. Thrd Annual Quanttatve Methods n Defense and Natonal Securty Conference May 28, 2008 What s Bosurvellance?

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Communication-Aware Distributed PSO for Dynamic Robotic Search

Communication-Aware Distributed PSO for Dynamic Robotic Search Communcaton-Aware Dstrbuted PSO for Dynamc Robotc Search Logan Perreault Montana State Unversty Bozeman, Montana 59715 logan.perreault@cs.montana.edu Mke P. Wtte Montana State Unversty Bozeman, Montana

More information

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks 213 7th Asa Modellng Symposum Adaptve Phase Synchronsaton Algorthm for Collaboratve Beamformng n Wreless Sensor Networks Chen How Wong, Zhan We Sew, Renee Ka Yn Chn, Aroland Krng, Kenneth Tze Kn Teo Modellng,

More information

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

More information

sensors ISSN by MDPI

sensors ISSN by MDPI Sensors 2007, 7, 628-648 Full Paper sensors ISSN 1424-8220 2007 by MDPI www.mdp.org/sensors Dstrbuted Partcle Swarm Optmzaton and Smulated Annealng for Energy-effcent Coverage n Wreless Sensor Networks

More information

XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT

XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT Atpong Surya Department of Electrcal and Electroncs Engneerng Ubonratchathan Unversty, Thaland, 34190

More information

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems Hybrd Dfferental Evoluton based Concurrent Relay-PID Control for Motor Poston Servo Systems B.Sartha 1, Dr. L. Rav Srnvas P.G. Student, Department of EEE, Gudlavalleru Engneerng College, Gudlavalleru,

More information

A Three-Dimensional Network Coverage Optimization Algorithm in Healthcare System

A Three-Dimensional Network Coverage Optimization Algorithm in Healthcare System 204 IEEE 6th Internatonal Conference on e-health Networkng, Applcatons and Servces (Healthcom) A Three-Dmensonal Network Coverage Optmzaton Algorthm n Healthcare System Xaoshuang Lu, Guxa Kang, Nngbo Zhang,

More information

Improved Detection Performance of Cognitive Radio Networks in AWGN and Rayleigh Fading Environments

Improved Detection Performance of Cognitive Radio Networks in AWGN and Rayleigh Fading Environments Improved Detecton Performance of Cogntve Rado Networks n AWGN and Raylegh Fadng Envronments Yng Loong Lee 1, Wasan Kadhm Saad, Ayman Abd El-Saleh *1,, Mahamod Ismal 1 Faculty of Engneerng Multmeda Unversty

More information

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm SETIT 29 5 th Internatonal Conference: Scences of Electronc, Technologes of Informaton and Telecommuncatons March 22-26, 29 TUNISIA Multple Beam Array Pattern Synthess by Ampltude and wth the Use of a

More information

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks An Energy Effcent Herarchcal Clusterng Algorthm for Wreless Sensor Networks Seema Bandyopadhyay and Edward J. Coyle School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette, IN, USA {seema,

More information

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL Vladmro Mranda vmranda@nescporto.pt Nuno Fonseca nfonseca@power.nescn.pt INESC Insttuto de Engenhara de Sstemas e Computadores

More information

Arterial Travel Time Estimation Based On Vehicle Re-Identification Using Magnetic Sensors: Performance Analysis

Arterial Travel Time Estimation Based On Vehicle Re-Identification Using Magnetic Sensors: Performance Analysis Arteral Travel Tme Estmaton Based On Vehcle Re-Identfcaton Usng Magnetc Sensors: Performance Analyss Rene O. Sanchez, Chrstopher Flores, Roberto Horowtz, Ram Raagopal and Pravn Varaya Department of Mechancal

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

Optimal Coordination of Overcurrent Relays Based on Modified Bat Optimization Algorithm

Optimal Coordination of Overcurrent Relays Based on Modified Bat Optimization Algorithm Internatonal Electrcal Engneerng Journal (IEEJ) http://www.eejournal.com/ Optmal Coordnaton of Overcurrent Based on Modfed Bat Optmzaton Algorthm Reza Kherollah, Farhad Namdar Department of Power and Computer,

More information

Research Article A Double Herd Krill Based Algorithm for Location Area Optimization in Mobile Wireless Cellular Network

Research Article A Double Herd Krill Based Algorithm for Location Area Optimization in Mobile Wireless Cellular Network e Scentfc World Journal Volume, Artcle ID 78, 9 pages http://dx.do.org/.//78 Research Artcle A Double Herd Krll Based Algorthm for Locaton Area Optmzaton n Moble Wreless Cellular Network F. Vncylloyd and

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

More information

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields Autonomous Robot Navgaton usng Genetc Algorthms F. ARAMBULA COSIO, M. A. PADILLA CASTAÑEDA Lab. de Imágenes y Vsón Centro de Instrumentos, UNAM Méxco, D.F., 451 MEXICO Abstract: - In ths paper s presented

More information

Movement - Assisted Sensor Deployment

Movement - Assisted Sensor Deployment Intro Self Deploy Vrtual Movement Performance Concluson Movement - Asssted Sensor Deployment G. Wang, G. Cao, T. La Porta Dego Cammarano Laurea Magstrale n Informatca Facoltà d Ingegnera dell Informazone,

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks Ths artcle has been accepted for publcaton n a future ssue of ths journal, but has not been fully edted. Content may change pror to fnal publcaton. The Impact of Spectrum Sensng Frequency and Pacet- Loadng

More information

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures Chapter 2 Two-Degree-of-Freedom PID Controllers Structures As n most of the exstng ndustral process control applcatons, the desred value of the controlled varable, or set-pont, normally remans constant

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

An Improved Weighted Centroid Localization Algorithm

An Improved Weighted Centroid Localization Algorithm Internatonal Journal of Future Generaton Communcaton an Networng Vol.6, No.5 (203), pp.45-52 http://x.o.org/0.4257/fgcn.203.6.5.05 An Improve Weghte Centro Localzaton Algorthm L Bn, Dou Zheng*, Nng Yu

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET)

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET) A Novel Optmzaton of the Dstance Source Routng (DSR) Protocol for the Moble Ad Hoc Networs (MANET) Syed S. Rzv 1, Majd A. Jafr, and Khaled Ellethy Computer Scence and Engneerng Department Unversty of Brdgeport

More information

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO Smultaneous Reconfguraton wth Placement usng Bt-Shft Operator Based TLBO Ayan Ghosh, *Deepak Kumar EEE Department B.I.T Mesra, Ranch Jharkhand, Inda *deepakmek9@gmal.com S. R. Samantaray School of Electrcal

More information

Introduction to Coalescent Models. Biostatistics 666

Introduction to Coalescent Models. Biostatistics 666 Introducton to Coalescent Models Bostatstcs 666 Prevously Allele frequences Hardy Wenberg Equlbrum Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles

More information

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station PSO and ACO Algorthms Appled to Locaton Optmzaton of the WLAN Base Staton Ivan Vlovć 1, Nša Burum 1, Zvonmr Špuš 2 and Robert Nađ 2 1 Unversty of Dubrovn, Croata 2 Unversty of Zagreb, Croata E-mal: van.vlovc@undu.hr,

More information

Introduction to Coalescent Models. Biostatistics 666 Lecture 4

Introduction to Coalescent Models. Biostatistics 666 Lecture 4 Introducton to Coalescent Models Bostatstcs 666 Lecture 4 Last Lecture Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles Expected to decrease wth dstance

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design Proceedngs of Conference 8 Korean Socety of Ocean Engneers May 9-3, Cheju, Korea Moorng Cost Senstvty Study Based on Cost-Optmum Moorng Desgn SAM SANGSOO RYU, CASPAR HEYL AND ARUN DUGGAL Research & Development,

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

Wireless Sensor Network Coverage Optimization Based on Fruit Fly Algorithm

Wireless Sensor Network Coverage Optimization Based on Fruit Fly Algorithm Wreless Sensor Network Coverage Optmzaton Based on Frut Fly Algorthm https://do.org/10.3991/joe.v1406.8698 Ren Song!! ", Zhchao Xu, Yang Lu Jln Unversty of Fnance and Economcs, Jln, Chna rensong1579@163.com

More information

Intelligent Wakening Scheme for Wireless Sensor Networks Surveillance

Intelligent Wakening Scheme for Wireless Sensor Networks Surveillance The Frst Internatonal Workshop on Cyber-Physcal Networkng Systems Intellgent Wakenng Scheme for Wreless Sensor Networks Survellance Ru Wang, Le Zhang, L Cu Insttute of Computng Technology of the Chnese

More information

A General Technical Route for Parameter Optimization of Ship Motion Controller Based on Artificial Bee Colony Algorithm

A General Technical Route for Parameter Optimization of Ship Motion Controller Based on Artificial Bee Colony Algorithm A General Techncal Route for Parameter Optmzaton of Shp Moton Controller Based on Artfcal Bee Colony Algorthm Yanfe Tan, Lwen Huang, and Yong Xong Abstract The most practcal applcaton n ndustral process

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

A Hybrid Ant Colony Optimization Algorithm or Path Planning of Robot in Dynamic Environment

A Hybrid Ant Colony Optimization Algorithm or Path Planning of Robot in Dynamic Environment Hao Me, Yantao Tan, Lnan Zu A Hybrd Ant Colony Optmzaton Algorthm or Path Plannng of Robot n Dynamc Envronment A Hybrd Ant Colony Optmzaton Algorthm for Path Plannng of Robot n Dynamc Envronment 1 Hao

More information

Discussion on How to Express a Regional GPS Solution in the ITRF

Discussion on How to Express a Regional GPS Solution in the ITRF 162 Dscusson on How to Express a Regonal GPS Soluton n the ITRF Z. ALTAMIMI 1 Abstract The usefulness of the densfcaton of the Internatonal Terrestral Reference Frame (ITRF) s to facltate ts access as

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

Improvement of Buck Converter Performance Using Artificial Bee Colony Optimized-PID Controller

Improvement of Buck Converter Performance Using Artificial Bee Colony Optimized-PID Controller Journal of Automaton and Control Engneerng Vol. 3, No. 4, August 2015 Improvement of Buck Converter Performance Usng Artfcal Bee Colony Optmzed-PID Controller Yusuf Sonmez1, Ozcan Ayyldz1, H. Tolga Kahraman2,

More information

APPLICATION OF BINARY VERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM

APPLICATION OF BINARY VERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM IJRET: Internatonal Journal of Research n Engneerng and Technology eissn: 39-63 pissn: 3-7308 APPLICATION OF BINARY ERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM Nasm Al Khan,

More information

Mission-Aware Placement of RF-based Power Transmitters in Wireless Sensor Networks

Mission-Aware Placement of RF-based Power Transmitters in Wireless Sensor Networks Msson-Aware Placement of RF-based Power Transmtters n Wreless Sensor Networks Melke Erol-Kantarc, Member, IEEE and Hussen T. Mouftah, Fellow, IEEE School of Electrcal Engneerng and Computer Scence Unversty

More information

Journal of Chemical and Pharmaceutical Research, 2016, 8(4): Research Article

Journal of Chemical and Pharmaceutical Research, 2016, 8(4): Research Article Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2016, 8(4):788-793 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Vrtual Force Coverage Enhancement Optmzaton Algorthm Based

More information

A Parallel Task Scheduling Optimization Algorithm Based on Clonal Operator in Green Cloud Computing

A Parallel Task Scheduling Optimization Algorithm Based on Clonal Operator in Green Cloud Computing A Parallel Task Schedulng Optmzaton Algorthm Based on Clonal Operator n Green Cloud Computng Yang Lu, Wanneng Shu, and Chrsh Zhang College of Informaton Scence and Engneerng, Hunan Cty Unversty, Yyang,

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

More information

Decomposition Principles and Online Learning in Cross-Layer Optimization for Delay-Sensitive Applications

Decomposition Principles and Online Learning in Cross-Layer Optimization for Delay-Sensitive Applications Techncal Report Decomposton Prncples and Onlne Learnng n Cross-Layer Optmzaton for Delay-Senstve Applcatons Abstract In ths report, we propose a general cross-layer optmzaton framework n whch we explctly

More information

Bee Hive Algorithm to Optimize Multi Constrained Piecewise Non-Linear Economic Power Dispatch Problem in Thermal Units

Bee Hive Algorithm to Optimize Multi Constrained Piecewise Non-Linear Economic Power Dispatch Problem in Thermal Units Internatonal Journal on Electrcal Engneerng and Informatcs Volume 3, Number 1, 011 Bee Hve Algorthm to Optmze Mult Constraned ecewse Non-Lnear Economc ower Dspatch roblem n Thermal Unts B. admanabhan 1,

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding Communcatons and Network, 2013, 5, 312-318 http://dx.do.org/10.4236/cn.2013.53b2058 Publshed Onlne September 2013 (http://www.scrp.org/journal/cn) Jont Power Control and Schedulng for Two-Cell Energy Effcent

More information

Intelligent and Robust Genetic Algorithm Based Classifier

Intelligent and Robust Genetic Algorithm Based Classifier Intellgent and Robust Genetc Algorthm Based Classfer S. H. Zahr, H. Raab Mashhad and S. A. Seyedn Downloaded from eee.ust.ac.r at :4 IRDT on Monday September 3rd 018 Abstract: The concepts of robust classfcaton

More information

Target Response Adaptation for Correlation Filter Tracking

Target Response Adaptation for Correlation Filter Tracking Target Response Adaptaton for Correlaton Flter Tracng Adel Bb, Matthas Mueller, and Bernard Ghanem Image and Vdeo Understandng Laboratory IVUL, Kng Abdullah Unversty of Scence and Technology KAUST, Saud

More information

Decision aid methodologies in transportation

Decision aid methodologies in transportation Decson ad methodologes n transportaton Lecture 7: More Applcatons Prem Kumar prem.vswanathan@epfl.ch Transport and Moblty Laboratory Summary We learnt about the dfferent schedulng models We also learnt

More information