Microsoft Word - cet-01.docx An Improved DV-Hop Algorithm Based on Artificial Fish Swarm Algorithm Xiaoying Yang*a, Kai Ruib a College of Information Engineering, Suzhou University, Suzhou, China, b School of Computer & Information, Anqing Normal University, Anqing, China. yxiaoying2000@163.com DV-Hop localization algorithm is the most commonly used node localization algorithm in wireless sensor networks, but it does not take into account the impact of average distance per hop in calculating the position of unknown nodes, resulting in reduced positioning accuracy. To solve this problem, a new AFSADV-Hop (Artificial Fish Swarm Algorithm DV-Hop) algorithm based on artificial fish swarm algorithm was proposed in this paper. As artificial fish swarm algorithm has a faster convergence rate and can solve nonlinear function optimization problem, it is used to solve the optimization of the average distance per hop, so the location error caused by the average distance per hop is reduced, so that it is closer to the actual value. The simulation results show that the improved algorithm can effectively improve the algorithm's accuracy and stability without increasing the hardware cost. 1. Introduction Internet technology has been very mature today, the application of the network in all walks of life has been popularized, C. W ang et al. (2015), Y. Li et al. (2015), Q. Huang et al. (2014), S. Shang et al. (2014) reported. Sensor Network Wireless (WSN) is one of them. Node location information is very important in the application of WSN, such as target detection and tracking, automatic configuration of network topology, Bachir A et al. (2010), Saber R O et al. (2008), Teng J et al. (2010), Oka A et al. (2010) reported, etc. DV-Hop algorithm is one of the most widely used algorithms in wireless sensor network node localization, A. Zhang et al. (2012), J. Wen et al. (2014), Z. Guo et al. (2013) reported. However, the algorithm has low accuracy, so many scholars have improved it, W .Li et al. (2011), Y. Wang et al. (2012), J. Feng et al. (2012) reported. All of them had improved the DV-Hop algorithm in the second or the third stage during the localization, but all the improved algorithms still not achieved the desired results, so DV-Hop algorithm still needed to be improved. In this paper, a new DV-Hop algorithm based on artificial fish swarm algorithm (AFSADV-Hop) is proposed. The algorithm uses artificial fish swarm algorithm to optimize and improve the average distance per hop of anchor nodes, and improve the accuracy of the average distance per hop of anchor nodes, which makes it more close to the actual value. The simulation results show that the algorithm has good performance. 2. DV-Hop algorithms Niculescuet al. (2003) proposed the DV-Hop algorithm which can obtain the estimated distance between the beacon nodes and unknown nodes by hop count, and then use the three edge measurement method to estimate the coordinates of the unknown nodes. The positioning process is as follows: (1) The anchor nodes are grouped into the network broadcast by flooding method. All nodes obtain the minimum hops from each anchor node. (2) The average distance per hop of each anchor node is calculated by using the formula (1).    ij j ij jijii hopyyxxhopsize /)()( 22 (1) CHEMICAL ENGINEERING TRANSACTIONS VOL. 46, 2015 A publication of The Italian Association of Chemical Engineering Online at www.aidic.it/cet Guest Editors: Peiyu Ren, Yancang Li, Huiping Song Copyright © 2015, AIDIC Servizi S.r.l., ISBN 978-88-95608-37-2; ISSN 2283-9216 DOI: 10.3303/CET1546038 Please cite this article as: Yang X.Y., Rui K., 2015, An improved dv-hop algorithm based on artificial fish swarm algorithm, Chemical Engineering Transactions, 46, 223-228 DOI:10.3303/CET1546038 223 Among them, ),( ii yx , ),( jj yx , respectively, is the location of the beacon nodes i and j , jhop is the minimum hop count of the two. The unknown node uses the average distance per hop of the nearest anchor nodes and the minimum hop between them to estimate the distance. (3) Unknown nodes use distance of 3 or more anchor nodes to estimate their coordinates. 3. AFSADV-Hop algorithms 3.1 The shortcomings of the traditional DV-Hop algorithm In the traditional DV-Hop algorithm, the ratio of the actual distance and the hop count is used as the average distance per hop of the anchor nodes. When the number of hops between nodes is increased, the error of the hop distance is greater. The unknown node uses the average distance per hop of the anchor nodes with larger error to estimate the distance between the nodes, which leads to large position error. 3.2 Artificial fish swarm algorithm Artificial fish swarm algorithm is proposed by X. Li (2003), which is an optimization method based on autonomous animals. The algorithm according to the characteristics of waters fish to survive the largest number of places is the waters which are the richest in nutrients places to simulate fish foraging, swarm and follow, in order to achieve the global optimum. The algorithm has the advantage of low initial value and parameter setting and the optimization speed is quick. (1) Random behavior: artificial fish random moves in visual field. When it discovers food, it will fast moves to direction of food gradually increasing. (2) Foraging behavior: a behavior that fish moves follow the direction of multi food. (3) Group behavior: in order to ensure the survival and avoidance, the fish will naturally gather in groups. (4) Follow behavior: a behavior of fish moving to the optimal direction of the visual area. (5) Bulletin board: place where records state of the optimal artificial fish. 3.3 AFSA algorithm is used to solve the average distance per hop The location accuracy of DV-Hop algorithm mainly depends on the accuracy of the averag e distance per hop in the process of localization. So the optimal average distance per hop is obtained by using the artificial fish swarm algorithm, therefore, the positioning error of DV-Hop algorithm is reduced. According to the recorded node position information, the anchor node uses the type (2) to calculate the actual distance between the anchor node i and the anchor node j . 22 )()( jijitij yyxxd  (2) The estimated distance between the anchor nodes i and j is equal to the minimum number of hops obtained by the first stage and the average jump distance obtained by using the formula (1), that is iijeij hopesizehopsd  . eijtij dd  is the error caused by iijeij hopesizehopsd  . Reasonable ihopesize should make ε minimum, therefore, the calculation of i hopesize turn into problem of minimization. When construct a mathematical model to calculate the average distance per hop, we used minimum mean squared error criterion to completed, W. Ji (2008) reported. The mathematical model is shown in the formula (3).          Rhopsizets hophopsizedMin i ji ijiij 0.. )( 2  (3) So the solution of i hopsize is transformed into i hopsize optimization problem. The sum of squares of the errors is used as the objective function )( i hopsizeG , which is shown in the formula (2). Select the appropriate ihopsize to make the minimum of the function value. 2    ji ijitiji hophopsizedhopsizeG )(min)( (4) Based on the above analysis, the average distance per hop i hopesize of anchor nodes is calculated by using artificial fish swarm algorithm. Steps are as follows: 224 Step 1: Initial artificial fish swarm, including the size of the fish swarm N , random initial the position of the artificial fish, the visual field visual of artificial fish, the maximum step size step , crowding factor  , try numbers trynumber, the maximum number of iterations maxIterate ; Step 2: By formula (4), the food concentration (objective function) of each individual is calculated, and the optimal value is placed in the bulletin board; Step 3: Through individual foraging, cluster, following behavior to update it and generate new fish; Step4: Evaluate all individuals. If an individual is better than that on the bulletin board, the board is updated to the individual; Step5: When the optimal solution on the bulletin board on achieve satisfactory error bounds, end the algorithm output the optimal solution to a variable hopesize , or turn step 3 until the maximum number of iterations is reached. The introduction of artificial and swarm algorithm to calculate the average distance per hop of anchor node, AFSADV-Hop algorithm positioning flow is shown in figure 1. Start Anchor node broadcast packet Receive data packets of this anchor node Save the packet Broadcast is over No Yes No Using artificial fish swarm algorithm to calculate the average distance per hop of anchor nodes Compare and save the little hop information Calculate the distance between the unknown node and the anchor node Estimate coordinate position by using maximum likelihood estimation method End Yes Figure 1: AFSADV-Hop algorithm flow 4. Simulation experiment 4.1 simulation environment In this paper, MATLAB7.0 is used to simulate the algorithm. Anchor nodes and unknown nodes are randomly distributed in the region. In the artificial fish swarm algorithm in this paper, set the size of fish N =10, the visual field visual =5, the maximum step step =8, crowding factor  =0.8, try the number trynumber =10, the maximum number of iterations Maxitera=20. Algorithm accuracy is the most important measure of the algorithm. The performance of the algorithm is verified by comparing the positioning error between the HopDV  algorithm and the HopAFSADV  algorithm to. The positioning error is calculated by using formula (5). 225 Ryyxx eteti /)()(%100 22  (5) Where ),( tt yx , ),( ee yx respectively, are the true position and the estimated position of the node. R is communication radius of node. The experimental scene is executed many times and the results are averaged, which makes the experimental data more objective. 4.2 Result analysis The total number of nodes in the network is 100 and the communication radius is changed. The DV -Hop algorithm and the HopAFSADV  algorithm are simulated with the different anchor nodes, and the positioning algorithms are executed multiple times used to calculate the coordinates of the unknown nodes. The simulation performance is shown in Figure 2 (a) (b) (c) (d). Figure 2 (a): R=15 m Figure 2 (a): R=20 m Figure 2 (c): R=25 m Figure 2 (d): R=30 m Figure 2 shows that with the increase of the proportion of the anchor nodes, the average positioning error is reduced. In the same communication radius, the ratio of anchor nodes is the same, and the traditional DV -Hop algorithm has large error and the error of HopAFSADV  is small. Other conditions are the same, the communication radius becomes large, and the positioning error can be reduced. The localization accuracy of HopAFSADV  than the traditional DV-Hop algorithm is improved by an average of 19.5% ~27%. 226 Figure 4: Positioning error of RMDV - Hop in different communication radius Figure 5: The comparison of the two algorithms Figure 4 shows that the average positioning error of AFSADV - Hop decreases with the increase of the proportion of the anchor nodes in different communication radius. With the increase of the radius of communication, the error of positioning is gradually reduced, and the minimum positioning error is obtained at 30. The 50 nodes are randomly distributed, the beacon node number remains unchanged, the number of unknown nodes, the communication radius of R=50 m, other conditions do not change, the average positioning error of AFSADV - Hop and DV - Hop. Figure 5 shows the results of the comparison of the two algorithms. The positioning error of the two algorithms is reduced with the increase of the number of nodes. The positioning accuracy of the beacon node number is constant when the number of nodes is 300. The accuracy of this algorithm is improved by 15% ~21% compared with the traditional DV-Hop algorithm. 5. Conclusions Positioning accuracy is one of important performance of evaluating localization algorithm. The DV -Hop localization has a low positioning accuracy as the average distance per hop of anchor node was not optimized after calculating, result in increasing the positioning error. The problem of the positioning error caused by the average hop distance in DV-Hop algorithm is improved. The accuracy of the average hop distance of each hop is improved without increasing the hardware cost. Simulation results show that the improved algorithm can effectively improve the accuracy of the algorithm, and has good stability, good performance of the algorithm, because of the introduction of artificial fish swarm algorithm, and therefore increased the amount of calculation, how to reduce the amount of energy consumption will be done in one step. 227 Acknowledgements The study of our work is supported in part by Young Talents Fund Project in Anhui Province of China (No. 2013SQRL083ZD), Anhui University Provincial Natural Science Research Project (No. KJ2014A247). References Bachir A., Dohler M., Watteyne T., et al, 2010, MAC essentials for wireless sensor networks, IEEE Commun. Surveys Tuts, 12(2), 222-248. Feng J., Zhu Q., W u C., 2012, Research on the improved DV-Hop localization algorithm for, computer engineering, 38(19), 74-77 Guo Z., Min L., Li H., et al, 2013, Improved DV-Hop Localization Algorithm Based on RSSI Value and Hop Correction, Advances in Wireless Sensor Networks, Springer Berlin Heidelberg, 97-102. Huang Q., W ei L., Huo H., 2014, RESEARCH ON INDEPENDENT COLLEGE TEACHERS’ TEACHING ABILITY BASED ON FACTOR ANALYSIS IN SPSS, MATHEMATICAL MODELLING AND ENGINEERING PROBLEMS, 1(1): 25-28 Ji W., Liu, 2008, Application of DV-Hop localization algorithm in random sensor networks, Electronics & Information Technology, 30(4): 970-974. Li W., Zhou W., 2011,Genetic algorithm base localization algorithm for wireless sensor network, Proc. of 2011 Seventh International Conference on Natural Computation. Shanghai, China, 2096-2099 Li X., 2003, A new intelligent optimization method of artificial fish swarm algorithm, Zhejiang: Zhejiang University. Li Y., Peng Q., Yang J., Huang H., 2015,RESEARCH AND DESIGN OF WARD CALLING DEVICE, REVIEW OF COMPUTER ENGINEER STUDIES, 2(1): 37-40 Niculescu D., Nath B., 2003, DV based positioning in ad hoc networks, Journal of Telecommunication Systems, 22 (1/4): 267-280. Oka A., Lampe L., 2010, Distributed target tracking using signal strength measurements by a wireless sensor network, Selected Areas in Communications, IEEE Journal, 28(7): 1006-1015, DOI: 10.1109/JSAC.2010.100905. Saber R.O., Sandell N.F., 2008, Distributed Tracking in Sensor Networks with Limited Sensing Range, Proceedings of American Control Conference, 3157-3162. Shang S., Zhou H., Chang X., Liu M., Li N., Shang Q., 2014, STUDY ON FACTORS OF INJECT LARGE VOLUME LIQUID INTO TRUNK, MATHEMATICAL MODELLING AND ENGINEERING PROBLEMS, 1(2): 11-14, DOI: 10.18280/mmep.010203. Teng J., Snoussi H., Richard C., 2010, Decentralized Variational Filtering for Target Tracking in Binary Sensor Networks, IEEE Trans. Mobile Computing, 9(10), 1465-1477, DOI: 10.1109/TMC.2010.117. Wang C., Zhu S., 2015, A DESIGN OF FPGA-BASED SYSTEM FOR IMAGE PROCESSING, REVIEW OF COMPUTER ENGINEER STUDIES, 2(1), 23-28, DOI: 10.18280/rces.020104. Wang Y., Shi H., 2012, Improved DV-Hop localization algorithm for wireless sensor networks, Computer Engineering, 38(7): 66-69. Wen J., Fan X., Wu X., 2014, Improved DV-Hop Location Algorithm Based on Hop Correction, Chinese Journal Of Sensors And Actuators, 27(1), 113-117. Zhang A., Ye X., Hu H., Ding X., 2012, Improved DV-HOP positioning algorithm based on one-hop sub division and average hopping distance modification, Chinese Journal of Scientific Instrument, 33(11), 2552-2558. 228