Skip to main content
Advertisement
Browse Subject Areas
?

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

For more information about PLOS Subject Areas, click here.

  • Loading metrics

A Bayesian Interpretation of the Particle Swarm Optimization and Its Kernel Extension

Abstract

Particle swarm optimization is a popular method for solving difficult optimization problems. There have been attempts to formulate the method in formal probabilistic or stochastic terms (e.g. bare bones particle swarm) with the aim to achieve more generality and explain the practical behavior of the method. Here we present a Bayesian interpretation of the particle swarm optimization. This interpretation provides a formal framework for incorporation of prior knowledge about the problem that is being solved. Furthermore, it also allows to extend the particle optimization method through the use of kernel functions that represent the intermediary transformation of the data into a different space where the optimization problem is expected to be easier to be resolved–such transformation can be seen as a form of prior knowledge about the nature of the optimization problem. We derive from the general Bayesian formulation the commonly used particle swarm methods as particular cases.

Introduction

Particle swarm optimization (PSO) is a heuristic optimization method that was proposed in the mid-1990s following inspiration from social problem solving (e.g. collaborative foraging by flocking birds) [1]. The key idea of the method is to combine individual and social learning in an optimization context, such that the social component can speed up the individual search for the optimal solution of a problem. The PSO algorithm performs a parallel search for the optimal solution with many individual searches associated with particles, and collaborative influencing of these by the joint best performance of all searches [2][5]. As a result the particles move as a swarm in the space of problem solutions, searching for the best solution. The expectation is that due to the parallel search for the optimal solution and the social swarming of the separate parallel searches, the likelihood of finding the optimal or a near-optimal solution is high.

PSO has been applied to a range of problems, including optimization in the context of management of power systems (e.g. optimal distribution, reliability management) [6], [7], scheduling of operations [8], [9], vehicle routing and loading optimization [10], scheduling of applications on computer grids [11], and estimation of parameters in complex industrial systems [12]. In general, it is considered to be a good choice for practical solution of optimization problems when the problem is high-dimensional; is defined by multiple criteria and potentially conflicting constraints; or it is of complex combinatorial nature [3].

PSO in general is applied to optimization problems where potential solutions are defined as vectors, i.e. vectors of solution parameters ([5]). For each potential solution there is a characteristic performance value that defines the goodness of the solution. Each particle has an associated solution parameter vector and moves in the space of these vectors with the aim of finding the optimal solution of the problem. The optimal solution has the highest characteristic performance value. Each particle has an associated velocity vector that is updated in each optimization turn and is used to update the solution parameter vector associated with the particle. The common equations driving the particle swarm optimization are the following ([3]):(1)(2)where and are the original solution parameter and velocity vectors, and are the solution parameters found so far that are the best among those found by particle i and the best among those found by all particles, w is the inertial factor, and are attraction parameters of the optimization process and and are random numbers drawn from the uniform distribution over (0,1).

Another common variant of the equations was proposed around 2000 [13], [14] with the aim to improve the convergence and avoid the divergence of the search paths of particles. This variant uses a constricted version of equation (1):(3)(4)where it is assumed that . An alternative version is to just use instead of in equation (1) [13]. There have been proposed several other variants of the equations (1) and (3) on the basis of various heuristics and also combinations of these with other methods forming hybrid PSO algorithms (see reviews of these variants in [2][5]).

There have been attempts to introduce a less heuristic and more formal theoretical foundation for the PSO [15][18]. These approaches (e.g. bare bones PSO [15], [16]) propose to replace equations (1) and (2) with an appropriate choice of the next particle position driven by the sampling of a distribution that is calculated given the individual and global optimal solutions found so far ( and ). Others [17], [18] suggested to use a Kalman filter calculation to estimate the distribution that is sampled for the generation of the next position of the particles. (See Section 2 for further discussion.)

Here we propose a new theoretical approach to PSO starting from a Bayesian perspective. We describe a generalized version of PSO in terms of Bayesian optimization of prospective solutions of a problem. This allows the progressive incorporation into the algorithm of information about the problem that is discovered as the PSO proceeds and also the incorporation of prior knowledge about the nature of possible problem solutions. We show how this generalized Bayesian PSO leads to the particular cases that correspond to the original PSO, the bare bones PSO and the Kalman filter based PSO. Using the generalized Bayesian PSO formulation we also extend the PSO to consider prior knowledge information about the problem domain using kernel functions and leading to a nonlinear version of the Bayesian PSO. We also demonstrate the performance of the proposed Bayesian variants of the PSO algorithm using a set of commonly used test functions [19].

Related Works

The PSO algorithm simulates the movement of a swarm of agents searching for an optimal position on a landscape defined by a problem and its possible solutions. The inspiration comes from the physical movement of animals (e.g. ants) on this landscape. However, it has been realized that the constraints that apply to physical movements on the landscape according to the original inspiration are not strictly necessary for the realization of the optimization process by the PSO. Kennedy [15] proposed to replace the landscape constrained movement by a ‘flying’ movement that ignores such constraints and allows free movement in a probabilistic sense according to the available information about the possible problem solutions.

The resulting bare bones PSO [15], as its name suggests, aims to use the minimal necessary components of the PSO algorithm to achieve its optimization objectives. The modified algorithm is based on the realization that the positions of the particles follow probability distributions defined by the individual and global best positions found so far; i.e., and . According to the original bare bones PSO the next position of particle is picked randomly from the normal distribution with the vector mean value and having the covariance matrix defined by the elements , if , and . An alternative choice for the covariance matrix is , where is the identity matrix, and is the dimensionality of the solution vectors [20]. Thus the bare bones PSO eliminates the need of consideration of the velocity of particles and focuses on movement of the particles driven by the calculated probability distributions that are sampled to determine the next position of the particles.

A theoretical advantage of the bare bones PSO is that it replaces to some extent the heuristic inspiration of the standard (original) PSO algorithm by more clear theoretical foundations through the sampling of probability distributions for the selection of positional updates of the particles. The choice of the normal distribution is driven partly by the observation of the data from standard PSO and partly by convenience [15], [20].

Further work on the bare bones PSO led to the use of alternative choices for the distributions that sampled for the generation of the next positions of the particles [16], [20], [21]. Such alternatives are the use of appropriate Levy or Cauchy distributions. These distributions may fit better certain problems solved by PSO. It should be noted that the choice of the distribution from which the next position is picked for the particles is determined heuristically on the basis of knowledge of the nature of the problem that is aimed to be solved by the PSO.

Another similar approach was proposed by Monson and Seppi [17], [18] who suggested using the formalism of Kalman filters to calculate the distribution from which the next position of the particles is chosen. The underlying idea is that the movement of particles in the swarm can be considered in terms of processes where the underlying state representing the closeness to the true optimal solution is hidden, and the observable data are the current particle position and the global optimal position. In this conceptualization the underlying state can be estimated using a Kalman filter for each particle. In effect the Kalman filter for each particle determines a normal distribution from which the next value of position of the particle can be sampled.

The Kalman filter PSO first defines the following vectors , , , and . Using these vectors the equations of the Kalman filter PSO for each particle i are as follows:(5)(6)(7)where and are covariance matrices that characterize the noise in the measurement of , and and in general, is a matrix representing the balance between the influence of the global and particle specific optima (i.e. corresponds to and ), is the identity matrix, and is the zero matrix. The algorithm also has specific assumptions about the matrices, e.g. .

The value of , i.e. the next position of the particle , is given by taking a sample from the normal distribution with mean vector and covariance matrix . The covariance matrices and are set heuristically.

Thus the Kalman filter PSO provides an alternative to the bare bones PSO for finding a distribution for each particle from which the next position of the particle can be determined by sampling. An issue of the Kalman filter PSO is that the velocity appears nominally in the sample , but this part of the vector is ignored. The theory of the algorithm does not provide a clear explanation for this. The specific setting of the matrices also constrains very much the generality of the algorithm. This algorithm, just as the bare bones PSO, relies on some heuristic assumptions, in this case about the covariance matrices and [18].

Bayesian Interpretation

The optimization problem that we try to solve using PSO can be formulated in general by considering that the characteristic performance value corresponding to a possible solution is defined by an unknown function (a fitness function of the solution) where is the solution parameter vector [7]. It is assumed that values of can be evaluated for any , but this is an ‘expensive’ operation – here evaluation of the unknown function means that there is an available experimental test that returns the value of this function, or an approximation of this; consider for example oil exploration, where the function describing the distribution of oil quantity underground is not known, but by an expensive drilling and small-scale extraction operation can be estimated at any point of the oil exploration area. It is also assumed that cannot be evaluated directly and to calculate its numerical approximation is prohibitively ‘expensive’. The aim of the optimization problem is to find such that(8)

Where is the domain of solution parameter vectors within which we search for the optimal solution. Possibly, the evaluation of for any given may be noisy, i.e. the evaluation of the potential solution parameter vector gives as result the value , where is a random value that follows a noise distribution – typically a Gaussian distribution centered at 0, i.e. . To keep things simple, we assume that for all - this does not reduce the generality of the analysis since for any function we can add a constant to make its values positive everywhere, assuming that these values are bounded for the considered domain of solution parameter vectors.

General Formulation

At the beginning of the search for the optimal solution we might have some prior knowledge about the likelihood of possible parameter vectors to be the optimal solution. Alternatively we might have some general belief about these likelihoods, for example if contains an m-dimensional ball centered at 0 with radius equal to 1, then we may start with a default assumption that the likelihood of being the optimal solution is given by a Gaussian probability density function centered at the 0 vector and with a covariance matrix given by the identity matrix. In general, the prior knowledge or the default assumption is given in the form of a probability density function defined over . For the sake of simplicity, in continuation we assume that , where is the dimensionality of the solution parameter vectors.

Let us assume that we start the search with particles which have their associated solution parameter vectors (i.e. the position vectors of the particles). Evaluating the candidate solutions we find the performance value estimates . This information is used to update our beliefs about the likelihood of a given parameter vector being the optimal solution of the optimization problem. Using the Bayes theorem we can write(9)

The denominator on the right-hand side is common for all , so it can be ignored as part of the normalizing constant of the distribution. is the likelihood of finding the values , if is assumed to be the optimal solution. This is the same as the likelihood of finding as the optimal solution if are given, and the prior assumption is that all have equal probability to be the optimal solution. To calculate this likelihood we may assume that the likelihood of being the optimal solution is proportional to and that it also depends on the function evaluation values for all other considered – we call this the dependence assumption. Then we construct an approximation of the corresponding probability density function as a linear combination of basis functions anchored at , i.e(10)where are such that , we also assume that . For example, a common choice is to set , i.e. a Gaussian distribution centered at with a scaled identity matrix being the covariance matrix. Note that if the optimization problem is a minimization problem, i.e. finding is the objective, then the assumption is that the likelihood of being the optimal solution is proportional to and in equation (10) are replaced by .

Alternatively, we may assume that being the optimal solution is independent of any other being the optimal solution, and that the certainty of being the optimal solution depends on – we call this the independence assumption. In this case joint probability distribution for likelihood of finding x as the optimal solution if are given can be written as(11)with similar assumptions as above, in the case of equation (10). In the cases when the optimization problem is a minimization problem the same argument applies as above and in equation (11) are replaced by .

To improve our estimate of the optimal solution parameter vector the PSO method selects the next set of position vectors in the space of the solution parameter vectors. The bare bones PSO [15] introduced the idea that the next set of vectors can be chosen by sampling distributions over the space of these vectors, such that the distributions are defined by the latest best estimates of the solution. The Kalman filter PSO [17] also proposed a similar approach to calculate a distribution for each particle, which is then sampled to generate the next vector associated with the particle. We follow this idea in a general sense, by sampling the posterior distribution to get the parameter vectors , i.e. the probability of picking is given by .

To keep the notations consistent and meaningful we denote(12)and the posterior distribution following the evaluation of the t-th sample of parameter vectors is denoted by

(13)This means that the sample vectors are generated by sampling the distribution . By generating consecutive samples of possible solution vectors the posterior distribution gets increasingly constrained, and this is likely to lead increasingly closer to the actual optimal solution.

The calculation of following the dependence assumption leads to the formula(14)where are normalizing constants – i.e. to make the integral of the distribution equal to one over the whole definition domain.

The alternative independence assumption leads to the following formula:(15)

Bayesian PSO with Gradient Ascent Optimization

An alternative to the generation of a sample from the distribution given in equation (14) or (15) is to generate the next set of position vectors by updating of the previous set of position vectors. In principle the best estimate of the optimal solution parameter vector, given the posterior , is the vector for which reaches its maximum. Thus we could try to find by solving the equation(16)

Unfortunately, in principle this equation cannot be solved. Thus, taking the last set of position of vectors , we could calculate the next set of position vectors by using gradient ascent updates of the current vectors. The formula of contains a large product that would make difficult the calculation of gradient ascent updates as suggested above. Instead we can apply the gradient ascent updates by considering the optimization of . In this case, following the dependence assumption we have(17)and

(18)If we follow the independence assumption we get(19)and

(20)Thus, we can calculate the gradient updates and the formula for the next set of sample vectors is(21)where is the learning constant of the gradient ascent updates.

This approach may work more efficiently than the sampling of the full posterior distribution although it is more constrained in terms of the actual sampling (i.e. the new position vectors are constrained by the current position vectors). The price that we pay for this additional constraint is that we may sample more frequently than it would be implied by the full posterior distribution, regions of the space where the likelihood of finding the optimum is low, and conversely we may sample less frequently other regions, where the full posterior distribution would indicate high likelihood of finding the optimal solution.

Summary

In principle the advantage of the Bayesian approach is that we take into account the full distribution of likelihoods of finding the optimal solution at any admissible solution parameter vector. Of course, the disadvantage comes in computational terms since maintaining and updating the information about this full distribution is computationally expensive.

The Bayesian approach to PSO described here provides a general insight into how PSO algorithms work in principle. It shows that the PSO algorithm makes the position vectors converge towards the most likely location of the solution vector. This convergence is improved stepwise as the increasing amount of data constraints more and more the estimated distribution of the likely location of the solution vector. This distribution converges towards the actual distribution of the solution vector(s) that may be a Dirac δ distribution, if there is a single solution, or combination of Dirac δ and possibly uniform distributions if there are multiple solutions (note that the uniform distribution is the case if there is a part of the solution vector space over which the optimized function takes the same value (i.e. it is constant), which is the optimal value). In the next section we consider particular cases to show the link between the Bayesian interpretation of PSO and the practically used PSO methods.

Particular Cases

Gaussian PSO

First, we introduce the Gaussian PSO, which is a particular version of the Bayesian interpretation of the PSO. We choose Gaussian distributions for the distributions involved in our calculations,(22)and

(23)Where and are appropriate constants to satisfy the integral requirement of the distributions. Following the dependence assumption we find the update formulas(24)and

(25)Alternatively if we follow the independence assumption we get the update formulas(26)and

(27)We note that the multiplicative factor disappears if is assumed to be uniform distribution. The meaning of this factor is that if the second additive term on the right side of the equations (25) and (27) is zero then the position vectors converge to the zero vector that is consistent with the assumption of equation (22). If the is a uniform distribution and the second additive term of the equations (25) and (27) is zero, the position vectors do not move, again this being consistent with the assumption of the uniform initial prior distribution.

The equations (25) and (27) are similar to the position vector update equations used in the standard PSO algorithm (equations (1) and (2)) with the exception of the random components. The random components are replaced by the multipliers that depend on the evaluations of the function . Our equations are derived in a principled manner from the consideration of the posterior distribution of likelihoods of possible solution parameter vectors being the optimal solution vector. The similarity between the equations confirms the correctness of the intuition that led to the formulation of PSO algorithms, and explains the success of application of heuristic PSO algorithms (i.e. these algorithms move the position vectors towards the likely solution vectors given the available data).

Standard PSO

Let us start by making the choice of distributions further more specific. We modify the functions such that we take into account only a selection of these corresponding to certain vectors. Let us first define(28)where

(29) (30)

Then we may define the modified versions of these functions as follows:(31)

Where is a constant. If we follow the dependence assumption we set . Alternatively, if we follow the independence assumption we set , defining a uniform distribution over a bounded region in the space of solution parameter vectors where we search for the optimal solution.

Considering the Gaussian distributions introduced in equations (22) and (23) together with the modifications as defined in equations (28) – (31), after calculations we find that the revised update equations for solution parameter vectors associated with particles are as follows for the two kinds of joint distribution assumptions (i.e. dependence and independence):(32)and

(33)noting that if for all for a given then the -th additive term disappears (i.e. otherwise we would have division by 0).

Next, we constrain the set of distributions considered for each particle to those distributions that are associated with best vectors calculated for this particle and those associated with temporary global maxima . In formal terms this is implemented using a 0 multiplier for functions associated with other particles in the case of the calculation of posterior distribution according to the dependence assumption, and by using a 0 exponent for distributions associated with other particles in the case of the posterior distribution calculation following the independence assumption, with the exception that this change does not apply if the vector associated with another particle is the temporary global optimum vector. This means that for any , at most only two of the vectors , are considered, i.e. if or then is considered, or if then is considered, and the -th additive term is present in the sum, otherwise it disappears.

Now, let us assume that the information that we gained earlier in the process of optimization is discounted as time passes and as we expect to get closer to the true optimal solution. To implement the discounting of information we modify the distributions that we considered by changing the value of the parameter â for distributions associated with earlier positions of the particles. First, we define(34)

We make the distributions adaptive, by setting(35)

Where . This means that with every turn of updating the solution parameter vectors associated with particles the distributions associated with earlier positions of the particles get flatter as approaches 0.

Replacing in equation (32) and (33) by means that additive terms corresponding to earlier particle-specific and global temporary optima get discounted. We can rewrite equations (32) and (33) in a common form as(36)

Where and are calculated according to (32) or (33) and is the sum of the additive terms corresponding to earlier temporary global and particle specific optima.

Equation (36) is the same as the update equation of the standard PSO with the exception that the random factors are replaced by and , which vary according to the evaluations of the optimized function. The speed momentum component is represented by . If is set sufficiently small then this latter component will decrease quickly and can be considered vanishingly small. This variant of equation (36) is equivalent to the original PSO equation that did not include the speed momentum term.

Bare Bones PSO

The bare bones PSO introduced by Kennedy [15] has been described briefly in Section 2. This variant of PSO generates the next vectors associated with particle by sampling the Gaussian distribution centered at and having a covariance matrix defined as , where is the identity matrix.

In our Bayesian approach this is equivalent of fully discounting the prior information () and also the past prior to the last evaluation of the solution parameter vectors associated with the particles. Furthermore, the bare bones PSO assumes that the posterior distribution considered for particle in equation (13) depends only on and . Thus, this distribution is:(37)

Further calculations of this distribution lead to the following formula(38)

This distribution is the same as the distribution corresponding to equation (26) in the context of Gaussian PSO with the independence assumption for the posterior by setting , and assuming that . If the posterior becomes a Dirac-δ distribution centered at . Thus, the Bayesian interpretation shows that the bare bones PSO is equivalent of the standard PSO with a specific setting of .

Kalman Filter PSO

Let us start by considering the posterior distribution defined following the independence assumption (equation (15)) and let us assume the following component distributions(39)and define according to equation (31).

This means that the posterior for particle is a product of Gaussian distribution, which itself is a Gaussian distribution(40)

Considering that.(41)

Where and are determined by according to equation (15), we can write the update equations for and . After some calculations we find(42)(43)

An alternative way to calculate this covariance matrix and mean vector is to build a Kalman filter following the way proposed in the Kalman filter PSO algorithm [17]. This algorithm applies the Kalman filter calculations to combined position and velocity vectors for each prototype. The velocity is calculated according to(44)

Let us consider the vectors , and and the Kalman filter PSO equations (5) – (7). We consider the matrix representing the balance between the influence of the global and particle specific optima (i.e. corresponds to and ), and(45)(46)(47)(48)(49)and is the identity matrix, is the nil matrix, , , and are the covariance matrices for , and , and for particle at time , and , and are fixed component matrices of and .

Considering the specific forms of the matrices given in equations (45) – (49), and the equations (42) – (43), we define(50)and identify . Assuming that , implying that the original mean velocity for any particle is zero (the covariance matrix of velocity vectors is given by the component of ), after some calculations we find

(51) (52)

The last two equations are equivalent of a reformulation of equations (42) and (43) by considering the setting of , , and such that(53)(54)(55)

Thus, the Kalman filter PSO can be seen as a particular case of the Gaussian PSO with the independence assumption.

Other Particular Cases

We may fully discount the past, and consider all current vectors associated with particles to determine the updates of the vectors. The Bayesian formulation of the PSO allows the calculation of the weights that apply to the vectors associated with all particles. Depending on whether we follow the dependence or independence assumptions, we get the following update equations in the case of the algorithm variants based on Gaussian PSO:(56)and

(57)The difference between the two formulations is that the dependence assumption implies the use of weightings that depend on the relative positions of these vectors, while such weights are not used in the case of the independence assumption.

The potential advantage of the consideration of the full current set of vectors associated with particles for the calculation of the next vectors is that in certain cases the selection of the global best and particle best vectors may impose an undesirable bias that may temporarily steer the particles away from the actual optimum. The weighted impact of the vectors allows a more balanced calculation of the vector updates, reducing the chance of such undesirable bias.

Another alternative to reduce this kind of bias is to consider the full set of past global best vectors for each update, in combination with temporal discounting. This is implemented in the context of Bayesian PSO in a similar manner that we used to derive the Bayesian interpretation of the standard PSO (see equations (28) – (36)). The update equation for solution parameter vectors in this case is(58)

Kernel Extension

As we noted in Section 3 the Bayesian approach allows to incorporate prior knowledge about the optimization problem into the application of the PSO method. In some cases such prior knowledge may be expressed in the sense that certain distributional assumptions are valid about the likelihood of a vector being the optimal solution, given the evaluation values associated with other vectors. For example, Gaussian distributions of likelihood of being the optimal vector may be valid in a transformed space defined by some transformation of the original solution parameter vectors. Generally, such prior knowledge can be considered as regularization constraints [22] that are known to apply to the unknown function for which the location of the optimal value is searched for.

In continuation we assume that such prior knowledge implies that combinations of Gaussian distributions in a transformed space are valid indicators of the likelihood of a vector being the optimal vector, given the knowledge of the evaluation of current vectors associated with particles (either in the summative or multiplicative sense – i.e. assuming dependence or independence of probabilities implied by evaluation of different vectors associated with particles). The transformation of the space is denoted by Ψ. Furthermore, we assume that Ψ is such that the internal product in the transformed space can be expressed using a kernel function defined over pairs of vectors of the original space of solution parameter vectors, i.e. the transformation Ψ corresponds to a Mercer kernel K [23]:(59)

Following this assumption, we find that(60)

Thus, equations (22) and (23) can be rewritten as follows(61)and

(62)Many valid kernel functions are defined such that . Considering such kernels implies that , where is a constant (often or ). Following further calculations along the lines of equations (17) – (21) we find the update equations for vectors associated with particles. In the case of the dependence assumption the update equation becomes(63)

In the case of the independence assumption we find(64)

There are many options for kernel functions, for example [23], [24]:(65)(66)(67)(68)where is a strictly positive constant.

The particular cases of Bayesian PSO are naturally adapted to the kernel extension of PSO. The vector update equation for the kernel version of the standard PSO becomes(69)

Considering the kernel function given in equation (68) the kernel extension of the standard PSO update equations is(70)

The practical meaning of this variant of the PSO vector update equation is that the best approach towards the optimum given the global best and particle best vectors becomes variable according to the trigonometric functions involved in the equation (69). In a sense the role of the variability of particle position vector updates represented by the use of trigonometric functions replaces the variability induced by the random numbers in equation (1). In this case this is done in a principled manner since the kernel function (equation (68)) is assumed to represent some knowledge about the nature of the optimization problem.

Application Examples

To evaluate the performance of Bayesian PSO we compared the standard PSO (equations (1) and (2) ); the bare bones PSO (see Section 2); two kinds of Gaussian PSO: representing the dependence and independence assumption versions of Gaussian PSO, corresponding to equations (25) and (27) – Gaussian 1 and Gaussian 2, respectively; and a kernel extension of the standard PSO (equation (70) with ). To compare the performance of these methods we chose the following 10 dimensional functions [19]:

  1. Axis-parallel hyper-ellipsoid:
  • (71)2) Griewank:
  • (72)3) Rastrigin:
  • (73)4) Rosenbrock:
  • (74)5) Salomon:
  • (75)6) Schwefel:
  • (76)7) Sphere:
  • (77)8) Step:
  • (78)9) Modulus sum:

(79)For each function we ran 100 times each algorithm with random initialization of 100 particles. The aim of the optimization in all cases is to find the minimum value of the function. The stop condition of the runs was either reaching 100,000 iterations or reduction of the variability of the particle positions around the global best position to be close to zero, i.e(80)

The performance of a method for a given function is characterized by the mean value of the minimum values for the given function that were found by the respective PSO method and the standard deviation of the mean minimum values. To compare the performances of different methods for each considered optimized function we used the two-tailed t-test. The mean convergence times of the PSO methods varied, the comparably fastest being the bare bones and the Gaussian PSOs, the standard PSO was somewhat slower than these (needing more iteration steps), and the kernel standard PSO was the slowest, needing many more iterations than the other methods.

The generic forms of some of the algorithms were slightly modified to facilitate their execution and testing. In the case of bare bones PSO we sampled only the middle of the distribution, i.e. instead of we used as the covariance matrix – this improved very much the results making them more comparable with the results of the other PSO variants. For the Gaussian PSO algorithms we retained only the last 100 positions for each particle to calculate the estimated probability density function of the optimal solution. The parameters that we chose for the Gaussian PSOs and the kernel standard PSO were: for all, for the dependence assumption Gaussian PSO and the kernel standard PSO, and for the independence assumption Gaussian PSO.

The performance results are presented in Table 1. Table 2 presents the statistical comparison of these using the t-test. The results show that the bare bones PSO is statistically significantly better than the standard PSO for all functions with the exception of the Rosenbrock and modulus sum functions. They also show that the Gaussian PSOs are statistically very significantly better than the bare bones PSO for seven out nine functions, the exceptions being the Schwefel and step functions. The results show that the kernel standard PSO is significantly better than the bare bones PSO for all functions except the Rastrigin function.

thumbnail
Table 2. Comparison of Performance Results of the PSO Algorithms.

https://doi.org/10.1371/journal.pone.0048710.t002

Discussion and Conclusions

The Bayesian interpretation of PSO provides a principled basis for the analysis of PSO algorithms. We have shown in this paper that special cases of the Gaussian PSO variant of the Bayesian PSO are equivalent of the standard PSO [1], bare bones PSO [15] and Kalman filter PSO [17]. The Bayesian interpretation of PSO allows formal analysis of the mechanisms and performance factors of PSO algorithms and this can lead to a better understanding of the reasons why certain PSO algorithms may work better in certain circumstances than other similar algorithms.

In general, we have to assume that PSO algorithms are applied to optimization problems that are complex and the evaluation of the optimized function is costly. This means that extensive sampling and evaluation of the optimized function is not feasible and thus it is impractical to approximate this function or to approximate numerically the derivatives of the function. The implication of this is that searching for the optimal solution parameter vector cannot be driven by usual optimization methods that can be applied to find optima of analytically tractable known functions. Thus a possible and feasible alternative is that the search for the optimal solution parameter vector (or an approximation of this) is driven by estimating the probability distribution of the location of the optimal solution given the available data about the evaluations of the optimized function at positions corresponding to particles of the PSO algorithm. This approach is represented by the Bayesian interpretation of PSO.

The dimensionality of the argument vectors of the optimized function (i.e. the position vectors of the particles) and the number of particles in the PSO algorithm have significant impact on the effectiveness of the PSO algorithm. In order to estimate the density function of the probability distribution of the likely position of the optimal solution vector we need a sufficient sample of the space of the position vectors. As the PSO algorithm proceeds we gain additional sample data and the approximation of the true probability distribution gets improved. Note that the true distribution might be a Dirac δ distribution centered at unique the global optimum of the function, if this exists. Alternatively it is possible that the true distribution is a linear combination of Dirac δ distributions centered at equivalent global optima of the function. It is also possible that this distribution is an extension of the Dirac δ distribution and/or uniform distribution in cases when the optimum positions form together a surface or a sub-space in the space of the argument vectors of the optimized function (e.g. the step function in Section 6). If the number of particles is sufficiently large we can choose from a wide range of possible component distributions () in equations (14) and (15)). However, if the particles sample the space of the solution parameter vectors very sparsely the reasonable choices for component distributions are reduced to distributions that represent the simplest distributional assumptions (e.g. Gaussian, exponential, uniform distributions).

In the introduction of the Bayesian PSO algorithms we used the assumption that in the case of an optimization problem that is formulated as a maximization of a positive function, the likelihood of being the optimal solution is proportional to and in the case of the dependence assumption it also depends on the function evaluation values for all other considered . In the case of minimization problems we replaced by . These are the simplest assumptions. However, in principle it could be assumed that in the case of a maximization problem the likelihood of being the optimal solution is proportional to , where is monotonous positive function that represents prior knowledge about the relationship between and the likelihood of being the optimal solution. Similarly, in the case of a minimization problem we could use instead of if prior knowledge indicates the appropriateness of . Furthermore, the requirement of being a monotonous positive function may also be relaxed if the prior knowledge about the problem is sufficient to make the assumption of a non-monotonous appropriate for the problem. For example, if in the case of a maximization problem it is known that the interesting maxima are above 100, then we may assume that the use of a such that if is appropriate. Of course, the use of can be incorporated into the component probability density functions that are used for the calculation of the posterior distributions in equations (14) and (15).

The proposed Bayesian PSO in principle takes into account the full information gathered through the use of algorithm about the nature of the optimization problem that is being solved. In practice the range of this information may be cut in order to increase the speed of the algorithm, as we have shown in the case of the particular variants of the PSO (see Section 4). The Bayesian interpretation of the PSO provides a principled way of incorporating any part of the additional information that may not be considered by the usual variants of the algorithm (i.e. the information provided by the evaluation of parameter vectors by the particles as they pass through the parameter space). The Bayesian PSO also allows to incorporate into the algorithm prior information about the optimization problem that is being solved. This prior information may simply be represented by a prior distribution over the problem space that indicates likely locations of the optimal solution (i.e. ), or it may be expressed through the use of an appropriate kernel function used through the kernel extension of the Bayesian PSO (see Section 5).

The use of the kernel version of PSO algorithms replaces the random variation inducing elements of the PSO algorithm with a similar, but more principled, source of variation, which is provided by the inclusion of the kernel function into the equations (see equation (69)). The kernel function represents prior knowledge about the nature of the optimized function. In principle, this allows to improve the effectiveness of the PSO algorithm even if the number of particles is relatively small in comparison with the dimensionality of the space of argument vectors of the optimized function. This is because the use of the kernel function is expected to implicitly drive the search along appropriate lower dimensional surfaces within the high dimensional space, thus improving the effective sampling of argument vector space (i.e. the more effective sampling is with respect the lower dimensional surface on which the search proceeds).

If the function that is optimized is very variable the Bayesian PSO may need finely tuned parameters (γ and β) to achieve good results. An alternative way to improve its performance is to sample the distribution specified in equation (14) or (15) just as in the case of the bare bones PSO, instead of using a variant of the equation (21) to generate a deterministic update of the particle position vectors. Sampling of the distributions will make the algorithm computationally more expensive, but at the same time it allows more faithful guidance towards the actual optimum position than the deterministic updating.

The Bayesian interpretation of PSO algorithms paves the way for many future developments in PSO research. By providing solid theoretical foundations for the analysis of PSO algorithms and their performance factors it is expected to stimulate the work on variants of PSO and hybrids of PSO with other computational methods. In particular, the research about the choice of appropriate kernels and component distributions that represent prior knowledge about the optimization problem to be solved is likely to attract attention. This is because such appropriate choices can make very significant differences in the performance of the PSO algorithm and this might expand considerably the areas of effective practical applications of PSO algorithms.

Note.

The Delphi code of the Gaussian PSO algorithms and of the kernel PSO algorithm discussed in this paper are available on request from the author. To request a copy of the algorithm codes please email to peter.andras@ncl.ac.uk.

Author Contributions

Conceived and designed the experiments: PA. Performed the experiments: PA. Analyzed the data: PA. Contributed reagents/materials/analysis tools: PA. Wrote the paper: PA.

References

  1. 1. Kennedy J, Eberhart R (1995) Particle swarm optimization. Proceedings of the International Conference on Neural Networks 1995: 1942–1948.
  2. 2. Banks A, Vincent J, Anyakoha C (2007) A review of particle swarm optimization. Part I: background and development, Natural Computation 6: 467–484.
  3. 3. Banks A, Vincent J, Anyakoha C (2008) A review of particle swarm optimization. Part II: hybridization, combinatorial, multicriteria and constrained optimization, and indicative applications. Natural Computation 7: 109–124.
  4. 4. Blackwell T, Branke J, Li X (2008) Particle swarms for dynamic optimization problems. In: Blum C, Merkle D, editors. Swarm Intelligence: Introduction and Applications (Natural Computing Series). Heidelberg: Springer. 194–217.
  5. 5. Poli R, Kennedy J, Blackwell T (2007) Particle swarm optimization. An overview. Swarm Intelligence 1: 33–57.
  6. 6. AlRashidi MR, El-Hawary ME (2009) A survey of particle swarm optimization applications in electric power systems. IEEE Transactions on Evolutionary Computation 13: 913–918.
  7. 7. del Valle Y, Venayagamoorthy GK, Mohagheghi S, Hernandez J-C, Harley RG (2008) Particle swarm optimization: basic concepts, variants and applications in power systems. IEEE Transactions on Evolutionary Computation 12: 171–195.
  8. 8. Pan Q-K, Tasgetiren MF, Lian Y-C (2008) A discrete particle swarm optimization algorithm for the no-wait flowshop scheduling problem, Computers & Operations Research. 35: 2807–2839.
  9. 9. Zhang G, Shao X, Li P, Gau L (2009) An effective hybrid particle swarm optimization algorithm for multi-objective flexible job-shop scheduling problem. Computers & Industrial Engineering 56: 1309–1318.
  10. 10. Ai TJ, Kachitvichyanukul V (2009) A particle swarm optimization of the vehicle routing problem with simultaneous pickup and delivery, Computers & Operations Research. 36: 1693–1702.
  11. 11. Liu H, Abraham A, Hassanien AE (2010) Scheduling jobs on computational grids using a fuzzy particle swarm optimization algorithm. Future Generation Computer Systems 26: 1336–1343.
  12. 12. Schwaab M, Biscaia MC Jr, Monteiro JL, Pinto JC (2008) Nonlinear parameter estimation through particle swarm optimization. Chemical Engineering Science 63: 1542–1552.
  13. 13. Eberhart RC, Shi Y (2000) Comparing inertia weights and constriction factors in particle swarm optimization. Proceedings of the IEEE Congress on Evolutionary Computation 2000: 84–88.
  14. 14. Clerc M, Kennedy J (2002) The particle swarm: explosion, stability and convergence in a multidimensional complex space. IEEE Transactions on Evolutionary Computation 6: 58–73.
  15. 15. Kennedy J (2003) Bare bones particle swarms. Proceedings of the Swarm Intelligence Symposium 2003: 80–87.
  16. 16. Krohling RA, Mendel E (2009) Bare bones particle swarm optimization with Gaussian or Cauchy jumps. Proceedings of the IEEE Congress on Evolutionary Computation 2009: 3285–3291.
  17. 17. Monson CK, Seppi KD (2004) The Kalman swarm. A new approach to particle motion in swarm optimization. Proceedings of the Genetic and Evolutionary Computation Conference 2004: 140–150.
  18. 18. Monson CK, Seppi KD (2005) Bayesian optimization models for particle swarms. Proceedings of the Genetic and Evolutionary Computation Conference 2005: 193–200.
  19. 19. Montes de Oca MA, Stützle T, Van Den Enden K, Dorigo M (2009) Incremental social learning in particle swarms. IRIDIA Technical Report TR/IRIDIA/2009–002.
  20. 20. Poli R, Langdon WB (2007) Markov chain models of bare-bones particle swarm optimizers. Proceedings of the Genetic and Evolutionary Computation Conference 2007: 142–149.
  21. 21. Richer T, Blackwell TM (2006) The Lévy particle swarm. Proceedings of the IEEE Congress on Evolutionary Computation 2006: 3150–3157.
  22. 22. Haykin S (2008) Neural Networks and Learning Machines, 3rd edition. Upper Saddle River, NJ: Prentice Hall.
  23. 23. Scholkopf B, Burges CJC, Smola A, editors (1998) Advances in Kernel Methods. Cambridge, MA: MIT Press.
  24. 24. Schabeck R, De Marchi S (2009) Nonstandard kernels and their applications. Dolomites Research Notes 2.