Abstract

In order to reduce the time of designing microstrip antenna, this paper proposes a self-renewing fitness estimation of particle swarm optimization algorithm (SFEPSO) to improve the design efficiency. Firstly, a fitness predictive model of the particles is constructed according to the evolution formula of particle swarm optimization (PSO). From the third generation of the algorithm, the fitness of particles is given by the prediction model instead of the full-wave electromagnetic simulation. Aiming to keep the right direction of evolution, the prediction model will be proofed every N generation during the optimization process. If the prediction model accuracy is lower than the threshold, it will be updated and then continue iterating until the particles satisfy the demands. Compared with the traditional optimization method, this method greatly reduces the evaluation time and improves the design efficiency. The method is validated by the optimized design of E-type dual-frequency microstrip antenna and WLAN/WiMAX multiband antenna. The optimized results show that the purpose of rapid optimization can be achieved while ensuring the design accuracy.

1. Introduction

In the field of wireless communication, antennas are not only the front-end devices for transmitting and receiving electromagnetic waves but also the conversion devices between high-frequency current energy and electromagnetic wave energy. Among kinds of antennas, microstrip antennas (MSAs) are widely used in various communication systems due to their advantages of light, small, low profile, and easy dual-frequency or multifrequency [1]. When designing the MSAs, the methods of computer-assisted design (CAD) and computer numerical analysis have been developed and applied. Now, the most commonly used full-wave electromagnetic simulation softwares are HFSS, CST, and IE3D. Global optimization algorithm calling full-wave electromagnetic simulation software can optimally design antennas accurately. However, this method needs to call the full-wave electromagnetic simulation software again and again for evaluating the fitness of individuals. The calculation cost is too high, and the design efficiency is very low.

In recent years, the machine-learning method has greatly saved the time when optimizing design MSAs after being applied in the field of electromagnetism [24]. At present, the most commonly used methods are artificial neural network (ANN) [58], support vector machine (SVM) [9, 10], and Gaussian process (GP) [11]. These methods replace the true fitness calculation by constructing a prediction model, which shortens the time in entire optimization process by reducing the number of evaluations of the fitness calculation. These have been successfully applied in antennas design. Neog et al. calculated the antenna pattern through the ANN and combined the genetic algorithm (GA) to analyze the resonant frequency of the antenna [12]. Chen et al. proposed a GPR-based knowledge neural network in [13] and applied it in MSAs. Roy et al. used the SVM to calculate the performance parameters such as the resonant frequency, gain, and directivity of the slotted MSA and achieved good agreement between the predicted results and the measured results [14]. Sun et al. [15] proposed a SVM combined with a hybrid kernel function for accurately modeling the resonant frequency of a compact MSA. Jacobs and Villier proposed GP to model ultrawideband and dual-frequency coplanar waveguide-fed slot antennas [16, 17]. Jacobs proposed a design method for resonant frequency modeling of dual-frequency MSAs based on GP [18]. In general, these prediction models usually approximate the function by learning a large number of samples. The correctness of the model has a great relationship with the sample selection. And as the dimension increases, the difficulty of building a prediction model will increase. For ANN, the training requires a large number of samples. When the data are insufficient, the generalization ability of the trained ANN is not excellent. When the number of observation samples is large, the working efficiency will be significantly reduced, and there is no general solution to the nonlinear problem for SVM because different problems need to choose different kernel functions. If the selected kernel function is not appropriate, it will bring big difficulties for SVM modeling. Comparing to ANN and SVM, GP has the advantages of being suitable for dealing with nonlinear problems and the output with probability meaning, but it has the disadvantages of large computational complexity because of its nonparametric property. At the same time, the noise must obey Gaussian distribution. When dealing with more complex problems, it is difficult to find suitable kernel functions and optimal hyperparameters of GP and SVM.

The fitness inheritance method is another approach to predict the fitness; that is, the fitness of the children inherits that of the parents in a certain way. Different from the sample prediction model, the inherited prediction model can save a lot of sample acquisition time and also avoid errors of prediction caused by improper sampling methods. Smith et al. [19] used the inherited fitness instead of true fitness in the evolution of GA, and the fitness of some individuals in the population is directly assigned by the average value of the fitness of their parents. Salami and Hendtlass proposed a fast evolutionary algorithm in which the fitness of the offspring is directly assigned by the weighted average of the fitness of the parents [20]. However, GA has the disadvantages of low search efficiency and strong parameter dependence. In recent years, the idea of constructing a fitness prediction model by particle swarm optimization (PSO) algorithm has been proposed. The PSO algorithm has the advantages of not requiring the function continuous or differential, and the number of parameters to be adjusted is small. Margarita et al. introduced the concept of fitness inheritance into the multiobjective PSO [21]. Cui et al. proposed a fast PSO algorithm based on the change of the velocity and position of particles. Only when the reliability of fitness of the particle is below the threshold, the true fitness function needs to be calculated [22]. In order to avoid local convergence, the author has adopted a new strategy; that is, the fitness of the estimated individual is determined by a weighted combination, and the weight of each parent is proportional to the distance between the estimated particle and its parent [23]. Sun et al. proposed a fitness prediction model according to the distance among particles of the same generation; that is, the fitness of any generation of some particles are known, then the fitness of other particle in the evolution can be predicted [24]. Xiao et al. proposed a PSO algorithm based on adaptive penalty function, which makes full use of the information of feasible and infeasible solutions of all adjacent constraint boundaries. The algorithm can perform deep search on the problem solution space until it gets the optimal solution [25]. Lu et al. proposed a PSO algorithm based on affinity propagation clustering, which significantly reduces the computational complexity of the objective function [26]. The fitness inheritance method based on the PSO algorithm can not only avoid the time consumption of sampling but also maintain the excellent performance of the algorithm. According to the evolutionary formula of the PSO algorithm, this paper constructs a self-renewing prediction model for optimal design of MSAs.

The rest of the paper is structured as follows. Section 2 introduces the basic principles of PSO algorithm, fitness estimation method based on PSO algorithm, and Gaussian mutations (FEPSO). Section 3 introduces the implementation of the self-renewing fitness prediction method based on PSO algorithm (SFEPSO). Section 4 presents the application of SFEPSO in E-type dual-frequency MSA. Section 5 presents the application of SFEPSO in WLAN/WiMAX multiband MSA. Finally, summaries are provided in Section 6.

2.1. Particle Swarm Optimization

PSO algorithm is a typical swarm intelligence optimization algorithm that simulates bird swarm in search of food processes [27]. The theory is that collaboration among the particles generates group intelligence to guide search. PSO considers each individual as a particle without weight and volume in space and flies at a certain speed in the search space with reference to the flight experience of the group and the flight experience of the particle itself. In the algorithm, the state vector of each particle usually contains the position and velocity. At the beginning of the search, the state of particles is given randomly within the search range. During the search, there are two important pieces of information that be retained; one is the best location named pbest for each particle, and the other is the best location named gbest for the entire population. The best location is measured by fitness function. Each particle is driven toward its best location and the optimal location of the population.

The PSO can be described in mathematical language. Assuming that the particles search space is n-dimension, and the entire particle swarm contains m particles. The location of the particle i is , and the particle velocity is . When particles find the best individual locations and the global best location, we can use equations (1) and (2) to update their velocity and positions:where is the inertia weight factor; and are the accelerating constants; is a random number between (0, 1); and are, respectively, the velocity and positions of the dth dimension of particle i in the k iteration; is the dth dimension of the best individual position of particle i; and is the dth dimension of the best position of all particles.

2.2. Fitness Estimation Method Based on PSO (FEPSO)

For particle i in the population, the PSO velocity update formula (1) is substituted into the position update formula (2), and we have

From (2), we know that

Thus,

Substituting (5) into (3), after rearrangement, it becomes

Formula (6) is the position update formula of particles in FEPSO. We can find that the (k + 1)th generation position of particle i can be obtained by linear combination of , , , and , which means the (k + 1)th generation fitness of particle i can be obtained by these four fitnesses linearly weighted. The can be calculated as follows:where , , and , respectively, denote the fitness of the (k − 1)th, kth, and (k + 1)th generation particles i, and , , , and , respectively, denote the distances from to , , , and .

2.3. Gaussian Variation

In the last stage of iteration, the PSO algorithm is easy to fall into local optimum. This paper uses the Gaussian variation operator to update the global optimal particle, thus enhancing the particle search ability. Gaussian variation is that a Gaussian variation matrix with a mean of 0 and a standard deviation of 1 is generated by a Gaussian distribution function and the obtained results multiply each dimension of the original particle as an update step. Since the peak of the Gaussian distribution curve is located at the position of the mean value, the Gaussian mutation will focus on the local area near the original particle and the convergence ability of the algorithm is improved. The Gaussian variation formula is given bywhere is the update step, is the Gaussian distribution function, and is the dimension. is the position of kth generation of particle i, “” represents matrix multiplication, and “” represents the assignment symbol which assigns to .

3. Self-Renewing Fitness Prediction Method Based on PSO Algorithm (SFEPSO)

When optimizing the MSAs, first a set of particles in the search range are randomly generated as the initial population of PSO algorithm. The fitness functions of first-generation particles are calculated by HFSS. After updating the velocity and position, the fitness functions of second-generation particles are also calculated by HFSS. From the third generation, the fitness functions of the particles are predicted according to equation (7) in which parameters are, respectively, the position information and fitness of the first- and second-generation particles. Similarly, the fitness of the Nth generation particles can be obtained from the position information and the fitness of the (N − 1)th and the (N − 2)th generation ones. In order to ensure the accuracy of the predicted results, the model is proofed every j generations in the optimization process, where j is a constant. If the value of j is too large, the accuracy of the prediction model prediction will be reduced. If the value of j is too small, although the prediction accuracy is high, the time cost will be large. In general, when the j is in (5, 10), the predicted fitness can be accurate while it can save optimization time. If the prediction model accuracy is lower than threshold, the prediction model needs to be updated, and then it continues iterating until the particles satisfy the demand. In this paper, the value of j is 8, and the threshold is 1.3 times of average absolute error (ABE) between predicted and simulated values of HFSS. In [28], we also proposed a fitness estimation-based PSO algorithm. However, sometimes the method was not robust because we did not check the predicted accuracy when evolution. The flow chart of the proposed SFEPSO algorithm in this paper is shown in Figure 1.

The main steps of optimal design of MSAs by the SFEPSO method are as follows:(1)The antenna to be optimized is modeled in HFSS.(2)Initialization of PSO algorithm, including population size, inertia weight, cognitive coefficient, and social coefficient.(3)For the first two generations, calculate the fitness of each particle using HFSS.(4)According to the particles position and fitness of the first two generations, predict the fitness of the next generation particles by equation (7).(5)Repeat step 4. When 8 times iteration is reached, we will judge whether the position of the gbest particle at this time is the same as that of the last 8 generations or not. If it is different, go to step 6; otherwise, add a Gaussian variation operator to the gbest of this generation, and then go to step 6.(6)Call HFSS to judge whether the gbest has reached the design demand. If reached, the algorithm stops. If not, proceed to step 7.(7)Judged whether the error between the fitness calculated by HFSS and the predicted one is less than the threshold or not. If the error is less than the threshold, return to step 5. If not, calculate the fitness of all particles of this generation by HFSS. At the following prediction, we use equation (7) in which k and (k − 1) represent, respectively, the generation and the last generation whose fitness is computed with HFSS. After that, return to step 5.

4. E-Shaped Dual-Frequency MSA

MSAs have advantages of small size and light weight. This study introduces an E-shaped dual-frequency MSA with 1.9 GHz and 2.4 GHz, which is shown in Figure 2. The patch is located at the center of ground, and the dielectric material is air. , , and are the length, width of ground, and height from patch to ground. and are the length and width of the patch. The two slots are with the same size, and and are the length and width of the slot. is the distance from the centerline of the slot to the centerline of the patch. is the position of the feed point. The three-dimensional model of the antenna in HFSS is shown in Figure 2(b).

The antenna parameter  = [ ] is selected in this paper to be the optimized variables where the range of is from 30 mm to 50 mm, from 2 mm to 10 mm, from 5 mm to 15 mm, and from 4 mm to 12 mm. Other parameters are fixed and listed in Table 1.

The fitness function iswhere and are at 1.9 GHz and 2.4 GHz and is the absolute value of maximum. The bigger the , the better the result. In optimization process, the step size of frequency is 0.01 GHz.

In the optimization process of the proposed algorithm, the number of particles is 20 and the maximum iterations number is 200. The acceleration constants , and the inertia weight . The total optimization time is 2.25 hours, and the prediction model is updated 5 times during the optimization. Compared with traditional PSO algorithm calling HFSS software, the efficiency of SFEPSO algorithm is improved by 96.5%. The optimal size is  = [46.6087 10 9.04469 7.7518] mm, and the that satisfies the design specifications is shown in Figure 3.

5. WLAN/WiMAX Multiband MSA

The wireless local area network (WLAN) has good flexibility and mobility [29]. Users can access the network anytime and anywhere. Its working frequency is 2.45 GHz (2.4–2.484 GHz), 5.25 GHz (5.15–5.35 GHz), and 5.8 GHz (5.725–5.825 GHz). But its coverage is too small. Worldwide Interoperability for Microwave Access (WiMAX) works at 2.5 GHz (2.5–2.69 GHz), 3.55 GHz (3.4–3.69 GHz), and 5.5 GHz (5.25–5.85 GHz) frequencies [30]. It has advantages of large coverage and user rapid movement without causing quality degradation. WLAN and WiMAX have gradually replaced older wired computer local area network.

If we combine WLAN and WiMAX, we can make up for their deficiencies and take advantage of them. Therefore, it is practical to study WLAN/WiMAX multiband MSA. The WLAN/WiMAX multiband antenna designed in this study is shown in Figure 4. The relative dielectric constant of dielectric substrate is 4.4, and L1, W1, and H are, respectively, the length, width, and height of the dielectric substrate. Length and width of the ground plate are L9 and W5. The antenna is fed by coplanar waveguide (CPW), and the center line width is W2; the distance between the strip line and the ground plate is W3. The lengths of the antenna branches are L2, L3, L4, L5, L6, L7, and L8.

The working frequencies of the antenna are 2.4 GHz, 3.4 GHz, and 5.6 GHz, and −10 dB bandwidth covering WLAN frequency range and WiMAX frequency band which is 2.4–2.484 GHz, 5.15–5.35 GHz, 5.725–5.825 GHz, and 2.5–2.69GHZ, 3.4–3.69 GHz, 5.25–5.85 GHz. The parameter  = [L4L5L6L7L8] is selected to be optimized variables where the range of L4 is from 3.5 mm to 9 mm, L5 from 3.5 mm to 12 mm, L6 from 3.5 mm to 12 mm, L7 from 15 mm to 22 mm, and L8 from 3.5 mm to 6 mm. Other fixed dimensions are listed in Table 2.

The fitness function is given bywherewhere is the at 2.2 GHz and the expressions of other frequencies in (13)–(15) are the same as .

The maximum iterations number is 500. The other parameters of the proposed method for the multiband MSA are same with the E-shaped MSA. The total optimization time is 21.55 hours, and the prediction model is updated 22 times during the optimization process. Compared with traditional PSO calling HFSS software algorithm, the efficiency of SFEPSO algorithm is improved by 95.7%. The optimized size is  = [8.9911 6.4471 3.6348 20.5682 5.4386] mm, and the that satisfies the design specifications is shown in Figure 5.

Figure 6 shows the far-field pattern of the antenna at 2.45 GHz, 3.5 GHz, and 5.5 GHz. It can be seen that the pattern of the E-plane of the antenna has an “8” shape and the pattern of the H-plane is approximately circular. The antenna exhibits omnidirectional characteristics.

6. Conclusion

In optimal design of complex MSAs, we often combine global optimization algorithms such as particle swarm optimization (PSO) or genetic algorithm (GA) with full-wave electromagnetic simulation software such as HFSS, CST, or IE3D. The main disadvantage of the method is time-consuming. Aiming to solve the problem, the study proposes a self-renewing fitness prediction method based on PSO algorithm (SFEPSO) in which the fitness of next generation is predicted by the weighted average of the fitness of last two generations. The proposed method can avoid time-consuming fitness calculations and shorten optimization time. In order to ensure the accuracy and stability of the method and prevent particles from generating large errors as the number of iterations, the method is checked every several generations. In this paper, the SFEPSO algorithm is verified by designing an E-shaped dual-frequency MSA and a WLAN/WiMAX multiband MSA. The results show that the algorithm greatly reduces the number of times of calling full-wave electromagnetic simulation software and proves the effectiveness and accuracy.

Data Availability

The data used to support the findings of this study are included within the paper.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (NSFC) under no. 61771225, the Key Research and Development Program Project of Social Development in Jiangsu Province under no. BE2016723, the Postgraduate Research & Practice Innovation Program of Jiangsu Province China under no. KYCX18_2326, and the Qinglan Project of Jiangsu Higher Education.