Literature DB >> 34887483

The improved grasshopper optimization algorithm and its applications.

Peng Qin1,2, Hongping Hu3, Zhengmin Yang3.   

Abstract

Grasshopper optimization algorithm (GOA) proposed in 2017 mimics the behavior of grasshopper swarms in nature for solving optimization problems. In the basic GOA, the influence of the gravity force on the updated position of every grasshopper is not considered, which possibly causes GOA to have the slower convergence speed. Based on this, the improved GOA (IGOA) is obtained by the two updated ways of the position of every grasshopper in this paper. One is that the gravity force is introduced into the updated position of every grasshopper in the basic GOA. And the other is that the velocity is introduced into the updated position of every grasshopper and the new position are obtained from the sum of the current position and the velocity. Then every grasshopper adopts its suitable way of the updated position on the basis of the probability. Finally, IGOA is firstly performed on the 23 classical benchmark functions and then is combined with BP neural network to establish the predicted model IGOA-BPNN by optimizing the parameters of BP neural network for predicting the closing prices of the Shanghai Stock Exchange Index and the air quality index (AQI) of Taiyuan, Shanxi Province. The experimental results show that IGOA is superior to the compared algorithms in term of the average values and the predicted model IGOA-BPNN has the minimal predicted errors. Therefore, the proposed IGOA is an effective and efficient algorithm for optimization.
© 2021. The Author(s).

Entities:  

Year:  2021        PMID: 34887483      PMCID: PMC8660903          DOI: 10.1038/s41598-021-03049-6

Source DB:  PubMed          Journal:  Sci Rep        ISSN: 2045-2322            Impact factor:   4.379


Introduction

Based on the existence of the constraint conditions, optimization models are divided into unconstrained optimization models and constrained optimization models, which widely exist in computer science[1], artificial intelligence[2], pattern recognition[3], energy consumption[4], truss structural systems[5], engineering areas[6], nonlinear time series[7], and so on. Swarm intelligence algorithms recently proposed have been applied to solve the optimization models obtained from different actual problems. The genetic algorithm (GA) by Holland in 1992[8] and the particle swarm optimization (PSO) by Eberhart and Kennedy in 1995[9] provided some insights for researchers to propose many other swarm intelligence algorithms, such as Moth-fame optimization algorithm (MFO)[6], Multi-verse optimizer (MVO)[10], Sine cosine algorithm (SCA)[11], Whale optimization algorithm (WOA)[12], Grey wolf optimizer (GWO)[13], Bird mating optimizer (BMO)[14], Harris Hawks Optimizer (HHO)[15], Grasshopper Optimization Algorithm (GOA)[16], Dragonfly Algorithm (DA)[17], Slap Search Algorithm (SSA)[18], Arithmetic Optimization Algorithm (AOA)[19] and Aquila Optimizer (AO)[20]. These swarm intelligence algorithms have the exploration phase and the exploitation phase. According to the different simulations, every swarm intelligence algorithm has the prominent updated method of the individual and the different applied background. Generally, benchmark functions are applied to test the performance of these swarm intelligence algorithms. Experimental results show that not all swarm intelligence algorithms can solve the whole optimization problems. Machine learning has been used to solve the prediction and classification problems. For example, Support Vector Regression (SVR) and Long Short-Term Memory (LSTM) based deep learning model were combined to establish the deep learning method for predicting the AQI values accurately, which helped to plan the metropolitan city for sustainable development[21]. And LSTM Recurrent Neural Network was also utilized to preform the stock market prediction[22]. Especially, the randomness of the parameters of machine learning leads to unstable results of predictions and classifications. The fitter are the parameters, the better are the results. Swarm intelligence algorithms can be used to optimize the fitter parameters of machine learning. The problems of optimizing the parameters of neural network by using swarm intelligence algorithm are actually the optimization problem. For example, SCA and GA were used to optimize the parameters of BP neural network for predicting the direction of the stock market indices[23,24]; the improved Exponential Decreasing Inertia Weight-Particle Swarm Optimization Algorithm was utilized to optimize the parameters of generalized radial basis function neural network with AdaBoost algorithm for stock market prediction[25]; least squares support vector machine (LSSVM) with the parameters optimized by the Bat algorithm (BA) was used to forecast the air quality index (AQI)[26]; MVO and PSO algorithms were combined to optimize the parameters of Elman neural network for classification of endometrial carcinoma with gene expression[27]. Swarm intelligence algorithms were used to be hybridized with artificial neural network for predicting the carbonation depth for recycled aggregate concrete[28]. Swarm intelligence algorithms based technique were employed to perform the sparse signal reconstruction[29]. In particular, GOA proposed in 2017 mimics the behaviour of grasshopper swarms in nature for solving optimization problems[16]. In[16], GOA was firstly preformed on a set of test problems including CEC2005 qualitatively and quantitatively and then is applied to find the optimal shape for a 52-bar truss, 3-bar truss, and cantilever beam. Then, GOA is improved and is applied into the different fields. A novel periodic learning ontology matching model based on interactive GOA proposed in[30] considered the periodic feedback from users during the optimization process, using a roulette wheel method to select the most problematic candidate mappings to present to users, and take a reward and punishment mechanism into account for candidate mappings to propagate the feedback of user, which is conducted on two interactive tracks from Ontology Alignment Evaluation Initiative. In[31], a dynamic population quantum binary grasshopper optimization algorithm based on mutual information and rough set theory for feature selection is performed in twenty UCI datasets. In[32], GOA was employed to design a linear phase finite impulse response (FIR) low pass, high pass, band pass, and band stop filters. In[33], GOA was firstly to find optimal parameters with the aim of fusing low-frequency components and then the Kirsch compass operator is used to create an efficient rule for the fusion of high-frequency components, which allows the fused image to significantly preserve details transferred from input images. In[34], the main controlling parameter of GOA was taken to be a new adaptive function to enhance the exploration and exploitation capability, thus the improved GOA is obtained and then is utilized to optimize the hyperparameters of the support vector regression with embedding the feature selection simultaneously by running on four datasets. In[35], on the one side, the theoretical perspectives of GOA were given by its versions of modifications, hybridizations, binary, chaotic, and multi-objective; and on the other side, GOA had its applied regions, such as test functions, machine learning, engineering, image processing, network, parameter controller. The influence of the gravity force and the velocity on GOA and its improvements have not be considered in the basic GOA, which possibly causes GOA to have the slower convergence speed. Based on this, the two updated ways of the position of every grasshopper are proposed in this paper. One is that the gravity force is introduced into the updated position of every grasshopper in the basic GOA. And the other is that the velocity is introduced into the updated position of every grasshopper and the new position are obtained from the sum of the current position and the velocity, which is inspired by PSO. Then every grasshopper adopts its suitable way of the updated position on the basis of the probability. Thus the improved GOA (IGOA) is obtained. Performed on the 23 classical benchmark functions, IGOA is superior to the compared algorithms GOA, PSO, MFO, SCA, SSA, MVO and DA in term of the average values and the convergence speeds. Then, IGOA is tested to optimize the parameters of BP neural network for predicting the closing prices of the Shanghai Stock Exchange Index and the air quality index (AQI) of Taiyuan, thus the predicted model IGOA-BPNN is built. The experimental results show that the IGOA-BPNN has potentiality to optimize the parameters of BP neural network for prediction. Therefore, the proposed IGOA is an effective and efficient algorithm for optimization. The structure of the paper is organized as follows. The original GOA and the improved GOA are introduced in “Improved grasshopper optimization algorithm”. Section “The function optimization” shows the comparison results of IALO, GOA, PSO, MFO, SCA, SSA, MVO and DA performed on 23 benchmark functions. In “Applications”, IGOA is also utilized to optimize the parameters of BP neural network (BPNN) for predicting the closing prices of the Shanghai Stock Exchange Index and the air quality index (AQI) of Taiyuan, Shanxi Province. Conclusion and discussion are presented in “Conclusions and discussion”.

Improved grasshopper optimization algorithm

The basic grasshopper optimization algorithm

GOA proposed in 2017 mimicked the behaviour of grasshopper swarms in nature for solving optimization problems[16]. The mathematical model of simulating the behaviour of grasshopper swarms is as follows[36]:where and denote the position, the social interaction, the gravity force and the wind advection of the ith grasshopper, respectively. The randomness of the position of grasshoppers is considered and then the Eq. (1) is written to be , where are the random numbers in the interval [0, 1], and is defined bywhere denotes the number of the grasshoppers in the swarm, is the distance between the ith grasshopper and the jth grasshopper, is the unit vector from the ith grasshopper to the jth grasshopper and the social force is defined bywhere indicates the intensity of attraction and is the attractive length scale. In the Ref.[16], Let be the distance between two grasshoppers. is called the comfort zone or comfortable distance where there is neither attraction nor repulsion between two grasshoppers. When , there is repulsion between two grasshoppers. When , there is attraction between two grasshoppers. In particular, when changes from 2.079 to nearly 4, increases. When , decreases. When , trends to 0 and then has no action. Therefore, is mapped into the distance of grasshoppers in the interval of[1,4]. Thus the space between two grasshopper is divided into repulsion region, comfort zone, and attraction region. in the Eq. (1) is defined bywhere is the gravitational constant and is a unity vector towards the center of the earth. in the Eq. (1) is defined bywhere is a constant drift and is a unity vector in the direction of the wind. in the Eq. (1) are substituted by Eqs. (2)–(5) and the Eq. (1) becomes But the grasshoppers are as soon as located in the comfort zone and the swarm can not be converged into the appointed point. Therefore, Eq. (6) can not be used to solve the optimization model directly. In order to solve the optimization model, the Eq. (6) is modified to be where are the upper bound and the lower bound of the dth component of the ith grasshopper, is the th component of the optimal grasshopper , the adaptive parameter is a decreasing coefficient to shrink the comfort zone, repulsion zone, and attraction zone. In Eq. (7), the gravity force is not considered, that is, there is no G component. And assume that the wind direction ( component) is always towards a target . In order to balance the exploration stage and the exploitation, the parameter is defined bywhere are the maximum and the minimum of the parameter , respectively, denotes the current iteration and denotes the maximum iteration. In GOA,

The improved GOA

Based on the influence of the gravity force not to be considered in the basic GOA, the right side of the Eq. (7) minus the sum of the product between the gravitational constant g and the unit vector from the ith grasshopper to the jth grasshopper, thus the new updated position of the grasshopper is obtained as follows The velocity of the ith grasshopper causes its position updated during the hunting process as followswhere is the acceleration coefficient and is the random number between 0 and 1. Therefore, the ith grasshopper adopts two updated ways Eqs. (9) and (11) of the position. According to the selected probability , the position of the ith grasshopper is updated as followswhere is the same as that in the basic GOA. Based on the above, the GOA is improved, written as IGOA. The concrete steps of IGOA are as follows. Step 1. Initialization. Initialize the grasshopper swarm , , minimum and maximum of velocity, maximum number of iterations . Step 2. Calculate the fitness of every grasshopper and find the optimal grasshopper . Let Step 3. Update the parameter by use of Eq. (8). Step 4. For every grasshopper, the distance between the grasshoppers is firstly mapped into the interval[1,4], and the selected probability is adopted. If , the position of the grasshopper is updated by use of Eq. (12) or Eq. (9). Otherwise, the position of the grasshopper is updated by use of Eq. (12) or Eqs. (10) and (11). If the position of the grasshopper is out of the bound, then the position of the grasshopper is updated by use of the upper bound and the lower bound. Step 5. Calculate the fitness value of every grasshopper. Update if there is a better grasshopper. Let . Step 6. Judge whether the terminal condition is satisfied. If YES, return the optimal grasshopper . Otherwise, turn Step 3.

The function optimization

In this section, we adopt 23 benchmark functions to test the performance the proposed IGOA by compared with GOA, PSO, MFO, SCA, SSA, MVO and DA.

23 benchmark functions

In this subsection, 23 benchmark functions are derived from the Ref.[15]. Tables 1, 2 and 3 show the function expression, the dimension, the range and the minimum value of seven unimodal functions with dimension (Table 1), six multimodal functions with dimension (Table 2) and ten functions with the fixed dimension (Table 3), respectively. 3D version of some functions among these 23 benchmark functions are shown in Fig. 1.
Table 1

Unimodal functions with dimension .

The function expressionDimRange\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$f_{\min }$$\end{document}fmin
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{1} (x) = \sum\limits_{i = 1}^{n} {x_{i}^{2} }$$\end{document}F1(x)=i=1nxi230[− 100, 100]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{2}} (x) = \sum\limits_{i = 1}^{n} {\left| {x_{i} } \right|} + \prod\limits_{i = 1}^{n} {\left| {x_{i} } \right|}$$\end{document}F2(x)=i=1nxi+i=1nxi30[− 10, 10]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{3}} (x) = \sum\limits_{i = 1}^{n} {\left( {\sum\limits_{j = 1}^{i} {x_{j} } } \right)^{2} }$$\end{document}F3(x)=i=1nj=1ixj230[− 100, 100]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{4}} (x) = \mathop {{\text{max}}}\limits_{i} \left\{ {{\kern 1pt} \left| {x_{i} } \right|,1 \le i \le n} \right\}$$\end{document}F4(x)=maxixi,1in30[− 100, 100]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{5} (x) = \sum\limits_{i = 1}^{n - 1} {\left[ {100\left( {x_{i + 1} - x_{i}^{2} } \right)^{2} + \left( {x_{i} - 1} \right)^{2} } \right]}$$\end{document}F5(x)=i=1n-1100xi+1-xi22+xi-1230[− 30, 30]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{6} (x) = \sum\limits_{i = 1}^{n} {\left( {\left\lfloor {x_{i} + 0.5} \right\rfloor } \right)^{2} }$$\end{document}F6(x)=i=1nxi+0.5230[− 100, 100]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{7} (x) = \sum\limits_{i = 1}^{n} {ix_{i}^{4} } + random[0,1)$$\end{document}F7(x)=i=1nixi4+random[0,1)30[− 1.28, 1.28]0
Table 2

Multimodal functions with dimension .

The function expressionDimRange\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$f_{\min }$$\end{document}fmin
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{8}} (x) = \sum\limits_{i = 1}^{n} {\left( { - x_{i} \sin \sqrt {\left| {x_{i} } \right|} } \right)}$$\end{document}F8(x)=i=1n-xisinxi30[− 500, 500]\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$- 418.9829 \times {\text{Dim}}$$\end{document}-418.9829×Dim
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{9}} (x) = \sum\limits_{i = 1}^{n} {\left[ {x_{i}^{2} - 10\cos \left( {2\pi x_{i} } \right) + 10} \right]}$$\end{document}F9(x)=i=1nxi2-10cos2πxi+1030[− 5.12, 15.12]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\begin{aligned} F_{{{10}}} (x) & = - 20\exp \left( { - 0.2\sqrt {\tfrac{1}{n}\sum\limits_{i = 1}^{n} {x_{i}^{2} } } } \right){\kern 1pt} - \exp \left( {\tfrac{1}{n}\sum\limits_{i = 1}^{n} {\cos (2\pi x_{i} )} } \right) \\ & \quad + 20 + \exp \\ \end{aligned}$$\end{document}F10(x)=-20exp-0.21ni=1nxi2-exp1ni=1ncos(2πxi)+20+exp30[− 32, 32]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{{11}}} (x) = \tfrac{1}{4000}\sum\limits_{i = 1}^{n} {x_{i}^{2} } - \prod\limits_{i = 1}^{n} {\cos \tfrac{{x_{i} }}{\sqrt i }} + 1$$\end{document}F11(x)=14000i=1nxi2-i=1ncosxii+130[− 600, 600]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\begin{aligned} & F_{{{12}}} (x) = \tfrac{\pi }{n}\left\{ {10\sin \left( {\pi y_{1} } \right) + \sum\limits_{i = 1}^{n - 1} {\left( {y_{i} - 1} \right)^{2} } [1 + 10\sin^{2} \left( {\pi y_{i + 1} } \right)]} \right. \\ & \quad \left. { + \left( {y_{n}^{2} - 1} \right)^{2} } \right\} + \sum\limits_{i = 1}^{n} {u(x_{i} ,10,100,4)} \\ & u(x_{i} ,a,k,m) = \left\{ {\begin{array}{*{20}l} {k(x_{i} - a)^{m} } \hfill & {x_{i} > a} \hfill \\ 0 \hfill & { - a < x_{i} < a} \hfill \\ {k( - x_{i} - a)^{m} } \hfill & {x < - a} \hfill \\ \end{array} } \right. \\ \end{aligned}$$\end{document}F12(x)=πn10sinπy1+i=1n-1yi-12[1+10sin2πyi+1]+yn2-12+i=1nu(xi,10,100,4)u(xi,a,k,m)=k(xi-a)mxi>a0-a<xi<ak(-xi-a)mx<-a30[− 50, 50]0
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\begin{aligned} F_{{{13}}} (x) & = {0}{\text{.1}}\left\{ {{\text{sin}}^{{2}} (3\pi x_{1} ) + \sum\limits_{i = 1}^{n} {(x_{i} - 1)^{2} [1 + \sin^{2} (3\pi x_{i} + 1)] + (x_{n} - 1)^{2} [1 + \sin^{2} (2\pi x_{n} )]} } \right\} \\ & \quad + \sum\limits_{i = 1}^{n} {u(x_{i} ,5,100,4)} \\ \end{aligned}$$\end{document}F13(x)=0.1sin2(3πx1)+i=1n(xi-1)2[1+sin2(3πxi+1)]+(xn-1)2[1+sin2(2πxn)]+i=1nu(xi,5,100,4)30[− 50, 50]0
Table 3

Benchmark functions with fixed dimension.

The function expressionDimRange\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$f_{\min }$$\end{document}fmin
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{1{4}}} (x) = \left( {\frac{{1}}{{{500}}} + \sum\limits_{j = 1}^{25} {\frac{1}{{j + \sum\limits_{i = 1}^{2} {\left( {x_{i} - a_{ij} } \right)^{6} } }}} } \right)^{ - 1}$$\end{document}F14(x)=1500+j=1251j+i=12xi-aij6-12[− 65.536, 65.536]0.998
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{{15}}} (x) = \sum\limits_{i = 1}^{{{11}}} {\left[ {a_{i} - \frac{{x_{1} (b_{i}^{2} + b_{i} x_{i} )}}{{b_{i}^{2} + b_{i} x_{3} + x_{4} }}} \right]^{2} }$$\end{document}F15(x)=i=111ai-x1(bi2+bixi)bi2+bix3+x424[− 5, 5]0.0030
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{{16}}} (x) = {4}x_{1}^{2} - 2.1x_{1}^{4} + \frac{1}{3}x_{1}^{6} + x_{1} x_{2} - 4x_{2}^{2} + 4x_{2}^{4}$$\end{document}F16(x)=4x12-2.1x14+13x16+x1x2-4x22+4x242[− 5, 5]− 1.0316
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{{17}}} (x) = \left( {x_{2} - \frac{5.1}{{4\pi^{2} }}x_{1}^{2} + \frac{5}{\pi }x_{1} - 6} \right)^{2} + 10\left( {1 - \frac{1}{8\pi }} \right)\cos x_{1} + 10$$\end{document}F17(x)=x2-5.14π2x12+5πx1-62+101-18πcosx1+102\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$[ - 5,10] \times [10,15]$$\end{document}[-5,10]×[10,15]0.398
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\begin{aligned} F_{{{18}}} (x) & = \left[ {{1} + \left( {x_{1} + x_{2} + 1} \right)^{2} \left( {19 - 14x_{1} + 3x_{1}^{2} - 14x_{2} + 6x_{1} x_{2} + 3x_{2}^{2} } \right)} \right] \\ & \quad \times \left[ {30 + \left( {2x_{1} - 3x_{2} } \right)^{2} \left( {18 - 32x_{1} + 12x_{1}^{2} + 48x_{2} - 36x_{1} x_{2} + 27x_{2}^{2} } \right)} \right] \\ \end{aligned}$$\end{document}F18(x)=1+x1+x2+1219-14x1+3x12-14x2+6x1x2+3x22×30+2x1-3x2218-32x1+12x12+48x2-36x1x2+27x222[− 2, 2]3
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{{19}}} (x) = - \sum\limits_{i = 1}^{4} {c_{i} \exp \left( { - \sum\limits_{j = 1}^{3} {a_{ij} (x_{j} - p_{ij} )^{2} } } \right)}$$\end{document}F19(x)=-i=14ciexp-j=13aij(xj-pij)23[0, 1]− 3.86
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{{20}}} (x) = - \sum\limits_{i = 1}^{4} {c_{i} \exp \left( { - \sum\limits_{j = 1}^{6} {a_{ij} (x_{j} - p_{ij} )^{2} } } \right)}$$\end{document}F20(x)=-i=14ciexp-j=16aij(xj-pij)26[0, 1]− 3.32
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{21} (x) = - \sum\limits_{i = 1}^{5} {\left[ {\left( {X - a_{i} } \right)\left( {X - a_{i} } \right)^{T} + c_{i} } \right]^{ - 1} }$$\end{document}F21(x)=-i=15X-aiX-aiT+ci-14[0, 10]− 10.1532
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{2{2}}} (x) = - \sum\limits_{i = 1}^{{7}} {\left[ {\left( {X - a_{i} } \right)\left( {X - a_{i} } \right)^{T} + c_{i} } \right]^{ - 1} }$$\end{document}F22(x)=-i=17X-aiX-aiT+ci-14[0, 10]− 10.4028
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$F_{{2{3}}} (x) = - \sum\limits_{i = 1}^{{{10}}} {\left[ {\left( {X - a_{i} } \right)\left( {X - a_{i} } \right)^{T} + c_{i} } \right]^{ - 1} }$$\end{document}F23(x)=-i=110X-aiX-aiT+ci-14[0, 10]− 10.5363
Figure 1

3D version of the benchmark functions (using Matlab R2018a and www.mathworks.com).

Unimodal functions with dimension . Multimodal functions with dimension . Benchmark functions with fixed dimension. 3D version of the benchmark functions (using Matlab R2018a and www.mathworks.com).

The setup of the parameters

In order to verify the validation of the proposed IGOA in the paper, we choose GOA, PSO, MFO, SCA, SSA, MVO and DA to be the comparable algorithms. In the experiments, the parameters of these eight algorithms are set up as shown in Table 4.
Table 4

The setup parameters, where is the current iteration and is the maximal iteration.

AlgorithmParametersValue
IGOAAdaptive parameter \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c$$\end{document}c\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c = c_{\max } - t\frac{{c_{\max } - c_{\min } }}{T}$$\end{document}c=cmax-tcmax-cminT
Acceleration coefficient aa = 2
Gravitational constant \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$g$$\end{document}g\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$g = {0}{\text{.9}}$$\end{document}g=0.9
GOAAdaptive parameter \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c$$\end{document}c\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c = c_{\max } - t\frac{{c_{\max } - c_{\min } }}{T}$$\end{document}c=cmax-tcmax-cminT
PSOInertia weight \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$w$$\end{document}w\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$w = {1}$$\end{document}w=1
Acceleration coefficient \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c_{{1}}$$\end{document}c1\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c_{{1}} = {2}$$\end{document}c1=2
Acceleration coefficient \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c_{{2}}$$\end{document}c2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c_{{2}} = {2}$$\end{document}c2=2
MFOConstant \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$b$$\end{document}b for defining the shape of the logarithmic spiral\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$b = 1$$\end{document}b=1
SCARandom number \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$r_{1}$$\end{document}r1\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$r_{1} = a - \frac{at}{T},a = 2$$\end{document}r1=a-atT,a=2
SSARandom number \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c_{1}$$\end{document}c1\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c_{1} = 2e^{{ - \left( \frac{4t}{T} \right)^{2} }}$$\end{document}c1=2e-4tT2
MVOWormhole existence probability (WEP)\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$WEP = \min + t \times \left( {\frac{\max - \min }{T}} \right),\min = 0.2,\max = 1$$\end{document}WEP=min+t×max-minT,min=0.2,max=1
Travelling distance rate (TDR)\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$TDR = 1 - \frac{{t^{{\tfrac{1}{p}}} }}{{T^{{\tfrac{1}{p}}} }},p = 6$$\end{document}TDR=1-t1pT1p,p=6
DAInertia weight \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$w$$\end{document}w\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$w = {\text{max}} - \frac{(\max - \min )t}{L},\min = 0.4,\max = 0.9$$\end{document}w=max-(max-min)tL,min=0.4,max=0.9
separation weight \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$s$$\end{document}s\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$s = {2} \times rand \times \left[ {0.1 - t\left( {\frac{0.1}{{L/2}}} \right)} \right]$$\end{document}s=2×rand×0.1-t0.1L/2
alignment weight \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$a$$\end{document}a\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$a = {2} \times rand \times \left[ {0.1 - t\left( {\frac{0.1}{{L/2}}} \right)} \right]$$\end{document}a=2×rand×0.1-t0.1L/2
the cohesion weight \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c$$\end{document}c\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$c = {2} \times rand \times \left[ {0.1 - t\left( {\frac{0.1}{{L/2}}} \right)} \right]$$\end{document}c=2×rand×0.1-t0.1L/2
food factor \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$f$$\end{document}f\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$s = {2} \times rand$$\end{document}s=2×rand
enemy factor \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$e$$\end{document}e\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$s = 0.1 - t\left( {\frac{0.1}{{L/2}}} \right)$$\end{document}s=0.1-t0.1L/2
The setup parameters, where is the current iteration and is the maximal iteration.

Experimental results

IGOA, GOA, PSO, MFO, SCA, SSA, MVO and DA all run 30 times independently. The average values and the standard deviations of the optimal function values of these 23 benchmark functions are obtained, shown in Table 5. In this section, we compare IGOA with GOA and PSO and then compare IGOA with MFO, SCA, SSA, MVO and DA.
Table 5

The average values and the standard deviations of the optimal function values of these 23 benchmark functions.

IGOAGOAPSOMFOSCASSAMVODA
MeanStdMeanStdMeanStdMeanStdMeanStdMeanStdMeanStdMeanStd
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{1}$$\end{document}F1(x)4.9537E−036.2281E−033.1911E+012.0615E+014.9941E−011.4460E−012.6715E+035.2062E+031.1073E+011.1939E+012.9954E−076.0995E−071.3385E+004.1450E−019.9436E+001.8544E+01
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{2}$$\end{document}F2(x)2.9389E−011.8954E−011.6903E+012.1972E+014.8178E+001.5802E+003.5520E+011.8203E+012.0518E−022.9848E−022.0891E+001.5520E+001.3798E+013.1026E+011.3874E+009.3868E−01
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{3}$$\end{document}F3(x)3.5429E−023.0511E−023.2628E+031.6774E+031.2995E+031.9513E+031.8412E+041.1221E+049.0526E+036.9092E+031.3980E+037.8768E+022.1071E+029.9252E+012.4895E+023.4807E+02
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{4}$$\end{document}F4(x)1.9125E−021.3662E−021.3897E+013.7187E+002.5083E+001.2029E+007.0112E+017.3626E+003.7143E+011.1490E+011.1536E+014.7205E+002.1187E+008.0179E−012.5779E+001.5221E+00
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{5}$$\end{document}F5(x)2.9610E+018.3759E−015.0144E+037.5023E+032.0108E+021.6903E+022.6751E+061.4594E+071.3358E+053.8131E+053.6123E+026.0996E+025.6637E+028.1742E+025.3597E+031.3222E+04
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{6}$$\end{document}F6(x)2.0048E+005.6584E−015.0258E+013.9565E+017.0795E−012.2043E−012.3351E+035.0201E+031.4226E+012.3036E+011.5109E−072.0707E−071.1966E+004.2627E−019.7154E+001.5394E+01
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{7}$$\end{document}F7(x)1.6040E−021.2312E−024.8498E−021.9798E−022.6354E−011.1254E−014.9555E+006.8998E+008.6843E−027.5080E−021.7798E−018.9368E−023.5283E−021.4744E−023.2278E−022.1367E−02
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{8}$$\end{document}F8(x)− 7.1112E+036.9924E+02− 7.3357E+037.0508E+02− 2.9862E+033.5442E+02− 8.5033E+037.5759E+02− 3.7147E+032.0745E+02− 7.6155E+038.7803E+02− 7.5698E+038.1819E+02− 2.7765E+033.4388E+02
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{9}$$\end{document}F9(x)4.2445E−015.6806E−011.0498E+023.9353E+016.2949E+011.2413E+011.6249E+023.1801E+013.8650E+013.0163E+015.3927E+011.9322E+011.3209E+022.3029E+013.0467E+011.2955E+01
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{10}$$\end{document}F10(x)5.2213E−023.7227E−025.6079E+001.4100E+004.6567E+009.7259E−011.3410E+018.2129E+001.6576E+017.2415E+002.6304E+008.3827E−012.3565E+003.3404E+002.9176E+009.5108E−01
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{11}$$\end{document}F11(x)2.9202E−043.7925E−041.1091E+009.8949E−021.8703E+021.9145E+011.8909E+013.6619E+018.8654E−013.1146E−011.8252E−021.4655E−028.7141E−018.5692E−025.5753E−012.8875E−01
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{12}$$\end{document}F12(x)2.2805E−011.7421E−019.4889E+004.9347E+002.5243E+009.2169E−014.7287E+012.1718E+021.0826E+053.4685E+058.0007E+004.2546E+002.2880E+001.3491E+002.0946E+001.8474E+00
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{13}$$\end{document}F13(x)1.5727E+005.0315E−013.7212E+011.8566E+012.3815E+002.3544E+009.0138E+012.1255E+027.3125E+041.9072E+051.6785E+011.4144E+011.7071E−017.2391E−021.8396E+004.2620E+00
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{14}$$\end{document}F14(x)9.9816E−016.1346E−049.9800E−015.2481E−166.8263E+003.5355E+002.2837E+001.7232E+001.9204E+001.9052E+001.2626E+006.8541E−019.9800E−012.9891E−111.2295E+006.2117E−01
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{15}$$\end{document}F15(x)1.9673E−034.2459E−031.5969E−022.4649E−026.3423E−042.3951E−041.2850E−035.3964E−041.0897E−034.0441E−045.4929E−038.3801E−032.1203E−034.9657E−033.2414E−035.7635E−03
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{16}$$\end{document}F16(x)− 1.0313E+005.1361E−04− 1.0316E+004.5530E−13− 1.0316E+006.5216E−05− 1.0316E+000.0000E+00− 1.0316E+003.3087E−05− 1.0316E+002.5447E−14− 1.0316E+003.1609E−07− 1.0316E+005.0989E−06
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{17}$$\end{document}F17(x)3.9851E−019.9557E−043.9789E−012.1858E−123.9814E−014.8925E−043.9789E−010.0000E+004.0187E−019.1717E−033.9789E−017.7808E−143.9789E−011.0016E−063.9789E−012.2095E−07
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{18}$$\end{document}F18(x)3.0152E+001.2467E−025.7000E+001.4789E+013.0075E+007.3803E−033.0000E+002.9995E−153.0001E+007.5162E−053.0000E+003.0698E−133.0000E+003.0522E−063.0000E+006.3603E−05
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{19}$$\end{document}F19(x)− 3.8583E+004.3561E−03− 3.7901E+001.6365E−01− 3.8614E+009.7738E−04− 3.8628E+002.7101E−15− 3.8533E+003.0233E−03− 3.8628E+004.2796E−10− 3.8628E+001.6161E−06− 3.8627E+001.0680E−04
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{20}$$\end{document}F20(x)− 3.2475E+006.9085E−02− 3.2759E+006.1787E−02− 3.0970E+003.1959E−01− 3.2234E+005.8608E−02− 2.9672E+002.6799E−01− 3.2126E+005.8889E−02− 3.2858E+005.6233E−02− 3.2504E+009.3598E−02
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{21}$$\end{document}F21(x)− 8.9507E+001.8094E+00− 4.9683E+003.0739E+00− 5.1417E+002.9174E+00− 6.2239E+003.3915E+00− 2.5289E+001.7852E+00− 7.8105E+003.2181E+00− 7.2965E+003.2182E+00− 7.1090E+002.7674E+00
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{22}$$\end{document}F22(x)− 9.4709E+001.4775E+00− 5.3995E+003.4978E+00− 6.0982E+003.5458E+00− 7.5677E+003.5774E+00− 3.0696E+001.7428E+00− 8.1241E+003.3366E+00− 8.3030E+002.8607E+00− 6.7733E+002.9161E+00
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$${F}_{23}$$\end{document}F23(x)− 9.3486E+001.9572E+00− 6.2373E+003.8686E+00− 6.1745E+003.7598E+00− 7.9274E+003.5389E+00− 3.7453E+001.5528E+00− 8.1935E+003.4369E+00− 8.7642E+003.0618E+00− 7.6592E+003.4776E+00

The bold indicates the optimal value for each benchmark function.

The average values and the standard deviations of the optimal function values of these 23 benchmark functions. The bold indicates the optimal value for each benchmark function.

IGOA vs. (GOA, PSO)

For the unimodal functions , the average values of the optimal values obtained by IGAO are 4.9537E−03, 2.9389E−01, 3.5429E−02, 1.9125E−02, 2.9610E+01 and 1.6040E−02, respectively, which are all less than those obtained by GOA and PSO. But for the unimodal function , the average value of the optimal value obtained by IGAO is 2.0048E+00, which is less than that obtained by GOA and is more than that obtained by PSO. For the multimodal functions , the average values of the optimal values obtained by IGAO are 4.2445E−01, 5.2213E−02, 2.9202E−04, 2.2805E−01 and 1.5727E+00, respectively, which are all less than those obtained by GOA and PSO. But for the multimodal function , the average value of the optimal value obtained by IGAO is − 7.1112E+03, which is more than that obtained by GOA and is less than that obtained by PSO. For the functions , the average values of the optimal values obtained by IGAO are 9.9816E−01 and − 3.2475E+00, respectively, whose degree closest to the optimal values 9.9800E−01 and − 3.32 is less than those obtained by GOA and is more than those obtained by PSO. For the functions , the average values of the optimal values obtained by IGAO are − 1.0313E+00 and 3.9851E−01, whose degrees closest to the optimal values − 1.0316E+00 and 0.3978 are all less than GOA and PSO. For the functions , the average values of the optimal values obtained by IGAO are 3.0152E+00 and − 3.8583E+00, whose degree closest to the optimal values 3 and − 3.86 is less than that obtained by PSO and is more than that obtained by GOA. For the functions , the average values of the optimal values obtained by IGAO are 1.9673E−03, − 8.9507E+00, − 9.4709E+00 and − 9.3486E+00, whose degrees closest to the optimal values 0.0030, − 10.1532, − 10.4028 and − 10.5363 are more than those obtained by GOA and PSO. Figure 2 shows the convergence curves of IGOA, GOA and PSO on the first 200 iterations on benchmark functions It is observed from Fig. 2 that the convergence speed of IGOA is faster than those of GOA and PSO. Table 5 and Fig. 2 show that IGOA outperforms GOA and PSO.
Figure 2

The convergence curves of the functions

The convergence curves of the functions

IGOA vs. (MFO, SCA, SSA, MVO, DA)

For the unimodal functions , the average values of the optimal values obtained by IGAO are 4.9537E−03 and 2.0048E+00, which are less than those obtained by MFO, SCA, MVO and DA and are more than those obtained by SSA. For the unimodal function , the average value of the optimal value obtained by IGAO is 2.9389E−01, which is less than that obtained by MFO, SSA, MVO and DA and is more than that obtained by SCA. For the unimodal functions , the average values of the optimal values obtained by IGAO are 3.5429E−02, 1.9125E−02, 2.9610E+01 and 1.6040E−02, less than those obtained by MFO, SCA, SSA, MVO and DA. For the multimodal functions , the average values of the optimal values obtained by IGAO are 4.2445E−01, 5.2213E−02, 2.9202E−04, 2.2805E−01 and 1.5727E+00, which are all less than those obtained by MFO, SCA, SSA, MVO and DA. For the multimodal function , the average value of the optimal value obtained by IGAO is − 7.1112E+03, which is more than that obtained by SCA, SSA, MVO and DA and is less than that obtained by MFO. For the function , the average value of the optimal value obtained by IGAO is 9.9816E−01, whose degree closest to the optimal value 9.9800E−01 is less than that obtained by MVO and is more than that obtained by MFO, SCA, SSA and DA. For the function , the average value of the optimal value obtained by IGAO is 1.9673E−03, whose degree closest to the optimal value 0.0030 is less than that obtained by MVO and DA and is more than that obtained by MFO, SCA and SSA. For the function , the average value of the optimal value obtained by IGAO is − 1.0313E+00, whose degree closest to the optimal value − 1.0316E+00 is less than that obtained by MFO, SCA, SSA, MVO and DA. For the function , the average value of the optimal value obtained by IGAO is 3.9851E−01, whose degree closest to the optimal value 0.398 is less than that obtained by MFO, SSA, MVO and DA and is more than that obtained by SCA. For the function , the average value of the optimal value obtained by IGAO is 3.0152E+00, whose degree closest to the optimal value 3 is less than that obtained by MFO, SCA, SSA, MVO and DA. For the function , the average value of the optimal value obtained by IGAO is − 3.2475E+00, whose degree closest to the optimal value − 3.32 is less than that obtained by MVO and is more than that obtained by MFO, SCA, SSA and DA. For the functions ,the average values of the optimal values obtained by IGAO are − 3.8583E+00, − 8.9507E+00, − 9.4709E+00 and − 9.3486E+00, which is the closer to the optimal values − 3.86, − 10.1532, − 10.4028 and − 10.5363 than those obtained by MFO, SCA, SSA, MVO and DA. Therefore, it is observed from Table 5 that IGOA outperforms MFO, SCA, SSA, MVO and DA. By the comparison in the “IGOA vs. (GOA, PSO)” and “IGOA vs. (MFO, SCA, SSA, MVO, DA)”, IGOA can be used to perform the function optimization and is superior to GOA, PSO, MFO, SCA, SSA, MVO and DA, which is utilized to verify no free lunch theorem.

Applications

In this section, the proposed IGOA is used to optimize the weights and the bases of the BP neural network, and then predicted model IGOA-BPNN is obtained. Finally, the IGOA-BPNN is used to perform the prediction of the closing prices of the Shanghai Stock Exchange Index and the air quality index (AQI) of Taiyuan, Shanxi Province.

Predicted model

IGOA proposed in this paper is used to optimize the connected weights and the bases of BP neural network, and the predicted model IGOA-BPNN is established. The concrete steps of IGOA-BPNN are as follows: Step 1: Input data and divide these data into the training set and the testing data. Normalize the training set and the testing set. Step 2: Initialize the size of the grasshopper swarm, , minimum and maximum of velocity, the maximum number of iterations of IGOA, and the number of the nodes in the hidden layer of BP neural network and the maximum number of iterations of BP neural network. Choose Mean Square Error (MSE) to be the fitness function of IGOA, where are the predicted value and the target value of the th sample. Let . Step 3: Initialize the grasshopper swarm. Step 4: Map every grasshopper into the connected weights between the input layer and the hidden layer, the bases in the hidden layer, the connected weights between the hidden layer and the output layer, the bases in the output layer of BP neural network. Then train BP neural network and obtain the predicted values of the training set. According to predicted values and the target values, calculate the fitness value of this grasshopper. Find out the optimal grasshopper. Step 5: Update the grasshopper swarm by use of IGOA. Then let . Step 6: If the termination conditions are satisfied, then turn Step 6, otherwise turn Step 3. Step 7: Output the optimal grasshopper. Then map the optimal grasshopper into the connected weights between the input layer and the hidden layer, the bases in the hidden layer, the connected weights between the hidden layer and the output layer, the bases in the output layer of BP neural network. Then train BP neural network and obtain the predicted values of the training set. Thus obtain the trained BP neural network. Finally input the testing set into the trained BP neural network and obtain the predicted values of the testing set. The flowchart of IGOA-BPNN is shown in Fig. 3.
Figure 3

The flowchart of IGOA-BPNN.

The flowchart of IGOA-BPNN. In this section, MSE, Mean Absolute Error (MAE) Root Mean Square Error (RMSE) Mean Absolute Percentage Error (MAPE)are taken to the evaluation criteria of model, where are the predicted value and the target value of the th sample.

Prediction of Shanghai Stock Index

Data source

In this subsection, Shanghai Stock 000001 from December 19, 1990 to June 28, 2021 loaded from the website http://quotes.money.163.com/trade/lsjysj_zhishu_000001.html contains 7459 days’ data. Figure 4 shows that the trend of the 7459 days’ closing prices. The features of every data sample consist of the closing price, the highest price, the lowest price, the opening price, the previous closing, the rise and fall amount, the rise and fall range, the trading volume and the transaction amount. In this paper, we choose the closing price, the highest price, the lowest price, the opening price, the previous closing, the trading volume and the transaction amount to be the features of samples and use the features of the current day to predict the closing price of the next day. The 7383 data samples from December 19, 1990 to March 5, 2021 are taken to the training set and the remaining 75 data samples from March 6, 2021 to June 27, 2021 are taken to the testing set.
Figure 4

The trends of the 7459 days’ closing prices of Shanghai Stock Index.

The trends of the 7459 days’ closing prices of Shanghai Stock Index.

Experimental results

In this subsection, we use the predicted model IGOA-BPNN to predict the closing price of Shanghai Stock Index 000001. In order to verify the performance of the predicted model IGOA-BPNN, GOA, PSO, MFO, SCA, SSA, MVO and DA are employed to be combined with BP neural network (BPNN) to establish the comparable predicted models GOA-BPNN, PSO-BPNN, MFO-BPNN, SCA-BPNN, SSA-BPNN, MVO-BPNN and DA-BPNN, respectively. Meantime, BPNN is also employed to be the comparable predicted model. Among the BPNN and the BPNN part of these comparable predicted models IGOA-BPNN, GOA-BPNN, PSO-BPNN, MFO-BPNN, SCA-BPNN, SSA-BPNN, MVO-BPNN and DA-BPNN, the maximum number of iterations is set up to be 5000 and the momentum factor is 0.95. IGOA-BPNN, GOA-BPNN, PSO-BPNN, MFO-BPNN, SCA-BPNN, SSA-BPNN, MVO-BPNN, DA-BPNN and BPNN are run independently 30 times, respectively, and then MSE, MAE, RMSE, MAPE of the average predicted values of these 75 testing samples are obtained, shown in Table 6.
Table 6

The predicted errors of the testing samples on Shanghai Stock Index.

IGOA-BPNNGOA-BPNNPSO-BPNNMFO-BPNNSCA-BPNNSSA-BPNNMVO-BPNNDA-BPNNBPNN
MSE828.95875.57858.88854.16850.04850.04880.46895.941255.85
MAE21.7022.5621.9322.3923.3522.2922.4722.7528.54
RMSE3.323.423.383.373.533.373.433.464.09
MAPE(%)0.620.650.630.640.670.640.650.660.82

The bold indicates the minimum error.

The predicted errors of the testing samples on Shanghai Stock Index. The bold indicates the minimum error. Figure 5 shows the comparison among the actual values and the predicted values of IGOA-BPNN, GOA-BPNN, PSO-BPNN and BPNN of these 75 testing samples.
Figure 5

Comparison among the actual values and the predicted values of four models.

Comparison among the actual values and the predicted values of four models. From Table 6, the predicted errors MSE = 828.95, MAE = 21.70, RMSE = 3.32, MAPE = 0.62% obtained from predicted model IGOA-BPNN are less than those obtained from the predicted models GOA-BPNN, PSO-BPNN, MFO-BPNN, SCA-BPNN, SSA-BPNN, MVO-BPNN, DA-BPNN and BPNN, which shows that the proposed IGOA in this paper is more suitable for optimizing the parameters of BP neural network for predicting Shanghai Stock Index 000001. It is also observed from Table 6 that the predicted performance of the BP neural network optimized by swarm intelligence algorithms outperforms the pure BP neural network.

Prediction of air quality index in Taiyuan, Shanxi

The 1273 day’s data from January 1, 2018 to June 26, 2021 in this subsection is derived from the website https://www.aqistudy.cn/historydata/monthdata.php?city=%e5%a4%aa%e5%8e%9f. The features of every data consist of the current air quality index (AQI), quality grade, PM2.5, PM10, SO2, CO, NO2, O3. The relation between AQI and quality grade is shown in Table 7. The remaining 1264 data samples are kept by deleting the missing data. Figure 6 shows the number of days and proportion distribution of excellent, good, light pollution, moderate pollution, heavy pollution and serious pollution in these 1264 days. Figure 7 shows the trends of AQI in these 1264 days.
Table 7

The relation of AQI and quality grade.

Range of AQI0–5051–100101–150151–200201–300> 300
Quality gradeExcellentGoodLight pollutionModerate pollutionSevere pollutionSerious pollution
Figure 6

The number of days and proportion distribution of six grades.

Figure 7

Trends of AQI in these 1264 days.

The relation of AQI and quality grade. The number of days and proportion distribution of six grades. Trends of AQI in these 1264 days. In this subsection, we choose the current AQI, PM2.5, PM10, SO2, CO, NO2 and O3 to predict AQI of the next day and select the 1241 data samples from January 1, 2018 to June 3, 2021 to be training set and the 22 data samples from June 4, 2021 to June 25,2021 to be the testing set. The proposed IGOA-BPNN in this subsection is utilized to predict AQI in Taiyuan, Shanxi. Similar to “Experimental results”, among the BPNN and the BPNN part of these comparable predicted models IGOA-BPNN, GOA-BPNN, PSO-BPNN, MFO-BPNN, SCA-BPNN, SSA-BPNN, MVO-BPNN and DA-BPNN, the maximum number of iterations is set up to be 5000 and the momentum factor is 0.95. IGOA-BPNN, GOA-BPNN, PSO-BPNN, MFO-BPNN, SCA-BPNN, SSA-BPNN, MVO-BPNN, DA-BPNN and BPNN are run independently 10 times, respectively, and then MSE, MAE, RMSE, MAPE of the average predicted values of these 22 testing samples are obtained, shown in Table 8. Figure 8 shows the comparison among the actual values and the predicted values of IGOA-BPNN, GOA-BPNN, PSO-BPNN and BPNN of these 22 testing samples.
Table 8

Prediction errors of AQI test samples in Taiyuan, Shanxi.

IGOA-BPNNGOA-BPNNPSO-BPNNMFO-BPNNSCA-BPNNSSA-BPNNMVO-BPNNDA-BPNNBPNN
MSE1340.431392.941399.391376.571352.421406.431451.881373.481433.37
MAE32.5133.1733.1332.9132.7533.1433.8432.8133.61
RMSE7.817.967.987.917.848.008.127.908.07
MAPE(%)31.9132.5832.4632.1032.1432.4432.9432.1732.71

The bold indicates the minimum error.

Figure 8

Comparison among the actual values and the predicted values of four models.

Prediction errors of AQI test samples in Taiyuan, Shanxi. The bold indicates the minimum error. Comparison among the actual values and the predicted values of four models. From Table 8, the predicted errors MSE = 134.43, MAE = 32.51, RMSE = 7.81, MAPE = 31.91% obtained from predicted model IGOA-BPNN are less than those obtained from the predicted models GOA-BPNN, PSO-BPNN, MFO-BPNN, SCA-BPNN, SSA-BPNN, MVO-BPNN, DA-BPNN and BPNN, which shows that the proposed IGOA in this paper is more suitable for optimizing the parameters of BP neural network for predicting AQI in Taiyuan, Shanxi. It is also observed from Table 8 that the predicted performance of the BP neural network optimized by swarm intelligence algorithms outperforms the pure BP neural network.

Conclusions and discussion

The updated methods of velocity and position of PSO are introduced into GOA and thus improved GOA is obtained, written as IGOA. Then 23 benchmark functions are used to verify the effectiveness of IGOA, and the experimental results show that IGAO is superior to MFO, SCA, SSA, MVO and DA. Finally IGOA is utilized to optimize the connection weight and bases of BP neural network, and the prediction model IGOA-BPNN is established. IGOA-BPNN is applied to the prediction of Shanghai stock index and AQI of Taiyuan, Shanxi. The results show that IGOA-BPNN is better than GOA-BPNN, PSO-BPNN, MFO-BPNN, SCA-BPNN, SSA-BPNN, MVO-BPNN, DA-BPNN and BPNN. However, the size of the initial population of IGOA, the parameters of BP neural network, and other machine learning methods may lead to different experimental results. Therefore, it is necessary to study the combination of swarm intelligence algorithm and different machine learning to establish prediction models to solve practical problems.
  4 in total

1.  A novel optimal-hybrid model for daily air quality index prediction considering air pollutant factors.

Authors:  Qunli Wu; Huaxing Lin
Journal:  Sci Total Environ       Date:  2019-05-22       Impact factor: 7.963

2.  A novel approach for optimal design of digital FIR filter using grasshopper optimization algorithm.

Authors:  Suman Yadav; Richa Yadav; Ashwni Kumar; Manjeet Kumar
Journal:  ISA Trans       Date:  2020-08-25       Impact factor: 5.468

3.  Use of Artificial Intelligence and Machine Learning Algorithms with Gene Expression Profiling to Predict Recurrent Nonmuscle Invasive Urothelial Carcinoma of the Bladder.

Authors:  Georg Bartsch; Anirban P Mitra; Sheetal A Mitra; Arpit A Almal; Kenneth E Steven; Donald G Skinner; David W Fry; Peter F Lenehan; William P Worzel; Richard J Cote
Journal:  J Urol       Date:  2015-10-13       Impact factor: 7.450

4.  Predicting the Direction of Stock Market Index Movement Using an Optimized Artificial Neural Network Model.

Authors:  Mingyue Qiu; Yu Song
Journal:  PLoS One       Date:  2016-05-19       Impact factor: 3.240

  4 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.