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

Application of Differential Evolution Algorithm on Self-Potential Data

  • Xiangtao Li,

    Affiliations Faculty of Chemistry, Northeast Normal University, Changchun, People's Republic of China, College of Computer Science, Northeast Normal University, Changchun, People's Republic of China

  • Minghao Yin

    Minghao.yin1@gmail.com

    Affiliations Faculty of Chemistry, Northeast Normal University, Changchun, People's Republic of China, College of Computer Science, Northeast Normal University, Changchun, People's Republic of China

Abstract

Differential evolution (DE) is a population based evolutionary algorithm widely used for solving multidimensional global optimization problems over continuous spaces, and has been successfully used to solve several kinds of problems. In this paper, differential evolution is used for quantitative interpretation of self-potential data in geophysics. Six parameters are estimated including the electrical dipole moment, the depth of the source, the distance from the origin, the polarization angle and the regional coefficients. This study considers three kinds of data from Turkey: noise-free data, contaminated synthetic data, and Field example. The differential evolution and the corresponding model parameters are constructed as regards the number of the generations. Then, we show the vibration of the parameters at the vicinity of the low misfit area. Moreover, we show how the frequency distribution of each parameter is related to the number of the DE iteration. Experimental results show the DE can be used for solving the quantitative interpretation of self-potential data efficiently compared with previous methods.

Introduction

The self-potential (SP) method is one of the most important optimization problems in geophysics, which is on the basis of the measurement of natural occurring potential difference generated chief from electrochemical, electro kinetic and thermoelectric sources. The SP method has been used in a wide range of applications in geophysics, including prospecting purposes [1], [2], archaeology [3], engineering problem [4], cave detection [5], [6] and geothermal exploration [7], [8]. In some conditions, the SP anomaly can be defined by a single polarize body assuming a model of simple geometry like a sphere, a horizontal or vertical cylinder or an inclined sheet. During the past decade, we have viewed different kinds of methods advanced to handle the SP problem: the method of characteristic points [9]; the curve matching method [10], [11]; the method of least square approaches [12], [13]; the method of derivative analysis and gradients [14]. On the other hand, other techniques have also been used on such as a numerical gradient method, direct interpretation. These techniques can be categorized into two parts: derivative-based method and global search method.

Recently, the differential evolution algorithm [15] has been proposed as a simple and powerful population-based stochastic optimization, which is originally motivated by the mechanism of natural selection. This algorithm searches solutions using three basic operators: mutation, crossover and greedy selection. Mutation is used to generate a mutant vector by adding differential vectors obtained from the difference of several randomly chosen parameter vectors to the parent vector. After that, crossover operator generates the trial vector by combining the parameters of the mutated vector with the parameters of a parent vector selected from the population. Finally, according to the fitness value, selection determines which of the vectors should be chosen for the next generation by implementing one-to-one completion between the generated trail vectors and the corresponding parent vectors. In order to accelerate the convergence speed and avoid the local optima, several variations of DE have been proposed to enhance the performance of the standard DE recently. Moreover, DE has been proved to be really efficient when solving real world problems [16][23].

In this paper, we will use the differential evolution to perform the SP method for mineral exploration to find some model parameters. In this study, SP data can be interpreted as a simple geometrical body approximation including a sphere, cylinder, dyke and so on. Then we use our algorithm to estimate the SP data such as Süleymanköy anomaly, Weiss anomaly and Nalbant cesmesi anomaly. In order to demonstrate the advantages of the proposed design, the results obtained are compared with other state-of-the-art approaches. The experimental results show that the DE algorithm is very competitive.

Materials and Methods

0.1 Formulation of the Problem

Generally speaking, the inverse problem can be described as follows:(1)where d represents a set of observations and m denotes a set of model parameters, and G is a non-linear forward operator. The main purpose of the process is estimated between observed data and correct parameters of a chosen model. Eq.(1) is ill posed, because of the forward operator is non-linear one. Eq. (1) can also be defined as follows:(2)where tol is a predetermined threshold value such as 0.001. Eq (2) is effective for any sampling problem.

The SP anomaly at any point P(x) over a sphere or a cylinder-like body can be described in Figure 1. Figure 1 shows the geometry of a sphere and horizontal cylinder in a medium. The following denotation can be used [24].(3)where P is electrical dipole moment, is the coordinate of an estimation point at the outside along the profile. is the polarization angle and h is the deepness from the beginning. k is the electric current dipole moment, which denotes the base slope and C represents the base level. The shape factors q is 1.5 and 1.0 for a sphere and cylinder, respectively. In section 4, we will investigate to find model parameters of synthetic data and noise added data by using the differential evolution algorithm.

thumbnail
Figure 1. Two simple geometrical bodies under the surface.

https://doi.org/10.1371/journal.pone.0051199.g001

0.2 Differential Evolution Algorithm

Differential Evolution (DE) [15] is a population based stochastic search algorithm for solving optimization problems in continuous space. Different from other algorithms, DE uses the distance and direction information from current population to guide its further search. The fundamental crucial idea behind DE is a scheme for producing trial vectors according to the manipulation of target vector and difference vector. If the trail vector yields a lower objective function than a predetermined population member, the newly generated trail vector will replace the vector and be compared in the following generation.

The algorithm begins with a randomly initiated population which utilize NP D-dimension parameter vector within constrained by the prescribed minimum and maximum bounds.

Therefore, we may generate the jth component of the ith vector as.

Where is a uniformly distribution random number between 0 and 1. i = 1, …, NP and j = 1,…,D.

After initialization, mutation vectors are generated according to each population member or target vector in current population. In the standard DE algorithm, five differential mutation strategies can be used with one of two different crossover methods. There are listed in the following:

“DE/rand/1”.

“DE/best/1”.

“DE/current-to-best/1”.

“DE/best/2”.

“DE/rand/2”.

Where are randomly chosen integers, and. F is the scaling factor controlling the amplification of the differential evolution. is the best individual vector with the best value in the population at generation G.

In the crossover operation, a recombination of the donor vector and the parent vector produce a trail vector . Basic DE employs the binomial crossover defined as follows:(4)

where;is a uniformly distribution distributed random number; is the randomly chosen index, CR is the crossover rate is the difference vector of the jth particle in the ith dimension at the Gth iteration, and denotes the trail vector of the jth particle in the ith dimension at the Gth iteration.

Selection operator is used to choose the next population (i.e. G = G+1) between the trail population and the target population. The selection operation is described as:

(5)

In this work, the objective function (Relative Error) can be calculated as follows:

Relative Error = 

Results

In this paper, noise-free, contaminated and field data are used to demonstrate the performance and applicability of the proposed differential evolution and particle swarm optimization algorithm. The software is written in Matlab-7 language and experiments are made on a Pentium 3.0 GHz Processor with 1.0 GB of memory. In the parameter of PSO [25]: population size is 300. The number of generation is 100. c1 and c2 are set to be 1.8 and 2.0, respectively. And vmax is 5% of the search space. The inertia weight is set to 0.8. The following differential evolution parameters have been used after a number of careful experimentation: The population size is 300, the number of generation is 100, the scale factor F and crossover probability CR is 0.5, and 0.9, respectively. For the five mutation strategies of DE, “DE/current-to-best/1” was used in our experiment.

Parameter ranges or the dimension of search space used here must be determined before the differential evolution process. The dimensions of the following ranges are used for the DE similar to the PSO: such as P being between −10,000 and 100,000, D being between 1 and maximum of x (the distance), h being between 0 and 500, set to −180 and 180°, M set to −20 and 20, and as for the last parameter C set to −1000 and 1000.

0.3 Noise-free Data

In this section, we will use the differential evolution for estimate a simple cylinder. The parameters of the model are polarization angle, the depth of the body center, the distance from the origin, the base slope, and the based level. First, we demonstrate some results with the synthetic data set for a cylinder model. The experimental results of PSO and DE are shown in table 1. If the objective value if lower than the threshold value with 0.1% on the two iterations, then we think it is success. In table 1, the true values represent the correct values of parameters with the purpose of comparison. The estimated values are given in third column. The successes rate, mean iteration, std. iterations, mean function evaluation, std. function evaluation, std. RMS, mean RMS and Min RMS of PSO and DE are listed in column four and column seven. Compared with the PSO algorithm, we find that the DE algorithm can provide smaller RMS (0.001578) than PSO algorithm with little iterations. For the success rate, DE algorithm can obtain all conditions. The anomaly of the corresponding model is shown in Figure 2. Figure 2(a) shows the model response. Figure 2(b) shows the fitness behavior. From figure 2(b), after 50 generations, there are no significant changes.

thumbnail
Table 1. Comparison of true and estimated parameters of SP anomaly.

https://doi.org/10.1371/journal.pone.0051199.t001

The inverse problem has 6 unknown parameters need to be solved. The problem is a simple 2-dimension problem. In order to dissent the performance of errors for estimating the model parameter by using the DE, Figure 3 shows the polarization angle and the depth of the body center as variables. Then, two of six parameters are variables, and the rest are fixed as P = 100,000, D = 40 m, h = 30 m,  = 60°, M = 0, and C = 0. The low misfit area and the exact point on the map use a star to express it. The rest of the panels are also shown in Figure 3. Figure 4(a–f) shows the behavior of the corresponding parameters. Figure 5 shows high frequencies with the respect to the correct value of parameters.

thumbnail
Figure 2. Noise-free data for a cylinder.

(a) Dotted lines synthetic data for a cylinder. Estimated SP anomaly is illustrated by solid line. (b) The convergence rate of the DE algorithm.

https://doi.org/10.1371/journal.pone.0051199.g002

thumbnail
Figure 3. Contour maps of low misfit areas with noise free data.

Two of six parameters are variable, rest of them are fixed.

https://doi.org/10.1371/journal.pone.0051199.g003

thumbnail
Figure 4. Values of each parameter versus the number of generation.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g004

thumbnail
Figure 5. Frequency distribution of each parameter.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g005

0.4 Contaminated Synthetic Data

Noisy data plays an important role in both geophysics and other sciences as well. In order to analyze the behavior of noise corrupted data, we will add some noise to the data set. Figure 6 shows the anomaly of the corresponding model. The parameter obtained from the DE inversions considering noise free data with Gaussian noise added on the values are shown in Table 2. Figure 7 shows the contour maps that illustrate the low misfit area and the exact point the map with a star. Figure 8 shows the behavior of the corresponding parameters. According to the frequency distribution, the mode of the histogram provided the correct parameter values. Figure 9 show the high frequency with the respect to the correct value of parameters. It can be noted that the parameters are quite well recovered from the DE inversion.

thumbnail
Figure 6. Contaminated synthetic data with 50% Gaussian noise for a cylinder.

(a) Dotted lines synthetic data for a cylinder. Estimated SP anomaly is illustrated by solid line. (b) the convergence rate of the DE algorithm.

https://doi.org/10.1371/journal.pone.0051199.g006

thumbnail
Figure 7. Contour maps of low misfit areas with noise free data.

Two of six parameters are variable, rest of them are fixed.

https://doi.org/10.1371/journal.pone.0051199.g007

thumbnail
Figure 8. Values of each parameter versus the number of generation.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g008

thumbnail
Figure 9. Frequency distribution of each parameter.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g009

thumbnail
Table 2. Comparison of true and estimated parameters of SP anomaly with 50% Gaussian noise caused by a cylinder model.

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

0.5 Süleymanköy Anomaly

Süleymanköy anomaly is a quite well-known data set in the literature. The length of profile is 237.5 m. Data are digitized at intervals of 12.5 m along the profile. The algorithm has been executed for 30 times with differential initial populations and the experimental result as the final optimization solution has been selected. The experimental results obtained from the DE are compared with those obtained by using other algorithms including Yungul (1950), Bhattacharya and Roy (1981), Rarm Babu and Rao (1981), Abdelrahman and sharafeldin (1997), Abedlrahman et al.(1997a), El-Araby (2004), Peksen et al (2010) ,,,,,,[13,24–29] in terms of different parameter, in Table 3, which shows that DE successes in finding the best solutions for the test methods. Compared with the PSO algorithm, the DE algorithm can provide better solutions than PSO algorithm. The DE can provide 28 successes rate compared with the 14 times of PSO. For the DE algorithm, the parameters are set as follows: the polarization angle  = −90.688, the electrical dipole moment is P = 11,757 mV, the depth of the body center is 32.661, the distance is 176.73 m and the best fitness 6.55. The DE algorithm and the Süleymanköy anomaly are given in Figure 10(a). The convergence rate for the proposed algorithm for the corresponding anomaly is depicted in Figure 10(b). In this model, we use the sphere model. Figure 11 shows the behavior of each parameter. Figure 12 shows the frequency distribution of each parameter by using Süleymanköy anomaly.

thumbnail
Figure 10. The data used here are digitized from Yungul (1950) algong A–M profile, it is called suleymankoy anomaly.

https://doi.org/10.1371/journal.pone.0051199.g010

thumbnail
Figure 11. Values of each parameter versus the number of generation.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g011

thumbnail
Figure 12. Frequency distribution of each parameter.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g012

thumbnail
Table 3. PSO results and statistics of suleymankoy anomaly.

https://doi.org/10.1371/journal.pone.0051199.t003

0.6 Weiss Anomaly

Weiss anomaly is a quiet well-known data set in the literature. The algorithm has been executed for 30 times with differential initial populations and the experimental result as the final optimization solution has been selected. The experimental results obtained from the DE are compared with those obtained by using other algorithms including Yungul (1950), Bhattacharya and Roy (1981), Rarm Babu and Rao (1988), Abdelrahman and sharafeldin (1997), El-Araby (2004), Peksen et al (2010) ,,,,[13,25–28] in terms of different parameter, in Table 4, which shows that DE can beat other algorithms. Compared with the PSO algorithm, the DE algorithm can provide better solution than PSO algorithm. The DE can provide 29 successes rate than the 27 times of PSO. For the DE algorithm, the parameters set as follows: the polarization angle  = −62.102, the electrical dipole moment is P = −35,406 mV, the depth of the body center is 47.883, the distance is 96.155 m and the best fitness 9.36 better than the best fitness 9.83 of PSO algorithm. Figure 13a and b show digitized the DE algorithm and the Weiss anomaly and the convergence rate for the proposed algorithm for the corresponding anomaly, respectively. In this model, we also use the sphere model. Figure 14 shows the behavior of each parameter. Figure 15 shows the frequency distribution of each parameter by using Weiss anomaly.

thumbnail
Figure 13. The data used here are digitized from Yungul (1950) algong A–M profile, it is called weiss anomaly.

https://doi.org/10.1371/journal.pone.0051199.g013

thumbnail
Figure 14. Values of each parameter versus the number of generation.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g014

thumbnail
Figure 15. Frequency distribution of each parameter.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g015

0.7 Nalbant Cesmesi Anomaly

In this section, we will use the DE algorithm to estimate the parameter of Nalbant cesmesi anomaly. The algorithm has been executed for 30 times with differential initial populations and the experimental results as the final optimization solution have been selected. The experimental results obtained from the DE are compared with those obtained by using other algorithms including Yungul (1954), Abedelrahman et al (2008), Peksen et al (2010) ,,[25,30–31] in terms of different parameters, in Table 5, which shows that DE can beat other algorithms. In this model, we also use the horizontal cylinder model. Compared with the PSO algorithm, the DE algorithm can provide better solution than PSO algorithm. The DE can provide 22 successes rate than the 14 times of PSO. For the DE algorithm, the parameters are set as follows: the polarization angle  = −8.5744, the electrical dipole moment is P = 84597 mV, the depth of the body center is 22.699, the distance is 60.121 m and the best fitness is 8.08 better than the best fitness 8.10 of PSO algorithm. Figure 16(a) shows that anomaly along the profile and Figure 16(b) shows the fitness value versus the number of generation. Figure 17 shows the behavior of each parameter. Figure 18 shows the frequency distribution of each parameter by using Nalbant cesmesi anomaly.

thumbnail
Figure 16. The data used here are digitized from Yungul (1950) algong A–A’ profile, it is called Nalbant cesmesi anomaly.

https://doi.org/10.1371/journal.pone.0051199.g016

thumbnail
Figure 17. Values of each parameter versus the number of generation.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g017

thumbnail
Figure 18. Frequency distribution of each parameter.

(a) Amplitude P, (b) the distance from the origin D, (c) depth h, (d) polarization angle, (e) base slope K and (f) based level C.

https://doi.org/10.1371/journal.pone.0051199.g018

thumbnail
Table 5. DE results and statistics of Nalbant cesmesi anomaly.

https://doi.org/10.1371/journal.pone.0051199.t005

Discussion

0.8 Compared with Other State of the Art DE Algorithms

In order to evaluate the effectiveness and efficiency of our method, we further compare its performance with some state-of-art DE algorithms. They are jDE [16], DE/BBO [19] and JADE [32]. jDE is a improved version of DE by proposing a self adaptive parameter setting in differential evolution to avoid the manual parameter setting of F and CR. The parameter control technique is based on the self adaptation of two parameters associated with the evolutionary process. DE/BBO is a hybrid differential evolution algorithm, which hybridizes the DE operator with the migration of BBO. In JADE, a normal distribution and a Cauchy distribution are utilized to generate F and CR for each target vector, respectively. Table 6 summarizes the experimental results. As can be seen in this table, surprisingly, the standard DE significantly outperforms the up-to-date DE algorithms for suleymankoy anomaly, Weiss anomaly and Nalbant cesmesi anomaly. For the suleymankoy anomaly, DE can provide 28 successes rate compared with the 10, 8, 2 times of jDE, DE/BBO and JADE. For Weiss anomaly, DE can win 29 successes rate compared with the 5, 10, 3 times of jDE, DE/BBO and JADE. For Nalbant cesmesi anomaly, DE can generate better solutions than other algorithms and provide 22 successes rate.

thumbnail
Table 6. Compared with other state of the art DE algorithms.

https://doi.org/10.1371/journal.pone.0051199.t006

Though standard DE performs much better than these up-to-date DE variants do, it does not mean that standard DE is better than these algorithms. The reason may be that jDE, DE/BBO and JADE are all designed for the purpose of solving general unconstrained problems. Yet, in this paper, the self potential data problem is very specific. This also brings us an open problem: can the researchers propose some improved version of DE on solving the self potential data problem?

Conclusions

This paper illustrated the application of differential evolution in estimating the self-potential data. The effectiveness of the proposed algorithm is demonstrated on three difficult instances including noise free data, contaminated synthetic data and some field data. The DE algorithm has the ability to find the better quality solution, and has better convergence characteristics and computational efficiency. The comparison of the results with other methods reported in the literature show the superiority of the proposed method and its potential for solving SP problem. From the results obtained, it is concluded DE algorithm is a promising technique for solving the quantitative interpretation of self potential data. In the future work, we will try to propose some improved version of DE to solve the problem.

Acknowledgments

Contributions

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

Author Contributions

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

References

  1. 1. Goldie M (2002) Self-potentials associated with the Yanacocha high-sulfidation gold deposit in Peru Geophysics, 67, 684–689.
  2. 2. Mendonça CA (2008) Forward and inverse modeling in mineral exploration. Geophysics 73, F33–F43.
  3. 3. Wynn JC, Sherwood SI (1984) The Self-Potential (SP) method: an inexpensive reconnaissance and archaeological mapping tool Journal of Field Archaeology, 11, 195–204.
  4. 4. Hunter L, Powers M (2008) Geophysical Investigations of Earthen Dams: An Overview, 21th SAGEEP, 1083–1096.
  5. 5. Quarto R, Schiavone D (1996) Detection of cavities by the self-potential method First Break, 14, 419–430.
  6. 6. Vichabian Y, Morgan FD (2002) Self potentials in cave detection The leading edge, 21, 866–871.
  7. 7. Corwin RF, Hoover DB (1979) The self-potential method in geothermal exploration. Geophysics 44, 226–245.
  8. 8. Minsley BJ, Coles DA, Vichabian Y, Morgan FD (2008) Minimization of self potential survey mis-ties acquired with multiple reference locations. Geophysics 73, F71–F81.
  9. 9. Paul MK (1965) Direct interpretation of self-potential anomalies caused by inclined sheets of infinite extension Geophysics, 30, 418–423.
  10. 10. Meiser P (1962) A method of quantitative interpretation of self-potential measure- ments. Geophysical Prospection 10, 203–218.
  11. 11. Murthy BVS, Haricharan P (1985) Nomograms for the complete interpretation of spontaneous potential profiles over sheet like and cylindrical 2D structures. Geophysics 50,1127–1135.
  12. 12. Abdelrahman EM, El-Araby TM, Essa KS (2009) Shape and depth determina- tions from second moving average residual self-potential anomalies. Journal of Geophysics and Engineering 6, 43–52.
  13. 13. El-Araby H (2004) A new method for quantitative interpretation of self-potential anomalies. Journal of Applied Geophysics 55, 211–224.
  14. 14. Abdelrahman EM, El Araby HM, El Araby TM, Hassaneen AG, Hafez MA (2003) New methods for shape and depth determinations from SP data Geophysics 68 1202–10.
  15. 15. Storn R, Price K (1997) Differential evolution-a simple and efficient heuristic for global optimization over continuous space, Journal of Global Optimization.11 (1), 341–359.
  16. 16. Brest J, Greiner S, Boskovic B, Mernik M, Zumer V (2006) Self adapting control parameters in differential evolution: A comparative study on numerical benchmark problems, IEEE Transactions on Evolutionary Computation, 10(6), 647–657.
  17. 17. Rahnamayan S, Tizhoosh HR, Salama MMA (2008) Opposition-based differential evolution, IEEE Transactions on Evolutionary Computation, 12(1),64–79.
  18. 18. Qin AK, Huang VL, Suganthan PN (2009) Differential evolution algorithm with strategy adaptation for global numerical optimization, IEEE Transactions on Evolutionary Computation, 13, 398–417.
  19. 19. Gong W, Cai Z, Ling C (2010) DE/BBO: A hybrid differential evolution with biogeography-based optimization for global numerical optimization, Soft Computing,15, 645–665.
  20. 20. Li X, Yin M (2011) Hybrid Differential Evolution with Biogeography based Optimization for Design of a Reconfigurable Antenna Array with Discrete Phase Shifters. International Journal of Antennas and Propagation, Article ID 685629.
  21. 21. Gong WY, Cai ZH, Jiang LX (2008) Enhancing the performance of differential evolution using orthogonal design method, Applied Mathematics and Computation, 206, 56–69.
  22. 22. Wang JN, Xu HL, Sun SL, Gao T, Li HZ, et al.. (2012) An effective method for accurate prediction of the first hyperpolarizability of alkalides. Journal of Computational Chemistry 33(2), 231–236.
  23. 23. Neri F, Tirronen V (2009) Scale Factor Local Search in Differential Evolution, Memetic Computing Journal, 1(2), 153–171.
  24. 24. Rao BSR, Murthy IVR, Reddy SJ (1970) Interpretation of self-potential anomalies of some simple geometrical bodies Pure and Applied Geophysics, 78, 60–77.
  25. 25. Peksen E, Yas T, Yekta kayman A, Ozkan C (2011) Application of particle swarm optimization on self potential data, journal of applied Geophysics, 75,305–318.
  26. 26. Yüngül S (1950) Interpretation of spontaneous-polarization anomalies caused by spherical ore bodies Geophysics, 15, 237–246.
  27. 27. Bhattacharya BB, Roy N (1981) A note on the use of a nomogram for self-potential anomalies Geophys. Prospect. 29 102–7.
  28. 28. Abdelrahman EM, El-Araby TM, Ammar AA, Hassanein HI (1997a) A least-squares approach to shape determination from self-potential anomalies Pure Appl. Geophys. 150 121–8.
  29. 29. Abdelrahman EM, Ammar AA, Sharafeldin SM, Hassanein HI (1997a) Shape and depth solutions from numerical horizontal self-potential gradients Appl. Geophys. 36 31–43.
  30. 30. Yüngül S (1954) Spontaneous potential survey of a copper deposit at Sanyer, Turkey Geophysics, 19, 455–458.
  31. 31. Abdelrahman EM, Essa KS, Abo-Ezz ER, Sultan M, Sauck WA, et al.. (2008) New least-squares algorithm for model parameters estimation using self-potential anomalies. Computers and Geosciences 34, 1569–1576.
  32. 32. Zhang JQ, Sanderson AC (2009) JADE: Adaptive Differential Evolution With Optional External Archive, IEEE Trans on Evolutionary Computation, 13(5), 945–958.