1. Introduction
In rock engineering, the rock elasticity modulus (EM) plays an important role for structure designs [1,2,3,4]. The EM is an important index for quantifying the rock behavior. It is also closely related to the rock’s durability, which can determine rock applications to a large extent [5]. Numerous experiments were developed according to the international society of rock mechanics (ISRM) to calculate the rock EM [6]. Nevertheless, the expensive sample costs and time-consuming laboratory operations have forced engineers to develop other methods for estimating the rock EM.
The empirical formula based on statistics is a popular method to estimate the rock EM in preliminary design phases [7,8,9,10,11,12]. The aim of the empirical formulas (simple-regression (SR) or multiple-regression (MR) formulas) is to establish a relationship between one or more rock properties and the EM. Numerous researchers proposed various empirical formulas to estimate the rock EM [3,4,13,14,15,16]. Beiki et al. [17] used the porosity (Pn) to predict the rock EM with a low prediction accuracy of the coefficient of determination (R2). Yasar and Erdogan [18] provided a linear SR formular using P-wave velocity (Vp) to estimate EM. Dincer et al. [19] established an SR formula between the Schmidt hammer rebound number (SHRN) and EM. The prediction accuracy of R2 was equal to 0.85. Behzadafshar et al. [20] only utilized the point load index (PLI) to forecast the granite EM. The prediction accuracy was not satisfactory, resulting in a low R2 of 0.58. Dehghan et al. [21] developed an MR formula consisting of the above four variables to predict the travertine EM. By reviewing the developed empirical formula, the Pn, Vp, SHRN and PLI are usually considered into these empirical equations, which can be obtained directly from tests [13]. However, the original data used to develop each empirical formula are fixed and different, and the formula performance decreases once it is used to predict the EM of a new rock [22]. From the prediction accuracy perspective, the intrinsic relationship of the SR and MR formulas cannot well describe the complex and nonlinear correlation between the rock properties and the EM [23].
In recent years, soft techniques have been widely used to solve prediction problems in rock engineering [24,25,26,27,28,29,30], especially machine-learning (ML) methods. For the rock EM prediction, Ocak and Seker [31] proposed an artificial neural network (ANN) model to predict the EM of intact rock. The results showed that the ANN model obtained a higher accuracy for the root-mean-square error (RMSE is equal to 0.191) than those of previous approaches. Pappalardo and Mineo [32] utilized ANN models to estimate the EM statis of rock samples. The results indicated that this artificial intelligence model is of more practical value in estimating the rock EM. Singh et al. [33] used an adaptive neurofuzzy inference system (ANFIS) to predict the EM values of 85 rock samples. The performance evaluation results illustrated that the ANFIS model has a better performance than the initial ANN model and fuzzy inference system (FIS) model by means of the lower RMSE value of 6.799. Umrao et al. [34] developed an ANFIS to estimate the EM of 45 heterogenous sedimentary rocks. This model has obtained a satisfactory prediction accuracy of R2 = 0.935. Acar and Kaya [35] adopted a least-square support vector machine (LS-SVM) model to find the EM of weak rocks by considering the Vp, unit weight (r), PLI and tensile strength (Ts). The prediction results showed that the LS-SVM models can be a good substitute for experiments to measure the weak rock EM. Al-Anazi and Gates [36] used a support vector regression (SVR) model and a backpropagation neural network (BPNN) model to forecast the EM of reservoir rocks. The prediction results indicated that the former has a better performance than the latter. Matin et al. [37] used an integrated ML model, named the random forest (RF) model, to predict the EM and the uniaxial compressive strength (UCS) of various rocks. Based on the prediction results, the RF model not only achieves a satisfactory accuracy (R2 = 0.91) for the EM prediction but can also accurately estimate the UCS (R2 = 0.93). Other similar studies on the rock EM prediction by ML models can be referred to in the literature [38,39,40,41,42]. To improve the ML model’s performance, the metaheuristic optimization algorithms (MOA) are used to select the model hyperparameters. Tian et al. [43] used the imperialism competitive algorithm (ICA) and the particle-swarm optimization (PSO) to optimize an ANN model for predicting the EM of rock materials. The optimization results illustrated that the ICA-ANN has the best prediction accuracy for both the training and testing phases (R2: 0.952 and 0.955). Mokhtari and Behnia [44] combined the cuckoo optimization algorithm (COA) and ANN model to estimate the EM of limestone rocks. The results showed that the COA can obviously improve the prediction performance of the ANN model. Other optimized ML models for the EM prediction can be found in the literature [45,46,47,48,49,50].
Among common ML models, the RF model has unique advantages in resisting the overfitting phenomenon, and its combination with MOA can effectively solve the hyperparameter selection problem [51]. In general, MOA can be divided into four groups, i.e., the based evolutionary, based swarm intelligence, based human behavior and based physicochemical groups. Therefore, the aim of this paper is to generate four optimized RF models using four different MOA strategies for predicting the rock EM. An integrated rock database was established using the data-driven technology to train and test the proposed models. In addition, five widely used ML models and one empirical equation were also developed to compare the predictive performance with four hybrid RF models for predicting the rock EM. Finally, a sensitive analysis is carried out to calculate the variable importance.
2. Data Preparation
Reviewing the published studies on the rock EM prediction, the used rock samples are generally different, resulting in a loss of accuracy in predicting other rock sample properties from original empirical formulas or other models. To overpass this limitation, an integrated rock database consisting of 120 rock samples (e.g., granite and travertine) was established using the data-driven technology. The EM values of these rock samples was investigated by Armaghani et al. [3], Dehghan et al. [21] and Tuğrul and Zarif [52]. The reason for choosing these data is that the EM value of each rock is determined jointly by the porosity (Pn), P-wave velocity (Vp), Schmidt hammer rebound number (SHRN) and point load index (PLI). Before generating the prediction models, a correlation analysis needs to be conducted by outputting the correlation coefficient (CC) to determine the final variables used in the EM prediction. As illustrated in Figure 1, the scatter plot at the lower right shows the distribution of the four input variables and of one output variable. The histograms in the diagonal showed the data range of all variables, and the number at the upper left represents the CC between the two corresponding variables. If the number value is negative, the correlation between the two variables is negative. Otherwise, the correlation is positive. The absolute number value is used to evaluate the correlation between any of two variables. If the CC between two input parameters (or between each input and output parameter) is very high (or very low), one of them needs to be removed to increase the prediction efficiency. The results showed that the CC between the four variables is not high; Pn and EM have the highest CC value (−0.651). Especially, the low correlation between PLI and EM is caused by the diverse sources of databases used to predict EM in this paper, while the PLI is beneficial to accurately predict the rock EM [3]. Therefore, the Pn, Vp, SHRN and PLI are used as input variables to predict the EM (output variable). Their detailed information is shown in Table 1.
3. Development of Hybrid RF Models for Predicting the Rock EM
3.1. Metaheuristic Optimization Algorithms
3.1.1. Backtracking Search Optimization Algorithm (BSA)
Civicioglu [53] proposed a MOA-based evolutionary method to solve optimization problems, namely, the backtracking search optimization algorithm (BSA). The algorithm is still inspired by an individual evolution, especially the traditional mutation, and crossover operators are uniformly replaced by breeding operators. The optimization process of the BSA can be described using five strategies: initialization, selection, mutation, crossover and selection. These strategies are defined by using Equations (1)–(5).
(1)
(2)
(3)
(4)
(5)
where and represent the initial and historical position of the i-th individual, respectively. Low and Up indicate the lower and upper bounds of the dimension space. a and b are random numbers within the range of [0, 1]. F and map represent the control parameter of the mutation operator and a binary matrix consisting of crossover probability parameters, respectively. and are the current position of the i-th tested individual and the updated position of the i-th individual, respectively.3.1.2. Multi-Verse Optimizer (MVO)
The multi-verse optimizer (MVO) is a MOA-based physics algorithm proposed by Mirjalili et al. [54], which is inspired by the idea that the universe moves from white holes to black holes through wormholes to achieve a stable situation. The white holes are believed to be an important part of the original universe, the black holes have an irresistible pull on everything including light beams, and the wormhole is a bridge or passage connecting different universes. In the MVO algorithm, the birth of the universe is always related to the objects transfer. The universe with a low inflation rate is more likely to take in more objects. The optimization process of MVO can be described as follows:
(1). Population—the initial population of the universes in the searching space is defined using the Equation (6).
(6)
where indicates the parameter of the n-th universe in the d-dimension searching space.(2). Exploration and exploitation—the function of wormholes is to help objects move from one universe to another (see Figure 2). Thus, this mechanism by which objects are exchanged between universes through wormholes can be described as:
(7)
where represents the j-th parameter of the best universe. ub and lb are the lower and upper bounds of the multi-universes space, respectively. , and indicate three random numbers within the range of [0, 1]. TDR and WEP represent two coefficients, the former is the wormhole existence probability, and the latter is named the travelling-distance rate. These coefficients can be calculated using the Equations (8) and (9).(8)
(9)
where min and max represent the minimum maximum values, respectively. t and T indicate the current iteration and the maximum iteration, respectively. e is the exploitation accuracy.3.1.3. Golden Eagle Optimizer (GEO)
Mohammadi-Balani et al. [55] developed a novel MOA-based swarm intelligence named the golden eagle optimizer (GEO) to provide an effective scheme for solving optimization problems. This algorithm is inspired by the hunting behavior of golden eagles, who can adjust their speed to hunt. The hunting behavior can be divided into three parts: (a) selecting the prey; (b) attacking the prey; and (c) cruising. It is worth noting that each hunting behavior of a golden eagle is carefully considered. It allows striking a balance between attack and cruise. Once an attack is launched, the golden eagle is unable to obtain food or replenish enough energy.
(I). Selecting the prey—the selection can occur in a basic way, with each golden eagle randomly select a prey from the memory of any other group member to better explore the landscape. It is important to note that the chosen prey is not necessarily the nearest or furthest prey. Figure 3 shows how prey selection works.
(II). Exploration and exploitation—after determining the prey, each golden eagle carries out the attacking and cruising behaviors. The attacking behavior can be expressed by the following mathematical formula:
(10)
where and represent the position of the i-th golden eagle and the prey determined by the l-th golden eagle, respectively. indicates the attacking distance between the prey and the i-th golden eagle. The cruising behavior is related to the attacking behavior, which can be expressed using the Equations (11) and (12).(11)
(12)
where , and represent the normal coefficients, variables and random points, respectively. s is the current iteration. indicates the position of the selected prey. belongs to the .3.1.4. Poor and Rich Optimization Algorithm (PRO)
The poor and rich optimization algorithm (PRO) was proposed by Moosavi and Bardsiri [56]. It is inspired by people’s desires and attitudes towards money. The wealth accumulated by individuals can preliminarily divide society into two classes, namely, rich and poor. For the rich (i.e., wealth level is obviously higher than the average one), observing the behavior of the poor (i.e., wealth level is obviously lower than the average one) can help them to increase wealth and consolidate their class position. The poor tend to narrow the gap by learning from rich ideas about wealth and approaches to making money. In the PRO algorithm, the population distribution of rich and poor can be expressed using Equation (13).
(13)
where represents the main population, which is related to the (poor population) and (rich population). It should be noted that the position of the rich is better than the poor position. Their positions are calculated using the Equations (14) and (15), respectively.(14)
(15)
where and represent the updated and old positions of the rich, respectively. and indicate the updated and old positions of the poor, respectively. is the current position of the best people in the poor population. c is a random number within the range of 0 to 1. The Pattern value is calculated by using the Equation (16).(16)
where and represent the current positions of the best and worst people in the rich population, respectively. indicates the average position of the people in the rich population. The position distribution of rich and poor is shown in Figure 4.However, some sudden changes can occur for the rich and poor situations, such as the stock prices falling and rising, shortages of petroleum products and inflation [56]. Since the occurrence of the above situation is not predictable, and after mutation can be expressed as follows:
(17)
(18)
where rand is a random number within the range of 0 to 1. randn represents a value considering a normal distribution. represents the mutation probability.3.2. Hybrid RF Models
In this paper, the BSA, MVO, GEO and PRO are used to optimize the RF model for predicting the rock EM. The definition of the RF model is described in the literature [57,58,59,60]. The hyperparameter combination selection (i.e., number of trees (Nt) and random features (Maxdepth)) is a key step to tap into the RF model prediction potential. Therefore, four hybrid RF models were generated to find the optimal hyperparameter combination according to the following process:
(i). Data preprocessing
A total of 120 rock samples with four input variables were used to predict the EM in this paper. All variables need to be extracted and normalized to [−1, 1]. The purpose of this step is to prevent a failure for establishing the accurate prediction relationships due to the parameter variability. After that, the train and test sets are separated from the initial database. The ratio of the train set to the test set is set equal to 4 to 1. It should be noted that the same train or test set is used to generate each hybrid RF model for predicting the rock EM and comparing their performance.
(ii). Parameter settings
Although the Nt increase will not cause an overfitting of the RF model, a large parameter selection range can greatly increase the computation time. Therefore, the ranges of Nt and Maxdepth are set equal to [1, 100] and [1, 10], respectively. For the four MOA algorithms, the number of initial solutions (i.e., individuals of BSA, candidates of MVO, population of GEO and human of PRO) and the iteration time are the core factors that affect the optimization performance of these algorithms. To better activate the optimization performance, the solutions are set equal to 30, 60, 90, 120 and 150 during the 200 iterations.
(iii). Optimization evaluation
The fitness function is utilized to evaluate the performance of each hybrid RF model with different solutions during the 200 iterations. The RMSE is adopted to represent the fitness values of all models in this paper. They do not need an absolute value to evaluate the model performance [51]. In other words, the best-optimized RF model has the lowest RMSE value among all hybrid models based on the same MOA. The flowchart for developing four hybrid RF models for predicting the rock EM is shown in Figure 5.
4. Performance Evaluation
The statistical indices widely utilized to evaluate the performance of the prediction models include the root-mean-square error (RMSE), the mean absolute error (MAE), the coefficient of determination (R2) and the Willmott’s index (WI). The RMSE and MAE are able to reflect the error between the predicted and the measured values. On the other hand, the R2 and WI describe the fitting performance of the prediction models. In terms of values, the lowest values of RMSE and MAE and the highest values of R2 and WI represent the best prediction model.
(19)
(20)
(21)
(22)
where n is the number of the samples. and represent the measured and the predicted values of the rock EM, respectively. is the average value of the measured rock EM.5. Results and Discussion
5.1. Results of the Proposed Four Hybrid Models
To determine the optimal solution and corresponding hyperparameter combination (i.e., Nf and Maxdepth) of the RF model, all hybrid models were performed during 200 iterations. The iteration curves of each hybrid RF model with five solutions are shown in Figure 6. As it can be seen in Figure 6a, it is obvious that the BSA-RF with 60 solutions has a lower fitness value than the other four BSA-RF models during the 200 iterations. The solution of 90 is the most suitable for generating the MVO-RF model by means of the lowest fitness value (see Figure 6b). As illustrated in Figure 6c,d, the optimal solutions of the GEO-RF and PRO-RF models are equal to 120 and 90, respectively. Table 2 lists the results and the best hyperparameter combination of the four optimized RF models. The PRO-RF model has the lowest value of RMSE (0.1861) among all models. This optimized RF model shows that the optimal Nf and Maxdepth values are 17 and 2, respectively.
Four hybrid RF models with the optimal hyperparameter combinations were used to predict the rock EM in the training phase. The performance indices of each hybrid RF model are listed in Table 3. As illustrated in this table, four models achieved a good prediction accuracy with high values of R2 and WI and low values of RMSE and MAE. Compared with the other three models, the PRO-RF is the best prediction model for predicting the EM by means of the best performance indices, i.e., R2 is equal to 0.9423, RMSE to 10.7420, MAE to 7.6514 and WI is equal to 0.9843. The ranking score results of all models indicated that the GEO-RF model with the lowest total score of 4 is the worst model among all hybrid models for predicting EM in the training phase. The score of the MVO-RF model is the second model in the rank just after the PRO-RF model.
As illustrated in Figure 7, the regression distribution of the predicted and the measured EM values represents the performance of the prediction models. The position of each rock EM data in the two-dimension regression diagram is determined by the predicted EM values (horizontal axis, x) and the measured EM values (vertical axis, y). If y = x, it means that the predicted EM value is equal to the measured EM value. The rock EM data are then located on the diagonal line. To this end, the PRO-RF model has obtained the most rock EM data on the diagonal or close to the line among the four hybrid RF models (Figure 7d). After the PRO-RF model, the MVO-RF model and the BSA-RF model have similar regression distributions for both the small and big rock EM data. The MVO-RF model has obtained more data close to the diagonal line than the BSA-RF model in the interval between 20 and 70.
To further determine the performance of all hybrid RF models, the performance indices were calculated again using the test set, as shown in Table 4. The best model is still the PRO-RF, which has the lowest values of RMSE and MAE (10.1548 and 6.0423) and the highest values of R2 and WI (0.9410 and 0.9840). The predictive performance of the BSA-RF model is better than the MVO-RF model in the testing phase, the former not only has the better performance indices but also has a higher score (12) than the latter (8). In addition, the GEO-RF model still does not achieve better predictive performances than the other models using the test set.
Figure 8 illustrates the regression results of the four hybrid RF models in the testing phase. As it can be seen in Figure 8a–c, large errors between the predicted EM values by the BSA-RF, MVO-RF and GEO-RF models and the measured EM values indicate that the data point move away from the diagonal, especially when the EM values are in the range of [50, 80] and [0, 20]. The PRO-RF model has obtained the most EM data points close to the diagonal based on the best predictive performance in the testing phase. Therefore, the PRO-RF model is the best hybrid RF model for predicting the rock EM in this paper.
5.2. Performance Comparison between the Proposed and Other Models
To compare the predictive performance with the proposed hybrid models, five common ML models, named the ANN, SVR, extreme learning machine (ELM), kernel-extreme learning machine (KELM) and generalized regression neural network (GRNN), and one empirical formula, were also developed to predict the rock EM. The definition and the hyperparameter settings of the five ML models can be found in [61,62,63,64,65]. The multivariate- quadratic equation (MQE) of MR was used to generate an empirical formula as expressed using Equation (23).
(23)
The optimal hyperparameter combination of each model and the corresponding performance results are shown in Table 5. The GRNN obtained better performance indices (R2: 0.9010; RMSE: 13.1593; MAE: 8.2674 and WI: 0.9717) than the other models using the test set. After this model, the prediction accuracy of the KELM and the ELM models is superior to the ANN and the SVR models. The worst prediction model is the MQE; its index values of R2, RMSE, MAE and WI are, respectively, equal to 0.8318, 17.1476, 13.5849 and 0.9497. Figure 9 shows the rank scores of all comparison models. It can be obviously observed that the performance ranking of the six models is GRNN (24), KELM (20), ELM (16), ANN (12), SVR (8) and MQE (4).
The regression diagrams of the six comparison models in the testing phase are presented in Figure 10. As it can be seen in these diagrams, all models have a finite number of rock EM data points near the diagonal line. Compared with the other five models, the GRNN model obtained a good EM regression distribution in the range of 70 to 90 (Figure 10e). For the MQE model, most of the rock EM data points are away from the diagonal, which also indicates a large error between the EM value predicted by this model and the measured EM value. As a result, the GRNN model is the best prediction model among the six other models by means of the best performance indices. It obtains the highest rank score value and the best regression distribution.
Thus, the GRNN model is used to compare the performance with the PRO-RF model for predicting the rock EM. The bar chart tool is utilized to make an intuitive comparison between the measured EM and the EM predicted by the GRNN model and PRO-RF model, as shown in Figure 11. In Figure 11a, the predicted EM values of the No. 1, No. 7, No. 11, No. 13 and No. 15 samples by the PRO-RF model showed deviations. On the other hand, the GRNN model also does not accurately predict the EM values of the No. 2, No. 3, No. 4 and No. 19 samples, in addition to the above samples. The error analysis results of the PRO-RF model and the GRNN model for predicting the rock EM are shown in Table 6. It can be intuitively observed that the error in the statistical indices based on the PRO-RF model is better than the GRNN model ones, such as the error sum of the PRO-RF model (145.014) being lower than the GRNN model (198.417).
The relative deviation (RD) distribution is also an effective tool to evaluate the model performances [64]. The definition of RD is the ratio of the error between the predicted value and the measured value to the measured value. This also means that the models with a better performance have lower RD values. As illustrated in Figure 12a, the maximum RD of the PRO-RF model is 44.77%, and most of the RD values are lower than 40%. Especially, there are 11 RD values lower than 10%. It should be noted that the maximum RD of the GRNN model is higher than 70%, and only 9 RD values are lower than 10%. Therefore, the PRO-RF model has a better predictive performance than the GRNN model for calculating the rock EM.
5.3. Sensitive Analysis
After determining the best prediction model, the sensitive analysis was carried out to calculate the parameter importance of the rock EM prediction. The average impact on model output magnitude (mean) is one of indices in the Shapley additive explanations (SHAP), which is used to represent the parameter importance, as shown in Figure 13. As can be seen in this graph, the porosity (Pn) has the larger importance value (30.52) than the other input variables in the EM prediction based on the PRO-RF model. After the Pn, the importance ranking of other three variables are the SHRN (3.8), Vp (4.09) and PLI (2.08). In addition, another SHAP index is the impact on the model output (SHAP value), which is used to describe the correlation between the input and output variables. As illustrated in Figure 14, only the Pn has the greatest negative correlation with EM. The SHRN, Vp and PLI are positively correlated with the EM, and the correlation decreased successively.
6. Conclusions
In this study, four hybrid RF models, named BSA-RF, MVO-RF, GEO-RF and PRO-RF were developed to predict the elasticity modulus (EM) of 120 rock samples. Four rock properties, named the porosity (Pn), P-wave velocity (Vp), Schmidt hammer rebound number (SHRN) and point load index (PLI), were considered as the main factors for the EM prediction. In addition, five ML models (i.e., ANN, SVR, ELM, KELM and GRNN) and one empirical formula were also developed to predict the rock EM and compare the predictive performance with the proposed hybrid RF models. The main conclusion of this paper can be listed as follows:
i.. Four hybrid RF models have obtained a good prediction accuracy by means of four performance indices. In particular, the PRO-RF model is the best model among them.
ii.. The GRNN model has a better predictive performance than the other ML models and the empirical formula. It results in the higher values of R2 (0.9010) and WI (0.9717) and the lower values of RMSE (13.1593) and MAE (8.2674). However, these four optimized RF models are superior to the GRNN model.
iii.. The porosity (Pn) is the most important variable by means of the highest average impact value of 30.52 for predicting the rock EM. Meanwhile, the Pn is also the only variable negatively correlated with EM.
This paper proposes four effective hybrid RF models to predict the rock EM. It shows a successful application of soft techniques for a rock parameter prediction. Nevertheless, more various rocks should be collected into the integrated database to increase the prediction model’s accuracy. Furthermore, other rock properties such as the density, water content and UCS could be considered in the rock EM prediction.
Conceptualization, C.L. and D.D.; methodology, C.L.; investigation, D.D.; writing—original draft preparation, C.L.; writing—review and editing, C.L. and D.D.; visualization, C.L.; funding acquisition, C.L. All authors have read and agreed to the published version of the manuscript.
Not applicable.
Not applicable.
The data used in this study are from published research: Armaghani et al. [
The authors declare that they have no known competing financial interest or personal relationships that could have appeared to influence the work reported in this paper.
Footnotes
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Figure 5. Flowchart of predicting the rock EM based on the four hybrid RF models.
Figure 7. Regression diagrams of the four hybrid RF models using the train set: (a) BSA-RF model; (b) MVO-RF model; (c) GEO-RF model; (d) PRO-RF model.
Figure 8. Regression diagrams of the four hybrid RF models using the test set: (a) BSA-RF model; (b) MVO-RF model; (c) GEO-RF model; (d) PRO-RF model.
Figure 10. Regression diagrams of the other six models for predicting the rock EM.
Figure 11. Intuitive comparison diagram of the measured EM and predicted EM by the proposed models: (a) PRO-RF model; (b) GRNN model.
Figure 14. The SHAP values results of all input parameters based on the PRO-RF model.
Detailed description of the input and output variables.
Variables | Statistical Information | |||||
---|---|---|---|---|---|---|
Sign | Unit | Min | Max | Mean | St. D | |
Point load index | PLI | MPa | 0.890 | 12.530 | 4.365 | 2.839 |
Porosity | Pn | % | 0.100 | 10.270 | 1.957 | 3.047 |
P-wave velocity | Vp | km/s | 2.823 | 7.943 | 5.575 | 0.892 |
Schmidt hammer rebound number | SHRN | / | 25.630 | 72.000 | 47.093 | 13.795 |
Elasticity modulus | EM | GPa | 3.050 | 183.300 | 60.139 | 44.832 |
Note: Min—minimum value; Max—maximum value; St. D—standard deviation value.
Development results of all hybrid RF models.
Solutions | Fitness (RMSE) | |||
---|---|---|---|---|
BSA-RF | MVO-RF | GEO-RF | PRO-RF | |
30 | 0.1941 | 0.1893 | 0.1987 | 0.1901 |
60 | 0.1868 | 0.1977 | 0.1974 | 0.1935 |
90 | 0.1947 | 0.1870 | 0.1934 | 0.1861 |
120 | 0.1940 | 0.1942 | 0.1925 | 0.1875 |
150 | 0.1927 | 0.1917 | 0.1940 | 0.1928 |
Optimal hyperparameter combination | ||||
Nf | 19 | 21 | 20 | 17 |
MaxDepth | 2 | 2 | 2 | 2 |
Performance and ranking results of four hybrid RF models in the training phase.
Models | Performance Indices and Ranking Scores | Total | |||||||
---|---|---|---|---|---|---|---|---|---|
R2 | Score | RMSE | Score | MAE | Score | WI | Score | ||
BSA-RF | 0.9359 | 2 | 11.3203 | 2 | 7.8165 | 2 | 0.9824 | 2 | 8 |
MVO-RF | 0.9407 | 3 | 10.8867 | 3 | 7.7471 | 3 | 0.9837 | 3 | 12 |
GEO-RF | 0.9317 | 1 | 11.6807 | 1 | 8.0452 | 1 | 0.9809 | 1 | 4 |
PRO-RF | 0.9423 | 4 | 10.7420 | 4 | 7.6514 | 4 | 0.9843 | 4 | 16 |
Performance and ranking results of four hybrid RF models in the testing phase.
Models | Performance Indices and Ranking Scores | Total | |||||||
---|---|---|---|---|---|---|---|---|---|
R2 | Score | RMSE | Score | MAE | Score | WI | Score | ||
BSA-RF | 0.9322 | 3 | 10.8902 | 3 | 7.2155 | 3 | 0.9812 | 3 | 12 |
MVO-RF | 0.9236 | 2 | 11.5567 | 2 | 7.5280 | 2 | 0.9785 | 2 | 8 |
GEO-RF | 0.9123 | 1 | 12.3826 | 1 | 7.9739 | 1 | 0.9746 | 1 | 4 |
PRO-RF | 0.9410 | 4 | 10.1548 | 4 | 6.0423 | 4 | 0.9840 | 4 | 16 |
Performance results of five common ML models using test set.
Models | Performance Indices | Hyperparameters | |||
---|---|---|---|---|---|
R2 | RMSE | MAE | WI | ||
ANN | 0.8683 | 15.1724 | 10.8323 | 0.9619 | Nh = 2; Ne = 4,4 |
SVR | 0.8592 | 15.6918 | 11.7625 | 0.9591 | C = 128; Rk = 0.25 |
ELM | 0.8795 | 14.5124 | 10.2086 | 0.9665 | Nes = 65 |
KELM | 0.8987 | 13.3074 | 8.4755 | 0.9716 | Rc = 128; Rk = 1.0 |
GRNN | 0.9010 | 13.1593 | 8.2674 | 0.9717 | Sf = 0.3 |
MQE | 0.8318 | 17.1476 | 13.5849 | 0.9497 | Equation (7) |
Note: Nh—the hidden layers number; Ne—the number of neurons in the corresponding hidden layer; C—penalty parameter; Rk—RBF kernel parameter; Nes—the number of neurons in a single hidden layer; Rc—regularization coefficient; Sf—smoothing factor.
Error analysis comparison between the PRO-RF model and the GRNN model.
Models | Statistical Indices | ||||||
---|---|---|---|---|---|---|---|
Min | Max | Median | Mean | St. E | St. D | Sum | |
PRO-RF | 0.134 | 31.524 | 2.678 | 6.042 | 1.702 | 8.337 | 145.014 |
GRNN | 0.328 | 35.992 | 3.477 | 8.267 | 2.135 | 10.458 | 198.417 |
Note: St. E—standard error value. St. D—standard deviation value.
References
1. Ersoy, H.; Kanik, D. Multicriteria decision-making analysis based methodology for predicting carbonate rocks’ uniaxial compressive strength. Earth Sci. Res. J.; 2012; 16, pp. 65-74.
2. Armaghani, D.J.; Tonnizam Mohamad, E.; Momeni, E.; Narayanasamy, M.S. An adaptive neuro-fuzzy inference system for predicting unconfined compressive strength and Young’s modulus: A study on Main Range granite. Bull. Eng. Geol. Environ.; 2015; 74, pp. 1301-1319. [DOI: https://dx.doi.org/10.1007/s10064-014-0687-4]
3. Armaghani, D.J.; Tonnizam Mohamad, E.; Momeni, E.; Monjezi, M.; Sundaram Narayanasamy, M. Prediction of the strength and elasticity modulus of granite through an expert artificial neural network. Arab. J. Geosci.; 2016; 9, 48. [DOI: https://dx.doi.org/10.1007/s12517-015-2057-3]
4. Madhubabu, N.; Singh, P.K.; Kainthola, A.; Mahanta, B.; Tripathy, A.; Singh, T.N. Prediction of compressive strength and elastic modulus of carbonate rocks. Measurement; 2016; 88, pp. 202-213. [DOI: https://dx.doi.org/10.1016/j.measurement.2016.03.050]
5. Nasiri, H.; Homafar, A.; Chelgani, S.C. Prediction of uniaxial compressive strength and modulus of elasticity for Travertine samples using an explainable artificial intelligence. Results Geophys. Sci.; 2021; 8, 100034. [DOI: https://dx.doi.org/10.1016/j.ringps.2021.100034]
6. Jamshidi, A.; Nikudel, M.R.; Khamehchiyan, M.; Sahamieh, R.Z. The effect of specimen diameter size on uniaxial compressive strength, P-wave velocity and the correlation between them. Geomech. Geoengin.; 2016; 11, pp. 13-19. [DOI: https://dx.doi.org/10.1080/17486025.2015.1006264]
7. Sonmez, H.; Gokceoglu, C.; Nefeslioglu, H.A.; Kayabasi, A. Estimation of rock modulus: For intact rocks with an artificial neural network and for rock masses with a new empirical equation. Int. J. Rock Mech. Min. Sci.; 2006; 43, pp. 224-235. [DOI: https://dx.doi.org/10.1016/j.ijrmms.2005.06.007]
8. Palchik, V. On the ratios between elastic modulus and uniaxial compressive strength of heterogeneous carbonate rocks. Rock Mech. Rock Eng.; 2011; 44, pp. 121-128. [DOI: https://dx.doi.org/10.1007/s00603-010-0112-7]
9. Najibi, A.R.; Ghafoori, M.; Lashkaripour, G.R.; Asef, M.R. Empirical relations between strength and static and dynamic elastic properties of Asmari and Sarvak limestones, two main oil reservoirs in Iran. J. Pet. Sci. Eng.; 2015; 126, pp. 78-82. [DOI: https://dx.doi.org/10.1016/j.petrol.2014.12.010]
10. Hoek, E.; Diederichs, M.S. Empirical estimation of rock mass modulus. Int. J. Rock Mech. Min. Sci.; 2006; 43, pp. 203-215. [DOI: https://dx.doi.org/10.1016/j.ijrmms.2005.06.005]
11. Alemdag, S.; Gurocak, Z.; Gokceoglu, C. A simple regression based approach to estimate deformation modulus of rock masses. J. Afr. Earth Sci.; 2015; 110, pp. 75-80. [DOI: https://dx.doi.org/10.1016/j.jafrearsci.2015.06.011]
12. Kayabasi, A.; Gokceoglu, C. Deformation modulus of rock masses: An assessment of the existing empirical equations. Geotech. Geol. Eng.; 2018; 36, pp. 2683-2699. [DOI: https://dx.doi.org/10.1007/s10706-018-0491-1]
13. Yilmaz, I.; Yuksek, G. Prediction of the strength and elasticity modulus of gypsum using multiple regression, ANN, and ANFIS models. Int. J. Rock Mech. Min. Sci.; 2009; 46, pp. 803-810. [DOI: https://dx.doi.org/10.1016/j.ijrmms.2008.09.002]
14. Moradian, Z.A.; Behnia, M. Predicting the uniaxial compressive strength and static Young’s modulus of intact sedimentary rocks using the ultrasonic test. Int. J. Geomech.; 2009; 9, 14. [DOI: https://dx.doi.org/10.1061/(ASCE)1532-3641(2009)9:1(14)]
15. Yılmaz, I.; Sendır, H. Correlation of Schmidt hardness with unconfined compressive strength and Young’s modulus in gypsum from Sivas (Turkey). Eng. Geol.; 2002; 66, pp. 211-219. [DOI: https://dx.doi.org/10.1016/S0013-7952(02)00041-8]
16. Saedi, B.; Mohammadi, S.D.; Shahbazi, H. Application of fuzzy inference system to predict uniaxial compressive strength and elastic modulus of migmatites. Environ. Earth Sci.; 2019; 78, 208. [DOI: https://dx.doi.org/10.1007/s12665-019-8219-y]
17. Beiki, M.; Majdi, A.; Givshad, A.D. Application of genetic programming to predict the uniaxial compressive strength and elastic modulus of carbonate rocks. Int. J. Rock Mech. Min. Sci.; 2013; 63, pp. 159-169. [DOI: https://dx.doi.org/10.1016/j.ijrmms.2013.08.004]
18. Yasar, E.; Erdogan, Y. Correlating sound velocity with the density, compressive strength and Young’s modulus of carbonate rocks. Int. J. Rock Mech. Min. Sci.; 2004; 41, pp. 871-875. [DOI: https://dx.doi.org/10.1016/j.ijrmms.2004.01.012]
19. Dinçer, I.; Acar, A.; Çobanoğlu, I.; Uras, Y. Correlation between Schmidt hardness, uniaxial compressive strength and Young’s modulus for andesites, basalts and tuffs. Bull. Eng. Geol. Environ.; 2004; 63, pp. 141-148. [DOI: https://dx.doi.org/10.1007/s10064-004-0230-0]
20. Behzadafshar, K.; Sarafraz, M.E.; Hasanipanah, M.; Mojtahedi, S.F.F.; Tahir, M.M. Proposing a new model to approximate the elasticity modulus of granite rock samples based on laboratory tests results. Bull. Eng. Geol. Environ.; 2019; 78, pp. 1527-1536. [DOI: https://dx.doi.org/10.1007/s10064-017-1210-5]
21. Dehghan, S.; Sattari, G.H.; Chelgani, S.C.; Aliabadi, M.A. Prediction of uniaxial compressive strength and modulus of elasticity for Travertine samples using regression and artificial neural networks. Min. Sci. Technol.; 2010; 20, pp. 41-46. [DOI: https://dx.doi.org/10.1016/S1674-5264(09)60158-7]
22. Rezaei, M.; Majdi, A.; Monjezi, M. An intelligent approach to predict unconfined compressive strength of rock surrounding access tunnels in longwall coal mining. Neural Comput. Appl.; 2014; 24, pp. 233-241. [DOI: https://dx.doi.org/10.1007/s00521-012-1221-x]
23. Jin, X.; Zhao, R.; Ma, Y. Application of a Hybrid Machine Learning Model for the Prediction of Compressive Strength and Elastic Modulus of Rocks. Minerals; 2022; 12, 1506. [DOI: https://dx.doi.org/10.3390/min12121506]
24. Ceryan, N.; Ozkat, E.C.; Korkmaz Can, N.; Ceryan, S. Machine learning models to estimate the elastic modulus of weathered magmatic rocks. Environ. Earth Sci.; 2021; 80, 448. [DOI: https://dx.doi.org/10.1007/s12665-021-09738-9]
25. Shahani, N.M.; Zheng, X.; Liu, C.; Hassan, F.U.; Li, P. Developing an XGBoost regression model for predicting young’s modulus of intact sedimentary rocks for the stability of surface and subsurface structures. Front. Earth Sci.; 2021; 9, 761990. [DOI: https://dx.doi.org/10.3389/feart.2021.761990]
26. Li, C.; Zhou, J.; Dias, D.; Gui, Y. A Kernel Extreme Learning Machine-Grey Wolf Optimizer (KELM-GWO) Model to Predict Uniaxial Compressive Strength of Rock. Appl. Sci.; 2022; 12, 8468. [DOI: https://dx.doi.org/10.3390/app12178468]
27. Elkatatny, S.; Tariq, Z.; Mahmoud, M.; Abdulraheem, A.; Mohamed, I. An integrated approach for estimating static Young’s modulus using artificial intelligence tools. Neural Comput. Appl.; 2019; 31, pp. 4123-4135. [DOI: https://dx.doi.org/10.1007/s00521-018-3344-1]
28. Aboutaleb, S.; Behnia, M.; Bagherpour, R.; Bluekian, B. Using non-destructive tests for estimating uniaxial compressive strength and static Young’s modulus of carbonate rocks via some modeling techniques. Bull. Eng. Geol. Environ.; 2018; 77, pp. 1717-1728. [DOI: https://dx.doi.org/10.1007/s10064-017-1043-2]
29. Siddig, O.; Elkatatny, S. Workflow to build a continuous static elastic moduli profile from the drilling data using artificial intelligence techniques. J. Pet. Explor. Prod. Technol.; 2021; 11, pp. 3713-3722. [DOI: https://dx.doi.org/10.1007/s13202-021-01274-3]
30. Mei, X.; Li, C.; Sheng, Q.; Cui, Z.; Zhou, J.; Dias, D. Development of a hybrid artificial intelligence model to predict the uniaxial compressive strength of a new aseismic layer made of rubber-sand concrete. Mech. Adv. Mater. Struct.; 2022; pp. 1-18. [DOI: https://dx.doi.org/10.1080/15376494.2022.2051780]
31. Ocak, I.; Seker, S.E. Estimation of elastic modulus of intact rocks by artificial neural network. Rock Mech. Rock Eng.; 2012; 45, pp. 1047-1054. [DOI: https://dx.doi.org/10.1007/s00603-012-0236-z]
32. Pappalardo, G.; Mineo, S. Static elastic modulus of rocks predicted through regression models and Artificial Neural Network. Eng. Geol.; 2022; 308, 106829. [DOI: https://dx.doi.org/10.1016/j.enggeo.2022.106829]
33. Singh, R.; Kainthola, A.; Singh, T.N. Estimation of elastic constant of rocks using an ANFIS approach. Appl. Soft Comput.; 2012; 12, pp. 40-45. [DOI: https://dx.doi.org/10.1016/j.asoc.2011.09.010]
34. Umrao, R.K.; Sharma, L.K.; Singh, R.; Singh, T.N. Determination of strength and modulus of elasticity of heterogenous sedimentary rocks: An ANFIS predictive technique. Measurement; 2018; 126, pp. 194-201. [DOI: https://dx.doi.org/10.1016/j.measurement.2018.05.064]
35. Acar, M.C.; Kaya, B. Models to estimate the elastic modulus of weak rocks based on least square support vector machine. Arab. J. Geosci.; 2020; 13, 590. [DOI: https://dx.doi.org/10.1007/s12517-020-05566-6]
36. Al-Anazi, A.F.; Gates, I.D. On support vector regression to predict Poisson’s ratio and Young’s Modulus of reservoir rock. Artificial Intelligent Approaches in Petroleum Geosciences; Springer: Cham, Switzerland, 2015; pp. 167-189.
37. Matin, S.S.; Farahzadi, L.; Makaremi, S.; Chelgani, S.C.; Sattari, G.H. Variable selection and prediction of uniaxial compressive strength and modulus of elasticity by random forest. Appl. Soft Comput.; 2018; 70, pp. 980-987. [DOI: https://dx.doi.org/10.1016/j.asoc.2017.06.030]
38. Khan, N.M.; Cao, K.; Yuan, Q.; Bin Mohd Hashim, M.H.; Rehman, H.; Hussain, S.; Khan, S. Application of Machine Learning and Multivariate Statistics to Predict Uniaxial Compressive Strength and Static Young’s Modulus Using Physical Properties under Different Thermal Conditions. Sustainability; 2022; 14, 9901. [DOI: https://dx.doi.org/10.3390/su14169901]
39. Mahmoud, A.A.; Elkatatny, S.; Al Shehri, D. Application of machine learning in evaluation of the static young’s modulus for sandstone formations. Sustainability; 2020; 12, 1880. [DOI: https://dx.doi.org/10.3390/su12051880]
40. Shahani, N.M.; Zheng, X.; Guo, X.; Wei, X. Machine Learning-Based Intelligent Prediction of Elastic Modulus of Rocks at Thar Coalfield. Sustainability; 2022; 14, 3689. [DOI: https://dx.doi.org/10.3390/su14063689]
41. Tsang, L.; He, B.; Rashid, A.S.A.; Jalil, A.T.; Sabri, M.M.S. Predicting the Young’s Modulus of Rock Material Based on Petrographic and Rock Index Tests Using Boosting and Bagging Intelligence Techniques. Appl. Sci.; 2022; 12, 10258. [DOI: https://dx.doi.org/10.3390/app122010258]
42. Ghasemi, E.; Kalhori, H.; Bagherpour, R.; Yagiz, S. Model tree approach for predicting uniaxial compressive strength and Young’s modulus of carbonate rocks. Bull. Eng. Geol. Environ.; 2018; 77, pp. 331-343. [DOI: https://dx.doi.org/10.1007/s10064-016-0931-1]
43. Tian, H.; Shu, J.; Han, L. The effect of ICA and PSO on ANN results in approximating elasticity modulus of rock material. Eng. Comput.; 2019; 35, pp. 305-314. [DOI: https://dx.doi.org/10.1007/s00366-018-0600-z]
44. Mokhtari, M.; Behnia, M. Comparison of LLNF, ANN, and COA-ANN techniques in modeling the uniaxial compressive strength and static Young’s modulus of limestone of the Dalan formation. Nat. Resour. Res.; 2019; 28, pp. 223-239. [DOI: https://dx.doi.org/10.1007/s11053-018-9383-6]
45. Majdi, A.; Beiki, M. Evolving neural network using a genetic algorithm for predicting the deformation modulus of rock masses. Int. J. Rock Mech. Min. Sci.; 2010; 47, pp. 246-253. [DOI: https://dx.doi.org/10.1016/j.ijrmms.2009.09.011]
46. Gowida, A.; Moussa, T.; Elkatatny, S.; Ali, A. A hybrid artificial intelligence model to predict the elastic behavior of sandstone rocks. Sustainability; 2019; 11, 5283. [DOI: https://dx.doi.org/10.3390/su11195283]
47. Cao, J.; Gao, J.; Nikafshan Rad, H.; Mohammed, A.S.; Hasanipanah, M.; Zhou, J. A novel systematic and evolved approach based on XGBoost-firefly algorithm to predict Young’s modulus and unconfined compressive strength of rock. Eng. Comput.; 2022; 38, pp. 3829-3845. [DOI: https://dx.doi.org/10.1007/s00366-020-01241-2]
48. Fattahi, H. Application of improved support vector regression model for prediction of deformation modulus of a rock mass. Eng. Comput.; 2016; 32, pp. 567-580. [DOI: https://dx.doi.org/10.1007/s00366-016-0433-6]
49. Feng, X.T.; Chen, B.R.; Yang, C.; Zhou, H.; Ding, X. Identification of visco-elastic models for rocks using genetic programming coupled with the modified particle swarm optimization algorithm. Int. J. Rock Mech. Min. Sci.; 2006; 43, pp. 789-801. [DOI: https://dx.doi.org/10.1016/j.ijrmms.2005.12.010]
50. Shahani, N.M.; Zheng, X.; Liu, C.; Li, P.; Hassan, F.U. Application of soft computing methods to estimate uniaxial compressive strength and elastic modulus of soft sedimentary rocks. Arab. J. Geosci.; 2022; 15, 384. [DOI: https://dx.doi.org/10.1007/s12517-022-09671-6]
51. Li, J.; Li, C.; Zhang, S. Application of Six Metaheuristic Optimization Algorithms and Random Forest in the uniaxial compressive strength of rock prediction. Appl. Soft Comput.; 2022; 131, 109729. [DOI: https://dx.doi.org/10.1016/j.asoc.2022.109729]
52. Tuğrul, A.T.İ.Y.E.; Zarif, I.H. Correlation of mineralogical and textural characteristics with engineering properties of selected granitic rocks from Turkey. Eng. Geol.; 1999; 51, pp. 303-317. [DOI: https://dx.doi.org/10.1016/S0013-7952(98)00071-4]
53. Civicioglu, P. Backtracking search optimization algorithm for numerical optimization problems. Appl. Math. Comput.; 2013; 219, pp. 8121-8144. [DOI: https://dx.doi.org/10.1016/j.amc.2013.02.017]
54. Mirjalili, S.; Mirjalili, S.M.; Hatamlou, A. Multi-verse optimizer: A nature-inspired algorithm for global optimization. Neural Comput. Appl.; 2016; 27, pp. 495-513. [DOI: https://dx.doi.org/10.1007/s00521-015-1870-7]
55. Mohammadi-Balani, A.; Nayeri, M.D.; Azar, A.; Taghizadeh-Yazdi, M. Golden eagle optimizer: A nature-inspired metaheuristic algorithm. Comput. Ind. Eng.; 2021; 152, 107050. [DOI: https://dx.doi.org/10.1016/j.cie.2020.107050]
56. Moosavi, S.H.S.; Bardsiri, V.K. Poor and rich optimization algorithm: A new human-based and multi populations algorithm. Eng. Appl. Artif. Intell.; 2019; 86, pp. 165-181. [DOI: https://dx.doi.org/10.1016/j.engappai.2019.08.025]
57. Zhou, J.; Dai, Y.; Du, K.; Khandelwal, M.; Li, C.; Qiu, Y. COSMA-RF: New intelligent model based on chaos optimized slime mould algorithm and random forest for estimating the peak cutting force of conical picks. Transp. Geotech.; 2022; 36, 100806. [DOI: https://dx.doi.org/10.1016/j.trgeo.2022.100806]
58. Dai, Y.; Khandelwal, M.; Qiu, Y.; Zhou, J.; Monjezi, M.; Yang, P. A hybrid metaheuristic approach using random forest and particle swarm optimization to study and evaluate backbreak in open-pit blasting. Neural Comput. Appl.; 2022; 34, pp. 6273-6288. [DOI: https://dx.doi.org/10.1007/s00521-021-06776-z]
59. Zhou, J.; Huang, S.; Zhou, T.; Armaghani, D.J.; Qiu, Y. Employing a genetic algorithm and grey wolf optimizer for optimizing RF models to evaluate soil liquefaction potential. Artif. Intell. Rev.; 2022; 55, pp. 5673-5705. [DOI: https://dx.doi.org/10.1007/s10462-022-10140-5]
60. Zhou, J.; Dai, Y.; Khandelwal, M.; Monjezi, M.; Yu, Z.; Qiu, Y. Performance of hybrid SCA-RF and HHO-RF models for predicting backbreak in open-pit mine blasting operations. Nat. Resour. Res.; 2021; 30, pp. 4753-4771. [DOI: https://dx.doi.org/10.1007/s11053-021-09929-y]
61. Koopialipoor, M.; Ghaleini, E.N.; Tootoonchi, H.; Jahed Armaghani, D.; Haghighi, M.; Hedayat, A. Developing a new intelligent technique to predict overbreak in tunnels using an artificial bee colony-based ANN. Environ. Earth Sci.; 2019; 78, 165. [DOI: https://dx.doi.org/10.1007/s12665-019-8163-x]
62. Fathipour-Azar, H. Hybrid machine learning-based triaxial jointed rock mass strength. Environ. Earth Sci.; 2022; 81, 118. [DOI: https://dx.doi.org/10.1007/s12665-022-10253-8]
63. Yu, C.; Koopialipoor, M.; Murlidhar, B.R.; Mohammed, A.S.; Armaghani, D.J.; Mohamad, E.T.; Wang, Z. Optimal ELM–Harris Hawks optimization and ELM–Grasshopper optimization models to forecast peak particle velocity resulting from mine blasting. Nat. Resour. Res.; 2021; 30, pp. 2647-2662. [DOI: https://dx.doi.org/10.1007/s11053-021-09826-4]
64. Jamei, M.; Hasanipanah, M.; Karbasi, M.; Ahmadianfar, I.; Taherifar, S. Prediction of flyrock induced by mine blasting using a novel kernel-based extreme learning machine. J. Rock Mech. Geotech. Eng.; 2021; 13, pp. 1438-1451. [DOI: https://dx.doi.org/10.1016/j.jrmge.2021.07.007]
65. Ceryan, N. Prediction of Young’s modulus of weathered igneous rocks using GRNN, RVM, and MPMR models with a new index. J. Mt. Sci.; 2021; 18, pp. 233-251. [DOI: https://dx.doi.org/10.1007/s11629-020-6331-9]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
The determination of the rock elasticity modulus (EM) is an indispensable key step for the design of rock engineering problems. Traditional experimental analysis can accurately measure the rock EM, but it requires manpower and material resources, and it is time consuming. The EM estimation of new rocks using former published empirical formulas is also a possibility but can be attached of high uncertainties. In this paper, four types of metaheuristic optimization algorithms (MOA), named the backtracking search optimization algorithm (BSA), multi-verse optimizer (MVO), golden eagle optimizer (GEO) and poor and rich optimization algorithm (PRO), were utilized to optimize the random forest (RF) model for predicting the rock EM. A data-driven technology was used to generate an integrated database consisting of 120 rock samples from the literature. To verify the predictive performance of the proposed models, five common machine-learning models and one empirical formula were also developed to predict the rock EM. Four popular performance indices, including the root-mean-square error (RMSE), mean absolute error (MAE), the coefficient of determination (R2) and Willmott’s index (WI), were adopted to evaluate all models. The results showed that the PRO-RF model has obtained the most satisfactory prediction accuracy. The porosity (Pn) is the most important variable for predicting the rock EM based on the sensitive analysis. This paper compares the performance of the RF models optimized by using four MOA for the rock EM prediction. It provides a good example for the subsequent application of soft techniques on the EM and other important rock parameter estimations.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer