A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO

Size: px
Start display at page:

Download "A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO"

Transcription

1 Sensors & Transducers 2013 by IFSA A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO Yinghui HUANG School of Electronics and Information, Nantong University, Nantong Jiangsu, , China hyh9688@ntu.edu.cn Received: 30 June 2013 /Accepted: 25 October 2013 /Published: 30 November 2013 Abstract: Aiming to the problems of slow convergence speed and being easily early-maturing etc. in existing network based on standard particle swarm algorithm, this paper proposes a wireless sensor network coverage optimization algorithm based on the genetic particle swarm optimization (PSO). The wireless sensor maximum coverage is regarded as the objective function, the genetic algorithm with adaptive crossover and mutation factors is used to search the solution space, and the powerful global search ability of PSO is used to increase search scope to make particle covering more efficient, which both strengthen algorithm optimization ability, improve the nodes coverage, and solve early-mature problem. Comparing with the standard traditional genetic algorithm and new quantum genetic algorithm, simulation results present that the rate of coverage in this algorithm increases by 2.28 % and 0.65 % respectively; and convergence speed is also improved, therefore this method can effectively realize the wireless sensor network coverage optimization. Copyright 2013 IFSA. Keywords: Wireless sensor network, Coverage optimization, POS, Genetic algorithm. 1. Introduction Wireless sensor network is composed of lots of sensor nodes placed in the detection areas, which adopts wireless communication mode to do data communication. In the network all kinds of sensor nodes can collaboratively sensing, collect and analyze the information of related objects in the network coverage area. Covering problem is the key problem of wireless sensor network, the distribution area of sensor nodes determines the effectiveness of network detection. High effective network coverage can ensure the space source of wireless sensor network to get the reasonable distribution [1-2]. At present, scholars have developed a variety of algorithms to optimize sensor network coverage, including distributed algorithm, approximate minimum node set algorithm, set covering algorithm, genetic algorithm, and standard particle swarm algorithm etc. [3-4]. These algorithms all have corresponding defects, for example, the distributed algorithm has a longer network cycle, but it can only solve the problem of unit circle, it can not solve the problem of irregular geometric area, there is certain limitation. Approximate minimum node set algorithm fails to fully consider node distribution, which can not ensure to realize the optimal sensor network coverage. Set covering algorithm operates the coverage through the relationship around central node and surrounding node, there is the unbalanced problem of node load distribution. Genetic algorithm finds the optimal solution through the parallel search method, but its convergence speed is slow, which cannot collect the extract dynamic node on time. Standard particle swarm algorithm searches optimal solution in advance in the detection area, which Article number P_

2 results the particle search area reduced and node network coverage dropped [5-6]. In order to solve the problems existing in the traditional algorithms, this paper presents a wireless sensor network coverage optimization algorithm based on genetic PSO. The wireless sensor maximum coverage is regarded as the objective function, the genetic algorithm with adaptive crossover and mutation factors is used to search the solution space, and the powerful global search ability of PSO is used to increase search scope to make particle coverage more efficient, which both strengthen algorithm optimization ability, improve the nodes coverage rate, and solve early-mature problem. Connected coverage refers to the neighbor nodes of node Z arrange according to the special method to ensure being inducted by sensor nodes [10]. 2. The Principle of Wireless Sensor Network Coverage 2.1. Construction of Wireless Sensor Network To get a higher sensor nodes coverage rate in WSN, to reduce the number of blind spot of the perception, the density of sensor nodes deployment needs to increase. However, if sensor nodes deployed density is too large, which will produce a large number of redundant nodes to lead to data transmission conflict, the energy will be work out too early, so as to the WSN lifecycle becomes too short. For a sensor node, if its sensing area can be completely covered by the other sensor nodes, and then the node is called redundant nodes, under the status of other nodes is working, the sensor node can enter a dormant state. The redundant nodes are judged through the corresponding algorithm to make the work nodes minimum as far as possible, in order to improve the network coverage. Therefore, in wireless sensor network initialization phase, the choice of work nodes number and node energy consumption need to be considered at the same time, it is a contradiction between WSN coverage and the number of working nodes [7] Wireless sensor nodes have their own specific sensing radius, the detection area within the sensing radius is known as coverage area, the node area outside sensor radius is called blind area. The goal of constructing wireless sensor network is: reasonable allocation of network resources, maximizing the network coverage [8-9]. The physical model of wireless sensor network node coverage is described in Fig. 1. As shown in Fig. 1, node coverage area in wireless sensor network is all the information collection within sensor area that takes node Z as the center of circle and R z as the radius. The distance between any two nodes R E and R F in communication coverage area should be kept in the diffuse area of R H, to ensure the sensing information from two nodes can effectively communicate. Fig. 1. Wireless sensor network node coverage model The Selection of Coverage Optimization Goal The ultimate goal of wireless sensor network (WSN) is to maximize network coverage. In case to ensure the successful completion of network communication, how to place sensor nodes and using the minimum network nodes to realize maximizing network coverage are the main purposes. Two indicators of sensor node coverage and area coverage are used to judge the coverage of wireless sensor network Node Coverage The waiting test area is represented in W, after it is processed by digital discretization, it includes p* q pixels. In W there are q sensor nodes with the same parameters, and the coordinates of each sensor node are known as { xi, y i}, induction radius is r, the communication radius R = 2r. Wi = { xi, yi, r} represents the circle with a center of circle of sensor node coordinate { xi, y i} and the radius r. The pixel points are set as ( x, y ), the distance between target pixels and sensor node is 2 2 expressed with hw (, k) = ( x x) + ( y y), i i i Kr {} i represents the coverage probability of pixels ( x, y ) covered by sensor node W i. Sensor node detection model can present a certain probability distribution under the influence of the environment, which is as follows: 108

3 Kwpg ( x, y, wi ) = 1 if ( d( ωi, k) r ru αθβ u( ) + α2 if r- ru < d( ωi, k) < r+ ru θβ otherwise (1) In the expression, ru(0 < ru < r) represents the effectiveness parameter tested by sensor nodes, α1, α2, β1, β 2 respectively represent the testing parameters related with sensor node characteristics, and θ1, θ 2 represents the input parameters, and there are: θ1 = ru r+ d( ωi, k) (2) θ2 = ru r+ d( ωi, k) (3) Multiple sensor nodes synergistically measure target, which can improve the probability of target measurement, the probability of synergistical measurement is as follows: K ( W ) = 1 (1 K ( x, y, ω )) ω pg pg wpg i ωi ωpg Area Coverage Rate Monitoring area W contains p* q pixels, a node set comprehensive detection probability K ( W ) can analyze if each pixel is overwritten, wpg pg and the area coverage of node set W is set as follows: Q zone Kwpg ( Wpg ) ( w) = (5) p q 3. Genetic PSO Optimization Nodes Coverage Algorithm 3.1. Improvement of Traditional Genetic Algorithm Genetic operation contains selection, cross-over, and mutation three kinds of operators, there into, crossover and mutation operators play an important role to genetic algorithm. Cross can extract the effective structure of two parents to construct a new individual; mutation can adjust some individual gene value in the set. Integration of the crossover and mutation operators can enhance the search ability of genetic algorithm, the crossover operator is taken as (4) the main operator, and mutation operator is taken as a secondary operator. The traditional genetic algorithm mainly does the iteration calculation according to the fixed crossover and mutation probability, when the genetic operator is small, it will cause algorithm convergence speed too fast or too slow; when genetic operator is too big, it will lead to the algorithm can not converge. In order to solve the disadvantages of traditional algorithm, the genetic algorithm with an adaptive operator makes the individual can adaptively adjust crossover and mutation probability. Decreasing the crossover probability of parent individual with high similarity, and increasing the crossover probability of parent individuals with low similarity, can enhance cross processing accuracy to complete the global search; at the same time, the individuals with high fitness use low crossover probability, the individuals with low fitness use high crossover probability, which can ensure the diversity of set and increase the convergence speed. The operation method of adaptive crossover and mutation operator is: w = ijq., 1 wijq,, /ln( u + + zij.) (6) P =, 1 (1 iq+ ln giq, ) * piq, (7) Among them, the crossover probability of the i - th and the j -th parent in the q -th generation is described as w i, j, q, the degree of approximation of the i -th and the j -th parent is described with z i, j, the mutation probability of the i -th individual in the q -th generation is described with p iq,, the fitness of the i -th individual in the q -th generation is described with g iq, PSO Genetic Optimization Algorithm In the process of node coverage, genetic algorithm has certain disadvantages, in order to overcome these disadvantages, PSO genetic algorithm is introduced. This algorithm combines the PSO particle swarm global search capability and the local optimization function of genetic algorithm, has strong nonlinear mapping ability. PSO algorithm sets up a variety of particles in the space dimensions, the best particle coordinates is the optimal solution of objective function. Based on the current coordinate values, particles constantly adjust their speed and coordinate. In this paper, the spatial dimension is composed of node coverage and area coverage, including two groups of the weight coefficient and two dimensional adaptive values, the weight coefficient of each group is integrated into the model of genetic algorithm and does the readjustment and optimization. In this paper, the algorithm sets up 109

4 60 search particles, the solution of searching optimal objective function is the spatial dimension coordinates of each particle. If the position of i -th particle is is X ( x, x,..., x ) = (8) i i1 i2 i60 The speed of particles searching optimal in space U u u u i = ( i1, i2,..., i60) (9) The optimal position of particle swarm itself is Ki = ( Ki 1, Ki2,..., Ki60), the optimal position of whole particles swarm is Li = ( Li 1, Li2,..., Li60). The particle swarm using expression (10) to adjust the position: U = wu + d r( ke x ) j+ 1 j j j id id 11 id id j j w22( r fbd xid) j j+ 1 j j+! id = id + id + (10) X X U In the expressions, the first half is used to adjust the speed of particles; the second half represents the self learning process of particles. The expression can optimize the cognizing energy of particles to avoid algorithm appearing "early-mature" phenomenon. The particle swarm's self-learning ability can improve particle swarm global optimization ability. Through the above formulas the particles can improve the effectiveness and efficiency of stage coverage optimization Contrastive Analysis on the Performance of This Algorithm and Traditional Algorithm In order to verify the advantages of wireless sensor network coverage optimization algorithm based on genetic PSO proposed in this paper, through the simulation results to compare with the traditional standard particle swarm algorithm (POS) and the method in this paper, the covering performance test data of two algorithms can be described in Table 1. Table 1. The test data of the coverage performance between PSO and this algorithm. PSO This algorithm Radius Iteration Coverage Iteration Coverage /m times rate (100 %) times rate (%) According to the experimental test data in Table 1, the coverage rate of this algorithm and traditional algorithm, as well as the rectangular figure of iteration time variation trend along with the change of node sensing radius, are respectively described in Fig. 2 and Fig Simulation Experiments and Analysis 4.1. Simulation Environment Settings Simulation experiment set 50 wireless sensor nodes in a circular measurement range with radius 10 M, the sensing area is the circular area with r = 4m radius, and the communication coverage area of sensor node is the circular area with the radius U = 2r = 8m [9]. The parameters of sensor node detection model in the experiment are u 1 = u 2 = 2, model checking validity parameters are ru = 0.5u = 2m, different nodes feature parameters respectively are α1 = 1, α2 = 0, β1 = 1, β2 = 0.5, number max = 50. The experiment uses the computer with main frequency 2.6 GHz under the condition of Matlab to simulation test about wireless sensor network coverage problem. Fig. 2. The rectangle diagram of coverage changing with nodes sensing radius. From diagram 2, coverage and sensing radius have the positive correlation, the greater the radius is, the greater the coverage is, and the coverage rate in this algorithm is higher than the traditional genetic algorithm. When the sensing radius is lesser, the coverage rectangular figure shows notable rising trend; when the sensing radius increases, the 110

5 variation trend of coverage rate rectangle diagram is relatively stable, when the sensing radius reaches a certain value to achieve overall coverage, the coverage rate is 100 %. From the analysis of Table 2, the coverage in this algorithm is %, which is higher than other two kinds of algorithms 2.28 % and 0.65 %, and the iteration time of this algorithm is less than other two algorithms. Therefore this algorithm can implement the maximum network coverage through less operation time, which has high network coverage optimization performance. 5. Conclusion Fig. 3. The rectangle diagram of iteration times changing with nodes sensing radius. From the analysis of diagram 3, the iteration number and the sensing radius have the negative correlation, when the sensing radius is larger, the iteration time is smaller, and the iteration number in this algorithm is less than the traditional genetic algorithm. When the sensing radius is small, the variation trend of iteration time rectangle diagram is obvious, the convergence speed of two algorithms has great improvement; when sensing radius increases, the iteration time change is relatively smooth, and the algorithm convergence speed gradually decreases. Finally, through Fig. 2 and Fig. 3, the algorithm in this paper has high coverage than traditional standard particle swarm algorithm, the number of iteration is low, which illustrates the optimal performance of this algorithm is stronger, and the coverage performance is better Performance Comparison with Other Wireless Sensors Coverage Algorithm In order to further verify the superiority of this algorithm, this paper respectively adopts this algorithm, traditional genetic algorithm (CGA), and a new quantum genetic algorithm (NQGA) to do coverage test for sensor network, the test results are shown in Table 2. Table 2. The coverage performance comparison of different algorithms. This CGA NQGA algorithm Coverage rate % Iteration number Wireless sensor network coverage optimization is in favor of improving network performance and network efficient coverage. This paper presents a wireless sensor network coverage optimization algorithm based on genetic PSO. Wireless sensor maximum coverage is regarded as the objective function, genetic algorithm with adaptive crossover mutation factor is used to search the solution space, PSO powerful global search ability of particle swarm is used to increase search scope, all of these make particle covering more efficient, which strengthen the optimization ability of the algorithm, improve the node coverage, and solve the prematurity problem. Comparing with the traditional genetic algorithm and a new quantum genetic algorithm, there are significant improvements on the effective coverage rate and convergence speed, this algorithm has certain superiority. Reference [1]. Yingchi Mao, The research on wireless sensor network coverage control technology, Journal of Computer Science, Vol. 11, Issue 3, 2007, pp [2]. Xueqing Wang, The research of coverage problems based on grid in wireless sensor networks, Journal of Computer Science, Vol. 33, Issue 11, 2011, pp [3]. Bin Qu, Fangyu Hu, Research on energy-efficient routing protocol of wireless sensor network, Computer Simulation, Vol. 25, Issue 5, 2008, pp [4]. Yonghua Zhou, Peng Li, Zongyuan Mao, A new hybrid method and its application in constrained optimization, Computer Engineering and Applications, 2006, pp [5]. J. C. Platt, Using analytic QP and sparseness to speed training of support vector machines, Advances in Neural Information Processing Systems II, Cambridge, MA: MIT Press, 1999, pp [6]. Xue Wang, Sheng Wang, Junjie Ma, The parallel particle swarm optimization strategy of wireless sensor network node location, Journal of Computers, Vol. 30, Issue 4, 2007, pp [7]. Xiangguang Yao, Yongquan Zhou, Yongmei Li, Artificial fish mixed with particle swarm optimization algorithm, Computer Application Research, Vol. 27, Issue 6, 2010, pp [8]. U. H.-G. Kre, et al. Pairwise classification and support vector machines, Advances in Kernel Methods-support Vector Learning, Cambrige, MA: MIT Press, 1999, pp

6 Sensors & Transducers, Vol. 158, Issue 11, November 2013, pp [9]. Hua Fu, Shuang Han, The distribution optimization of new quantum genetic algorithm based on wireless sensor network sensing nodes, Journal of Sensing Technology, Vol. 21, Issue 7, 2008, pp [10]. Jiantao Xia, Yiming He, Multi-class classification algorithm combining with support vector and error correction code combination, Journal of North Western Polytechnic University, Vol. 21, Issue 4, 2007, pp Copyright, International Frequency Sensor Association (IFSA). All rights reserved. ( 112

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

Study on GA-based matching method of railway vehicle wheels

Study on GA-based matching method of railway vehicle wheels Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(4):536-542 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on GA-based matching method of railway vehicle

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

Immune Optimization Design of Diesel Engine Valve Spring Based on the Artificial Fish Swarm

Immune Optimization Design of Diesel Engine Valve Spring Based on the Artificial Fish Swarm IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-661, p- ISSN: 2278-8727Volume 16, Issue 4, Ver. II (Jul-Aug. 214), PP 54-59 Immune Optimization Design of Diesel Engine Valve Spring Based on

More information

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li International Conference on Applied Science and Engineering Innovation (ASEI 215) Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm Yinling Wang, Huacong Li School of Power and

More information

A Data Classification Algorithm of Internet of Things Based on Neural Network

A Data Classification Algorithm of Internet of Things Based on Neural Network A Data Classification Algorithm of Internet of Things Based on Neural Network https://doi.org/10.3991/ijoe.v13i09.7587 Zhenjun Li Hunan Radio and TV University, Hunan, China 278060389@qq.com Abstract To

More information

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE Fang Wang, and Yuhui Qiu Intelligent Software and Software Engineering Laboratory, Southwest-China Normal University,

More information

IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AND ITS APPLICATION IN OPTIMAL DESIGN OF TRUSS STRUCTURE

IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AND ITS APPLICATION IN OPTIMAL DESIGN OF TRUSS STRUCTURE IMPROVED ARTIFICIAL FISH SWARM ALGORITHM AD ITS APPLICATIO I OPTIMAL DESIG OF TRUSS STRUCTURE ACAG LI, CHEGUAG BA, SHUJIG ZHOU, SHUAGHOG PEG, XIAOHA ZHAG College of Civil Engineering, Hebei University

More information

Parameter Selection of a Support Vector Machine, Based on a Chaotic Particle Swarm Optimization Algorithm

Parameter Selection of a Support Vector Machine, Based on a Chaotic Particle Swarm Optimization Algorithm BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5 No 3 Sofia 205 Print ISSN: 3-9702; Online ISSN: 34-408 DOI: 0.55/cait-205-0047 Parameter Selection of a Support Vector Machine

More information

Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring

Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring 1,2,3 Xu Xi, 3 Xiaoyao Xie, 4 Zhang

More information

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2 International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang

More information

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION International Journal of Computer Engineering and Applications, Volume VIII, Issue I, Part I, October 14 QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION Shradha Chawla 1, Vivek Panwar 2 1 Department

More information

Robot Path Planning Method Based on Improved Genetic Algorithm

Robot Path Planning Method Based on Improved Genetic Algorithm Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Robot Path Planning Method Based on Improved Genetic Algorithm 1 Mingyang Jiang, 2 Xiaojing Fan, 1 Zhili Pei, 1 Jingqing

More information

Structural topology optimization based on improved genetic algorithm

Structural topology optimization based on improved genetic algorithm International Conference on Materials Engineering and Information Technology Applications (MEITA 2015) Structural topology optimization based on improved genetic algorithm Qu Dongyue 1, a, Huang Yangyang

More information

Research on Intrusion Detection Algorithm Based on Multi-Class SVM in Wireless Sensor Networks

Research on Intrusion Detection Algorithm Based on Multi-Class SVM in Wireless Sensor Networks Communications and Network, 2013, 5, 524-528 http://dx.doi.org/10.4236/cn.2013.53b2096 Published Online September 2013 (http://www.scirp.org/journal/cn) Research on Intrusion Detection Algorithm Based

More information

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) Research on Applications of Data Mining in Electronic Commerce Xiuping YANG 1, a 1 Computer Science Department,

More information

ZigBee Routing Algorithm Based on Energy Optimization

ZigBee Routing Algorithm Based on Energy Optimization Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com ZigBee Routing Algorithm Based on Energy Optimization Wangang Wang, Yong Peng, Yongyu Peng Chongqing City Management College, No. 151 Daxuecheng

More information

Performance Comparison and Analysis of Power Quality Web Services Based on REST and SOAP

Performance Comparison and Analysis of Power Quality Web Services Based on REST and SOAP 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Performance Comparison and Analysis of Power Quality Web Services Based on REST and SOAP Suxia

More information

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding e Scientific World Journal, Article ID 746260, 8 pages http://dx.doi.org/10.1155/2014/746260 Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding Ming-Yi

More information

Application of Wang-Yu Algorithm in the Geometric Constraint Problem

Application of Wang-Yu Algorithm in the Geometric Constraint Problem Application of Wang-u Algorithm in the Geometric Constraint Problem 1 Department of Computer Science and Technology, Jilin University Changchun, 130012, China E-mail: liwh@jlu.edu.cn Mingyu Sun 2 Department

More information

Network Scheduling Model of Cloud Computing

Network Scheduling Model of Cloud Computing , pp.84-88 http://dx.doi.org/10.14257/astl.2015.111.17 Network Scheduling Model of Cloud Computing Ke Lu 1,Junxia Meng 2 1 Department of international education, Jiaozuo University, Jiaozuo, 454003,China

More information

A Two-phase Distributed Training Algorithm for Linear SVM in WSN

A Two-phase Distributed Training Algorithm for Linear SVM in WSN Proceedings of the World Congress on Electrical Engineering and Computer Systems and Science (EECSS 015) Barcelona, Spain July 13-14, 015 Paper o. 30 A wo-phase Distributed raining Algorithm for Linear

More information

A New WSNs Localization Based on Improved Fruit Flies Optimization Algorithm. Haiyun Wang

A New WSNs Localization Based on Improved Fruit Flies Optimization Algorithm. Haiyun Wang dvances in omputer Science Research volume 74 2nd International onference on omputer Engineering Information Science & pplication Technology (II 207) New WSNs Localization ased on Improved Fruit Flies

More information

PSO-based Energy-balanced Double Cluster-heads Clustering Routing for wireless sensor networks

PSO-based Energy-balanced Double Cluster-heads Clustering Routing for wireless sensor networks Available online at www.sciencedirect.com Procedia ngineering 15 (2011) 3073 3077 Advanced in Control ngineering and Information Science PSO-based nergy-balanced Double Cluster-heads Clustering Routing

More information

Hole repair algorithm in hybrid sensor networks

Hole repair algorithm in hybrid sensor networks Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) Hole repair algorithm in hybrid sensor networks Jian Liu1,

More information

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis 1 Xulin LONG, 1,* Qiang CHEN, 2 Xiaoya

More information

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization 2017 2 nd International Electrical Engineering Conference (IEEC 2017) May. 19 th -20 th, 2017 at IEP Centre, Karachi, Pakistan Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic

More information

A liquid level control system based on LabVIEW and MATLAB hybrid programming

A liquid level control system based on LabVIEW and MATLAB hybrid programming 2nd Annual International Conference on Electronics, Electrical Engineering and Information Science (EEEIS 2016) A liquid level control system based on LabVIEW and MATLAB hybrid programming Zhen Li, Ping

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

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Acta Technica 61, No. 4A/2016, 189 200 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Jianrong Bu 1, Junyan

More information

A new improved ant colony algorithm with levy mutation 1

A new improved ant colony algorithm with levy mutation 1 Acta Technica 62, No. 3B/2017, 27 34 c 2017 Institute of Thermomechanics CAS, v.v.i. A new improved ant colony algorithm with levy mutation 1 Zhang Zhixin 2, Hu Deji 2, Jiang Shuhao 2, 3, Gao Linhua 2,

More information

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid Demin Wang 2, Hong Zhu 1, and Xin Liu 2 1 College of Computer Science and Technology, Jilin University, Changchun

More information

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

More information

Fault Diagnosis of Wind Turbine Based on ELMD and FCM

Fault Diagnosis of Wind Turbine Based on ELMD and FCM Send Orders for Reprints to reprints@benthamscience.ae 76 The Open Mechanical Engineering Journal, 24, 8, 76-72 Fault Diagnosis of Wind Turbine Based on ELMD and FCM Open Access Xianjin Luo * and Xiumei

More information

Open Access Research on Algorithms of Spatial-Temporal Multi-Channel Allocation Based on the Greedy Algorithm for Wireless Mesh Network

Open Access Research on Algorithms of Spatial-Temporal Multi-Channel Allocation Based on the Greedy Algorithm for Wireless Mesh Network Send Orders for Reprints to reprints@benthamscience.ae 690 The Open Electrical & Electronic Engineering Journal, 2014, 8, 690-694 Open Access Research on Algorithms of Spatial-Temporal Multi-Channel Allocation

More information

Energy Aware Node Placement Algorithm for Wireless Sensor Network

Energy Aware Node Placement Algorithm for Wireless Sensor Network Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 541-548 Research India Publications http://www.ripublication.com/aeee.htm Energy Aware Node Placement Algorithm

More information

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat

The movement of the dimmer firefly i towards the brighter firefly j in terms of the dimmer one s updated location is determined by the following equat An Improved Firefly Algorithm for Optimization Problems Amarita Ritthipakdee 1, Arit Thammano, Nol Premasathian 3, and Bunyarit Uyyanonvara 4 Abstract Optimization problem is one of the most difficult

More information

Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach

Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach Prashant Sharma, Research Scholar, GHRCE, Nagpur, India, Dr. Preeti Bajaj,

More information

Design of student information system based on association algorithm and data mining technology. CaiYan, ChenHua

Design of student information system based on association algorithm and data mining technology. CaiYan, ChenHua 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Design of student information system based on association algorithm and data mining technology

More information

Sample Adaptive Offset Optimization in HEVC

Sample Adaptive Offset Optimization in HEVC Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Sample Adaptive Offset Optimization in HEVC * Yang Zhang, Zhi Liu, Jianfeng Qu North China University of Technology, Jinyuanzhuang

More information

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit

ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit ANN-Based Modeling for Load and Main Steam Pressure Characteristics of a 600MW Supercritical Power Generating Unit Liangyu Ma, Zhiyuan Gao Automation Department, School of Control and Computer Engineering

More information

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 206) A Network Intrusion Detection System Architecture Based on Snort and Computational Intelligence Tao Liu, a, Da

More information

Cluster Validity Classification Approaches Based on Geometric Probability and Application in the Classification of Remotely Sensed Images

Cluster Validity Classification Approaches Based on Geometric Probability and Application in the Classification of Remotely Sensed Images Sensors & Transducers 04 by IFSA Publishing, S. L. http://www.sensorsportal.com Cluster Validity ification Approaches Based on Geometric Probability and Application in the ification of Remotely Sensed

More information

A Study and Analysis on a Perceptual Image Hash Algorithm Based on Invariant Moments

A Study and Analysis on a Perceptual Image Hash Algorithm Based on Invariant Moments Sensors & Transducers 013 by IFSA http://www.sensorsportal.com A Study and Analysis on a Perceptual Image Hash Algorithm Based on Invariant Moments Hu Bin School of Civil Engineering and Transportation,

More information

Structural Optimizations of a 12/8 Switched Reluctance Motor using a Genetic Algorithm

Structural Optimizations of a 12/8 Switched Reluctance Motor using a Genetic Algorithm International Journal of Sustainable Transportation Technology Vol. 1, No. 1, April 2018, 30-34 30 Structural Optimizations of a 12/8 Switched Reluctance using a Genetic Algorithm Umar Sholahuddin 1*,

More information

Design and Research of Adaptive Filter Based on LabVIEW

Design and Research of Adaptive Filter Based on LabVIEW Sensors & ransducers, Vol. 158, Issue 11, November 2013, pp. 363-368 Sensors & ransducers 2013 by IFSA http://www.sensorsportal.com Design and Research of Adaptive Filter Based on LabVIEW Peng ZHOU, Gang

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

An Improved KNN Classification Algorithm based on Sampling

An Improved KNN Classification Algorithm based on Sampling International Conference on Advances in Materials, Machinery, Electrical Engineering (AMMEE 017) An Improved KNN Classification Algorithm based on Sampling Zhiwei Cheng1, a, Caisen Chen1, b, Xuehuan Qiu1,

More information

Analysis Range-Free Node Location Algorithm in WSN

Analysis Range-Free Node Location Algorithm in WSN International Conference on Education, Management and Computer Science (ICEMC 2016) Analysis Range-Free Node Location Algorithm in WSN Xiaojun Liu1, a and Jianyu Wang1 1 School of Transportation Huanggang

More information

View-dependent fast real-time generating algorithm for large-scale terrain

View-dependent fast real-time generating algorithm for large-scale terrain Procedia Earth and Planetary Science 1 (2009) 1147 Procedia Earth and Planetary Science www.elsevier.com/locate/procedia The 6 th International Conference on Mining Science & Technology View-dependent

More information

The Improved LEACH-C Protocol with the Cuckoo Search Algorithm

The Improved LEACH-C Protocol with the Cuckoo Search Algorithm International Conference on Computer Networks and Communication Techlogy (CNCT06) The Improved LEACH-C Protocol with the Cuckoo Search Algorithm Yun-sheng GE,*, Jie KONG and Kun TANG Guangxi Key Laboratory

More information

Tact Optimization Algorithm of LED Bulb Production Line Based on CEPSO

Tact Optimization Algorithm of LED Bulb Production Line Based on CEPSO Advances in Engineering Research (AER), volume 105 3rd Annual International Conference on Mechanics and Mechanical Engineering (MME 2016) Tact Optimization Algorithm of LED Bulb Production Line Based on

More information

K-coverage prediction optimization for non-uniform motion objects in wireless video sensor networks

K-coverage prediction optimization for non-uniform motion objects in wireless video sensor networks International Conference on Advanced Electronic Science and Technology (AEST 2016) K-coverage prediction optimization for non-uniform motion objects in wireless video sensor networks a Yibo Jiang, Shanghao

More information

Kyrre Glette INF3490 Evolvable Hardware Cartesian Genetic Programming

Kyrre Glette INF3490 Evolvable Hardware Cartesian Genetic Programming Kyrre Glette kyrrehg@ifi INF3490 Evolvable Hardware Cartesian Genetic Programming Overview Introduction to Evolvable Hardware (EHW) Cartesian Genetic Programming Applications of EHW 3 Evolvable Hardware

More information

A PSO-based Generic Classifier Design and Weka Implementation Study

A PSO-based Generic Classifier Design and Weka Implementation Study International Forum on Mechanical, Control and Automation (IFMCA 16) A PSO-based Generic Classifier Design and Weka Implementation Study Hui HU1, a Xiaodong MAO1, b Qin XI1, c 1 School of Economics and

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

A Balancing Algorithm in Wireless Sensor Network Based on the Assistance of Approaching Nodes

A Balancing Algorithm in Wireless Sensor Network Based on the Assistance of Approaching Nodes Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com A Balancing Algorithm in Wireless Sensor Network Based on the Assistance of Approaching Nodes 1,* Chengpei Tang, 1 Jiao Yin, 1 Yu Dong 1

More information

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Application of Geometry Rectification to Deformed Characters Liqun Wang1, a * and Honghui Fan2 1 School of

More information

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

The Application Research of Neural Network in Embedded Intelligent Detection

The Application Research of Neural Network in Embedded Intelligent Detection The Application Research of Neural Network in Embedded Intelligent Detection Xiaodong Liu 1, Dongzhou Ning 1, Hubin Deng 2, and Jinhua Wang 1 1 Compute Center of Nanchang University, 330039, Nanchang,

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

Power Load Forecasting Based on ABC-SA Neural Network Model

Power Load Forecasting Based on ABC-SA Neural Network Model Power Load Forecasting Based on ABC-SA Neural Network Model Weihua Pan, Xinhui Wang College of Control and Computer Engineering, North China Electric Power University, Baoding, Hebei 071000, China. 1471647206@qq.com

More information

AUV Cruise Path Planning Based on Energy Priority and Current Model

AUV Cruise Path Planning Based on Energy Priority and Current Model AUV Cruise Path Planning Based on Energy Priority and Current Model Guangcong Liu 1, Hainan Chen 1,2, Xiaoling Wu 2,*, Dong Li 3,2, Tingting Huang 1,, Huawei Fu 1,2 1 Guangdong University of Technology,

More information

Sensor Modeling Realization Based on Fruit Fly Optimization Algorithm

Sensor Modeling Realization Based on Fruit Fly Optimization Algorithm Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Sensor Modeling Realization Based on Fruit Fly Optimization Algorithm Zhongju CHEN College of Computer Science, Yangtze University, 434023,

More information

Key words: Wireless Sensor Networks, Clustering Routing Algorithm, Hierarchical Multi-hop Clustering Routing Algorithm

Key words: Wireless Sensor Networks, Clustering Routing Algorithm, Hierarchical Multi-hop Clustering Routing Algorithm doi:10.21311/001.39.11.34 An Improved Clustering Routing Algorithm Based on Energy Balance Li Cai and Jianying Su Chongqing City Management College, Chongqing 401331,China Abstract: For network distribution

More information

Optimization of Cutting Parameters for Milling Operation using Genetic Algorithm technique through MATLAB

Optimization of Cutting Parameters for Milling Operation using Genetic Algorithm technique through MATLAB International Journal for Ignited Minds (IJIMIINDS) Optimization of Cutting Parameters for Milling Operation using Genetic Algorithm technique through MATLAB A M Harsha a & Ramesh C G c a PG Scholar, Department

More information

Research on Heterogeneous Network Integration in Distribution Communication Network

Research on Heterogeneous Network Integration in Distribution Communication Network Research on Heterogeneous Integration in Distribution Communication Wei Li 1, Haonan Zheng 1, Hui He 1 1 (School of Control and Computer Engineering, North China Electric Power University, China) Abstract:

More information

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 3, May 2017 Efficient Path Finding Method Based Evaluation Function in Large

More information

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Chang Su, Lili Zheng, Xiaohai Si, Fengjun Shang Institute of Computer Science & Technology Chongqing University of Posts and

More information

Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models

Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models Wenzhun Huang 1, a and Xinxin Xie 1, b 1 School of Information Engineering, Xijing University, Xi an

More information

AN OPTIMIZATION GENETIC ALGORITHM FOR IMAGE DATABASES IN AGRICULTURE

AN OPTIMIZATION GENETIC ALGORITHM FOR IMAGE DATABASES IN AGRICULTURE AN OPTIMIZATION GENETIC ALGORITHM FOR IMAGE DATABASES IN AGRICULTURE Changwu Zhu 1, Guanxiang Yan 2, Zhi Liu 3, Li Gao 1,* 1 Department of Computer Science, Hua Zhong Normal University, Wuhan 430079, China

More information

Using The Heuristic Genetic Algorithm in Multi-runway Aircraft Landing Scheduling

Using The Heuristic Genetic Algorithm in Multi-runway Aircraft Landing Scheduling TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.3, March 2014, pp. 2203 ~ 2211 DOI: http://dx.doi.org/10.11591/telkomnika.v12i3.4488 2203 Using The Heuristic Genetic Algorithm in Multi-runway

More information

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD Journal of Engineering Science and Technology Special Issue on 4th International Technical Conference 2014, June (2015) 35-44 School of Engineering, Taylor s University SIMULATION APPROACH OF CUTTING TOOL

More information

Target Tracking in Wireless Sensor Network

Target Tracking in Wireless Sensor Network International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 6 (2014), pp. 643-648 International Research Publications House http://www. irphouse.com Target Tracking in

More information

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Richa Agnihotri #1, Dr. Shikha Agrawal #1, Dr. Rajeev Pandey #1 # Department of Computer Science Engineering, UIT,

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing

Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing Jyoti Yadav 1, Dr. Sanjay Tyagi 2 1M.Tech. Scholar, Department of Computer Science & Applications,

More information

Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority

Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority To cite this article:

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 4 [9] August 2015: 115-120 2015 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

High Resolution Remote Sensing Image Classification based on SVM and FCM Qin LI a, Wenxing BAO b, Xing LI c, Bin LI d

High Resolution Remote Sensing Image Classification based on SVM and FCM Qin LI a, Wenxing BAO b, Xing LI c, Bin LI d 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) High Resolution Remote Sensing Image Classification based on SVM and FCM Qin LI a, Wenxing BAO b, Xing LI

More information

An Abnormal Data Detection Method Based on the Temporal-spatial Correlation in Wireless Sensor Networks

An Abnormal Data Detection Method Based on the Temporal-spatial Correlation in Wireless Sensor Networks An Based on the Temporal-spatial Correlation in Wireless Sensor Networks 1 Department of Computer Science & Technology, Harbin Institute of Technology at Weihai,Weihai, 264209, China E-mail: Liuyang322@hit.edu.cn

More information

DDoS Detection in SDN Switches using Support Vector Machine Classifier

DDoS Detection in SDN Switches using Support Vector Machine Classifier Joint International Mechanical, Electronic and Information Technology Conference (JIMET 2015) DDoS Detection in SDN Switches using Support Vector Machine Classifier Xue Li1, a *, Dongming Yuan2,b, Hefei

More information

CHAOTIC ANT SYSTEM OPTIMIZATION FOR PATH PLANNING OF THE MOBILE ROBOTS

CHAOTIC ANT SYSTEM OPTIMIZATION FOR PATH PLANNING OF THE MOBILE ROBOTS CHAOTIC ANT SYSTEM OPTIMIZATION FOR PATH PLANNING OF THE MOBILE ROBOTS Xu Mingle and You Xiaoming Shanghai University of Engineering Science, Shanghai, China ABSTRACT This paper presents an improved ant

More information

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c

Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai He 1,c 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 215) Prediction of traffic flow based on the EMD and wavelet neural network Teng Feng 1,a,Xiaohong Wang 1,b,Yunlai

More information

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks Appl. Math. Inf. Sci. 8, No. 1L, 349-354 (2014) 349 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l44 Energy Optimized Routing Algorithm in Multi-sink

More information

Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical application of VOD

Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical application of VOD World Transactions on Engineering and Technology Education Vol.13, No.3, 2015 2015 WIETE Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical

More information

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Sensors & Transducers 13 by IFSA http://www.sensorsportal.com A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Jiaiao He, Liya Hou, Weiyi Zhang School of Mechanical Engineering,

More information

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle.

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle. 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 Research on Tunnel Support Deformation Based on Camera and Digital Speckle Improvement

More information

Research on-board LIDAR point cloud data pretreatment

Research on-board LIDAR point cloud data pretreatment Acta Technica 62, No. 3B/2017, 1 16 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on-board LIDAR point cloud data pretreatment Peng Cang 1, Zhenglin Yu 1, Bo Yu 2, 3 Abstract. In view of the

More information

Scheduling of Independent Tasks in Cloud Computing Using Modified Genetic Algorithm (FUZZY LOGIC)

Scheduling of Independent Tasks in Cloud Computing Using Modified Genetic Algorithm (FUZZY LOGIC) 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. 9, September 2015,

More information

Searching Algorithm of Dormant Node in Wireless Sensor Networks

Searching Algorithm of Dormant Node in Wireless Sensor Networks Searching Algorithm of Dormant Node in Wireless Sensor Networks https://doi.org/10.991/ijoe.v1i05.7054 Bo Feng Shaanxi University of Science &Technologyhaanxi Xi an, China ckmtvxo44@16.com Wei Tang Shaanxi

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 Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm

An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm Journal of Universal Computer Science, vol. 13, no. 10 (2007), 1449-1461 submitted: 12/6/06, accepted: 24/10/06, appeared: 28/10/07 J.UCS An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm

More information

Study on Digitized Measuring Technique of Thrust Line for Rocket Nozzle

Study on Digitized Measuring Technique of Thrust Line for Rocket Nozzle Study on Digitized Measuring Technique of Thrust Line for Rocket Nozzle Lijuan Li *, Jiaojiao Ren, Xin Yang, Yundong Zhu College of Opto-Electronic Engineering, Changchun University of Science and Technology,

More information

Discussion of GPON technology application in communication engineering Zhongbo Feng

Discussion of GPON technology application in communication engineering Zhongbo Feng 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Discussion of GPON technology application in communication engineering Zhongbo Feng School of Physics and Electronic

More information

Design of the Power Online Monitoring System Based on LabVIEW

Design of the Power Online Monitoring System Based on LabVIEW Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Design of the Power Online Monitoring System Based on LabVIEW 1,2 Jianmin WANG, 1 Gongfa LI, 1 Dawei TAN, 1 Dan MENG, 2 Yao LI, 2 Jinhui

More information

Face recognition based on improved BP neural network

Face recognition based on improved BP neural network Face recognition based on improved BP neural network Gaili Yue, Lei Lu a, College of Electrical and Control Engineering, Xi an University of Science and Technology, Xi an 710043, China Abstract. In order

More information