Next Article in Journal
A Construction Schedule Robustness Measure Based on Improved Prospect Theory and the Copula-CRITIC Method
Previous Article in Journal
Antioxidant Activity and Polyphenolic Content of North Macedonian Wines
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Use of Evolutionary Computation to Improve Rock Slope Back Analysis

Department of Civil and Construction Engineering, National Taiwan University of Science and Technology, Taipei 10607, Taiwan
*
Author to whom correspondence should be addressed.
Appl. Sci. 2020, 10(6), 2012; https://doi.org/10.3390/app10062012
Submission received: 13 February 2020 / Revised: 7 March 2020 / Accepted: 9 March 2020 / Published: 16 March 2020
(This article belongs to the Section Computing and Artificial Intelligence)

Abstract

:
Generally, in geotechnical engineering, back analyses are used to investigate uncertain parameters. Back analyses can be undertaken by considering known conditions, such as failure surfaces, displacements, and structural performances. Many geotechnical problems have irregular solution domains, with the objective function being non-convex, and may not be continuous functions. As such, a complex non-linear optimization function is typically required for most geotechnical problems to attain a better understanding of these uncertainties. Therefore, particle swarm optimization (PSO) and a genetic algorithm (GA) are utilized in this study to facilitate in back analyses mainly based on upper bound finite element limit analysis method. These approaches are part of evolutionary computation, which is appropriate for solving non-linear global optimization problems. By using these techniques with upper-bound finite element limit analysis (UB-FELA), two case studies showed that the results obtained are reasonable and reliable while maintaining a balance between computational time and accuracy.

1. Introduction

Many researchers have paid attention to assessing the stability of rock slope stability in the past few decades [1,2,3,4], but it is still a major challenge for engineers. Traditionally, design input parameters are obtained from in situ rock mechanics testing and measurement. For example, the rock mass deformation modulus can be obtained from an in situ plate loading test and the shear strength parameters from in situ block shear tests. However, due to material heterogeneity, it is challenging to accurately determine the value of strength parameters through laboratory or field tests. Back analysis can provide a very effective and rapid means of determination of these parameters.
Any failure process in rock and soil slopes can rationally be regarded as a large-scale in situ shear test performed by nature. With a proper understanding of the failure mechanism and gathering the necessary data of the failed masses, the geotechnical properties can be obtained by back analysis [5]. It can help to improve the knowledge in input parameters. In general, due to the nature of the variable, which often contains a jointed rock mass fracture, naturally occurring discontinuities and anisotropy make it a hard job for engineers to estimate the stability of a rock slope. As a result, back analysis is a very powerful method that can be implemented to determine the strength parameters of failed slopes. These back-calculated values could then be used for remedial work and the redesign of a failed slope, even new surrounding slopes with similar geotechnical conditions.
Back analysis was introduced by Gioda and Maier [6] and Cividini et al. [7], for the sophistication of the observational method and establishes a crucial tool for estimating geotechnical design parameters. Back analysis has been applied in many areas in geotechnical engineering, such as: excavations [8,9,10], underground works [11,12], as well as slope stability problems [13,14,15].
Generally, in geotechnical engineering, two major types of algorithm are used for back analysis. Iterative optimization algorithms from the field of classical optimization theory such as the simplex, Newton–Raphson or gradient methods [11,16] and optimization methods from the artificial intelligence fields like neural networks (ANNs), metaheuristics algorithms such as the genetic algorithm (GA) and particle swarm optimization (PSO) [17,18,19,20]. In term of limitations, the classical optimization algorithms only determine a set of unique parameters and are often reduced to a limited number of parameters to be optimized. Moreover, due to the possible presence of several local minima, the algorithm may converge to the local minimum closer to the initial guess. Another problem that may arise is the difficulty of finding the derivatives of the objective function when using numerical models. Metaheuristic algorithms can conveniently bypass these limitations associated with the classical optimization algorithms. Thus, this study made use of two types of metaheuristic algorithm (GA and PSO) for rock slope back analysis considering material uncertainties.
The numerical model simulates the geometry of the slope, using finite element upper bound limit analysis [21,22,23], while the optimization algorithm carries out an iterative process computing solution for the uncertainty geotechnical parameters.

2. Genetic Algorithm (GA)

Genetic algorithms (GA), first introduced by John Holland and his collaborators in the 1960s and 1970s, are population-based stochastic search algorithms inspired by Charles Darwin’s theory of natural selection. Holland was the first to adopt the use of crossover, recombination, mutation, and selection operators in the study of artificial and adaptive systems. These operators form the basis of the genetic algorithm as a problem-solving strategy. GA begins by randomly generating a population of potential solutions. Chromosomes, which are strings of DNA, represent each member of the population, as an encoding of the problem and its search space. Members of a population are selected for recombination based on their fitness and they recombined to form a new population, for the next generation. This process is repeated until some termination criteria are met, as shown in Figure 1.
There are several control parameters in GA. The mutation probability ( p m ) , which is defined as the percentage of the total number of genes in the population and controls the probability with which new genes are introduced into the population. The purpose of the mutation operator is to maintain diversity within the population and suppress premature convergence. A simple way to achieve mutation would be to alter one or more genes. In GA, mutation serves the crucial role of either (a) replacing the genes lost from the population during the selection process so that they can be tried in a new context or (b) providing the genes that were not presented in the initial population. Mutation is the part of GA that is related to the “exploration” of the search space.
The crossover operator plays an important role in the overall operation of GA. The performance of GA to a great extend depends on the performance of the crossover operator used. It is analogous to reproduction and biological crossover. In this, more than one parent is selected and one or more offspring are produced using the genetic material of the parents. The crossover probability ( P C ) is defined as the probability of the number of offspring produced in each generation of the population size. Crossover is usually applied in a GA with a high probability.
Genetic algorithms are able to address complicated problems with many variables and a large number of possible outcomes by simulating the evolutionary process of “survival of the fittest” to reach a defined goal. They operate by producing many random answers to a problem, eliminating the worst and cross-pollinating better answers. This process of repeated elimination and regeneration gradually improves the quality of the answers to an optimal or near-optimal condition.

3. Particle Swarm Optimization (PSO)

Particle swarm optimization (PSO), inspired by the flocking and schooling patterns of birds and fish, was first invented by Russel Eberhart and James Kennedy in 1995 [24]. A group of variables has its values altered to get close to the member whose value is closest to the targeted solution several iterations at any given time. Depict a flock of birds circling over an area where they can sense a hidden food source. The bird that is closest to the food chirps the loudest and the other birds swing around in his direction. If one of the other birds comes closer to the target than the previous one, it chirps louder and the others sway over to him. This pattern continues until one of the birds find the food. The whole concept of PSO is based on this.
First, the algorithm is initialized by generating a random number of particles and a fitness function is used to evaluate the fitness of each particle. Each particle has a velocity, which is used to direct its flying pattern. The flying of each particle is altered by its own flying experience and those of its companions’ flying experience this scenario is a good representation of a possible solution to a problem. The best solution obtained by a particle so far is known as its personal best (Pbest) and the best solution obtained by any of the particles in the swarm so far is known as the global best ( G b e s t ). The velocity and position of each particle are updated using its P b e s t and G b e s t according to the equations below.
Velocity:
v k ( t + 1 ) = w   v k ( t ) + c 1   r 1   ( P b e s t x k ( t ) ) + c 2 r 2   ( G b e s t x k ( t ) )
where, v k ( t ) : Velocity of the particle k at iteration t
  • c 1 = c 2 : Constants
  • w : Inertia weight.
  • r 1 = r 2 : Random numbers ranging for [0, 1]
  • Pbest: Personal best
  • Gbest: Global best
  • x k ( t ) : Current position of particle k at iteration t
Position:
x k ( t + 1 ) = x k ( t ) + v k ( t + 1 )
Equation (1) is used to determine the new velocity of particle k . The inertia weight ( w ) determines the extent to which the particle remains along its original course unaffected by the pulls of P b e s t and G b e s t [25]. c 1 and c 2 imitate the weights whether returning to the location of the personal best or exploring the location toward the global best and the values can be determine through empirical study. The purpose of r 1   a n d   r 2 is to mimic the unpredictable behavior of natural swarms. Particle k flies towards a new position according to Equation (2). A fitness function, which is usually the objective function under consideration, is used to measure the performance of each particle.

4. Optimization Strategy for Back Analysis

Many geotechnical and other engineering problems can be formulated as optimization problems, for example stability-type problems. An optimization algorithm is a useful and powerful technique in both deterministic and probabilistic slope stability analysis.
Generally, optimization algorithms can be divided into two basic classes: deterministic and heuristic/metaheuristic algorithms. The deterministic methods are based on a gradient function. However, the acquisition of gradient information can be very difficult or, in some cases, altogether impossible to obtain. The metaheuristic method is not restricted in this manner. The metaheuristic methods include algorithms such as genetic algorithms, particle swarm optimization, simulated annealing, Tabu search, and ant colony optimization. The metaheuristic methods are derivative free methods and can be applied to any optimization problem irrespective of the linearity or non-linearity of the objective function to be minimized and constraints.
The application of optimization in slope stability problems was first investigated by Baker in 1980 [26]. In this approach, Baker combined an optimization search using the dynamic programming technique with Spencer’s method [27] to locate the critical slip surface and calculate the associated factor of safety. The method proposed by Baker can be applied to slopes of any geometry, layering, pore pressure and external load distribution and could find a more critical slip surface with a lower factor of safety compared to preceding methods.
Other studies [28,29] proposed the genetic algorithm methodology for determining the critical slip surface for circular and multiple-wedge stability analysis, respectively. The results of these two studies demonstrated the effectiveness of the genetic algorithm approach.
Figure 2 shows the optimization strategy for back analysis. The numerical model simulates the construction process and the geometry of geotechnical structures. Then, the optimization algorithm performs an iterative process computing solution for the geotechnical parameters to minimize the objective function. The objective function also known as the error function assesses the discrepancy between the computed and the monitored or measured values.

5. Objective Function

The solution of the objective function is based on some optimization techniques for determining a set of input parameters that make the value of the objective function minimum [30]. In this study, the objective function involves using the summed squared errors between the measured mean value unit weight under which the slope collapse ( γ m ) and the determined upper-bound finite element limit analysis (UB-FELA) unit weight ( γ F ). The essence of the objective function is to minimize the difference between ( γ m ) and ( γ F ) by successively fitting the simulation result to the measured mean value unit weight under which the slope failed so as to determine the uncertainty parameters of the rock slope that are of interest to us.
m i n ( δ ) = ( γ m γ F ) 2
where δ is the objective function to be minimized.

6. Case Study 1

6.1. Overview of Slope Failure at a Barite Open Pit Mine

The Baskoyak mine in central Turkey is an open mine pit operated for the extraction of barite. A comprehensive slope stability project was conducted to determine the engineering properties of the rock mass, and to assess the failure mechanism and the alternatives for improving the overall stability between 1987 and 1988, and the investigation was published by Ulusay and Aksoy [31]. Based on the scanline surveys, Ulusay and Aksoy reported that the schist should be regarded as comprising of two rock mass types. The first type comprises a schist rock mass, heavily broken by closely spaced discontinuities and the second type is a weathered schist in different degrees both in the hanging wall and footwall. The unit weight of the schists ranges between 17.2 KN/m3 and 28.5 KN/m3 with a mean value of γ m = 22.2 KN/m3 and a uniaxial compressive strength ( σ c i ) of 5.2 MPa.
The rock mass rating (RMR) value of the rock mass was calculated using the 1989 version of RMR classification [32] using parameters given by Sonmez et al. [33]. As indicated by Sonmez and Ulusay [34], no sign of groundwater was encountered. Thus, the pit slopes were treated as dry for stability assessments.

6.2. Numerical Model of the Rock Slope

The upper bound finite element limit analysis method was used in conjunction with the latest version of the Hoek Brown failure criterion [35] to determine the unit weight of the failed rocked slope. Figure 3 shows the model geometry of the slope cross-section considered for analysis. Table 1 shows the input parameters employed in the analysis.

6.3. Parameter Settings

6.3.1. GA Parameter Settings

There are many parameter and operator settings in genetic algorithm that can affect the performance of the algorithm. Such settings can be implemented differently in various problems. Table 2 shows the parameter settings used in this study based on the recommendations given by DeJong et al. [36].

6.3.2. PSO Parameter Settings

The choice of PSO parameters can have a significant influence on optimization performance. As a result, selecting PSO parameters that yield good performance has been the subject of much research. In this study, the parameter settings of PSO were done in accordance with the recommendations given by Shi et al. [25]. Table 3 shows the parameter settings of PSO used throughout this study.

6.4. Rock Strength Parameters Back Analysis

6.4.1. Back Calculation of one Uncertainty Slope Parameter

Herein the disturbance factor (D) of the failed rock slope is back analyzed. The uncertainty parameter D is back calculated considering a uniform distribution and a range of 0–1. Back calculation is accomplished by using the optimization algorithms to minimize the objective function (Equation (3)). Table 4 shows the back calculated D values obtained from PSO and GA; whereas Figure 4 and Figure 5 show the convergence characteristic of the objective function from PSO and GA, respectively.
Both PSO and GA yield the same back calculated D value of 0.68 as shown in Table 3, with a resulting predicted unit weight of γ F = 22.2 KN/m3 The convergence characteristics of the objective function in Figure 5 and Figure 6 shows that the resulting predicted unit weight perfectly matches the measured mean value unit weight under which the slope collapse γ m = 22.2 KN/m3.

6.4.2. Back Calculation of Two Uncertainty Slope Parameters

This involves considering the back calculation of two uncertainty parameters D and geological strength index (GSI) of the rock slope. The parameters D and GSI are back calculated considering uniform distributions with ranges of 0–1 and 11–21 respectively. Table 5 and Table 6 respectively show the back calculated D and GSI values obtained from PSO and GA.
The back calculated values of these two parameters D and GSI from PSO and GA are a bit different. However, both PSO and GA yield γ F = 22.2 KN/m3 which perfectly matches γ m = 22.2 KN/m3. The back calculated D values shown in Table 5 and Table 6 closely match the back calculated D value from the single parameter back calculation as shown in Table 4.

6.4.3. Back Calculation of Three Uncertainty Slope Parameters

This involves considering back calculation of three uncertainty parameters D, GSI and m i of the rock slope. The parameters D, GSI and m i are all back calculated considering uniform distributions with ranges of 0–1 for D, 11–21 for GSI, 4–10 for m i . Table 7 and Table 8 respectively show the back calculated D, GSI and m i values obtained from PSO and GA.
In the single parameter back calculation, the same back calculated D value was obtained for both PSO and GA. In addition, the double parameters back calculation yield very similar back-calculated values obtained from both PSO and GA. However, in the three parameters’ back calculation, the back-calculated values of the parameters D and m i from PSO and GA are quite different as shown in Table 7 and Table 8. In addition, the back-calculated values of D and GSI in this case are quite different from those obtained in Table 4 and Table 5, for the two uncertainty parameters back calculation.

6.4.4. Back Calculation of Four Uncertainty Slope Parameters

Herein, the uncertainty parameters D, GSI, m i and σ c i of the rock slope are considered for back calculation. The uncertainty parameters D, GSI, m i and σ c i were all back-calculated considering uniform distributions with ranges of 0–1 for D, 11–21 for GSI, 4–10 for m i and 2–8 MPa for σ c i . Table 9 and Table 10, respectively, show the back calculated D, GSI, m i and σ c i values obtained from PSO and GA. Back calculation is accomplished by using the optimization algorithms to minimize the objective function (Equation (3)).
Table 9 and Table 10 show that the back-calculated values of all the parameters from PSO and GA are quite different, as experienced in the three parameters’ back calculation. This is in contrast with the single parameter back calculation, which yields the same value of D, and double parameter back calculation, which yield very similar back-calculated values of D and GSI from PSO and GA. This shows that as the number of uncertainty parameters increase, different methods of back calculation will yield different back calculated values. The convergence characteristics of the objective function in Figure 6 and Figure 7 shows that the resulting γ F perfectly matches the   γ m .

6.4.5. Comparison of Failure Mechanisms

To ascertain the validity of the back calculated parameters, failure mechanisms of the back-calculated parameters from one, two, three and four uncertainty parameters back calculations for both PSO and GA are compared with the original failure mechanism of the slope. The gray colors shown within the slope cross-section in Figure 8 show the nature of the failure mechanisms of the slope.
Figure 8 shows satisfactory similarities in the failure mechanisms between back calculated values from PSO and GA compared with the original slope failure for one and two uncertainty slope parameters. The same phenomenon has been observed for back calculation of three and four uncertainty slope parameters. Therefore, it can be deduced that for a reasonable range, values obtained from back calculation do not influence the failure mechanism significantly.

6.5. Statistical Study on the Distribution and Range of Disturbance Factor (D)

As shown in the failure surfaces from one, two, three and four uncertainty parameters, the back calculations failure mechanism is almost unchanged. However, it is important to obtain accurate back calculation results in practice. A study was conducted to determine how the mode of distribution and the range chosen for back calculating D influence the other back calculated parameters. A statistical study was conducted considering both normal and uniform distributions to evaluate how the distribution and range of D influence the coefficients of variation (COVs) of the other back-calculated parameters.
The range and distribution for σ c i , m i and G S I are based on the recommendations given by Hoek. From the experience of Hoek σ c i , m i and G S I were normally distributed with COVs of 0.25, 0.125 and 0.1 respectively. The original values given by Sonmez et al. [33] were chosen as the average values in this study as shown in Table 1. Based on the above recommendations the standard deviation and range of the parameters   σ c i , m i and G S I are determined for back analysis as shown in Table 11.
Since there is no given recommendation on the COV and mode of distribution for D, this study uses different approaches to find a scenario, which could be employed for back calculating D.
Scenario A: Considering a uniform distribution and a range of 0–1 for back analyzing the disturbance factor (D).
Scenario B: Considering a normal distribution and a range of 0–1 for back analyzing the disturbance factor (D).
Scenario C: Considering a normal distribution and a range of 0.4–1 for back analyzing disturbance factor. This aims to evaluate the impact of reducing the distributed range of D on the other back-calculated parameters. In fact, the range of D can be smaller if the slope surface condition is judged by experienced engineers. In addition, the study by Li et al. [37] indicated D = 0.7 would be reasonable for this case. Therefore, D = 0.7 is assumed as the mean value herein.
For each of the three different scenarios, all four parameters (D, GSI, mi and σci) are back calculated 30 times so as to determine the COVs of all four parameters for all three different scenarios.
Table 12 showed the mean values obtained from PSO and GA. While Table 13 showed the comparison of COVs obtained from PSO and GA from the statistical study. The mean value for each parameter is determined for both PSO and GA for each of the three scenarios taken into consideration for the statistical study, as shown in Table 12. The mean values of the back calculated parameters are close to the original strength parameters in each of the scenarios taken into consideration for both PSO and GA. For the single and double parameter back calculation, the values of the back-calculated parameters closely match those of the mean values from the statistical study. However, as the number of uncertainty parameters increase to three and four parameters the back-calculated parameters differ from the mean values obtain from the statistical study significantly.
Table 13 shows the comparison of COV values for PSO and GA obtained from the statistical study. The COVs obtained from GA are smaller when compared to PSO for all four parameters in all three scenarios. In addition, it can be observed that COVs of GSI and m i are not significantly influenced by the mode of distribution and range of D considered for back calculation. The results also indicate that if distributed range of D can be reduced, the COV for back-calculated σ c i decreases noticeably. Overall using a normal distribution gives better results compared to uniform one in terms of accuracy.

7. Case Study 2

7.1. Introduction

Strong earthquakes can result in large amounts of landslide thus resulting in human casualties and property damage. In recent years, there have been many reports of serious damages caused by earthquake-induced landslides [38]. The 2008 Wenchuan earthquake shocked the Sichuan province in china and caused as many as 60,104 landslides [39]. The Daguangbao landslide, with an approximate influenced area of 7.3–10 million m2 and a volume of 750–850 million m3, was the biggest landslide induced by the 2008 Wenchuan earthquake. Not only was it the largest know landslide in China, but also one of the largest known landslides all over the world. Several studies conducted on the Daguangbao landslide [40] focused on the characteristics, failure mechanism, and geological properties immediately after sliding. In addition, several post-earthquake field investigations were also carried out [41], to further study the characteristics and failure mechanism.

7.2. Physical and Mechanical Properties of the Rock Slope

According to Zhang et al. [42], experience equations based on that of Hoek–Brown [43] were used to determine the strength parameters of the slope. Experience values of the input index for the Hoek–Brown criterion are listed in Table 13. Zhang et al. [42] indicated that there is some degree of uncertainties associated with the estimation of material properties such as GSI, mi, and D. The unit weight of the slope is determined using the upper-bound finite element limit analysis (UB-FELA) approach using the parameters given in Table 14 as input parameters.
As indicated by Marinos et al. [44], rock mass disturbance (D) should be considered because of its significant influence on the evaluation of rock slope stability. The damage zone thickness (T) refers to the thickness of the disturbed zone of the slope. Figure 9 shows a rock slope divided into two regions to account for the disturbed zone.

7.3. Geometry of the Upper-Bound Finite Element Limit Analysis (UB-FELA) Model

The main sliding direction of the Daguangbao landslide is chosen as the slope profile for the UB-FELA model as shown in Figure 10. For the simulation, the whole slope is split into three parts: the base block, the upper sliding mass, and the lower sliding mass. The splitting is undertaken based on the failure surface and topography of the slope. The UB-FELA simulation is conducted considering different thickness to height ratios ( T / H ) for the slope. T / H = 2.5 and T / H = i n f i n i t y are the two thickness to height ratios considered in the UB-FELA simulation subjectively.
The upper bound finite element limit analysis is used in conjunction with the Hoek–Brown failure criterion.

7.4. Results

7.4.1. Back Analyzing the Horizontal Seismic Coefficient (Kh) Slope Parameter

In this study, using the optimization algorithms (PSO and GA) and Equation (3) as the fitness function, the unit weight ( γ F ) obtained from the UB-FELA method is fitted successively to match the targeted unit ( γ m ) by back analyzing for the horizontal seismic coefficient ( k h ) parameter of the rock slope.
Herein, the back calculated horizontal seismic coefficient is the critical k h value of the slope. As shown in Table 15 for T/H = 2.5 the critical k h = 0.120 and for T/H = infinity, the critical k h = 0.045. For the same thickness to height ratio, the values of the back-calculated k h parameters are the same for both PSO and GA. The results also show the importance of considering thickness to height ratio in rock slope stability analysis. The critical k h value is much smaller for T/H = infinity compared to T/H = 2.5.

7.4.2. Back Analyzing kh and σci Slope Parameters

The uncertainty parameter σ c i of the upper and the lower sliding masses of the slope as shown in Figure 10 as well as the horizontal seismic coefficient ( k h ) of the slope are considered for back calculation. Back calculation is accomplished by using the optimization algorithms (PSO and GA) to minimize the objective function (Equation (3)).
Table 16 and Table 17, respectively, show the back-calculated σ c i values of the upper and lower sliding masses as well as the k h value of the entire slope from GA and PSO. The results show that the values of the back-calculated parameters obtained from the different optimization methods are different.

7.4.3. Back Analyzing kh, σci and Geological Strength Index (GSI) Slope Parameters

Herein, the uncertainty parameters σ c i and GSI of the lower and the upper sliding masses as shown in Figure 10 as well as the k h parameter of the entire slope are considered for back calculation. GSI is considered to be same for both the upper and the lower sliding masses. In his study, Sonmez et al. [33] gave the same GSI value for the upper and the lower sliding masses. Marinos et al. [44] indicated that the GSI system works well for engineering geologists since it is consistent with their experience in describing rocks and rock masses during logging and mapping. Therefore, GSI for material 2 and material 3 are considered to be the same during back calculation.
Table 18 and Table 19 respectively showed the back-calculated parameters of the slope obtained from GA and PSO. The back calculated σ c i and GSI values of the lower and upper sliding masses of the rock slope obtained from the different optimization methods are different. Also the value of k h obtained from the different optimization methods are different for the same thickness to height ratios. Table 18 shows the same k h values considering T/H = infinity and T/H = 2.5 which is in contrast with phenomenon observed from the other tables where k h values are always larger for T/H = 2.5. Considering parameter distributions in this case can help us to capture more reasonable strength parameters.

7.4.4. Back Analyzing kh, σci, GSI and mi Slope Parameters

The uncertainty parameters σ c i , GSI and m i of the lower and the upper sliding masses as shown in Figure 10, as well as the k h parameter of the entire slope are considered for back calculation. Table 20 and Table 21, respectively, show the back-calculated values of the uncertainty parameters of the slope from GA and PSO. Results from the two tables show that PSO and GA yield different values for each of the back calculated parameters.
Similar to case study 1, case study 2 also showed that as the number of uncertainty parameters increase the different optimization methods generally yield different back-calculated values.

7.5. Comparisons of Failure Mechanisms

Figure 11 and Figure 12 shows comparisons of the original failure mode with those obtained from back calculation for T/H = infinity and T/H = 2.5, respectively.
The light green colors shown within the slope cross-sections in Figure 11 and Figure 12 show the nature of the failure mechanisms. The results show satisfactory similarities in the failure mechanisms for parameters obtained from back calculation and the original slope failure mode. This indicates that with reasonable ranges for back calculation the failure mode is not significantly affected by the values of the parameters obtained from back calculation. In addition, T/H = 2.5 give a better representation of the failure mode when compared to the original failure mode as indicated by the dark line drawn on the original failure mode shown in Figure 12 when compared to that shown in Figure 11.

7.6. Statistical Study

Herein, a statistical study is conducted using both optimization algorithms to back calculate the uncertainty parameters σ c i , GSI, m i and   k h while considering different thickness to height ratios. The aforementioned parameters are back calculated 30 times considering T/H = infinity and T/H = 2.5. The range for σ c i , m i and G S I are based on the recommendations given by Hoek. From the experience of Hoek σ c i , m i and G S I were normally distributed with COVs of 0.25, 0.125 and 0.1, respectively. The material properties shown in Table 14 were chosen as the mean values for back calculation. The range chosen for back calculating each uncertainty parameter is shown in Table 22. The study considers a uniform distribution for back calculating the uncertainty parameters.
The parameter k h is the same throughout the slope. The uncertainty parameter GSI is the same for both the upper and the lower sliding mass. However, σ c i and m i for the upper and the lower sliding masses are different. As a result, σ c i and m i for the upper sliding mass are denoted as σ c i ( 3 ) and m i ( 3 ) and   σ c i ( 2 ) and m i ( 2 ) for the lower sliding mass.
Table 23 and Table 24 show the comparisons of the mean values when T/H = 2.5 and T/H = infinity respectively for both PSO and GA. As expected, k h for T/H = infinity is smaller than that of T/H = 2.5. However, for GA results, k h for T/H = infinity is very similar to that for T/H = 2.5. In Table 24, it can be seen that σ c i for Material 2 is much larger than the given average value. This revealed that σ c i has significant effects on rock slope stability. While Table 25 and Table 26 show the comparisons of COVs for T/H = 2.5 and T/H = infinity respectively. Results from both tables show that the COVs for k h and GSI are quite close for the different optimization algorithms as well as for different T/H ratios.

8. Conclusions

Procedures for rock slope back calculation considering material uncertainties were presented using as an example a slope failure in an open mine pit in Turkey as case study 1 and a slope failure induced by an earthquake in China as case study 2. The disturbance factor (D), geological strength index (GSI), jointed rock mass ( m i ) and unconfined compressive strength ( σ c i ) are determined to be key parameters in case study 1. Case study 2 involves seismic activity as a result of the parameters considered for back calculation being the horizontal seismic coefficient ( k h ) , GSI, jointed rock mass ( m i ) and the unconfined compressive strength ( σ c i ) which are determined to be key parameters. It was observed that as the number of uncertainty parameters increase, the results of the back-calculated values obtained from PSO and GA become very different.
In this study, using upper-bound finite element limit analysis in conjunction with PSO or GA, back analyses were successfully developed and performed. The two procedures for back calculation yield results that are identical for the single parameter back calculation.
Overall, a normal distribution gives better results compared to a uniform distribution in term of accuracy based on the COV values obtained from the statistical studies.
Both approaches of back calculation are easy to implement and require little computational effort and time. In general, for the same population size and number of iterations, the computational time for GA is 3–5 times less than that of PSO. For case study 1, GA gave smaller COV values compared to PSO but this phenomenon is not repeated in case study 2. As a result, such a phenomenon might be case-specific.
Failure mechanisms are not changed with different back-calculated strength parameters. However, parameter distributions can still help us to capture more reasonable strength parameters. This can enhance our knowledge of input parameters for the slope stability assessment or further remediation methods’ selection.
By comparing the execution time in this study, PSO is about 3 times slower than GA, and it can be concluded that genetic algorithms are superior to particle swarm optimization for the back analysis problem, at least concerning rock slopes.

Author Contributions

A.-J.L. proposed the idea and conceptualization; A.F. performed all numerical analysis; A.-J.L. and A.F. completed the discussions and prepared the original draft; I.-T.Y. and A.-J.L. gave advice on optimization; All authors have read and agreed to the published version of the manuscript.

Funding

The authors gratefully acknowledge funding supports from the Ministry of Science and Technology under (Award Number MOST 107-2221-E-011-017) and the Taiwan Building Technology Center from The Featured Areas Research Center Program within the framework of the Higher Education Sprout Project by the Ministry of Education in Taiwan.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bishop, A.W. The use of slip circle in stability analysis of slopes. Geotechnique 1955, 5, 7–17. [Google Scholar] [CrossRef]
  2. Donald, I.B.; Chen, Z.Y. Slope stability analysis by the upper bound approach: Fundamentals and methods. Can. Geotech. J. 1997, 34, 853–862. [Google Scholar] [CrossRef]
  3. Yang, X.L.; Li, L.; Yin, J.H. Seismic and static stability analysis for rock slopes by a kinematical approach. Geotechnique 2004, 54, 543–549. [Google Scholar] [CrossRef]
  4. Chen, T.C.; Lin, M.L.; Hung, J.J. Pseudostatic analysis of Tsao-Ling rockslide caused by Chi-Chi earthquake. Eng. Geol. 2003, 71, 31–47. [Google Scholar] [CrossRef]
  5. Oreste, P. Back-analysis techniques for the improvement of the understanding of rock in underground constructions. Tunn. Undergr. Space Technol. 2005, 20, 7–21. [Google Scholar] [CrossRef]
  6. Gioda, G.; Maier, G. Direct search solution of an inverse problem in elastoplasticity: Identification of cohesion, friction angle and in situ stress by pressure tunnel tests. Int. J. Numer. Methods Eng. 1980, 15, 1823–1848. [Google Scholar] [CrossRef]
  7. Cividini, A.; Jurina, L.; Gioda, G. Some aspects of ‘characterization’ problems in geomechanics. Int. J. Rock Mech. Min. Sci. 1981, 18, 487–503. [Google Scholar] [CrossRef]
  8. Ou, C.Y.; Tang, Y.G. Soil parameter determination for deep excavation analysis by optimization. J. Chin. Inst. Eng. Trans. Chin. Inst. Eng. Ser. A Chung Kuo K. Ch’eng Hsuch K’an 1994, 17, 671–688. [Google Scholar] [CrossRef]
  9. Gioda, G.; Locatelli, L. Back analysis of the measurements performed during the excavation of a shallow tunnel in sand. Int. J. Numer. Anal. Methods Geomech. 1999, 23, 1407–1425. [Google Scholar] [CrossRef]
  10. Calvello, M. Inverse Analysis of Supported Excavations through Chicago Glacial Clays; Northwestern University: Evanston, IL, USA, 2002. [Google Scholar]
  11. Finno Richard, J.; Calvello, M. Supported Excavations: Observational Method and Inverse Modeling. J. Geotech. Geoenviron. Eng. 2005, 131, 826–836. [Google Scholar] [CrossRef]
  12. Levasseur, S.; Malecot, Y.; Boulon, M.; Flavigny, E. Statistical inverse analysis based on genetic algorithm and principal component analysis: Applications to excavation problems and pressuremeter tests. Int. J. Numer. Anal. Methods Geomech. 2009, 34, 471–491. [Google Scholar] [CrossRef]
  13. Li, A.J.; Khoo, S.; Lyamin, A.V.; Wang, Y. Rock slope stability analyses using extreme learning neural network and terminal steepest descent algorithm. Autom. Constr. 2016, 65, 42–50. [Google Scholar] [CrossRef]
  14. Lim, K.; Li, A.J.; Schmid, A.; Lyamin, A. Slope-Stability Assessments Using Finite-Element Limit-Analysis Methods. Int. J. Geomech. 2016, 17, 06016017. [Google Scholar] [CrossRef]
  15. Aydan, Ö.; Ulusay, R. Back-analysis of a seismically induced highway embankment failure during the 1999 Düzce earthquake. Environ. Geol. 2002, 42, 621–631. [Google Scholar] [CrossRef]
  16. Arai, K.; Ohta, H.; Kojima, K.; Wakasugi, M. Application of back-analysis to several test embankments on soft clays deposits. Soils Found. 1986, 26, 60–72. [Google Scholar] [CrossRef] [Green Version]
  17. Simpson, A.R.; Priest, S.D. The application of genetic algorithms to optimization problems in geotechnics. Comput. Geotech. 1993, 15, 1–19. [Google Scholar] [CrossRef]
  18. Samarajiva, P.; Emir, J.M.; Wathugala, W. Genetic Algorithms for the Calibration of Constitutive Models for Soils. Int. J. Geomech. 2005, 5, 206–217. [Google Scholar] [CrossRef]
  19. Rechea, C.; Levasseur, S.; Finno, R. Inverse analysis techniques for parameter identification in simulation of excavation support systems. Comput. Geotech. 2008, 35, 331–345. [Google Scholar] [CrossRef]
  20. Gandomi, A.H.; Alavi, A.H. An introduction of Krill Herd algorithm for engineering optimization. J. Civ. Eng. Manag. 2016, 22, 302–310. [Google Scholar] [CrossRef] [Green Version]
  21. Lyamin, A.V.; Sloan, S. Upper bound limit analysis using linear finite elements and non-linear programming. Int. J. Numer. Anal. Meth. Geomech. 2002, 26, 181–216. [Google Scholar] [CrossRef]
  22. Krabbenhoft, K.; Lyamin, A.V.; Hjiaj, M.; Sloan, S.W. A new discontinuous upper bound limit analysis formulation. Int. J. Numer. Meth. Eng. 2005, 63, 1069–1088. [Google Scholar] [CrossRef]
  23. Krabbenhoft, K.; Lyamin, A.; Krabbenhoft, J. Optum Computa-Tional Engineering OptumG2). [Computer software]. 2015. Available online: https://www.optumce.com (accessed on 19 November 2019).
  24. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the International Conference on Neural Networks, Perth, Australia, 11 November–1 December 1995. [Google Scholar] [CrossRef]
  25. Shi, Y.; Eberhart, R.C. Empirical study of particle swarm optimization. In Proceedings of the 1999 Congress on Evolutionary Computation-CEC99 Cat, Washington, DC, USA, 6–9 July 1999. [Google Scholar]
  26. Baker, R. Determination of the critical slip surface in slope stability computations. Int. J. Numer. Anal. Methods Geomech. 1980, 4, 333–359. [Google Scholar] [CrossRef]
  27. Spencer, E. A Method of Analysis of the Stability of Embankments Assuming Parallel Inter-Slice Forces; Institution of Civil Engineers: London, UK, 1967. [Google Scholar]
  28. Goh, A.T.C. Genetic algorithm search for critical slip surface in multiple-wedge stability analysis. Can. Geotech. J. 1999, 36, 382–391. [Google Scholar] [CrossRef]
  29. Goh, A.T.C. Search for Critical Slip Circle Using Genetic Algorithms. Civ. Eng. Environ. Syst. 2000, 17, 181–211. [Google Scholar] [CrossRef]
  30. Liang, Z.; Gong, B.; Tang, C.; Zhang, Y.; Ma, T. Displacement Back Analysis for a High Slope of the Dagangshan Hydroelectric Power Station Based on BP Neural Network and Particle Swarm Optimization. Sci. World J. 2014, 2014, 11. [Google Scholar] [CrossRef]
  31. Ulusay, R.; Aksoy, H. Assessment of the failure mechanism of a highwall slope under spoil pile loadings at a coal mine. Eng. Geol. 1994, 38, 117–134. [Google Scholar] [CrossRef]
  32. Bieniawski, Z.T. Engineering Classification of Rock Masses; South African Institution of Civil Engineers: Johannesburg, South Africa, 1973. [Google Scholar]
  33. Sonmez, H.; Ulusay, R.; Gokceoglu, C. A practical procedure for the back analysis of slope failures in closely jointed rock masses. Int. J. Rock Mech. Min. Sci. 1998, 35, 219–233. [Google Scholar] [CrossRef]
  34. Sonmez, H.; Ulusay, R. Modifications to the geological strength index GSI) and their applicability to stability of slopes. Int. J. Rock Mech. Min. Sci. 1999, 36, 743–760. [Google Scholar] [CrossRef]
  35. Hoek, E.; Carranza-Torres, C.; Corkum, B. Hoek-Brown Failure Criterion-2002 edition. In Proceedings of the 5th North American Rock Mechanics Symposium, Toronto, ON, Canada, 7–10 July 2002; pp. 267–273. [Google Scholar]
  36. DeJong, K.A.; Spears, W.M. An Analysis of the Interacting Roles of Population Size and Crossover in Genetic Algorithms,” Proc. First Workshop Parallel Problem Solving from Nature; Springer: Berlin, Germany, 1990; pp. 38–47. [Google Scholar]
  37. Li, A.J.; Merifield, R.S.; Lyamin, A.V. Effect of rock mass disturbance on the stability of rock slopes using the Hoek–Brown failure criterion. Comput. Geotech. 2011, 38, 546–558. [Google Scholar] [CrossRef]
  38. Keefer, D.K. Landslides caused by earthquakes. Gsa Bull. 1984, 95, 406–421. [Google Scholar] [CrossRef]
  39. Gorum, T.; Fan, X.; van Westen, C.J.; Huang, R.Q.; Xu, Q.; Tang, C.; Wang, G. Distribution pattern of earthquake-induced landslides triggered by the 12 May 2008 Wenchuan earthquake. Geomorphology 2011, 133, 152–167. [Google Scholar] [CrossRef]
  40. Huang, R.; Xu, Q.; Huo, J. Mechanism and geo-mechanics models of landslides triggered by 5.12 Wenchuan Earthquake. J. Mt. Sci. 2011, 8, 200–210. [Google Scholar] [CrossRef]
  41. Huang, R.; Pei, X.; Fan, X.; Zhang, W.; Li, S.; Li, B. The characteristics and failure mechanism of the largest landslide triggered by the Wenchuan earthquake, May 12, 2008, China. Landslides 2012, 9, 131–142. [Google Scholar] [CrossRef]
  42. Zhang, Y.; Chen, G.; Zheng, L.; Li, Y.; Wu, J. Effects of near-fault seismic loadings on run-out of large-scale landslide: A case study. Eng. Geol. 2013, 166, 216–236. [Google Scholar] [CrossRef]
  43. Hoek, E.; Brown, E.T. Practical estimates of rock mass strength. Int. J. Rock Mech. Min. Sci. 1997, 34, 1165–1186. [Google Scholar] [CrossRef]
  44. Marinos, V.; Marinos, P.; Hoek, E. The geological strength index: Applications and limitations. Bull. Eng. Geol. Environ. 2005, 64, 55–65. [Google Scholar] [CrossRef]
Figure 1. Genetic algorithm (GA) flow chart.
Figure 1. Genetic algorithm (GA) flow chart.
Applsci 10 02012 g001
Figure 2. Optimization strategy for back analysis.
Figure 2. Optimization strategy for back analysis.
Applsci 10 02012 g002
Figure 3. Model geometry of the slope cross-section.
Figure 3. Model geometry of the slope cross-section.
Applsci 10 02012 g003
Figure 4. PSO convergence characteristic for back calculating D.
Figure 4. PSO convergence characteristic for back calculating D.
Applsci 10 02012 g004
Figure 5. GA convergence characteristic for back analyzing D.
Figure 5. GA convergence characteristic for back analyzing D.
Applsci 10 02012 g005
Figure 6. PSO convergence characteristic for back calculating D, GSI, m i and σ c i .
Figure 6. PSO convergence characteristic for back calculating D, GSI, m i and σ c i .
Applsci 10 02012 g006
Figure 7. GA convergence characteristic for back calculating D, GSI, m i and σ c i .
Figure 7. GA convergence characteristic for back calculating D, GSI, m i and σ c i .
Applsci 10 02012 g007
Figure 8. Comparison of original and back-calculated failure mechanism from PSO and GA.
Figure 8. Comparison of original and back-calculated failure mechanism from PSO and GA.
Applsci 10 02012 g008
Figure 9. D linearly decreased with depth in Region 1 of the rock slope.
Figure 9. D linearly decreased with depth in Region 1 of the rock slope.
Applsci 10 02012 g009
Figure 10. Model geometry of the slope cross-section.
Figure 10. Model geometry of the slope cross-section.
Applsci 10 02012 g010
Figure 11. Comparison of original mode to failure modes of back-calculated parameters with T/H = infinity.
Figure 11. Comparison of original mode to failure modes of back-calculated parameters with T/H = infinity.
Applsci 10 02012 g011
Figure 12. Comparison of original mode to failure mode of back-calculated parameters with T/H = 2.5.
Figure 12. Comparison of original mode to failure mode of back-calculated parameters with T/H = 2.5.
Applsci 10 02012 g012
Table 1. Parameters employed in the upper-bound finite element limit analysis (UB-FELA) model.
Table 1. Parameters employed in the upper-bound finite element limit analysis (UB-FELA) model.
ParameterValue
Uniaxial compressive strength ( σ c i )5.2 MPa
Geological Strength Index (GSI)16
Material constant for intact rock mass ( m i )7
Table 2. Genetic algorithm (GA) parameter setting.
Table 2. Genetic algorithm (GA) parameter setting.
ParameterValue
Population size50
Number of generations50
Crossover typeTypically two point
Crossover rate0.6
Mutation typesBit flip
Mutation rate0.001
Table 3. Particle swarm optimization (PSO) parameter setting.
Table 3. Particle swarm optimization (PSO) parameter setting.
ParameterValue
Population size50
Number of iterations50
c1 and c22
w 0.4–0.9
r1 and r20–1
Table 4. Back-calculated value of disturbance factor (D) from PSO and GA.
Table 4. Back-calculated value of disturbance factor (D) from PSO and GA.
ParameterGAPSO
D0.680.68
Table 5. Back calculated D and GSI from PSO.
Table 5. Back calculated D and GSI from PSO.
ParameterBack-Analyzed Value
D0.72
GSI17.46
Table 6. Back calculated D and GSI from GA.
Table 6. Back calculated D and GSI from GA.
ParameterBack-Analyzed Value
D0.69
GSI16.4
Table 7. Back-calculated D, GSI and m i from PSO.
Table 7. Back-calculated D, GSI and m i from PSO.
ParameterBack-Analyzed Value
D0.51
GSI14.2
m i 5
Table 8. Back-calculated D, GSI and m i from GA.
Table 8. Back-calculated D, GSI and m i from GA.
ParameterBack-Analyzed Value
D0.62
GSI14.41
m i 6.8
Table 9. Back-calculated D, GSI, m i and σ c i from PSO.
Table 9. Back-calculated D, GSI, m i and σ c i from PSO.
ParameterBack-Analyzed Value
D0.77
GSI18.00
m i 8.90
  σ c i 4.57 MPa
Table 10. Back-calculated D, GSI, m i and σ c i from GA.
Table 10. Back-calculated D, GSI, m i and σ c i from GA.
ParameterBack-Analyzed Value
D0.59
GSI11.00
m i 8.49
  σ c i 5.60 MPa
Table 11. Standard deviations and ranges for σ c i , m i and G S I .
Table 11. Standard deviations and ranges for σ c i , m i and G S I .
ParameterMean ValueStandard Deviation (σ)Range ( ± 3 σ )
GSI16±1.611.2–20.8
m i 7±0.94.3–9.7
σ c i 5.2±1.31.3–9.1
Table 12. Mean values of back-calculated parameters from PSO and GA.
Table 12. Mean values of back-calculated parameters from PSO and GA.
PSOGA
DGSI m i σ c i DGSI m i σ c i
Scenario A0.7017.407.395.220.6816.006.995.44
Scenario B0.6917.177.574.870.6215.596.924.50
Scenario C0.7117.257.275.380.6916.046.895.69
Table 13. Comparison of coefficients of variation (COVs) from PSO and GA.
Table 13. Comparison of coefficients of variation (COVs) from PSO and GA.
PSOGA
DGSI m i σ c i DGSI m i σ c i
Scenario A17.9811.7914.5027.5510.238.6210.5919.93
Scenario B14.8711.7613.8226.439.598.319.2019.00
Scenario C11.9110.4614.4920.866.998.078.5416.93
Table 14. Input index of the Hoek–Brown experience equations.
Table 14. Input index of the Hoek–Brown experience equations.
σ c i   ( M P a ) G S I m i D
Material 187.27071
Material 287.24091
Material 343.840121
Table 15. Back-calculated K h values.
Table 15. Back-calculated K h values.
Thickness to Height Ratio (T/H)GAPSO
2.50.1200.120
Infinity 0.0450.045
Table 16. Back-calculated k h and σ c i from GA.
Table 16. Back-calculated k h and σ c i from GA.
T/H = InfinityT/H = 2.5
σ c i   ( M P a ) k h σ c i   ( M P a ) k h
Material 269.220.01165.640.07
Material 343.80.01141.680.07
Table 17. Back-calculated k h and σ c i from PSO.
Table 17. Back-calculated k h and σ c i from PSO.
T/H = InfinityT/H = 2.5
σ c i   ( M P a ) k h σ c i   ( M P a ) k h
Material 268.880.00767.000.07
Material 339.140.00730.950.07
Table 18. Back-calculated   k h , σ c i and GSI from GA.
Table 18. Back-calculated   k h , σ c i and GSI from GA.
T/H = InfinityT/H = 2.5
σ c i   ( M P a ) G S I k h σ c i   ( M P a ) G S I k h
Material 283.238.460.00873.5634.750.019
Material 332.4738.460.00835.8434.750.019
Table 19. Back-calculated   k h , σ c i and GSI from PSO.
Table 19. Back-calculated   k h , σ c i and GSI from PSO.
T/H = InfinityT/H = 2.5
σ c i   ( M P a ) G S I k h σ c i   ( M P a ) G S I k h
Material 278.7738.790.01086.133.590.010
Material 339.5638.790.01037.6333.590.010
Table 20. Back-calculated k h , σ c i , GSI and m i from GA.
Table 20. Back-calculated k h , σ c i , GSI and m i from GA.
T/H = InfinityT/H = 2.5
σ c i   ( M P a ) m i G S I k h σ c i   ( M P a ) m i G S I k h
Material 280.478.7239.820.01577.947.2938.730.043
Material 338.288.0239.820.01534.4311.2738.730.043
Table 21. Back-calculated k h , σ c i , GSI and m i from PSO.
Table 21. Back-calculated k h , σ c i , GSI and m i from PSO.
T/H = InfinityT/H = 2.5
σ c i   ( M P a ) m i G S I k h σ c i   ( M P a ) m i G S I k h
Material 289.548.4539.940.01377.647.6636.110.02
Material 335.438.9739.940.01343.2111.9736.110.02
Table 22. Range of parameters for back calculation.
Table 22. Range of parameters for back calculation.
σ c i   ( M P a ) m i G S I k h
Material 244–1306.7–11.332–480–1
Material 322–669–1532–480–1
Table 23. Mean value of back-calculated parameters for T/H = 2.5.
Table 23. Mean value of back-calculated parameters for T/H = 2.5.
GAPSO
σ c i   ( M P a ) m i G S I k h σ c i   ( M P a ) m i G S I k h
Material 284.659.2341.870.01285.488.8143.240.14
Material 344.5111.7441.870.01252.0811.6543.240.14
Table 24. Mean values of back-calculated parameters for T/H = infinity.
Table 24. Mean values of back-calculated parameters for T/H = infinity.
GAPSO
σ c i   ( M P a ) m i G S I k h σ c i   ( M P a ) m i G S I k h
Material 299.6011.3742.280.1192.279.0542.520.09
Material 346.8411.3342.280.1150.5212.6342.520.09
Table 25. COVs of back-calculated parameters for T/H = 2.5.
Table 25. COVs of back-calculated parameters for T/H = 2.5.
GAPSO
σ c i   ( M P a ) m i G S I k h σ c i   ( M P a ) m i G S I k h
Material 227.4613.297.8339.7518.689.946.8444.98
Material 318.389.477.8339.7523.1414.396.8444.98
Table 26. COVs of back-calculated parameters for T/H = infinity.
Table 26. COVs of back-calculated parameters for T/H = infinity.
GAPSO
σ c i   ( M P a ) m i G S I k h σ c i   ( M P a ) m i G S I k h
Material 211.1211.376.9543.4919.9311.806.2044.94
Material 317.8911.336.9543.4913.5712.416.2044.94

Share and Cite

MDPI and ACS Style

Li, A.-J.; Fatty, A.; Yang, I.-T. Use of Evolutionary Computation to Improve Rock Slope Back Analysis. Appl. Sci. 2020, 10, 2012. https://doi.org/10.3390/app10062012

AMA Style

Li A-J, Fatty A, Yang I-T. Use of Evolutionary Computation to Improve Rock Slope Back Analysis. Applied Sciences. 2020; 10(6):2012. https://doi.org/10.3390/app10062012

Chicago/Turabian Style

Li, An-Jui, Abdoulie Fatty, and I-Tung Yang. 2020. "Use of Evolutionary Computation to Improve Rock Slope Back Analysis" Applied Sciences 10, no. 6: 2012. https://doi.org/10.3390/app10062012

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop