Skip to main content

Gravity inversion of a fault by Particle swarm optimization (PSO)

Abstract

Particle swarm optimization is a heuristic global optimization method and also an optimization algorithm, which is based on swarm intelligence. It comes from the research on the bird and fish flock movement behavior. In this paper we introduce and use this method in gravity inverse problem. We discuss the solution for the inverse problem of determining the shape of a fault whose gravity anomaly is known. Application of the proposed algorithm to this problem has proven its capability to deal with difficult optimization problems. The technique proved to work efficiently when tested to a number of models.

Introduction

In first section, gravity anomaly produced by fault with known parameters has been calculated and plotted. In Section 2, the Particle swarm optimization (PSO) is proposed and its different parts are studied. In Section 3, the proposed algorithm is tested for the inverse problem of determining the shape of a fault whose gravity anomaly is known. Finally the conclusion is presented in Section 4.

Appplication to the gravity field of a fault

A fault structure can be approximated by two Semi-infinite horizontal sheets, one displaced vertically from the other. The general situation of a fault is presented in Figure 1, together with the shape of the Expected anomaly which is described by the formula (1) (Telford et al. (1976;Thanassoulas et al. 1987):

g = 2 k б t π + tan 1 ( x / h 1 + cot a tan 1 ( x / h 2 + cot a
(1)
Figure 1
figure 1

Fault model illustrating various parameters used in work, and shape of expected gravity anomaly.

K = 6.672e-3

б = density contrast

t = thickness of sheet

h1,2 = depth of each side to the middle of the sheet

a = fault angle.

Particle swarm optimization (PSO)

Introduction

Optimization is the process of making something better. In other words, optimization is the process of adjusting the inputs to or characteristics of a device, mathematical process, or experiment to find the minimum or maximum output or result. The input consists of variables.

The process or function is known as the cost function, objective function, or fitness function; and the output is the cost or fitness (Haupt & Haupt 2004). There are different methods for solving an optimization problem. Some of these methods are inspired from natural processes. These methods usually start with an initial set of variables and then evolve to obtain the global minimum or maximum of the objective function. Genetic Algorithm (GA) has been the most popular technique in evolutionary computation research.

Genetic Algorithm uses operators inspired by natural genetic variation and natural selection (Melanie 1999; Sivanandam & Deepa 2008). Another example is Particle Swarm Optimization (PSO) which was developed by Eberhart and Kennedy in (Eberhart & Kennedy 1995). This stochastic optimization algorithm is inspired by social behavior of bird flocking or fish schooling (Sivanandam & Deepa 2008) (Engelbrecht 2005)). Ant Colony Optimization (ACO) is another evolutionary optimization algorithm which is inspired by the pheromone trail laying behavior of real ant colonies Sivanandam & Deepa (Dorigo & Blum 2005; Dorigo & Gambardella 1997; Sivanandam & Deepa 2008). On the other hand Simulated Annealing simulates the annealing process in which a substance is heated above its melting temperature and then gradually cools to produce the crystalline lattice, which minimizes its energy probability distribution Haupt & Haupt (De Vicente et al. 2003; Haupt & Haupt 2004; Vecchi Kirkpatrick & Gelatt 1983). Besides these well known methods, the investigations on nature inspired optimization algorithms are still being done and new methods are being developed to continually solve some Sort of nonlinear problems. The novel algorithm integrates advantages of the immune evolutionary algorithm and chaos optimization algorithm. Ahrari et al. (Ahrari et al. 2009) Introduces a new optimization technique called Grenade Explosion Method (GEM) and its underlying ideas, including the concept of Optimal Search Direction (OSD), are elaborated. In a new particle swarm optimization method based on the clonally selection algorithm is proposed to avoid premature convergence and guarantee the diversity of the population. Rajabioun (Rajabioun 2011).

The main advantages of evolutionary algorithms are Sivanandam & Deepa (2008):

  1. (1)

    Being robust to dynamic changes: Traditional methods of optimization are not robust to dynamic changes in the environment and they require a complete restart for providing a solution. In contrary, evolutionary computation can be used to adapt solutions to changing circumstances.

  2. (2)

    Broad applicability: Evolutionary algorithms can be applied to any problems that can be formulated as function optimization problems.

  3. (3)

    Hybridization with other methods: Evolutionary algorithms can be combined with more traditional optimization techniques.

  4. (4)

    Solves problems that have no solutions: The advantage of evolutionary algorithms includes the ability to address problems for which there is no human expertise. Even though human expertise should be used when it is needed and available; it often proves less adequate for automated problem-solving routines. Rajabioun (2011).

Particle swarm optimization (PSO)

Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995 (Eberhart & Kennedy 1995; Eberhart & Shi 2001; Eberhart & Shi 1998a; Eberhart & Shi 1998b; Kennedy & Eberhart 1995), inspired by social behavior of bird flocking or fish schooling.

PSO shares many similarities with evolutionary computation techniques such as Genetic Algorithms (GA). The system is initialized with a population of random solutions and searches for optima by updating generations. However, unlike GA, PSO has no evolution operators such as crossover and mutation. In PSO, the potential solutions, called particles, fly through the problem space by following the current optimum particles. The detailed information will be given in following sections (http://www.swarmintelligence.org/tutorials.php).

Compared to GA, the advantages of PSO are that PSO is easy to implement and there are few parameters to adjust. PSO has been successfully applied in many areas: function optimization, artificial neural network training, fuzzy system control, and other areas where GA can be applied (http://www.swarmintelligence.org/tutorials.php).

Background: Artificial life

The term “Artificial Life” (ALife) is used to describe research into human-made systems that possess some of the essential properties of life. ALife includes two-folded research topic (http://www.alife.org):

  1. 1.

    A Life studies how computational techniques can help when studying biological phenomena

  2. 2.

    A Life studies how biological techniques can help out with computational problems

The focus of this report is on the second topic. Actually, there are already lots of computational techniques inspired by biological systems. For example, artificial neural network is a simplified model of human brain; genetic algorithm is inspired by the human evolution (http://www.alife.org).

Here we discuss another type of biological system - social system, more specifically, the collective behaviors of simple individuals interacting with their environment and each other. Someone called it as swarm intelligence. All of the simulations utilized local processes, such as those modeled by cellular automata, and might underlie the unpredictable group dynamics of social behavior (http://www.alife.org).

Some popular examples are floys and boids. Both of the simulations were created to interpret the movement of organisms in a bird flock or fish school. These simulations are normally used in computer animation or computer aided design (http://www.alife.org; http://www.red3d.com/cwr/boids/).

There are two popular swarm inspired methods in computational intelligence areas: Ant colony optimization (ACO) and particle swarm optimization (PSO). ACO was inspired by the behaviors of ants and has many successful applications in discrete optimization problems (http://iridia.ulb.ac.be/~mdorigo/ACO/ACO.html).

The particle swarm concept originated as a simulation of simplified social system. The original intent was to graphically simulate the choreography of bird of a bird block or fish school. However, it was found that particle swarm model can be used as an optimizer (Yuhui S, James K, Russell C Eberhart SWARM INTELLIGENCE., http://www.engr.iupui.edu/~eberhart/http://www.engr.iupui.edu/~shi/Coference/psopap4.html).

The algorithm (http://www.swarmintelligence.org/tutorials.php)

As stated before, PSO simulates the behaviors of bird flocking. Suppose the following scenario: a group of birds are randomly searching food in an area. There is only one piece of food in the area being searched. All the birds do not know where the food is. But they know how far the food is in each iteration. So what’s the best strategy to find the food? The effective one is to follow the bird which is nearest to the food.

PSO learned from the scenario and used it to solve the optimization problems. In PSO, each single solution is a “bird” in the search space. We call it “particle”. All of particles have fitness values which are evaluated by the fitness function to be optimized, and have velocities which direct the flying of the particles. The particles fly through the problem space by following the current optimum particles.

PSO is initialized with a group of random particles (solutions) and then searches for optima by updating generations. In every iteration, each particle is updated by following two “best” values. The first one is the best solution (fitness) it has achieved so far. (The fitness value is also stored.) This value is called pbest. Another “best” value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the population. This best value is a global best and called gbest. When a particle takes part of the population as its topological neighbors, the best value is a local best and is called lbest.

After finding the two best values, the particle updates its velocity and positions with following equation (a) and (b).

v = v + c 1 * rand * pbest present + c 2 * rand * gbest present
(a)
present = persent + v
(b)

v[] is the particle velocity, persent[] is the current particle (solution). pbest[] and gbest[] are defined as stated before. rand () is a random number between (0,1). c1, c2 are learning factors. usually c1 = c2 = 2.

The pseudo code of the procedure is as follows

For each particle

Initialize particle

END

Do

For each particle

Calculate fitness value

If the fitness value is better than the best fitness value (pBest) in history

set current value as the new pBest

End

Choose the particle with the best fitness value of all the particles as the gBest

For each particle

Calculate particle velocity according equation (a)

Update particle position according equation (b)

End

While maximum iterations or minimum error criteria is not attained

Particles’ velocities on each dimension are clamped to a maximum velocity Vmax. If the sum of accelerations would cause the velocity on that dimension to exceed Vmax, which is a parameter specified by the user. Then the velocity on that dimension is limited to Vmax.

PSO parameter control (http://www.swarmintelligence.org/tutorials.php)

From the above case, we can learn that there are two key steps when applying PSO to optimization problems: the representation of the solution and the fitness function. One of the advantages of PSO is that PSO take real numbers as particles. It is not like GA, which needs to change to binary encoding, or special genetic operators have to be used. For example, we try to find the solution for f(x) = ×1^2 + ×2^2 + ×3^2, the particle can be set as (×1, ×2, ×3), and fitness function is f(x). Then we can use the standard procedure to find the optimum. The searching is a repeat process, and the stop criteria are that the maximum iteration number is reached or the minimum error condition is satisfied.

There are not many parameter need to be tuned in PSO. Here is a list of the parameters and their typical values.

The number of particles: the typical range is 20–40. Actually for most of the problems 10 particles is large enough to get good results. For some difficult or special problems, one can try 100 or 200 particles as well.

Dimension of particles: It is determined by the problem to be optimized,

Range of particles: It is also determined by the problem to be optimized, you can specify different ranges for different dimension of particles.

Vmax: it determines the maximum change one particle can take during one iteration. Usually we set the range of the particle as the Vmax for example, the particle (×1, ×2, ×3).

X1 belongs [−10, 10], then Vmax = 20

Learning factors: c1 and c2 usually equal to 2. However, other settings were also used in different papers. But usually c1 equals to c2 and ranges from [0, 4].

The stop condition: the maximum number of iterations the PSO execute and the minimum error requirement. for example, for ANN training in previous section, we can set the minimum error requirement is one mis-classified pattern. the maximum number of iterations is set to 2000. this stop condition depends on the problem to be optimized.

Global version vs. local version: we introduced two versions of PSO. global and local version. global version is faster but might converge to local optimum for some problems. local version is a little bit slower but not easy to be trapped into local optimim. One can use global version to get quick result and use local version to refine the search. (webpage of International Society for Artificial Life; webpage of Ariel Dolan; Background and Update; Web site responsible: Romain Hendrickx and Leonardo Bezerra; Kennedy J, Eberhart RC (1995); PSO Tutorial; Shi & Eberhart 1998).

Another factor is inertia weight, which is introduced by Shi and Eberhart (1998). If you are interested in it, please refer to their paper in 1998. (Title: A modified particle swarm optimizer).

Application of particle swarm optimization (PSO) in inverse problem solving

Using Equation (1), the theoretical anomaly which corresponds to a fault with t = 500 m, h1 = 6000 m (left), h 2 = 2000 m, a = 30°, and б = 1, is presented as a continuous line in Figure 2. To test the program, the theoretical anomaly of Figure 2 is digitized every 5000 m (Table 1), and a “bad” initial model with parameters h1 = 3000 m, h2 = 1600 m, t = 700 m, and a = 30° is entered. (Thanassoulas et al. 1987) and Table 2 shows Parameters of obtained solution.

Figure 2
figure 2

Theoretical gravity anomaly produced by fault with known parameters and corresponding anomaly (solid triangles) of solution given by gravity inversion program.

Table 1 Gravity anomaly for inversion
Table 2 Parameters of obtained solution

During the iterations the density contrast is kept as a fixed parameter, assuming that its value has been estimated previously. The parameters which are optimized are:

  1. (a)

    the thickness of the sheet,

  2. (b)

    the left distance to the middle of the sheet,

  3. (c)

    the right distance to the middle of the sheet, and

  4. (d)

    the angle of the fault.

PSO set parameters:

CostFunc = g = 2kбt[π + tan-1{(x/h1 + cot (a)}- tan-1{(x/h2 + cot (a)}]

npar = 4;

varLow = 0;

varHigh = 1;

c1 = 2;

c2 = 4-c1;

numOfParticles = 100;

maxNumOfIterations = 500;

Figure 2 shows Theoretical gravity anomaly produced by fault with known parameters and corresponding anomaly (solid triangles) of solution given by gravity inversion program. Figure 3 shows Cost function value-PSO iteration. Figure 4 Observed g-calculated g graph and Figure 5 shows Calculated g graph.

Figure 3
figure 3

Cost function value-PSO iteration.

Figure 4
figure 4

Observed g-calculated g graph.

Figure 5
figure 5

Calculated g graph.

Conclusion

The parameters which are optimized with this method are: (a) the thickness of the sheet,(b) the left distance to the middle of the sheet,(c) the right distance to the middle of the sheet, and(d) the angle of the fault. Inverse solution reveals that fault model parameters are: depth to top of the fault: 2001.6431 m; depth to bottom of the fault: 6000 m; fault angle: 1.05*π- π =189-180 = 90, thickness of fault : 501.44849 m; which agree quite well with the known results. A good agreement has been found between the predicted model anomaly and the observed gravity anomaly.

References

  1. webpage of Ariel Dolan. http://www.aridolan.com

  2. Ahrari A, Shariat M, Shariat-Panahi AA, Atai GEM: a novel evolutionary optimization method with improved neighborhood search. Appl Math Comput 2009, 210: 376-386. 10.1016/j.amc.2009.01.009

    Article  Google Scholar 

  3. De Vicente J, Lanchares J, Hermida R: Placement by thermodynamic simulated annealing. Physics Letters A 2003, 317: 415-423. 10.1016/j.physleta.2003.08.070

    Article  Google Scholar 

  4. Dorigo M, Blum C: Ant colony optimization theory: a survey. Theor Comput Sci 2005, 344: 243-278. 10.1016/j.tcs.2005.05.020

    Article  Google Scholar 

  5. Dorigo M, Gambardella LM: Ant Colony System: a cooperative learning approach to the traveling salesman problem. IEEE Trans Evol Comput 1997, 1: 53-66. 10.1109/4235.585892

    Article  Google Scholar 

  6. Eberhart RC, Kennedy J: A new optimizer using particle swarm theory. Proceedings of the sixth international symposium on micro machine and human science. Piscataway, NJ, Nagoya, Japan: IEEE service center; 1995:39-43.

    Book  Google Scholar 

  7. Eberhart RC, Shi Y Proc. 1998 Int’l Conf. on neural networks and brain. In Evolving artificial neural networks. Beijing, P. R. China; 1998:PL5-PL13.

    Google Scholar 

  8. Eberhart RC, Shi Y: Comparison between genetic algorithms and particle swarm optimization. Evolutionary programming vii: proc. 7th ann. conf. on evolutionary conf. Berlin, San Diego, CA: Springer-Verlag; 1998.

    Google Scholar 

  9. Eberhart RC, Shi Y: Particle swarm optimization: developments, applications and resources. Proc. congress on evolutionary computation 2001. Piscataway, NJ, Seoul, Korea: IEEE service center; 2001.

    Google Scholar 

  10. Engelbrecht AP: Fundamentals of Computational Swarm Intelligence. New Jersey: John Wiley & Sons; 2005.

    Google Scholar 

  11. Haupt RL, Haupt SE: Practical Genetic Algorithms. second ed edition. New Jersey: John Wiley & Sons; 2004.

    Google Scholar 

  12. Kennedy J, Eberhart RC: particle swarm optimization, Proc. IEEE int’l conf. on neural networks Vol. IV. Piscataway, NJ: IEEE service center; 1995:1942-1948. ~shi/Coference/psopap4.html http://www.engr.iupui.edu/ ~shi/Coference/psopap4.html

    Google Scholar 

  13. Kennedy J, Eberhart RC Proc. IEEE int’l conf. on neural networks Vol. IV. In article swarm optimization. Piscataway, NJ: IEEE service center; 1995:1942-1948.

    Google Scholar 

  14. Marco Dorigo's co-director of the IRIDIA lab at the Université Libre de Bruxelles: Ant Colony Optimization, responsible: Romain Hendrickx and Leonardo Bezerra. ~mdorigo/ACO/ACO.html http://iridia.ulb.ac.be/ ~mdorigo/ACO/ACO.html

  15. Melanie M: An Introduction to Genetic Algorithms. Massachusetts: MIT Press; 1999.

    Google Scholar 

  16. Rajabioun R: Cuckoo optimization algorithm. Appl Soft Comput 2011, 11: 5508-5518. 10.1016/j.asoc.2011.05.008

    Article  Google Scholar 

  17. Shi Y, Eberhart RC Proceedings of the IEEE International Conference on Evolutionary Computation. In A modified particle swarm optimizer. Piscataway, NJ: IEEE Press; 1998:69-73.

    Google Scholar 

  18. Shi Y, Eberhart RC Evolutionary Programming VII: Proc. EP 98. In Parameter selection in particle swarm optimization. New York: Springer Verlag; 591-600.

  19. Sivanandam SN, Deepa SN: Introduction to Genetic Algorithms. SpringerVerlag, Berlin, Heidelberg: ; 2008.

    Google Scholar 

  20. Telford WM, Geldart LP, Sheriff RE, Keys DA: Applied geophysics. Cambridge: Cambridge University Press; 1976:860.

    Google Scholar 

  21. Thanassoulas C, Tselentis GA, Dimitriadis K: Gravity inversion of a fault by Marquardt’s method. Comput Geosci 1987, 13(4):399-404. 10.1016/0098-3004(87)90012-4

    Article  Google Scholar 

  22. Vecchi Kirkpatrick CD, Gelatt MP: Optimization by simulated annealing. Science: New Series 1983, 220: 671-680.

    Article  Google Scholar 

  23. webpage of Craig Reynolds Boids: Background and Update. http://www.red3d.com/cwr/boids/

  24. webpage of International Society for Artificial Life: Welcome to the International Society for Artificial Life. http://www.alife.org

  25. webpage of Xiaohui Hu, Ph.D. 325 Foxboro Blvd.Foxboro, MA 02035 .Email: hux@ieee.org: PSO Tutorial. http://www.swarmintelligence.org/tutorials.php

  26. Yuhui S, James K, Russell C: Eberhart SWARM INTELLIGENCE. ~eberhart/ http://www.engr.iupui.edu/ ~eberhart/

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Reza Toushmalani.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Toushmalani, R. Gravity inversion of a fault by Particle swarm optimization (PSO). SpringerPlus 2, 315 (2013). https://doi.org/10.1186/2193-1801-2-315

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/2193-1801-2-315

Keywords