Literature DB >> 24892059

A fast elitism Gaussian estimation of distribution algorithm and application for PID optimization.

Qingyang Xu1, Chengjin Zhang1, Li Zhang1.   

Abstract

Estimation of distribution algorithm (EDA) is an intelligent optimization algorithm based on the probability statistics theory. A fast elitism Gaussian estimation of distribution algorithm (FEGEDA) is proposed in this paper. The Gaussian probability model is used to model the solution distribution. The parameters of Gaussian come from the statistical information of the best individuals by fast learning rule. A fast learning rule is used to enhance the efficiency of the algorithm, and an elitism strategy is used to maintain the convergent performance. The performances of the algorithm are examined based upon several benchmarks. In the simulations, a one-dimensional benchmark is used to visualize the optimization process and probability model learning process during the evolution, and several two-dimensional and higher dimensional benchmarks are used to testify the performance of FEGEDA. The experimental results indicate the capability of FEGEDA, especially in the higher dimensional problems, and the FEGEDA exhibits a better performance than some other algorithms and EDAs. Finally, FEGEDA is used in PID controller optimization of PMSM and compared with the classical-PID and GA.

Entities:  

Mesh:

Year:  2014        PMID: 24892059      PMCID: PMC4032667          DOI: 10.1155/2014/597278

Source DB:  PubMed          Journal:  ScientificWorldJournal        ISSN: 1537-744X


1. Introduction

Various optimization problems exist in engineering and academic research, which expect to find the best solution. If the problems are conventional or linear, the common mathematical methods will be effective. However, if the problems are too complicated to the common methods, some heuristic algorithms will be considered. Evolutionary algorithms (EAs) are very popular heuristic optimization techniques in the recent years. EAs are general terms of several optimization algorithms that are inspired by the Darwinian theory of natural evolution. It has the capability of solving the complicated optimization problems with nonlinear, high dimension and non-continuous characteristics. The algorithms search the optimal solution from many possible solutions, and the genetic operators, which simulate the principle of natural genetic evolution, are used to update the individuals. By several iterations, the optimal solution will be obtained, such as the genetic algorithms (GAs) [1], evolution strategies (ES), differential evolution (DE) [2, 3], and the artificial immune system (AIS) [4, 5] and also swarm evolutionary algorithm like particle swarm optimization (PSO) [2, 6, 7]. Although these algorithms have applied success to solve kinds of optimization problems [8], there are some inherent drawbacks. For example, if the building blocks spread all over the solutions, the standard EAs have very poor performance [9]. The recombination operators ether breaks the building blocks frequently or do not mix them effectively. In recent years, estimation of distribution algorithms (EDAs) have attracted a lot of attention. It was proposed by Miuhlenbein and Paaß [10] and emerged as a generalization of EAs for overcoming some problems of EAs, like building blocks broken, poor performance in high dimensional problems, and the difficulty of modeling the distribution of solutions. Sometimes the gene blocks are built based on simple selection and crossover operators are not effective enough to get optimum solution as the blocks may be broken in EAs [9, 11]. Compared with building blocks in EAs, EDAs do not use the crossover or mutation operator to update individuals [12]. Instead, they extract the global statistical information from the superiority individual of previous iteration and build the distribution probability model of solution for sampling new individuals [13]. It is the main advantages of EDAs compared with EAs that the search process is guided by the probabilistic model with explanatory and transparent characteristics [14, 15]. The algorithms are based on the probabilistic models following two steps: (1) Statistics the information of selected individuals and establish the probability model and (2) generate new population by sampling the probability model. Therefore, the new offspring of EDAs is based on the probability distribution instead of performing recombination of individuals as EAs. The type of probabilistic models used by EDAs and the methods employed to learn them may vary according to the characteristics of the optimization problem. Therefore, different EDAs have been proposed for discrete and continuous problems. In traditional EDAs, the individuals are encoded with binary strings inheritance from EAs. In the population-based incremental learning (PBIL) algorithm [16], the individuals are encoded as fixed length binary strings. The population of solutions is updated by the probability vector, which is initially set to probability 0.5 for each position of the binary strings. For univariate marginal distribution algorithm (UMDA) [10], the frequencies of values on each position are computed according to the selected individuals, which are then used to generate the new population. The compact genetic algorithm (cGA) [17] updates the population according to the probability vector like the PBIL. However, unlike the PBIL, it modifies the probability vector according to the contribution of individuals. In case of real-valued problems, there are some approaches to extend EDAs to other domains, such as mapping other domains to the domain of fixed-length binary strings and then mapping the solution back to the problem's original domains, or extend or modify the class of probabilistic models to other domains. This first approach might lead to undesirable limitations and errors on real-coded problems. For the second method, the normal pdf is commonly used in continuous EDAs to represent univariate or multivariate distributions. Therefore, some EDAs based on the Gaussian distribution have been designed. In the stochastic hill-climbing with learning by vectors of normal distributions [18], the population of solutions is modeled by a vector of mean of Gaussian normal distribution μ for each variable. The standard deviation σ is stored globally and it is the same for all variables. After generating a number of new solutions, the mean μ are shifted towards the best solutions and the standard deviation σ is reduced to make future exploration more specifically. Various ways of modifying the σ parameter have been exploited in [19]. Regularized estimation of distribution algorithms (RegEDA) [20] makes use of regularized model estimation in EDAs for continuous optimization. The regularization techniques can lead to more robust model estimation in EDAs. Continuous Gaussian estimation of distribution algorithm (CGEDA) [14] which is a kind of multivariate EDAs is proposed for real-coded problems. Gaussian data distribution and dependent individuals are two assumptions that are considered in CGEDA. In the algorithm, the joint distribution of promising solutions is used in every dimension of the problem. In literature [21, 22], an estimation of distribution algorithm with Gaussian process based on a subspaces method was proposed, which can reduce the computation of complex problems. A real-coded EDA using multiple probabilistic models (RMM) was proposed [23], which includes multiple types of probabilistic models with different learning rates and diversities. There are also other EDAs, which adopt more involved probability models and mixtures of pdfs. However, the probability models cannot reflect the problem completely, because it is hard to obtain an accurate model. In particular, with the increases of number of variables and the number of mixture components, the optimization results become unreliable [24]. Therefore, we specifically focus on the use of the single normal distribution in this paper, as it is more intuitive to be analyzed. Moreover, the use of single and easy normal pdf will not prevent us from obtaining a better understanding of the exploitation of the solutions. We propose a fast elitism Gaussian EDA (FEGEDA) based on the standard process of EDA. A fast learning rule is used to parameters of pdf learning, and an elitism strategy is used for a better performance. Hence, the increased convergence exhibited in this study is expected.

2. The Fast Elitism Gaussian EDA

2.1. The Framework of the Algorithm

EDA is realized by probability estimation and sampling. The probability model is used to estimate the solution distribution, and the probability sampling is used to generate new individuals. In order to improve the performance of standard EDA, we adopt an elitism strategy in FEGEDA. Figure 1 is the flowchart of FEGEDA.
Figure 1

Flowchart of FEGEDA.

The steps of the FEGEDA are as follows.

Step 1 (initialization)

Set the population size N, define the number BN of best individuals for probability model establishment and generate the initialized population Pop(0).

Step 2 (population evaluation)

Evaluate the N individuals x 1, x 2,…x according to fitness function f(x).

Step 3 (statistical information obtaining)

Select BN best individuals according to the fitness and obtain the statistical information of mean μ and standard deviation σ.

Step 4 (probability model P(x 1, x 2,…, x ) establishment)

Use the fast learning rule and build the Gaussian normal distribution by the u of means and a covariance σ.

Step 5 (new population Pop(k) generation)

Make use of sampling technique to generate a new population according to the probability model built in Step 4.

Step 6

Finally, the iteration is terminated according to the termination criteria. These criteria can be as simple as a fixed number of generations or imply a statistical analysis of the current population to evaluate the stopping condition criteria. If the stopping conditions do not meet, return to Step 2. The probability model is built according to the distribution of the best solutions in the current population. Therefore, sampling solutions from this model should fall in promising areas with high probability. For some iterations, the solutions should be more likely to be close to the global optimum. The details of the main algorithm are explained in the following.

2.2. Initialization

In the algorithm, little parameters are needed to set except for the population size N and the best individuals size BN selected to build the probability model. Then, a random function is used to generate the initial population according to the variable domain [L , H ]. Make use of random function generating variables z ∈ [a , b ] and then convert to the domain [L , H ] by where x is the ith optimization variable of nth individual, z is the ith random variable, a and b are the bounds of ith random variable, and L , and H are the bounds of ith optimization variable.

2.3. Population Evaluation

In the individuals' evaluation, it depends on the characteristics of the problem. Conventionally, we should define an objective function f(x) in order to evaluate the fitness of individuals. Consider where x is m dimensional optimization variable, f(x) is the objective function, g (x) is the kth inequality constraints, and h (x) is the jth equality constraints. L and H are the bounds of variable.

2.4. The Establishment of Probability Model

The most important and crucial step of EDAs is the construction of probabilistic model for the solution distribution; to do this step of FEGEDA, Gaussian distribution of individuals is assumed to model and estimate the distribution of promising solutions in every dimension of the problem. Therefore, mean and standard deviation parameters of promising population are required which computed adaptively by maximum likelihood technique.

2.4.1. Statistical Information Acquisition

In order to construct a pdf model of the promising solutions, we should obtain the statistical information of promising solutions. Hence, statistical techniques have been extensively applied to the optimization problems. Fortunately, these parameters can be efficiently computed by the maximum-likelihood estimations [24]. In the pdf models that assume full independence, every variable is assumed independent of any variable. It must be noted that, in difficult optimization problems, different dependency relations can appear between variables and, hence, considering all of them independent may provide a model that does not represent the problem accurately. However, even if more involved probability models and mixtures of pdfs are defined and used in EDAs, the probability models cannot reflect the problem completely. For system modeling, the dependency relations between variables are very important. Conversely, for optimization problem, the problem decoupled as the combination of some independent variables is expected. Therefore, we specifically focus on the use of independent probability model to construct a fast elitism Gaussian EDA with better performance. That is, the probability distribution P(x 1, x 2, …, x ) of the vector (x 1, x 2, …, x ) of m variables is assumed to consist of a product of the distributions of individual variables: This is very suitable for calculation. Different from the discrete case, the number of parameters to be estimated does not grow exponentially with m. Therefore, it is relatively fast and efficient. The mean and covariance parameters of the normal pdf can be estimated from the selected individuals. Consider is the mean of ith variable in kth iteration, BN is the selected individuals size, and σ 2(k) is the covariance of ith variable in kth iteration. These parameters are always learned in the process of optimization. The iterative learning approaches are used in some literatures [23, 25–27] as follows: where α and β are the weights of and . The learning method depends on the class of models used; this step involves parametric or structural learning, also known as model fitting and model selection, respectively. This can improve the performance of EDAs, no matter how simple or complex the learning rule is. We adopt a fast learning method (α = 1 and β = 0) in this paper, and an elitism strategy is adopted to maintain a smooth convergence process.

2.4.2. Probability Model

In this paper, the normal pdf N(μ , σ ) for variables x is parameterized by the u of means and covariance σ, which is defined by The probability distribution P(x 1, x 2,…, x ) of the vector (x 1, x 2,…, x ) of m variables is The parameters (μ , σ ) have been estimated according to the selected best individuals. The estimation of marginal parameters (μ , σ ) is updated in every iteration.

2.5. Probability Sampling

The probability sampling is used to generate new individuals using the learned probabilistic models. The sampling method depends on the type of probabilistic model and the characteristics of the problem. For normal pdf problem, a conversion is used in order to convert the normal pdf to a standard normal pdf. Suppose The normal pdf about x is converted to a standard normal pdf about y. Consider The variable x can be calculated by In the probability models, every variable (x 1, x 2,…, x ) is assumed independent of any variable. The mean and variance of variable x are μ and σ ; when n → ∞, If x is the evenly distributed random number of [0, 1], Therefore, when n → ∞ and y → N(0,1). We can select an appropriate n to generate a normal pdf for probability sampling. Figure 2 shows the cartogram of sampling data in different n. From the figure, we can see the sampling data following the pdf better with the increasing of n.
Figure 2

Cartogram of sampling data.

2.6. Elitism Strategy

Elitism strategy is an effective strategy to ensure that the best individual is selected as the next generation in EAs, because the best individual may include the information of optimal solution. Therefore, elitism can improve the convergence performance of EAs in many cases [28], and elitism has long been considered an effective method for improving the efficiency of EAs [29]. This is achieved by simply copying the best individual directly to the new generation [30]. However, the number of best individuals selected as the next generation must be handled properly and carefully; otherwise it may lead to premature convergence or cannot improve the efficiency of algorithm. Figure 3 is the process of new population generation. The elitism individuals will be selected as the new generation directly, and the best individuals are used to establish a probability model to generate other individuals of the next generation. Consider where Elitism(BN) is the operator to copy the best solution of Pop(k − 1) to Pop(k)  Sample() is the sampling function, N is the population size, and BN is the best selected individuals number.
Figure 3

Population operation diagram.

3. Simulation

In the simulation, in order to exhibit the performance of FEGEDA, we carry out several different simulations, including one-dimensional benchmark, two-dimensional benchmarks, and higher dimensional benchmarks. Moreover, we compare the FEGEDA with other EDAs and other kinds of optimization algorithms.

3.1. One-Dimensional Benchmark

One-dimensional problem is easy for FEGEDA. In order to visualize the information of optimization process and models learning process during the evolution clearly, we carry out a one-dimensional benchmark optimization simulation: where f 0 is a multimodal [31], x ∈ [2.7,7.5], with several local minimum value, and the global minimum value 1.6013 at x = 5.19978. The best individuals number BN selected to build the probability model is a very important parameter for FEGEDA. The elitism strategy is a very important strategy to maintain a smooth optimization process in this paper. Therefore, in order to visualize the performance of corresponding part, we use different BN to testify the effect of outstanding individuals No. to the algorithm performance, and the elitism strategy is optional to testify the effect of the elitism strategy to the convergent performance of the algorithm. Many literatures [32-34] have proved that EDAs are convergent under certain conditions. From Figure 4, we can see that the optimization processes are unstable due to the use of fast learning rule when the algorithm is without elitism strategy no matter what BN is. The elitism strategy can make the convergent process smooth and improve the convergent performance too.
Figure 4

The optimum solutions of each iteration under different conditions.

In Figure 5, the individuals' distribution and probability models of some iteration are exhibited. The individuals' distributions of iterations 1, 10, and 100 are shown in the Figure 5. The individuals spread over the optimized function at initial iteration, and then the individuals will focus on the area of optimum solution with the iterations going on. Therefore, the diagram of pdf is flat at the beginning. The parameter μ of pdf is smaller and smaller with the increase of iteration and focus on the global optimum solution. The probability models learning process is shown in Figure 5. The elitism strategy is a very important part of the algorithm. Form the exhibition of probability models learning process in Figure 5, we can see that the probability model learning process of solution is smooth when adopting elitism strategy; otherwise it is unstable.
Figure 5

The individuals distribution and probability model of different iterations.

The best selected individuals number is also an important parameter. The convergent speed is faster when the best selected individuals number BN is N/2. However, if it is too small, it will lead to premature. Figure 6 is the statistics information of population of some iteration. Form Figure 6, we can see the population distribution when BN = N using elitism strategy (Figure 6(a)) or without elitism strategy (Figure 6(b)), and BN = N/2 using elitism strategy (Figure 6(c)) or without elitism strategy (Figure 6(d)). According to Figure 6, the distribution of population is stable when using elitism strategy; otherwise it is fluctuant regardless of BN = N or BN = N/2. A small BN can make the individuals focus on a certain area quickly.
Figure 6

The boxplot of population for different iterations.

3.2. Two-Dimensional Problems

In order to testify the optimization capability of FEGEDA further, three two-dimensional complex functions are considered: where x, y ∈ [−5.12, 5.12]. f 1 has infinite maximum value, and the global maximum value 1 is point (0,0). A circuit ridge surrounds the global maximum value. Hence, it is easy to fall into local maximum, which can be used to test the global searching capability of the algorithm. f 2 is a local peak function, and the maximum value is 3600 at point (0,0). This function can be used in determining the local searching capability of the algorithm. The f 3 function is a complicated function with a vibrating circuit ridge outside the global maximum value 0. This function can verify the global and local optimization capability of the algorithm simultaneously. Figure 7 shows the functions f 1, f 2, and f 3 correspondingly. We compare the optimization result with three other algorithms [35].
Figure 7

Function diagrams of f 1, f 2, and f 3.

The population size N is set to 50, the maximum iteration is set to 100, and BN is set to N/2 in order to have comparison under the same conditions. From Figure 8, we can see that the FEGEDA can get the optimum solution faster. It has similar optimization capability of CDMIA, which has preferable performance for the three benchmarks.
Figure 8

Comparisons of convergent results.

3.3. Higher Dimensional Problems

The advantage of FEGEDA is the capability of higher dimensional problems solution. Some typical benchmarks are considered, including Quadric, Rosenbrock, Ackley, Griewank, Rastrigrin, and Schaffer's f 7 function [21], which are shown in Table 1. In addition, they are configured with a dimension n = 10. In order to compare with other EDAs under the same conditions, the population size N of FEGEDA is 300 and the maximum iteration is 100.
Table 1

High dimensional benchmarks.

Quadric  n = 10 f4(x)=i=1n(j=1ixj)2,  −100 ≤ x i ≤ 100
Rosenbrock  n = 10 f5(x)=i=1n-1[100(xi+1-xi2)2+(1-x1)2],  −50 ≤ x i ≤ 50
Ackley  n = 10 f6(x)=-20exp(-0.2i=1nxi2n)-exp(i=1ncos(2πxi)n)+20+e, −30 ≤ x i ≤ 30
Griewank  n = 10 f7(x)=14000i=1n(xi)2-i=1ncos(xii)+1, −300 ≤ x i ≤ 300
Rastrigrin  n = 10 f8(x)=i=1n[xi2-Acos(2πxi)+A],  −5.12 ≤ x i ≤ 5.12
Schaffer's f 3 n = 10 f 9(x) = ∑i=1 n(x i 2+x i+1 2)0.25 × {sin⁡⁡[50 × (x i 2+x i+1 2)0.1] + 1.0},  −100 ≤ x i ≤ 100
The algorithm is testified under different BN (from N to N/20). The convergent results under different BN are shown in Figure 9. Form Figure 9, we can see that the optimization process is slow when BN = N. With the decrease of BN, the convergent speed is faster. However, the increase of convergent speed is limited. If the BN is too small, the optimization will trap into local minimum easily.
Figure 9

The convergent results under different BN.

We have a comparison of FEGEDA with other EDAs in [21]. Figure 10 is the comparison diagram. From Figure 10, we can see that FEGEDA is superior to standard EDA and other improved ones for the six benchmarks. For Ackley function, the performance of FEGEDA is the same as EDA. For Rosenbrock function, the initial fitness of FEGEDA is lower than other EDAs. Therefore, we put an enlarger diagram of corresponding area.
Figure 10

Comparisons of convergent results.

4. PID Controller Optimization

PID is the most used controller in the permanent magnet synchronous motors (PMSM) control. However, PID controller has poor performance in PMSM control due to the inappropriate parameters. During the past decades, great attention has been paid to the stochastic approach, which is potential in dealing with the problem [36, 37]. In this paper, we adopt FEGEDA to optimize the PID controller of PMSM.

4.1. Mathematic Model of PMSM

The mathematical model of PMSM in a d, q two-phase rotating coordinate system is shown below [38]. The voltage equation is where u and u represent the stator winding shaft in a straight axis and the quadrature voltage, respectively; i and i are the direct-axis current and quadrature-axis current, respectively; R is the stator phase resistance; L is the straight axis inductance; L is the quadrature axis inductance; ψ is the permanent-magnet fundamental excitation magnetic field and stator winding of the magnetic chain; w is the electric angular speed of rotor. The magnetic linkage equation can be expressed as follows: where ψ and ψ represent the syntheses of the magnetic fields in space-direct and quadrature-axis stator winding of the magnetic chain, respectively. The electromagnetic torque of PMSM in the d, q coordinate is where p is number of pole pairs. According to the motion equation of motor, where Ω is mechanical angular speed of rotor, B is the viscous friction coefficient, J is the total moment inertia of rotor and load, and T is the load torque. Thus, the state equation can be derived from the above equations as follows: In the VC system of PMSM, i = 0. Therefore, the state space equation (22) is described as

4.2. PID Controller

The continuous form of a PID controller, with input e and output u, is shown as follows: where K is the proportional gain, K is the integral gains, and K is the derivative gains. There are two types of discrete PID by discretization of continuous PID. The position-type discrete PID is described as where u(k) is the controller output, e(k) is the error. In practical system control, the integral part is not flexible. Therefore, another velocity-type discrete PID is described as where T is the sample time. For velocity-type PID, we do not need to calculate the integral part, and the controller output is the increment of PID. Therefore, it is often used in practical system control. Aggregation function is a conventional method, which can convert a multiobjective problem to a single-objective problem. Consider where fitness is the summation of fitness, w is the weight of ith objective, and f is the fitness value of ith objective. In the optimization process, the objective is to evaluate the performance of PIDs. Thus, for PID, the fitness function is written as [39] where e(t) is the system error, u(t) is the control output, and t is the rising time. To avoid overshoot, a penalty value is adopted in the fitness function. That is, once overshoot occurs, the value of overshoot is added to the fitness function. Hence, the penalty function is written as where y(t) is the control output. Making use of the aggression function, the fitness function is constructed as follows: where w 1, w 2, w 3, and w 4 are the weight coefficients, and w 4 ≫ w 1.

4.3. PID Controller Optimization Based on FEGEDA

According to state space equation (6), we can build the state space model of PMSM in MATLAB/Simulink as Figure 11. The parameters of PMSM are that R is 0.9664, L is 0.00621, P is 4, J is 0.00033, B is 0.0001619, and ψ is 0.09382 according to motor.
Figure 11

MATLAB/Simulink model of PMSM.

The component of PMSM is encapsulated into a module. A speed controller added to the speed closed loop. Figure 12 is the diagram of PMSM control system. The “simouterror,” “simoutui,” and “simout” units are used to record the simulation data for optimization.
Figure 12

The diagram of PMSM control system.

In order to testify the algorithm, GA and traditional PID are selected to compare against FEGEDA. w 1, w 2, w 3, and w 4 of f are set according to the requirement of control system. w 1 is corresponding to the control variable of error, w 2 is a weight coefficient of controlled variable, w 3 is for the control variable of rising time, and w 4 is the penalty of overshoot. If we want a system without overshoot and have a small rising time, w 1, w 3, and w 4 will be set bigger, and w 2 is smaller. If the controlled variable is limited, w 2 will be set bigger. Therefore, these parameters can be set according to the practical requirement. In the test, w 1 is 1, w 2 is 0.1, w 3 is 2, and w 4 is 200. The parameters of GA are that the population size is 30, crossover probability is 0.9, and mutation probability is adaptive to individual fitness. The variable domain of K is [0,20] and K and K are [0,1]. The iteration number is 50. The optimal results are shown in Figure 13. Although the optimal result of traditional PID has shorter response time, the overshoot is bigger. The optimal result of GA has no overshoot, but the system response is slower. Therefore, the performance of FEGEDA is promising.
Figure 13

The system response of PMSM with different PIDs.

5. Conclusions

We studied the estimation of distribution algorithm in this paper and proposed a fast elitism Gaussian EDA for continuous optimization. Every dimension of individuals is represented by means and standard deviations of Gaussian distribution. These parameters are estimated using maximum likelihood technique by fast learning rule. Then the new population is generated by sampling and elitism strategy. The elitism strategy improves the convergent performance of the algorithm. In the one-dimensional test, we exhibit the optimization process and probability models learning process clearly. In the two-dimensional and higher dimensional problems, we compare the FEGEDA with danger immune algorithm and other EDAs, and the FEGEDA exhibits a good performance. Although the performance of FEGEDA is promising, further studies are still recommended, for instance, how to increase the diversity of population under fast convergence rate.
  4 in total

1.  Multi-objective optimization for model predictive control.

Authors:  Willy Wojsznis; Ashish Mehta; Peter Wojsznis; Dirk Thiele; Terry Blevins
Journal:  ISA Trans       Date:  2007-03-23       Impact factor: 5.468

2.  A multipopulation PSO based memetic algorithm for permutation flow shop scheduling.

Authors:  Ruochen Liu; Chenlin Ma; Wenping Ma; Yangyang Li
Journal:  ScientificWorldJournal       Date:  2013-12-15

3.  A robust hybrid approach based on estimation of distribution algorithm and support vector machine for hunting candidate disease genes.

Authors:  Li Li; Hongmei Chen; Chang Liu; Fang Wang; Fangfang Zhang; Lihua Bai; Yihan Chen; Luying Peng
Journal:  ScientificWorldJournal       Date:  2013-02-07

4.  A particle swarm optimization variant with an inner variable learning strategy.

Authors:  Guohua Wu; Witold Pedrycz; Manhao Ma; Dishan Qiu; Haifeng Li; Jin Liu
Journal:  ScientificWorldJournal       Date:  2014-01-23
  4 in total

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