MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS FOR ENERGY-EFFICIENCY IN HETEROGENEOUS WIRELESS SENSOR NETWORKS

Size: px
Start display at page:

Download "MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS FOR ENERGY-EFFICIENCY IN HETEROGENEOUS WIRELESS SENSOR NETWORKS"

Transcription

1 MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS FOR ENERGY-EFFICIENCY IN HETEROGENEOUS WIRELESS SENSOR NETWORKS José M. Lanza-Gutiérrez, Juan A. Gómez-Pulido, Miguel A. Vega- Rodríguez, Juan M. Sánchez University of Extremadura (Spain). Polytechnic school

2 Index 1. Introduction 2. Heterogeneous wireless sensor network 3. Problem resolution 4. Experimental results 5. Comparisons with other authors 6. Conclusions and future work 2

3 1. Introduction (I) 3 The use of wireless sensor networks (WSNs) has increased substantially in the last years: applications in both civil and military areas. An important aspect in the use of WSNs is the energy efficient. This kind of networks are powered by batteries: network lifetime depends on amount of information transmitted by sensors, as well as its scope, among others. Nowadays, WSNs are more complex due to inclusion of auxiliary elements (routers) in order to minimize communication between sensors,increasing both network speed and lifetime of sensors Heterogeneous WSN

4 1. Introduction (II) 4 In this work, we have solved the heterogeneous WSN design problem: how to place routers and sensors optimizing several objectives simultaneously. A good solution for heterogeneous WSN involves an increase of energy efficiency compared with its homogeneous equivalent. This is a NP-hard problem, so we need to use certain techniques to facilitate its resolution, like evolutionary algorithms. We have used two well-known MOEAs: NSGA-II and SPEA-2.

5 1. Introduction (III) Our work shows the following contributions: 1) The problem has been solved by means of evolutionary techniques. 2) We have optimized over three objectives that have not been considered jointly in any paper found: average number of hops, coverage and reliability. 3) The results obtained have been analyzed in depth using statistical procedures. 5 We study the deployment of a heterogeneous WSN as an alternative to traditional homogeneous WSN.

6 2. Heterogeneous wireless sensor network (I) A particular problem instance will be defined by several elements: (N Routers, M sensors and a sink node) A scenery (D x * D y ) A sensor obtains information about its environment with a sensitivity radius (R s ). 6

7 2. Heterogeneous wireless sensor network (II) A router allows us to establish network communications (links) and to collect information about sensors in its communication radius (R c ). Sink node collects information about all sensors in the network, it is the center node. In this work, a sensor only can communicate with routers, not with other sensors. 7

8 2. Heterogeneous wireless sensor network (III) The most important factors have been used to deploy the network. Those that define the router network quality: average number of hops (to minimize) and reliability (to maximize). The global coverage provided by sensors (to maximize). These objectives are simultaneously optimized using MOEAs. 8

9 2. Heterogeneous wireless sensor network (IV) Average number of hops (1): it is the minimum number of hops (routers that are necessary to cross) between each router and collector node, divided by the total number of routers. A hop is possible when the distance between two elements is less than communication radius. N number of routers, C collector node 9

10 2. Heterogeneous wireless sensor network (V) Sensor coverage (%) (2): it is the terrain percentage covered by sensor nodes. We use a boolean matrix of D x *D y points over scenery, so for each sensor, the points within its radius will be activated; finally, we have to count the activated points. R represents the boolean matrix and R x,y position (x,y) of this matrix. the 10

11 2. Heterogeneous wireless sensor network (VI) Reliability (%) (3): it allows us to define the network robustness. It is the number of possible paths between each router and collector node, divided by the maximum number of paths in a fully coupled topology. 11 TotalRoutes provides the number of paths between two routers (Dijsktra). We notice that when we use N+1 is because we have included the collector node (N is the number of routers).

12 3. Problem resolution (I) The design of a heterogeneous WSN is a NPhard problem. It is necessary to use non-conventional techniques to facilitate its resolution: Heuristics, EAs, We use MOEAs: the best results in literature. When we use this kind of techniques, there are some important aspects: encoding of individuals, crossover and mutation strategies, generation of initial population. 12

13 13 3. Problem resolution (II) EA is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. i Generation of initial population (solutions) F(x) Evaluation of individuals Se Selection of the best individuals Cr Crossover among individuals. Mu It alters values in a individual Re Worse individual die, population size is constant? Termination condition

14 3. Problem resolution (III) Encoding of individuals: Two parts, coordinates (x and y) of routers and sensors. Each part is divided in regions to split the available space in several portions, and to ensure a good distribution of elements. 14

15 3. Problem resolution (IV) Generation of initial population: We place routers and sensor randomly. Crossover: We only cross among elements from a same region. The objective is that each region can evolve separately. Mutation: We perform random changes over coordinates of elements. For each change, we evaluate the individual. If this change causes better fitness values will be accepted; in the negative case change will be discarded, back to previous coordinates. 15

16 3. Problem resolution (VI) Well-known MOEAs: (Selector algorithms) NSGA-II SPEA-2 Well-described in literature [18][19]. 16

17 4. Experimental results (I) The instance data used in this work represent a couple of scenarios of 100x100 and 150x150 meters, on which will be placed a set of routers and sensors with values of R c and R s, 25 and 15 respectively (in meters). Providing of other authors. For these instances, we use the less number of sensor nodes: scenario area divided by sensor area. 17

18 4. Experimental results (II) Instance A(m 2 ) N M N/M Inst1 100x Inst2 100x Inst3 150x Inst4 150x We solve these 4 instances by both algorithms NSGA-II and SPEA-2 and we obtain a solution set (Pareto front) for each of them. 18

19 4. Experimental results (III) To determine the goodness of solutions, we use hypervolume metric (it is based on physical area of this solution set). 19 If hypervolume is bigger, solution will be better. Certain to ideal values (maximum coverage and reliability (100%) and minimum number of hops (0)).

20 4. Experimental results (IV) By means of statistical techniques, we have detemine that SPEA-2 provides better results (hypervolumes) than NSGA-II for these instances. 20

21 5. Comparisons with other authors (I) we can found results from resolution of traditional WSN for energy efficiency, but we cannot compare our fitness values with theirs different conception. Some authors have been demonstrated that heterogeneous WSN provides better energy efficiency than its homogenous alternative, but their approaches are different from ours. 21

22 5. Conclusions and future work (II) In this work, we have tackled the deployment of a heterogeneous WSN optimizing some important factors: area covered by sensors, average number of hops and network reliability. We have used two well-known EAs, NSGA-II and SPEA-2, proving as SPEA-2 provides the best results. 22 Important: we have tackled how to obtain the best heterogeneous WSN, but we have not compare with its homogeneous conception.

23 5. Conclusions and future work (III) Future: more instances, new algorithms, parallelism And a new approach, first, we study the positioning of sensors maximizing coverage, and then we deployed the network of routers optimizing factors used in this work, including a new metric for energy efficiency: allowing as transform a real homogeneous WSN in a new more energy efficiency heterogeneous WSN. 23

24 MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS FOR ENERGY-EFFICIENCY IN HETEROGENEOUS WIRELESS SENSOR NETWORKS José M. Lanza-Gutiérrez, Juan A. Gómez-Pulido, Miguel A. Vega- Rodríguez, Juan M. Sánchez University of Extremadura (Spain). Polytechnic school Thanks for you attention

Evolutionary Approaches for Resilient Surveillance Management. Ruidan Li and Errin W. Fulp. U N I V E R S I T Y Department of Computer Science

Evolutionary Approaches for Resilient Surveillance Management. Ruidan Li and Errin W. Fulp. U N I V E R S I T Y Department of Computer Science Evolutionary Approaches for Resilient Surveillance Management Ruidan Li and Errin W. Fulp WAKE FOREST U N I V E R S I T Y Department of Computer Science BioSTAR Workshop, 2017 Surveillance Systems Growing

More information

A Generalized Coverage-Preserving Scheduling in WSNs. a Case Study in Structural Health Monitoring

A Generalized Coverage-Preserving Scheduling in WSNs. a Case Study in Structural Health Monitoring A Generalized Coverage-Preserving Scheduling in WSNs a Case Study in Structural Health Monitoring March 29,2017 Sensor Web Architecture and Protocols Fereshteh Mahdavi Outline Backgraound Scope of this

More information

Evolutionary Algorithm for Embedded System Topology Optimization. Supervisor: Prof. Dr. Martin Radetzki Author: Haowei Wang

Evolutionary Algorithm for Embedded System Topology Optimization. Supervisor: Prof. Dr. Martin Radetzki Author: Haowei Wang Evolutionary Algorithm for Embedded System Topology Optimization Supervisor: Prof. Dr. Martin Radetzki Author: Haowei Wang Agenda Introduction to the problem Principle of evolutionary algorithm Model specification

More information

An Improved Genetic Algorithm based Fault tolerance Method for distributed wireless sensor networks.

An Improved Genetic Algorithm based Fault tolerance Method for distributed wireless sensor networks. An Improved Genetic Algorithm based Fault tolerance Method for distributed wireless sensor networks. Anagha Nanoti, Prof. R. K. Krishna M.Tech student in Department of Computer Science 1, Department of

More information

Using Mobile Relays to Prolong the Lifetime of Wireless Sensor Networks. Wang Wei Vikram Srinivasan Chua Kee-Chaing

Using Mobile Relays to Prolong the Lifetime of Wireless Sensor Networks. Wang Wei Vikram Srinivasan Chua Kee-Chaing Using Mobile Relays to Prolong the Lifetime of Wireless Sensor Networks Wang Wei Vikram Srinivasan Chua Kee-Chaing Overview The motivation of mobile relay The performance analysis for mobile relay in the

More information

Evolutionary Computation

Evolutionary Computation Evolutionary Computation Lecture 9 Mul+- Objec+ve Evolu+onary Algorithms 1 Multi-objective optimization problem: minimize F(X) = ( f 1 (x),..., f m (x)) The objective functions may be conflicting or incommensurable.

More information

ENERGY OPTIMIZATION IN WIRELESS SENSOR NETWORK USING NSGA-II

ENERGY OPTIMIZATION IN WIRELESS SENSOR NETWORK USING NSGA-II ENERGY OPTIMIZATION IN WIRELESS SENSOR NETWORK USING NSGA-II N. Lavanya and T. Shankar School of Electronics Engineering, Vellore Institute of Technology, Vellore, Tamil Nadu, India E-Mail: lavanya.n@vit.ac.in

More information

Bi-Objective Optimization for Scheduling in Heterogeneous Computing Systems

Bi-Objective Optimization for Scheduling in Heterogeneous Computing Systems Bi-Objective Optimization for Scheduling in Heterogeneous Computing Systems Tony Maciejewski, Kyle Tarplee, Ryan Friese, and Howard Jay Siegel Department of Electrical and Computer Engineering Colorado

More information

Hex-Grid Based Relay Node Deployment for Assuring Coverage and Connectivity in a Wireless Sensor Network

Hex-Grid Based Relay Node Deployment for Assuring Coverage and Connectivity in a Wireless Sensor Network ISBN 978-93-84422-8-6 17th IIE International Conference on Computer, Electrical, Electronics and Communication Engineering (CEECE-217) Pattaya (Thailand) Dec. 28-29, 217 Relay Node Deployment for Assuring

More information

A Multi-Objective Evolutionary Algorithm for the Deployment and Power Assignment Problem in Wireless Sensor Networks

A Multi-Objective Evolutionary Algorithm for the Deployment and Power Assignment Problem in Wireless Sensor Networks A Multi-Objective Evolutionary Algorithm for the Deployment and Power Assignment Problem in Wireless Sensor Networks Andreas Konstantinidis a,, Kun Yang a, Qingfu Zhang a, Demetrios Zeinalipour-Yazti b

More information

A genetic algorithms approach to optimization parameter space of Geant-V prototype

A genetic algorithms approach to optimization parameter space of Geant-V prototype A genetic algorithms approach to optimization parameter space of Geant-V prototype Oksana Shadura CERN, PH-SFT & National Technical Univ. of Ukraine Kyiv Polytechnic Institute Geant-V parameter space [1/2]

More information

Optimal Wireless Sensor Network Layout with Metaheuristics: Solving a Large Scale Instance

Optimal Wireless Sensor Network Layout with Metaheuristics: Solving a Large Scale Instance Optimal Wireless Sensor Network Layout with Metaheuristics: Solving a Large Scale Instance Enrique Alba, Guillermo Molina Departamento de Lenguajes y Ciencias de la Computación University of Málaga, 29071

More information

CHAPTER 5 ANT-FUZZY META HEURISTIC GENETIC SENSOR NETWORK SYSTEM FOR MULTI - SINK AGGREGATED DATA TRANSMISSION

CHAPTER 5 ANT-FUZZY META HEURISTIC GENETIC SENSOR NETWORK SYSTEM FOR MULTI - SINK AGGREGATED DATA TRANSMISSION CHAPTER 5 ANT-FUZZY META HEURISTIC GENETIC SENSOR NETWORK SYSTEM FOR MULTI - SINK AGGREGATED DATA TRANSMISSION 5.1 INTRODUCTION Generally, deployment of Wireless Sensor Network (WSN) is based on a many

More information

Adaptive design optimization of wireless sensor networks using genetic algorithms q

Adaptive design optimization of wireless sensor networks using genetic algorithms q Computer Networks 51 (2007) 1031 1051 www.elsevier.com/locate/comnet Adaptive design optimization of wireless sensor networks using genetic algorithms q Konstantinos P. Ferentinos *, Theodore A. Tsiligiridis

More information

Wireless Sensor Networks --- Concepts and Challenges

Wireless Sensor Networks --- Concepts and Challenges Outline Wireless Sensor Networks --- Concepts and Challenges Basic Concepts Applications Characteristics and Challenges 2 Traditional Sensing Method Basic Concepts Signal analysis Wired/Wireless Object

More information

Sensor Network Architectures. Objectives

Sensor Network Architectures. Objectives Sensor Network Architectures muse Objectives Be familiar with how application needs impact deployment strategies t Understand key benefits/costs associated with different topologies. Understand key benefits/costs

More information

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks William Shaw 1, Yifeng He 1, and Ivan Lee 1,2 1 Department of Electrical and Computer Engineering, Ryerson University, Toronto,

More information

Wireless Sensor Networks --- Concepts and Challenges

Wireless Sensor Networks --- Concepts and Challenges Wireless Sensor Networks --- Concepts and Challenges Outline Basic Concepts Applications Characteristics and Challenges 2 1 Basic Concepts Traditional Sensing Method Wired/Wireless Object Signal analysis

More information

IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS

IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS 1 K MADHURI, 2 J.KRISHNA, 3 C.SIVABALAJI II M.Tech CSE, AITS, Asst Professor CSE, AITS, Asst Professor CSE, NIST

More information

HETEROGENEOUS MULTIPROCESSOR MAPPING FOR REAL-TIME STREAMING SYSTEMS

HETEROGENEOUS MULTIPROCESSOR MAPPING FOR REAL-TIME STREAMING SYSTEMS HETEROGENEOUS MULTIPROCESSOR MAPPING FOR REAL-TIME STREAMING SYSTEMS Jing Lin, Akshaya Srivasta, Prof. Andreas Gerstlauer, and Prof. Brian L. Evans Department of Electrical and Computer Engineering The

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

More information

CHAPTER 5 ENERGY MANAGEMENT USING FUZZY GENETIC APPROACH IN WSN

CHAPTER 5 ENERGY MANAGEMENT USING FUZZY GENETIC APPROACH IN WSN 97 CHAPTER 5 ENERGY MANAGEMENT USING FUZZY GENETIC APPROACH IN WSN 5.1 INTRODUCTION Fuzzy systems have been applied to the area of routing in ad hoc networks, aiming to obtain more adaptive and flexible

More information

Woody Plants Model Recognition by Differential Evolution

Woody Plants Model Recognition by Differential Evolution Woody Plants Model Recognition by Differential Evolution BIOMA 2010, Ljubljana, 20 21 May 2010 Woody Plants Model Recognition by Differential Evolution 1 / 22 1 Introduction 2 Related Work 3 Woody Plants

More information

MultiHop Routing for Delay Minimization in WSN

MultiHop Routing for Delay Minimization in WSN MultiHop Routing for Delay Minimization in WSN Sandeep Chaurasia, Saima Khan, Sudesh Gupta Abstract Wireless sensor network, consists of sensor nodes in capacity of hundred or thousand, which deployed

More information

Genetic-Algorithm-Based Construction of Load-Balanced CDSs in Wireless Sensor Networks

Genetic-Algorithm-Based Construction of Load-Balanced CDSs in Wireless Sensor Networks Genetic-Algorithm-Based Construction of Load-Balanced CDSs in Wireless Sensor Networks Jing He, Shouling Ji, Mingyuan Yan, Yi Pan, and Yingshu Li Department of Computer Science Georgia State University,

More information

An Evolutionary Algorithm to the Density Control, Coverage and Routing Multi-Period Problem in Wireless Sensor Networks

An Evolutionary Algorithm to the Density Control, Coverage and Routing Multi-Period Problem in Wireless Sensor Networks An Evolutionary Algorithm to the Density Control, Coverage and Routing Multi-Period Problem in Wireless Sensor Networks Iuri Bueno Drumond de Andrade, Tiago de Oliveira Januario, Gisele L. Pappa and Geraldo

More information

CASER Protocol Using DCFN Mechanism in Wireless Sensor Network

CASER Protocol Using DCFN Mechanism in Wireless Sensor Network Volume 118 No. 7 2018, 501-505 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu CASER Protocol Using DCFN Mechanism in Wireless Sensor Network A.Shirly

More information

Multi-Objective Memetic Algorithm using Pattern Search Filter Methods

Multi-Objective Memetic Algorithm using Pattern Search Filter Methods Multi-Objective Memetic Algorithm using Pattern Search Filter Methods F. Mendes V. Sousa M.F.P. Costa A. Gaspar-Cunha IPC/I3N - Institute of Polymers and Composites, University of Minho Guimarães, Portugal

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

Generalized Multiobjective Multitree model solution using MOEA

Generalized Multiobjective Multitree model solution using MOEA Generalized Multiobjective Multitree model solution using MOEA BENJAMÍN BARÁN *, RAMON FABREGAT +, YEZID DONOSO ±, FERNANDO SOLANO + and JOSE L. MARZO + * CNC. National University of Asuncion (Paraguay)

More information

Mobile Wireless Sensor Network enables convergence of ubiquitous sensor services

Mobile Wireless Sensor Network enables convergence of ubiquitous sensor services 1 2005 Nokia V1-Filename.ppt / yyyy-mm-dd / Initials Mobile Wireless Sensor Network enables convergence of ubiquitous sensor services Dr. Jian Ma, Principal Scientist Nokia Research Center, Beijing 2 2005

More information

A target allocation of infrared multi-sensor based on distributed niche genetic algorithm 1

A target allocation of infrared multi-sensor based on distributed niche genetic algorithm 1 Acta Technica 62, No. 3B/2017, 629 638 c 2017 Institute of Thermomechanics CAS, v.v.i. A target allocation of infrared multi-sensor based on distributed niche genetic algorithm 1 Tian Min 2,4, Zhou Jie

More information

An Evolutionary Algorithm Approach to Generate Distinct Sets of Non-Dominated Solutions for Wicked Problems

An Evolutionary Algorithm Approach to Generate Distinct Sets of Non-Dominated Solutions for Wicked Problems An Evolutionary Algorithm Approach to Generate Distinct Sets of Non-Dominated Solutions for Wicked Problems Marcio H. Giacomoni Assistant Professor Civil and Environmental Engineering February 6 th 7 Zechman,

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN: Fast Data Collection with Reduced Interference and Increased Life Time in Wireless Sensor Networks Jayachandran.J 1 and Ramalakshmi.R 2 1 M.Tech Network Engineering, Kalasalingam University, Krishnan koil.

More information

Designing robust network topologies for wireless sensor networks in adversarial environments

Designing robust network topologies for wireless sensor networks in adversarial environments Designing robust network topologies for wireless sensor networks in adversarial environments Aron Laszka a, Levente Buttyán a, Dávid Szeszlér b a Department of Telecommunications, Budapest University of

More information

Sparse Matrices Reordering using Evolutionary Algorithms: A Seeded Approach

Sparse Matrices Reordering using Evolutionary Algorithms: A Seeded Approach 1 Sparse Matrices Reordering using Evolutionary Algorithms: A Seeded Approach David Greiner, Gustavo Montero, Gabriel Winter Institute of Intelligent Systems and Numerical Applications in Engineering (IUSIANI)

More information

Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor Network

Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor Network ISSN (e): 2250 3005 Volume, 06 Issue, 06 June 2016 International Journal of Computational Engineering Research (IJCER) Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor

More information

Multi-objective Optimization

Multi-objective Optimization Some introductory figures from : Deb Kalyanmoy, Multi-Objective Optimization using Evolutionary Algorithms, Wiley 2001 Multi-objective Optimization Implementation of Constrained GA Based on NSGA-II Optimization

More information

ENERGY EFFICIENT COST BASED ROUTING PROTOCOL FOR WSN

ENERGY EFFICIENT COST BASED ROUTING PROTOCOL FOR WSN International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 233 243, Article ID: IJARET_09_03_029 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

A Framework for Improving Routing Configurations using Multi-Objective Optimization Mechanisms

A Framework for Improving Routing Configurations using Multi-Objective Optimization Mechanisms JOURNAL OF COMMUNICATIONS SOFTWARE AND SYSTEMS, VOL. 2, NO. 3, SEPTEMBER 206 45 A Framework for Improving Routing Configurations using Multi-Objective Optimization Mechanisms Pedro Sousa, Vítor Pereira,

More information

Genetic Algorithms. Kang Zheng Karl Schober

Genetic Algorithms. Kang Zheng Karl Schober Genetic Algorithms Kang Zheng Karl Schober Genetic algorithm What is Genetic algorithm? A genetic algorithm (or GA) is a search technique used in computing to find true or approximate solutions to optimization

More information

Chapter I INTRODUCTION. and potential, previous deployments and engineering issues that concern them, and the security

Chapter I INTRODUCTION. and potential, previous deployments and engineering issues that concern them, and the security Chapter I INTRODUCTION This thesis provides an introduction to wireless sensor network [47-51], their history and potential, previous deployments and engineering issues that concern them, and the security

More information

Routing protocols in WSN

Routing protocols in WSN Routing protocols in WSN 1.1 WSN Routing Scheme Data collected by sensor nodes in a WSN is typically propagated toward a base station (gateway) that links the WSN with other networks where the data can

More information

SOLVING TARGET COVERAGE PROBLEM IN WIRELESS SENSOR NETWORKS USING GENETIC ALGORITHM

SOLVING TARGET COVERAGE PROBLEM IN WIRELESS SENSOR NETWORKS USING GENETIC ALGORITHM SOLVING TARGET COVERAGE PROBLEM IN WIRELESS SENSOR NETWORKS USING GENETIC ALGORITHM BY RAVI KUMAR SINGH (108CS045) ANSHUL PANDEY (108CS078) Under the Guidance of Prof. B.D. SAHOO Department of Computer

More information

An Evolutionary Algorithm for the Multi-objective Shortest Path Problem

An Evolutionary Algorithm for the Multi-objective Shortest Path Problem An Evolutionary Algorithm for the Multi-objective Shortest Path Problem Fangguo He Huan Qi Qiong Fan Institute of Systems Engineering, Huazhong University of Science & Technology, Wuhan 430074, P. R. China

More information

Mobile Agent Driven Time Synchronized Energy Efficient WSN

Mobile Agent Driven Time Synchronized Energy Efficient WSN Mobile Agent Driven Time Synchronized Energy Efficient WSN Sharanu 1, Padmapriya Patil 2 1 M.Tech, Department of Electronics and Communication Engineering, Poojya Doddappa Appa College of Engineering,

More information

Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances

Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances Performance Assessment of DMOEA-DD with CEC 2009 MOEA Competition Test Instances Minzhong Liu, Xiufen Zou, Yu Chen, Zhijian Wu Abstract In this paper, the DMOEA-DD, which is an improvement of DMOEA[1,

More information

Evolving SQL Queries for Data Mining

Evolving SQL Queries for Data Mining Evolving SQL Queries for Data Mining Majid Salim and Xin Yao School of Computer Science, The University of Birmingham Edgbaston, Birmingham B15 2TT, UK {msc30mms,x.yao}@cs.bham.ac.uk Abstract. This paper

More information

A survey of wireless sensor networks deployment techniques

A survey of wireless sensor networks deployment techniques A survey of wireless sensor networks deployment techniques Michał Marks Institute of Control and Computation Engineering Warsaw University of Technology Research and Academic Computer Network (NASK) DSTIS

More information

Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2

Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2 Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2 1 PG Scholar, 2 Assistant Professor Kathir College of Engineering Coimbatore (T.N.), India. Abstract

More information

An Energy Efficient Intrusion Detection System in MANET.

An Energy Efficient Intrusion Detection System in MANET. An Energy Efficient Intrusion Detection System in MANET. Namrata 1, Dr.Sukhvir Singh 2 1. M.Tech, Department of C.S.E, N.C College Of Engineering, Israna, Panipat. 2. Associate Professor Department of

More information

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Qiaoqin Li 12, Mei Yang 1, Hongyan Wang 1, Yingtao Jiang 1, Jiazhi Zeng 2 1 Department

More information

A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks

A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks A. Zahmatkesh and M. H. Yaghmaee Abstract In this paper, we propose a Genetic Algorithm (GA) to optimize

More information

Wireless Sensor Networks: Clustering, Routing, Localization, Time Synchronization

Wireless Sensor Networks: Clustering, Routing, Localization, Time Synchronization Wireless Sensor Networks: Clustering, Routing, Localization, Time Synchronization Maurizio Bocca, M.Sc. Control Engineering Research Group Automation and Systems Technology Department maurizio.bocca@tkk.fi

More information

Computational Intelligence

Computational Intelligence Computational Intelligence Winter Term 2016/17 Prof. Dr. Günter Rudolph Lehrstuhl für Algorithm Engineering (LS 11) Fakultät für Informatik TU Dortmund Slides prepared by Dr. Nicola Beume (2012) Multiobjective

More information

Evolutionary Multi-objective Optimization of Business Process Designs with Pre-processing

Evolutionary Multi-objective Optimization of Business Process Designs with Pre-processing Evolutionary Multi-objective Optimization of Business Process Designs with Pre-processing Kostas Georgoulakos Department of Applied Informatics University of Macedonia Thessaloniki, Greece mai16027@uom.edu.gr

More information

Multi-Objective Pipe Smoothing Genetic Algorithm For Water Distribution Network Design

Multi-Objective Pipe Smoothing Genetic Algorithm For Water Distribution Network Design City University of New York (CUNY) CUNY Academic Works International Conference on Hydroinformatics 8-1-2014 Multi-Objective Pipe Smoothing Genetic Algorithm For Water Distribution Network Design Matthew

More information

Homework 2: Search and Optimization

Homework 2: Search and Optimization Scott Chow ROB 537: Learning Based Control October 16, 2017 Homework 2: Search and Optimization 1 Introduction The Traveling Salesman Problem is a well-explored problem that has been shown to be NP-Complete.

More information

European Network on New Sensing Technologies for Air Pollution Control and Environmental Sustainability - EuNetAir COST Action TD1105

European Network on New Sensing Technologies for Air Pollution Control and Environmental Sustainability - EuNetAir COST Action TD1105 European Network on New Sensing Technologies for Air Pollution Control and Environmental Sustainability - EuNetAir COST Action TD1105 A Holistic Approach in the Development and Deployment of WSN-based

More information

Part I: Introduction to Wireless Sensor Networks. Xenofon Fafoutis

Part I: Introduction to Wireless Sensor Networks. Xenofon Fafoutis Part I: Introduction to Wireless Sensor Networks Xenofon Fafoutis Sensors 2 DTU Informatics, Technical University of Denmark Wireless Sensor Networks Sink Sensor Sensed Area 3 DTU Informatics,

More information

An Energy Efficient and Delay Aware Data Collection Protocol in Heterogeneous Wireless Sensor Networks A Review

An Energy Efficient and Delay Aware Data Collection Protocol in Heterogeneous Wireless Sensor Networks A Review Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.934

More information

genetic algorithm is proposed for optimizing coverage and network lifetime. Another powerful heuristics is Particle Swarm Optimization (PSO). Both GA

genetic algorithm is proposed for optimizing coverage and network lifetime. Another powerful heuristics is Particle Swarm Optimization (PSO). Both GA PSO Based Node Placement Optimization for Wireless Sensor Networks Samaneh Hojjatoleslami Science and Research Branch, Islamic Azad University s.hojjatoleslami@srbiau.ac.ir Vahe Aghazarian Islamic Azad

More information

An Energy Efficient WSN Using Genetic Algorithm

An Energy Efficient WSN Using Genetic Algorithm An Energy Efficient WSN Using Genetic Algorithm Neema Subash Teena Abraham Dillmol Thankachan PG Student, Dept ECE Asst. Professor, Dept ECE PG Student, Dept ECE MBITS, Nellimattom MBITS, Nellimattom MBITS,

More information

Optimization Technique using Clustering to Prolong the Lifetime of Wireless Sensor Networks: A Review

Optimization Technique using Clustering to Prolong the Lifetime of Wireless Sensor Networks: A Review INTERNATIONAL JOURNAL OF R&D IN ENGINEERING, SCIENCE AND MANAGEMENT Vol.4, Issue 2, June 2016, p.p.248-255, ISSN 2393-865X Optimization Technique using Clustering to Prolong the Lifetime of Wireless Sensor

More information

Incorporation of Scalarizing Fitness Functions into Evolutionary Multiobjective Optimization Algorithms

Incorporation of Scalarizing Fitness Functions into Evolutionary Multiobjective Optimization Algorithms H. Ishibuchi, T. Doi, and Y. Nojima, Incorporation of scalarizing fitness functions into evolutionary multiobjective optimization algorithms, Lecture Notes in Computer Science 4193: Parallel Problem Solving

More information

ARTICLE IN PRESS. Computer Networks xxx (2009) xxx xxx. Contents lists available at ScienceDirect. Computer Networks

ARTICLE IN PRESS. Computer Networks xxx (2009) xxx xxx. Contents lists available at ScienceDirect. Computer Networks Computer Networks xxx (29) xxx xxx Contents lists available at ScienceDirect Computer Networks journal homepage: www.elsevier.com/locate/comnet A multi-objective evolutionary algorithm for the deployment

More information

Contents. Index... 11

Contents. Index... 11 Contents 1 Modular Cartesian Genetic Programming........................ 1 1 Embedded Cartesian Genetic Programming (ECGP)............ 1 1.1 Cone-based and Age-based Module Creation.......... 1 1.2 Cone-based

More information

NODE PLACEMENT FOR A WIRELESS SENSOR NETWORK USING A MULTIOBJECTIVE GENETIC ALGORITHM

NODE PLACEMENT FOR A WIRELESS SENSOR NETWORK USING A MULTIOBJECTIVE GENETIC ALGORITHM NODE PLACEMENT FOR A WIRELESS SENSOR NETWORK USING A MULTIOBJECTIVE GENETIC ALGORITHM DAMIEN JOURDAN, PhD candidate, Department of Aeronautics and Astronautics Massachusetts Institute of Technology Cambridge,

More information

Experimental Evaluation on the Performance of Zigbee Protocol

Experimental Evaluation on the Performance of Zigbee Protocol Experimental Evaluation on the Performance of Zigbee Protocol Mohd Izzuddin Jumali, Aizat Faiz Ramli, Muhyi Yaakob, Hafiz Basarudin, Mohamad Ismail Sulaiman Universiti Kuala Lumpur British Malaysian Institute

More information

Multi-Objective Optimization using Evolutionary Algorithms

Multi-Objective Optimization using Evolutionary Algorithms Multi-Objective Optimization using Evolutionary Algorithms Kalyanmoy Deb Department of Mechanical Engineering, Indian Institute of Technology, Kanpur, India JOHN WILEY & SONS, LTD Chichester New York Weinheim

More information

Wireless Embedded Systems ( x) Ad hoc and Sensor Networks

Wireless Embedded Systems ( x) Ad hoc and Sensor Networks Wireless Embedded Systems (0120442x) Ad hoc and Sensor Networks Chaiporn Jaikaeo chaiporn.j@ku.ac.th Department of Computer Engineering Kasetsart University Materials taken from lecture slides by Karl

More information

SUMMERY, CONCLUSIONS AND FUTURE WORK

SUMMERY, CONCLUSIONS AND FUTURE WORK Chapter - 6 SUMMERY, CONCLUSIONS AND FUTURE WORK The entire Research Work on On-Demand Routing in Multi-Hop Wireless Mobile Ad hoc Networks has been presented in simplified and easy-to-read form in six

More information

QoS Trade-off Analysis for Wireless Sensor Networks

QoS Trade-off Analysis for Wireless Sensor Networks QoS Trade-off Analysis for Wireless Sensor Networks Rob Hoes, Twan Basten Joint work with Phillip Stanley-Marbell, Marc Geilen, Chen Kong Tham, Henk Corporaal Department of Electrical Engineering Electronic

More information

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES

DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES DETERMINING MAXIMUM/MINIMUM VALUES FOR TWO- DIMENTIONAL MATHMATICLE FUNCTIONS USING RANDOM CREOSSOVER TECHNIQUES SHIHADEH ALQRAINY. Department of Software Engineering, Albalqa Applied University. E-mail:

More information

Performance evaluation of node localization techniques in heterogeneous wireless sensor network

Performance evaluation of node localization techniques in heterogeneous wireless sensor network Performance evaluation of node localization techniques in heterogeneous wireless sensor network Miss. Prajakta B. Patil PG student, Department of Electronics and Telecommunication Engineering, D. Y. Patil

More information

Multiobjective Prototype Optimization with Evolved Improvement Steps

Multiobjective Prototype Optimization with Evolved Improvement Steps Multiobjective Prototype Optimization with Evolved Improvement Steps Jiri Kubalik 1, Richard Mordinyi 2, and Stefan Biffl 3 1 Department of Cybernetics Czech Technical University in Prague Technicka 2,

More information

Discovering Knowledge Rules with Multi-Objective Evolutionary Computing

Discovering Knowledge Rules with Multi-Objective Evolutionary Computing 2010 Ninth International Conference on Machine Learning and Applications Discovering Knowledge Rules with Multi-Objective Evolutionary Computing Rafael Giusti, Gustavo E. A. P. A. Batista Instituto de

More information

CS348 FS Solving NP-Complete Light Up Puzzle

CS348 FS Solving NP-Complete Light Up Puzzle CS348 FS2013 - Solving NP-Complete Light Up Puzzle Daniel Tauritz, Ph.D. October 7, 2013 Synopsis The goal of this assignment set is for you to become familiarized with (I) representing problems in mathematically

More information

Modeling Wireless Sensor Network for forest temperature and relative humidity monitoring in Usambara mountain - A review

Modeling Wireless Sensor Network for forest temperature and relative humidity monitoring in Usambara mountain - A review Modeling Wireless Sensor Network for forest temperature and relative humidity monitoring in Usambara mountain - A review R. Sinde Nelson Mandela African Institution of Science and Technology School of

More information

PEGASIS : Power-Efficient Gathering in Sensor Information Systems

PEGASIS : Power-Efficient Gathering in Sensor Information Systems 2015 IJSRST Volume 1 Issue 5 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Engineering and Technology PEGASIS : Power-Efficient Gathering in Sensor Information Systems Alpesh R. Sankaliya

More information

Multi-Objective Optimization using Evolutionary Algorithms

Multi-Objective Optimization using Evolutionary Algorithms Multi-Objective Optimization using Evolutionary Algorithms Kalyanmoy Deb Department ofmechanical Engineering, Indian Institute of Technology, Kanpur, India JOHN WILEY & SONS, LTD Chichester New York Weinheim

More information

Visualization and Statistical Analysis of Multi Dimensional Data of Wireless Sensor Networks Using Self Organising Maps

Visualization and Statistical Analysis of Multi Dimensional Data of Wireless Sensor Networks Using Self Organising Maps Visualization and Statistical Analysis of Multi Dimensional Data of Wireless Sensor Networks Using Self Organising Maps Thendral Puyalnithi #1, V Madhu Viswanatham *2 School of Computer Science and Engineering,

More information

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks Vol. 5, No. 5, 214 Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks MOSTAFA BAGHOURI SAAD CHAKKOR ABDERRAHMANE HAJRAOUI Abstract Ameliorating

More information

An Exploration of Multi-Objective Scientific Workflow Scheduling in Cloud

An Exploration of Multi-Objective Scientific Workflow Scheduling in Cloud International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 An Exploration of Multi-Objective Scientific Workflow

More information

A Genetic Algorithm Optimized Forward Aware Factor based Energy Balanced Routing in WSN

A Genetic Algorithm Optimized Forward Aware Factor based Energy Balanced Routing in WSN A Genetic Algorithm Optimized Forward Aware Factor based Energy Balanced Routing in WSN Harpreet Kaur Student, Chandigarah Engineering College, Landran, India. Dr. Rohit Bajaj Associate Professor, Chandigarah

More information

Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN

Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN Fangting Sun, Mark Shayman Department of Electrical and Computer Engineering University of Maryland,

More information

An Energy Efficient Clustering in Wireless Sensor Networks

An Energy Efficient Clustering in Wireless Sensor Networks , pp.37-42 http://dx.doi.org/10.14257/astl.2015.95.08 An Energy Efficient Clustering in Wireless Sensor Networks Se-Jung Lim 1, Gwang-Jun Kim 1* and Daehyon Kim 2 1 Department of computer engineering,

More information

WSN NETWORK ARCHITECTURES AND PROTOCOL STACK

WSN NETWORK ARCHITECTURES AND PROTOCOL STACK WSN NETWORK ARCHITECTURES AND PROTOCOL STACK Sensing is a technique used to gather information about a physical object or process, including the occurrence of events (i.e., changes in state such as a drop

More information

Improved S-CDAS using Crossover Controlling the Number of Crossed Genes for Many-objective Optimization

Improved S-CDAS using Crossover Controlling the Number of Crossed Genes for Many-objective Optimization Improved S-CDAS using Crossover Controlling the Number of Crossed Genes for Many-objective Optimization Hiroyuki Sato Faculty of Informatics and Engineering, The University of Electro-Communications -5-

More information

Using an outward selective pressure for improving the search quality of the MOEA/D algorithm

Using an outward selective pressure for improving the search quality of the MOEA/D algorithm Comput Optim Appl (25) 6:57 67 DOI.7/s589-5-9733-9 Using an outward selective pressure for improving the search quality of the MOEA/D algorithm Krzysztof Michalak Received: 2 January 24 / Published online:

More information

Evolutionary design of attack strategies

Evolutionary design of attack strategies Evolutionary design of attack strategies Jiří Kůr, Vashek Matyáš, Petr Švenda Faculty of Informatics, MU Brno Presented at the 17 th International Workshop on Security Protocols, Cambridge, 2009 Why design

More information

Coverage Protocols for Wireless Sensor Networks: Review and Future Directions

Coverage Protocols for Wireless Sensor Networks: Review and Future Directions JOURNAL OF COMMUNICATIONS AND NETWORKS, VOL. 17, NO. 4, JANUARY 2019 1 Coverage Protocols for Wireless Sensor Networks: Review and Future Directions Riham Elhabyan, Wei Shi and Marc St-Hilaire Abstract:

More information

Combinational Circuit Design Using Genetic Algorithms

Combinational Circuit Design Using Genetic Algorithms Combinational Circuit Design Using Genetic Algorithms Nithyananthan K Bannari Amman institute of technology M.E.Embedded systems, Anna University E-mail:nithyananthan.babu@gmail.com Abstract - In the paper

More information

A TOPOLOGY-INDEPENDENT MAPPING TECHNIQUE FOR APPLICATION-SPECIFIC NETWORKS-ON-CHIP. Rafael Tornero, Juan M. Orduña. Maurizio Palesi.

A TOPOLOGY-INDEPENDENT MAPPING TECHNIQUE FOR APPLICATION-SPECIFIC NETWORKS-ON-CHIP. Rafael Tornero, Juan M. Orduña. Maurizio Palesi. Computing and Informatics, Vol. 31, 2012, 939 970 A TOPOLOGY-INDEPENDENT MAPPING TECHNIQUE FOR APPLICATION-SPECIFIC NETWORKS-ON-CHIP Rafael Tornero, Juan M. Orduña Departamento de Informática Universidad

More information

Role of Genetic Algorithm in Routing for Large Network

Role of Genetic Algorithm in Routing for Large Network Role of Genetic Algorithm in Routing for Large Network *Mr. Kuldeep Kumar, Computer Programmer, Krishi Vigyan Kendra, CCS Haryana Agriculture University, Hisar. Haryana, India verma1.kuldeep@gmail.com

More information

Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks

Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks Juhana Yrjölä, Tik 58673B, jayrjola@cc.hut.fi 13th March 2005 Abstract Conventional routing protocols may not be optimal

More information

Integrated Approach to Optimized Code Generation for Heterogeneous-Register Architectures with Multiple Data-Memory Banks

Integrated Approach to Optimized Code Generation for Heterogeneous-Register Architectures with Multiple Data-Memory Banks 1 Integrated Approach to Optimized Code Generation for Heterogeneous-Register Architectures with Multiple Data-Memory Banks Stefan Fröhlich and Bernhard Wess Abstract This paper focuses on heterogeneous-register

More information

An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model. Zhang Ying-Hui

An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model. Zhang Ying-Hui Joint International Mechanical, Electronic and Information Technology Conference (JIMET 2015) An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model Zhang Ying-Hui Software

More information

Energy-efficient routing algorithms for Wireless Sensor Networks

Energy-efficient routing algorithms for Wireless Sensor Networks Energy-efficient routing algorithms for Wireless Sensor Networks Chao Peng Graduate School of Information Science Japan Advanced Institute of Science and Technology March 8, 2007 Presentation Flow Introduction

More information

A SIP: Optimal Product Selection from Feature Models using Many-Objective Evolutionary Optimisation

A SIP: Optimal Product Selection from Feature Models using Many-Objective Evolutionary Optimisation A SIP: Optimal Product Selection from Feature Models using Many-Objective Evolutionary Optimisation Robert M. Hierons, Brunel University London, UK Miqing Li, Brunel University London, UK XiaoHui Liu,

More information