Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Design of the smart home system based on the optimal routing algorithm and ZigBee network

  • Dengying Jiang ,

    Contributed equally to this work with: Dengying Jiang, Ling Yu, Fei Wang, Yongsheng Yu

    Roles Conceptualization, Funding acquisition, Methodology, Writing – review & editing

    Affiliation School of Science, Wuhan University of Technology, Wuhan, Hubei, China

  • Ling Yu ,

    Contributed equally to this work with: Dengying Jiang, Ling Yu, Fei Wang, Yongsheng Yu

    Roles Data curation, Methodology, Writing – original draft

    Affiliation School of Science, Wuhan University of Technology, Wuhan, Hubei, China

  • Fei Wang ,

    Contributed equally to this work with: Dengying Jiang, Ling Yu, Fei Wang, Yongsheng Yu

    Roles Formal analysis, Methodology, Writing – original draft

    Affiliation Physical Science and Technology Department, Central China Normal University, Wuhan, Hubei, China

  • Xiaoxia Xie,

    Roles Writing – review & editing

    Affiliation Department of Mathematics & Statistics, Idaho State University, Pocatello, Idaho, United States of America

  • Yongsheng Yu

    Contributed equally to this work with: Dengying Jiang, Ling Yu, Fei Wang, Yongsheng Yu

    Roles Methodology, Writing – review & editing

    yongshengyu@whut.edu.cn

    Affiliation State Key Laboratory of Silicate Materials for Architectures, Wuhan University of Technology, Wuhan, Hubei, China

Abstract

To improve the traditional smart home system, its electric wiring, networking technology, information transmission and facility control are studied. In this paper, we study the electric wiring, networking technology, information transmission and facility control to improve the traditional smart home system. First, ZigBee is used to replace the traditional electric wiring. Second, a network is built to connect lots of wireless sensors and facilities, thanks to the capability of ZigBee self-organized network and Genetic Algorithm-Particle Swarm Optimization Algorithm (GA-PSOA) to search for the optimal route. Finally, when the smart home system is connected to the internet based on the remote server technology, home environment and facilities could be remote real-time controlled. The experiments show that the GA-PSOA reduce the system delay and decrease the energy consumption of the wireless system.

1. Introduction

The smart home has gained widespread attentions due to its flexible integration into everyday life. When the home environment and facilities are connected to a remote control device by the wireless sensor network, the smart home can monitor the home environment conveniently and remote control the equipment, such as the home appliance socket, lighting, temperature, humidity, smoke, infrared, magnetic door, etc. [12]

Nowadays, the smart home aroused general research interest. Some studies focus on the energy consumption of the entire home system and commit to reducing energy consumption with ensuring that the home environment is comfortable [3, 4]. A multi-objective mixed integer nonlinear programming model is used for optimal energy expand in a smart home, and the balance between energy saving and a comfortable lifestyle is considered in [5]. A mixed-integer nonlinear programming model is used to minimize the cost by shifting different types of appliances to optimal periods during the day, while the grid’s technical constrains and the customers’ preferences are satisfied. The reducing of greenhouse gas emission is also considered in [6]. [7] studies the energy management strategies and the economy of smart homes when renewable energy and energy storage are integrated, and use a stochastic energy management with plugged-in electric vehicle energy storage and photovoltaic array, where the electric cost is far less than the non-optimal control case. [8] designs a nonlinear predictive energy management strategy for the identical building with a rooftop photovoltaic system and second-life lithium-ion battery energy storage, and introduces an ANN to forecasting the load for the system.

While some other researches focus on how to generate a wireless network and how to select routing. To construct such a wireless network, the wireless modules will be previously embedded in the related devices. Here we pay attention to the energy consumption of the wireless nodes and the network’s delay. For this purpose, the use of a low-cost network and an optimal routing approach will benefit.

The traditional smart home system usually uses Wi-Fi or Bluetooth to generate a wireless network. Comparing to them, a ZigBee network is more convenient and efficient. ZigBee is based on the IEEE 802.15.4 standard. As shown in Table 1, it has many advantages, such as ad-hoc network, low cost, low power, low end-to-end delay etc. [9]

ZigBee network can service far more nodes than Wi-Fi and Bluetooth. However, if lots of nodes join the network, it will be more complex and even lead to data loss. The optimal routing algorithm will overcome these defects and decrease the energy consumption, therefore prolong the service life of the nodes [1112].

As for the routing algorithm, the Genetic Algorithm (GA) can converge to the globally better individuals though it is not very fast, while the Particle Swarm Optimization Algorithm (PSOA) has a fast convergence rate but sometimes it converges to a local optimal point. We introduce a GA-PSOA method to improve the energy consuming of network nodes and the response rate of the smart system [1314].

Our main contribution is to design a GA-PSOA algorithm to search for the globe optimal routing with a fast speed, which improves the decreasing of energy expand and reduces the system delay.

The rest of the paper is organized as: the section 2 shows the materials and methods used in the system framework, and explains how to design the ZigBee nodes. The section 3 introduces the routing algorithm and it is verified by simulation, the section 4 puts up with the design of remote control. Conclusions are provided in the last section.

2. Framework and ZigBee node

In a smart home system, wireless modules will be added to each household devices and sensors, which are responsible for controlling the devices or collecting the household environment data. In this part, we use special hardware to generate a framework of smart system and show how to set a ZigBee node.

2.1 The framework of system

At first the wireless module CC2530 is installed in each item, which will be taken as a node in the wireless network. Then a ZigBee node will be selected as the coordinator, and a network will be built, to which each wireless module automatically joins by Z-Stack protocol. The coordinator connects Cortex-A8 through a serial port, and Cortex-A8 will achieve ZigBee protocol and TCP/IP protocol conversion. Finally, family router links the Cortex-A8 and the remote server, and then the remote control devices can access to the household equipment.

Moreover, ZigBee uses an ad-hoc network and the gateway can automatically restore the connection with the remote server in case of power off or network being disconnected, which will keep a persistent connection in the network to ensure the communications with the socket long connection mode.

The basic framework of the system is shown in Fig 1.

There are three basic functions in the smart home system, remote control, query and alarm. The remote control client uses computers or mobile devices to send the corresponding control commands. When the ZigBee coordinator receives the instructions transferred from the remote server, the home router and the Cortex-A8 will judge the commands and forward them to the corresponding terminal devices. Then terminal devices call a function to parse instructions and perform the control commands. If it is a queried command, the sensor will collect the information and return the data to the ZigBee coordinator, which will send the data back to the remote control equipment. If the household sensor detects the abnormal situation, it will trigger the alarm system and send messages to the coordinator, as a result, the remote control equipment will receive the alarm message.

2.2 The ZigBee nodes

ZigBee nodes use Z-Stack protocols to form an ad-hoc network, which determines the occurrence of event by polling mechanism, and handles multiple events based on their priority. Furthermore, when the event processing completed, the system goes into sleep mode. Moreover, if any event occurs, the system will be waken up and run into the interrupt service routine to handle the event. The process of events handling is shown in Fig 2.

A ZigBee wireless network contains three different types of nodes, the coordinator, router and end equipment. In the Z-Stack protocol [15], APL layer, ZDO layer, APS layer and network layer are operated to initialize the ZigBee network, format the coordinator, manage the end devices, and join the routers into the network. The process of the ZigBee network’s formation and management is shown in Fig 3. At first, the system will initial the nodes, then identify all the nodes, if a node is coordinator, it will be initialized into the event set, if it is a router or an end equipment, it will be added into the NLME (Network layer management entity) system, which includes adding and leaving, addressing, receiving control, etc. Then if a node is a router, it will be added into the routing subsystem.

As for the program with ZigBee nodes, IAR Embedded Workbench IDE is usually used to design the programs of the coordinator, routers and end devices. When the node is identified as coordinator powered, the coordinator will automatically set up a wireless network. The routers will play a key role in routing and remote accessing, and devices will provide many functions, as they are equipped with all kinds of sensors. When routers and devices join the wireless sensor networks, the coordinator is responsible for managing those nodes, which to handle the incidents and remote requests.

3. The routing algorithm of ZigBee ad-hoc network

The quality of routing affects the system delay and energy consuming. Comparing to the general approach, the GA can achieve a global optimal goal, but it is not very fast, while the particle swarm optimization algorithm (PSOA) converge quickly, so we design a GA-PSOA method to utilize both sides’ advantage and then we will verify it through simulation.

3.1 Route analysis

With the development of smart home, the coverage area of ZigBee ad-hoc network gradually increase, and there will be more end devices joining the network. However, only one coordinator can exist in a ZigBee network. To ensure the remote real-time control, the number of routing node will increase, and then the routing path will become more complex. Therefore, adopting the appropriate routing algorithm becomes particularly important. Good routing will improve the performance of the system such as ensuring the communication quality, shortening the time delay, reducing the energy consumption of the nodes, etc.

In ZigBee networks, the traditional AODVjr routing algorithm creates routing on-demand, which provides a flexible lookup feature and improves the searching efficiency of the protocol, but it could cause flooding effect, which will lead to the increase of network energy consumption. The improved genetic algorithm has the ability of global searching, which can overcome the shortage of AODVjr algorithm and search for the optimal route [16]. However, the convergence speed of the genetic algorithm is usually slow, which increases the time delay of information transmission. As a result, if the genetic algorithm is combined with the PSOA which has the ability of fast convergence [17], it will further improve the searching ability of the network. We uses hybrid Genetic Algorithm-Particle Swarm Optimization Algorithm (GA-PSOA) to search for the optimization route [18,19], which can improve the performance of routing path selected. During the communications, if the best route exists in the current routing table, it will be selected, otherwise the system will search for the globally better routes based on the genetic algorithm, and then search the global best route through PSOA.

3.2 The design of routing algorithm

For a complex smart home system, numbers of ZigBee end equipment and sensors are randomly distributed in the family generally. Z-Stack protocol is used to form a wireless sensor network, and all the nodes will join the network, then we can use GA-PSOA to search for the global optimization route. The process is represented as follows.

  1. Step 1: If a session start in a ZigBee network, and there is no best route in the routing table, the appropriate parameters of GA need to be set, where m routes from the source node to the destination node are recorded for m individuals in the population of the genetic algorithm.
  2. Step 2: The adaptive value f is calculated by the fitness function in the population. Then the excellent individuals with the biggish fitness value will be selected for genetic operation, such as crossover and mutation, where the crossover probability and the mutation one can be controlled by Pc and Pv as Eq (2) and Eq (3).
  3. Step 3: When the iteration of GA meets the criteria, excellent individuals will be selected for the step 4. Otherwise, continue to the step 2.
  4. Step 4: To initialize parameters of PSOA, the excellent individuals will be optimized by PSOA. In every iteration, each particle records its optimal solution Pb and Pg searched by particle swarm. Particles will update the best path through the study of their history, and the information shared in the population.
  5. Step 5: The step 4 will continue repeating until the result meets the convergence conditions, then the globally optimal solution will be the output.

The workflow of the GA-PSOA is shown in Fig 4.

In the process of GA-PSOA in the step 2, the fitness function f, the crossover probability Pc and the mutation probability Pv are shown as follows. (1) (2) (3) In formula (1), Ti, Ei denote time delay and the total energy consumption of all nodes in the i path respectively. a and b denote the adjustment proportion factors of fitness function which adapts the time delay and energy consumption. As the ZigBee nodes have low frequency of utilization and low power, most of the time it is in sleep mode, consuming very little energy. Hence, a is a little bit larger than b, which make contribute to a better performance of real-time. fmax, fbig, fagv, fv denote the largest fitness value, the larger fitness value in crossover, the average fitness value, and the fitness value in mutations, respectively. C1, C2, C3, C4 are control factors, and the better individuals will be selected in the process of GA. Though the mutation may create the best individuals, the direction of the mutation cannot be controlled, and it tends to create a very large proportion of poor individuals. Taking the adaptation and diversity of the population into consideration, crossover operation hold a large probability, and mutation operation has a small probability.

Suppose the number of the excellent individuals selected by GA searching is M, they will be optimized by PSOA, and their original position is marked as the optimization solution. When they move in an n-dimensional space freely, they will search for the best position, and the other particles fly quickly in the space, and this information will be used to update the current optimization solution. The position and velocity of the i-th particle are denoted as si = (si1, si2,…, sin) and vi = (vi1, vi2,…, vin), respectively.

During iteration, the optimization position of the i-th particle is pbi = (pbi1, pbi2,…, pbin), and the optimization position of all particles in the particle swarm can be expressed as Pg = (Pg1, Pg2,…, Pgn). All the particles will update their position and velocity according to Eq (4) and Eq (5). (4) (5) where, ω denotes inertia weight, ξ1 and ξ2 are random numbers between 0 and 1, and c1, c2 denote the weights of the acceleration, which take the asymmetric linear forms: (6) (7) In Eqs (6) and (7), c1s and c2s are the initial values of c1 and c2 respectively, and c1e and c2e are the final values of c1 and c2 in iterations.

In iterations, particles track the optimal solution and follow the optimal particle. These particles will update their position and velocity according to Eqs (4) and (5), and share the information about the optimal solution. In the preliminary, particles mainly find their own routes, then c1 will decrease and c2 will increase gradually, and begin to share information. Through multiple iterations, the globally optimal solution will be searched for and saved to the routing table. In iterations of PSOA, the optimal solution is transmitted in the one-way mode, which guarantees the particles rapidly move to the globally optimal direction. Further, it can solve the problem that the GA has slow convergence rate and may be trapped in local optimal solution.

3.3 The simulation of the routing algorithm in ZigBee network

The simulative environment is as follows: Intel Core i5-2450M, 4G RAM; VMware Workstation 8.0 is installed in Windows7, and then Red Hat Enterprise Linux5. An extensive simulation in NS-2.34 and IEEE 802.15.4 PHY/MAC protocols is used to compare GA-PSOA with AODVjr and GA, where simulation parameters are as shown in Table 2. The source node will send one packet per second, and the length of each packet is 70 bytes. The coordinator node is powered by 3 Volt DC. The network routing layout of ZigBee nodes is as shown in Fig 5.

The Fig 4 shows that the process of GA-PSOA contains two parts, GA and PSOA. Through an extensive simulation about the performance of the network topology in NS2, parameters are set up as follows. In the process of GA: a = b = 1, c1 = 0.95, c2 = 0.4, c3 = 0.02, c4 = 0.05, and the number of generations is 25. In the process of PSOA: k = 3.5, ω = 0.6, c1s = 2.5, c2s = 1.5. c1e = 1.0, c2e = 2.8, imax = 15. The simulation of the end-to-end delay is recorded per minute. The result is as shown in Fig 6.

Fig 6 shows that the end-to-end delay of the three algorithms is similar during the first 30 minutes. However, GA-PSOA can keep a stable delay from 30 minutes to 120 minutes, and its value is smaller than the AODVjr by 0.023 at the 120th minute. After 180 minutes, the end-to-end delay with GA-PSOA is 0.059s, AODVjr and GA are 0.071s and 0.065s respectively. In this simulation, it is not obvious that the end-to-end delay of GA-PSOA is superior to GA, since GA can also search for the optimal route. However, if the route has one dead node, GA will need much more time to search for the next optimal route. Thus, GA-PSOA is superior to AODVjr and GA in the aspects of the end-to-end delay and the energy consumption.

4. The framework design of remote control

The smart home system provides users a convenient way to monitor and control smart home devices at any time, and the data collected by sensors or alarming information can also be sent to the remote control devices. In this part, we will design the remote system and discuss the experiment result.

4.1 Analysis of the communication in the smart home system

In the smart home system, users maybe monitor smart home devices at any time, and the data collected by sensors or alarming information needs to be send to the remote control devices. Thus, remote servers should be connected to the household router at any moment, providing a scalable and extensible framework, which is intuitive to new users, and allowing access from any internet connected device [20]. This system will be achieved by socket long connection mode.

When the connection is established, heartbeat package will keep it without interruption. The heartbeat interval is set to be thirty seconds, checked and the condition of the heartbeat connection. If the power is off or network is disconnected, the server will initiate connections until it returns to normal, and communicate with the household router by the socket connection. In order to improve the concurrency, throughput, and stability of the system, the remote servers is made of the master and slave servers in this system. On the one hand, the master server takes charge of setting up the first connection between the household router and the server, and at the same time, it can realize the dynamic load balance and avoid the cluster overload. One the other hand, the slave servers can keep the long connection with the household router by heartbeat package, which can ensure the real-time communications without interruption. The connection process of ZigBee wireless sensor network and the remote server is shown in Fig 7.

The master server acts as the balancer. Therefor it can deal with the cluster balancing and some existing load balance scheduling [21]. In this remote control system, the least connections algorithm works for the dynamic load balancing. The pseudo code of the algorithm is shown as Algorithm 1.

Algorithm 1:LEASTCONNECTIONS()

Input: A server set S.

Output: AS, The available and the least connections server.

Function: Schedule(Si), with input Si and output the server status.

         Num(Si), with input Si and output the number of loading server.

Begin

  For each i in S do

    IF Schedule(Si) large than 0 Then

        For each j in (i+1,n) do

            IF num(Si)>num(Si) And schedule(Si)> = 0

              i ← j

            End if

      Return Si

  End for

  Return Null

End

The least connections algorithm can query the number of connections in slave servers. It will collect the load information every once in a while, and then the new connection request will be connected to the low load slave servers, resulting in the dynamic load balance instead of cluster overload.

4.2 The models’ design of the server

Through a survey of the state and the popularity of smart homes, right now the system of smart homes is not frequently used. However, with the development of society and the exaltation of our demand, there will be a great number of nodes joining the wireless sensor network. As a result, it will cause many security questions. For example, many nodes may visit the server at the same time, causing the data loss. The non-blocking multi-process servers are designed to overcome these problems. It applies the selecting technology to realize the I/O multiplexing, and builds a non-blocking multi-thread mode, which can handle multiple connection requests at the same time. Moreover, the fork function can be used to create sub-process, which can handle the multi-process [22]. The multi-thread and multi-process mode are shown in Fig 8.

When creating the socket server connection, the internet protocol address will bind the used port number, which is used to monitor the connection of remote control devices. To implement I/O multiplexing by the select technology, first, it will initialize the set of the file descriptor, which is monitored by the select. Second, the socket file descriptor is put into the select listening set, and the suitable maximum time of the connection request is set. Finally, the select mechanism is used to monitor multiple requests at the same time, which will build a non-blocking server. If the socket connections send multiple messages, the fork function can be used to create child processes. Furthermore, improving the performance, facility with multi-core CPUs will be the best choice to strengthen the processing capacity.

4.3 The program design of android application

An Android app is a good choice for the remote control device, by which the smart home system is monitored real-timely. Through this app, the Android mobile phones can keep communications with the remote servers to control the household devices and environment. The design of APP is shown in Fig 9.

If users log in to the app, they can manage the information, and real-timely monitor the smart home system. The system has set an access right, only the administrator can query and manage the information about users. Both administrators and users can receive the data from ZigBee network, and at the same time, they all can send control instructions on the terminal.

4.4 Results and discussion

In the smart home system, the basic function and performance are tested. The testing environment is as follows: it is Windows7 system in the testing computer, which is Intel Core i5-2450M, 4G RAM; the explorer is Mozilla Firefox; the system of Cortex-A8 S5PV210 is Linux; the ZigBee wireless mode uses Z-Stack protocol.

First, the basic functions such as monitoring the household environment, controlling the home devices, and the security system are tested. When the home router and all the nodes are turned on, the ability of building a ZigBee network will be tested, and then through the query instruction, what to test is whether the environment data can be sent to the app or not, such as the home temperature, and the state of lighting and doors. During the remote control, the status of the household devices can be seen in the app, and the control instruction will be sent to the ZigBee network, which tests whether the household device can make the corresponding operation or not, such as the control of the socket and magnetic door. In the security system, if the sensors are triggered, it will test whether the app can receive the alarm messages or not, such as someone burst into our house or production of smoke. The testing results of the basic functions are shown in Table 3.

Experimental result shows that the system can remote control the facilities real-timely, and detect the home environment and state of the household electrics. If an exception occurs, it will automatically send an alarm to the user. To makes sure that the system can be used in a complex network and adapted to the rapid development of home environment, the practicality and performance needs to be tested. In this experiment, a large number of family gateways are simulated by the simulator, and they will request connections to the server, where the number of the initial connections is set as 400 and it will add the number of connections at the speed of 100 for every time. The performance testing result of the server is shown in Fig 10.

Through the extensive tests, results show that the server runs well if the number of request connections is less than 1300. Continue increasing the connections, messages would be lost, resulting in the situation where some connections cannot communicate with the server and the system will become unusual. In other words, the number of the connections with a server should be taken into consideration when a smart home system is to be designed. In this paper, the remote servers are composed of the master server and lots of slave servers, and the least connections algorithm is used on the master server, which will load much more connections through the remote server and realize the dynamic load balance in every slave server. In addition, high-performance servers can be used to design the remote smart home system, which will make the smart home system more perfect.

5. Conclusions

In the smart home system, first, household devices and sensor nodes successfully join the ZigBee network through the ZigBee technology, and GA-PSOA is used to search for the optimal route when the network is more complicated. Then the home wireless sensor network is connected to the remote server through the home router and the remote communication technology, which will create a platform for the remote control. Finally, the Android app has been designed, and the experimental test shows that the system can real-timely monitor the household environment and remote control the devices successfully.

In the future work, by memorizing the household environment and user’s habit, the big data mining technology, and personalized resources recommendation algorithm can be combined to realize the automatic and smart management of the smart home.

Acknowledgments

This article is supported by the Fundamental Research Funds for the Central Universities (WUT: 2017IB014). Thanks for the support.

References

  1. 1. Liyanage CDS, Chamin M, Iskandar MP. State of the art of smart homes. Engineering Applications of Artificial Intelligence. 2012; 25: 1313–1321.
  2. 2. Yan XY. ARM-based smart home design and implementation. M.Sc. Thesis, Beijing University of Posts and Telecommunications. 2014. Available from: http://d.wanfangdata.com.cn/Thesis/Y2726424
  3. 3. Giovanni P, Mario C, Antonio R, Qin JH. Smart home energy management. Energies. 2017, 10(382).
  4. 4. Muhammad RA, Marc SH, Thomas K. An optimal P2P energy trading model for smart homes in the smart grid. Energy Efficiency. 2017.
  5. 5. Amjad AM, Hassan M, Ashkan RK. Optimal smart home energy management considering energy saving and a comfortable lifestyle. IEEE Transactions on Smart Grid. 2015; 6(1): 324–332.
  6. 6. Helal SA, Najee RJ, Hanna MO, et al. On optimal scheduling for smart homes and their integration in smart grids. Electrical & Computer Engineering. 2017:1–4
  7. 7. Wu X, Hu X, Moura S, Yin X, Pickert V. Stochastic control of smart home energy management with plug-in electric vehicle battery energy storage and photovoltaic array. Journal of Power Sources. 2016; 333:203–212.
  8. 8. Sun C, Sun FC, Scott JM. Nonlinear Predictive Energy Management of Residential Buildings with Photovoltaics & Batteries.Journal of Power Sources.2016,9(325):723–131
  9. 9. Jinsung B, Boungju J, Junyoung N, et al. An intelligent self-adjusting sensor for smart home services based on ZigBee communications. IEEE Transactions on Consumer Electronics. 2012; 58(3): 794–802.
  10. 10. Lee JS, Su YW, and Shen CC. A Comparative Study of Wireless Protocols: Bluetooth, UWB, ZigBee, and Wi-Fi. The 33rd Annual Conference of the IEEE Industrial Electronics Society (IECON). 2007,11:46–51
  11. 11. Mihajlov B, Bogdanoski M. Overview and analysis of the performances of ZigBee based wireless sensor network. International Journal of Computer Applications. 2011; 29(12): 28–35.
  12. 12. Taehong K, Daeyoung K. Opportunistic shortcut tree routing in ZigBee networks. IEEE Sensors Journal. 2016; 16(12): 5107–5115.
  13. 13. Kuo RJ, Lin LM. Application of a hybrid of genetic algorithm and particle swarm optimization algorithm for order clustering. Decision Support Systems. 2010; 49: 451–462.
  14. 14. Gao L, Wang ZX, Zhou JL, Zhang C. Design of smart home system based on ZigBee technology and R&D for application. Energy and Power Engineering. 2016; 8: 13–22.
  15. 15. Ameen SY, Nourildean SW. Coordinator and router investigation in IEEE 802.15.14 ZigBee wireless sensor network. 2013 International Conference on Electrical, Communication, Computer, Power, and Control Engineering (ICECCPCE). 2013; 130–134.
  16. 16. Gao DM, Qian HY, Wang Z, et al. Genetic algorithm based routing protocol for wireless sensor networks. Application Research of Computers. 2010; 27(11): 4226–4229.
  17. 17. Tamer MK, Alexander VG. Selective Particle Swarm Optimization. International Journal of Multidisciplinary Sciences and Engineering. 2012; 3(4): 1–4.
  18. 18. Ma C, Deng C, Xiong Y, et al. An intelligent optimization algorithm based on hybrid of GA and PSO. Journal of Computer Research and Development. 2013; 50(11): 2278–2286.
  19. 19. Liu YM, Niu B, Luo YF. Hybrid learning particle swarm optimizer with genetic disturbance. Neurocomputing. 2015; 151: 1237–1247.
  20. 20. Pretty DG, Blackwell BD. H1DS: A new web-based data access system. Fusion Engineering and Design. 2014; 89(5): 731–735.
  21. 21. Guo P, Li Q. Load-balancing scheduling algorithm based on classifying the servers by their load. Journal of Huazhong University of Science and Technology(Natural Science Edition). 2012; 40(S1): 61–65.
  22. 22. Cao Z, Peng W, Zhang DH. Multi-task application platform of process control system for hot strip rolling. Journal of Northeastern University (Natural Science). 2013; 34(8): 1113–1117.