Next Article in Journal
Economic Value of Recreation as an Ecosystem Service in Ayer Keroh Recreational Forest, Malaysia
Previous Article in Journal
Modeling the Carbon Sequestration Potential of Multifunctional Agroforestry-Based Phytoremediation (MAP) Systems in Chinandega, Nicaragua
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Novel Evolutionary-Optimized Neural Network for Predicting Fresh Concrete Slump

by
Hamed Safayenikoo
1,*,
Mohammad Khajehzadeh
2 and
Moncef L. Nehdi
3,*
1
Department of Civil Engineering, Chabahar Maritime University, Chabahar 99717-78631, Iran
2
Department of Civil Engineering, Anar Branch, Islamic Azad University, Anar 77419-43615, Iran
3
Department of Civil Engineering, McMaster University, Hamilton, ON L8S 4M6, Canada
*
Authors to whom correspondence should be addressed.
Sustainability 2022, 14(9), 4934; https://doi.org/10.3390/su14094934
Submission received: 13 March 2022 / Revised: 13 April 2022 / Accepted: 18 April 2022 / Published: 20 April 2022

Abstract

:
Accurate prediction of fresh concrete slumps is a complex non-linear problem that depends on several parameters including time, temperature, and shear history. It is also affected by the mixture design and various concrete ingredients. This study investigates the efficiency of three novel integrative approaches for predicting this parameter. To this end, the vortex search algorithm (VSA), multi-verse optimizer (MVO), and shuffled complex evolution (SCE) are used to optimize the configuration of multi-layer perceptron (MLP) neural network. The optimal complexity of each model was appraised via sensitivity analysis. Various statistical metrics revealed that the accuracy of the MLP was increased after coupling it with the above metaheuristic algorithms. Based on the obtained results, the prediction error of the MLP was decreased by up to 17%, 10%, and 33% after applying the VSA, MVO, and SCE, respectively. Moreover, the SCE emerged as the fastest optimizer. Accordingly, the novel explicit formulation of the SCE-MLP was introduced as a capable model for the practical estimation of fresh concrete slump, which can assist in project planning and management.

1. Introduction

Concrete is the world’s most consumed commodity after water and the most used construction material on earth. It is widely used in different construction sectors such as buildings, bridges, dams, roads, and infrastructure systems [1,2,3,4]. For this reason, investigating the mechanical characteristics of this material has been frequently considered in the literature [5,6,7]. Since concrete is a mixture of various components and behavior is influenced by several environmental parameters, an approximation of concrete’s key parameters (e.g., compressive strength and slump) is a complex non-linear problem. Traditional regression methods have often attained poor performance in predicting the engineering properties of concrete as a function of its mixture design. Hence, several studies have been dedicated to testing new predictive models for estimating these parameters [8,9,10]. Regression-based equations such as Scheffe’s [11] and Ibearugbulem’s regression models [12] have been widely used for optimizing concrete mixtures. Different numerical and analytical approaches have also been applied to analyze the relationship between concrete performance and mixture ingredients [13,14]. More recently, machine learning models have emerged as promising data-driven and intelligent tools in this field [15,16].
From a more general perspective, recent advances in mathematics and programming enabled experts to develop new methodologies towards facilitating laborious engineering analysis [17,18,19]. In the field of civil engineering, efforts such as slope stability analysis [20], risk assessment of natural disasters [21], material strength evaluation [22], etc. represent successful examples in this domain. Among these methodologies, artificial intelligence has created valuable models which are designed based on natural behaviors such as biological systems and genetic evolution [23,24]. Some popular fields for applying different artificial intelligence models are environmental simulations [25], fault diagnosis [26], structural identification [27], strength estimation [28], etc.
Structural simulations, and more particularly, concrete-related analysis have been another target for utilizing machine learning models. For instance, Hoang and Pham [29] found that least squares support vector regression (LS-SVR) was a capable tool for modeling the concrete workability based on the slump test. Nguyen, et al. [30] indicated the potential of artificial neural network (ANN) for predicting the workability parameters of self-compacting concrete. Fan, et al. [31] suggested the use of fuzzy weighted relative error support vector machines (RE-SVMs) for estimating concrete components. Amlashi, et al. [32] used ANN, multivariate adaptive regression splines, and the M5 model tree to simulate the slump, compressive strength, and elastic modulus of bentonite plastic concrete. They found that ANN was more effective and identified the variables having the largest and least influence on the slump of BPC, respectively. Also, the superiority of the ANN (over response surface methodology) was revealed by Hammoudi, et al. [33] for compressive strength modeling. Onikeku, et al. [34] examined the efficiency of ANN and multiple linear regression in simulating the compressive strength and slump of two blended Agro-industrial waste materials concrete.
Moreover, more recent attempts have demonstrated the applicability of metaheuristic algorithms in approximating different engineering parameters [35,36], particularly concrete parameters including creep strain [37], workability [38], compressive strength [39], and other performance parameters [40,41]. Chandwani, et al. [42] employed genetic algorithms for training an ANN for predicting the slump of ready-mix concrete. Their results showed that the used metaheuristic techniques reduced the prediction error of the ANN and increased the model correlation. Nguyen, et al. [43] employed particle swarm optimization for fine-tuning an LS-SVR model for predicting the plastic viscosity and yield stress of concrete. Javid, et al. [44] used metaheuristic algorithms (including interior-point optimizer) for the optimal design of concrete mixtures. Aydogmus, et al. [45] applied a bagging optimization approach to four well-known predictive models of SVM, radial basis function, classification and regression trees, and MLP and reported the corresponding improvement of their performance in predicting the concrete slump flow, respectively. Moayedi, et al. [46] suggested two nature-inspired optimizers that work based on the foraging behavior of ant lion and grasshopper, as well as biogeography-based optimization for creating metaheuristic slump predictors. Their findings showed that the mentioned algorithms could properly accompany the ANN for this task. Based on the respective root mean square errors (RMSEs) of 3.7788, 4.9553, and 4.1859, the superiority of the ant lion optimization was deduced.
Referring to the suitability of metaheuristic techniques in analyzing the relationship between concrete-related parameters, the main focus of this study is evaluating three novel optimization techniques, namely the vortex search algorithm (VSA), multi-verse optimizer (MVO), and shuffled complex evolution (SCE) for the objective of accurately predicting fresh concrete workability. The algorithms can assist an ANN model in finding optimal computational parameters. The results of the hybrid models are compared to the typically trained ANN to examine and the effectiveness of these algorithms is compared.

2. Data and Modeling Methodology

2.1. Data Provision

Based on study by Yeh [47], information for various concrete specimens was collected. In these tests, the slump was measured for 103 specimens and their concrete mixture ingredients including cement (X1), slag (X2), water (X3), fly ash (X4), superplasticizer (X5), fine aggregate (X6), and coarse aggregate (X7) were considered as the independent (i.e., input) variables. Notably, standards for preparing the concrete specimens and determining the concrete consistency were considered from the American Society for Testing and Materials (ASTM), including the conventional slump test (ASTM C143/C143M-00) [48].
Considering the data (a partition ratio of 0.8:0.2, which is well-accepted for splitting datasets into training and testing groups, respectively [46,49]), the intelligent models were trained using 82 samples. It is worth noting that these data were randomly selected for analyzing the relationship between the slump and input variables. Subsequently, information of the remaining 21 samples was provided to the trained networks to validate their generalization robustness. Table 1 gives descriptive statistics of the dataset (in terms of minimum, maximum, average, and standard deviation values).
Moreover, Figure 1 depicts the correlation matrix of the dataset. The scatter plots of each two variables are depicted along with their histogram. The last row of this matrix shows the slump (on the y-axis) versus the input parameters (on the x-axis). It can be observed that slump was more correlated to the water content (correlation index = 0.47).

2.2. Methodology

2.2.1. Shuffled Complex Evolution

The SCE was first suggested by Duan, et al. [50] and connotes a three-tier architecture which comprises population, complex, and simplex. Therefore, as a basic rule, this technique treats the universal search as a bottom-up population evolution. The SCE combines the advantages of various techniques including competitive evolution, controlled random search, complex shuffling and a simplified version of Nelder-Mead algorithm [51]. Figure 2 illustrates the flowchart of the SCE algorithm.
After generating the initial random population, the agents are partitioned into complexes. In each of these units, a so-called strategy competitive complex evolution (CCE) is applied to do the evolution. In other words, it is the main component of this algorithm. The CCE uses the steps of Nelder-Mead algorithm to produce offspring. The worst vertex of the simplex is then replaced by a new offspring. This work leads the simplex to a local optimum. This process is expressed as follows [50]:
I.
Initialize: three parameters of q, α, and β are selected where mq ≥ 2, β ≥ 1, and α ≥ 1.
II.
Weight assignment: a triangular probability distribution is assigned to the complex, as expressed in Equation (1):
P i   = 2 ( m + 1 i ) m ( m + 1 )     i = 1 ,   2 ,   ,   m
III.
Selecting parents: based on the above equation, q different points (i.e., u1, u2, …, uq) are chosen from the proposed complex. They are then stored in an array, as expressed in Equation (2).
B = {uj, Fj, i = 1, 2, …, q}
in which, the function (FV) is the value of the corresponding point. The locations of the complex, which are used for constructing the simplex B, are also stored in L.
IV.
Generating the offspring: based on the function values, the points are sorted and the centroid c is calculated as follows:
c = 1 q 1 j = 1 q 1   u j
Then, the new point is computed as ur = 2cuq. There are two possibilities for the next step:
(a)
If the new point is within the existing space, the FV is calculated and the number of evaluations (NFEs) is changed to NFEs + 1.
(b)
Otherwise, the smallest hypercube H (which contains the proposed complex) is computed. The point uz is randomly produced within H. The NFEs is changed to NFEs + 1, and in the mutation stage, ur and Fr will equate uz and Fz.
Here, uq is replaced by ur, if Fr < Fq. Otherwise, uic = (c + uq)/2 and its FV (i.e., Fic) is calculated and NFEs is changed to NFEs + 1. Similarly, uq is replaced by uic, if Fic < Fq. Otherwise, uz is randomly generated within H and Fz is computed, NFEs is changed to NFEs + 1, and uq is replaced by uz. This process continues for α times.
V.
In the last step, the parents are replaced by offspring and the complex is sorted regarding the obtained FVs.
VI.
Steps a to e are repeated β times [52].

2.2.2. Benchmark Optimization Models

The vortex search algorithm is a single-solution-based metaheuristic scheme that was proposed by Doğan and Ölmez [53] for numerical function optimization. The basis of the VSA is the vortical flow patterns of stirred fluids. In order to have a balance between the explorative and exploitative search phases, the VSA benefits from an adaptive step size adjustment strategy. Hence, the algorithm conducts explorative behavior in the initial search stages. This process results in increasing the global search ability of the VSA. Once the algorithm approaches the best-fitted solution, the exploitative is considered for tuning the found solution based on the optimal one [54]. More details about the mathematical procedure of the VSA can be found in earlier studies such as [55,56,57].
The second benchmark optimizer is the multi-verse optimizer. As a recently-designed metaheuristic technique, the MVO was proposed by Mirjalili, et al. [58]. Despite most of the metaheuristic schemes that mimic the foraging (and social) behavior of animals in nature, the MVO is based on the multi-verse theories. The relationship between cosmological masses (i.e., worm holes, black holes, and white holes) with multiple universes is the main idea of this algorithm. Two parameters including the traveling distance rate (TDR) and wormhole existence probability (WEP) are essential parameters of the MVO. The TDR and WEP define the amount and the period of the change in the response. As with other optimization techniques, updating the members’ position leads to finding the most proper solution. This task is carried out by increasing the WEP [59]. The MVO is mathematically detailed in similar studies such as [60,61,62].

3. Results and Discussion

3.1. Accuracy Indices

In this work, the performance of the models is evaluated by two well-known accuracy indices. The RMSE and mean absolute error (MAE) are used to measure the error during the learning and prediction processes. Assuming K as the number of samples, these indices are defined as Equations (4) and (5).
RMSE = 1 K i = 1 K [ ( Z i o b s e r v e d Z i p r e d i c t e d ) ] 2
MAE = 1 K i = 1 K | Z i o b s e r v e d Z i p r e d i c t e d |
where Zi predicted and Zi observed stand for the forecasted and expected slumps, respectively.

3.2. Improving ANN Using VSA, MVO, and SCE

A multi-layer perceptron (MLP) model is selected as the basic ANN tool for this study. This model is conventionally trained by the Levenberg–Marquardt (LM) algorithm [63]. The VSA, MVO, and SCE metaheuristic algorithms are applied to this network for optimizing its performance. Achieving this objective requires adjusting the weights and biases of the MLP. Therefore, these parameters are considered as the variables of the problem. After creating the VSA-MLP, MVO-MLP, and SCE-MLP hybrid models, the models were fed by the training data. Since the VSA, MVO, and SCE are population-based algorithms, a sensitivity analysis is carried out to find the best population size for each algorithm. To this end, nine different values, namely 10, 25, 50, 75, 100, 200, 300, 400, and 500 were tested for this parameter. Meanwhile, the objective function was set to be the RMSE to measure the error at each iteration. The models were implemented for 1000 iterations. The objective functions obtained for each population size are shown in Figure 3. According to Figure 3, the best accuracy of the VSA-MLP, MVO-MLP, and SCE-MLP was yielded for the population sizes of 300, 200, and 75, respectively. Figure 4a–c illustrate the convergence behavior of these models.

3.3. Efficiency Assessment

Figure 5 depicts the error values (=expected slump − forecasted slump) for the training phase. The error values of the LM-MLP, VSA-MLP, MVO-MLP, and SCE-MLP predictors ranged within [−11.0232, 14.1187], [−9.4983, 13.5624], [−9.4937, 12.4816], and [−12.4852, 14.1505], respectively.
In this phase, the RMSE of the typical ANN (i.e., the LM-MLP) was 5.5533. This value was decreased to 5.0287, 4.6631, and 5.2971 for the VSA-MLP, MVO-MLP, and SCE-MLP, respectively. This demonstrates the efficiency of the used metaheuristic algorithms in optimizing the performance of the ANN. In addition, the reduction of the MAE ranged from 4.4964 for the LM-MLP to 4.0273, 3.8046, and 4.2097 for the VSA-MLP, MVO-MLP, and SCE-MLP, respectively, which indicates that the hybrid ANNs acquired a more reliable understanding of the relationship between the slump and concrete effective factors.
In the testing phase, the models attained high accuracy in predicting the slump. The prediction errors, along with the histogram chart of these values are shown in Figure 6. In this regard, the RMSE of the LM-MLP experienced considerable reductions from 4.9689 to 4.0331, 4.3158, and 3.1798 for the VSA-MLP, MVO-MLP, and SCE-MLP, respectively. From these changes, it can be deduced that the weights and biases adjusted by the metaheuristic algorithms are more promising than the LM. The lower MAEs of the MLPs trained by the VSA, MVO, and SCE (i.e., 3.1398, 3.4039, and 2.5385, respectively) compared to the MAE of the LM-MLP (i.e., 3.7831) can support this observation.
As was inferred, utilizing the VSA, MVO, and SCE metaheuristic techniques for training the ANN resulted in better accuracy for both the training (9.45, 16.03, and 4.61% reduction of RMSE and 10.43, 15.39, and 6.38% reduction of MAE, respectively) and testing (18.83, 13.14, and 36.01% reduction of RMSE and 17.00, 10.02, and 32.90% reduction of MAE) phases. A comparison between the potential of these algorithms reveals that the MVO outperformed the VSA and SCE in training the ANN. This is while the SCE presented the best prediction accuracy, followed by the VSA and MVO. Also, Figure 7 compares the computation time taken for implementing the proposed hybrid algorithms (on the operating system at 2.5 GHz and 6 Gigs of RAM). Based on Figure 7, the VSA-MLP took the largest time (around 4686 s), followed by the MVO, which took around 2801 s. The fastest ensemble was the SCE-MLP with about 867 s.

3.4. Slump Predictive Model

Considering that the proposed SCE-MLP model achieved the largest prediction accuracy, as well as the least convergence time, the neural-metaheuristic equation of this algorithm is presented as the slump predictive model. Equation (6) yields the slump considering six middle parameters of U, V, W, X, Y, and Z. These values can be obtained from Equations (7)–(12). The numbers of these two equations are the weights and biases of the ANN that were optimized by the SCE search scheme. Equation (13) expresses the activation function (i.e., Tansig) that is used in Equations (7)–(12) [64].
Slump SCE-MLP = 0.5471 × U + 0.9176 × V + 0.7795 × W + 0.9107 × X + 0.7422 × Y + 0.4345 × Z − 0.2611
U = Tansig (−0.9383 × Cement − 0.7470 × Slag + 0.9905 × Water − 0.2547 × Fly Aash + 0.6181 × SP − 0.3819 × FA − 0.5080 × CA + 1.8084)
V = Tansig (−0.6945 × Cement + 0.5322 × Slag + 1.1251 × Water − 0.7992 × Fly Aash + 0.1705 × SP − 0.5337 × FA + 0.5351 × CA + 1.0850)
W = Tansig (0.4975 × Cement + 0.8389 × Slag − 1.0838 × Water + 0.1539 × Fly Aash + 0.8597 × SP + 0.2027 × FA + 0.5836 × CA − 0.3617)
X = Tansig (−0.4501 × Cement − 0.8732 × Slag + 0.8080 × Water + 0.4132 × Fly Aash − 0.1829 × SP + 0.9119 × FA + 0.7853 × CA − 0.3617)
Y = Tansig (−0.1632 × Cement + 0.8335 × Slag − 0.7284 × Water − 0.8634 × Fly Aash − 0.8463 × SP − 0.7455 × FA − 0.0316 × CA − 1.0850)
Z = Tansig (0.1347 × Cement + 0.6765 × Slag + 0.8667 × Water + 0.4763 × Fly Aash − 0.8368 × SP + 0.9431 × FA + 0.4761 × CA + 1.8084)
T a n s i g   ( x ) = 2 1 + e 2 x 1  

3.5. Importance Analysis

This section statically investigates the influence of each input parameter on the concrete slump. For this objective, an importance assessment is executed using the random forest model in a MATLAB environment (a bagged ensemble of 200 regression trees), which is a well-known machine learning algorithm. This approach evaluates the change in the target parameter when each input is permuted and, accordingly, calculates an importance value [65].
The results of this process are shown in the column chart in Figure 8. Based on this chart, water, slag, and CA play a considerably more important role compared to the other ingredients. The large contribution of water to the slump of concrete mixtures was earlier demonstrated in Figure 1, and is in agreement with theoretical expectations. This analysis can be considered for the optimal design of concrete mixtures with respect to a desired slump.

3.6. Further Comparison

Referring to the above results, the models suggested in this work can predict the slump of concrete with a satisfying accuracy. Above all, the SCE-MLP outperformed other benchmarks with a notable difference. Furthermore, this model was considerably faster than other hybrids (i.e., VSA-MLP and MVO-MLP). Hence, it is considered as a reliable alternative to traditional approaches.
This model is also more effective than some similar models applied in earlier literature. Notably, the following studies have used the same data as in this work. A single adaptive neuro-fuzzy inference system (ANFIS) employed by Qiu, Gong, and Gao [49] was superior to single MLP and radial basis function (RBF) neural networks in estimating the slump. The testing RMSE of ANFIS, MLP, and RBF were 3.4896, 4.9479, and 4.7601 which are all larger than the SCE-MLP of this work (testing RMSE = 3.1798). Likewise, Moayedi, Kalantar, Foong, Tien Bui and Motevalli [46] used a combination of MLP with ant lion optimization (ALO), biogeography-based optimization (BBO), and grasshopper optimization algorithm (GOA) for the same purpose. In that study, the ALO-NN could yield the most accurate estimation of slump (testing RMSE = 3.7788). This is while the SCE-MLP of the present study is comparably more accurate, owing to the lower error of prediction (testing RMSE = 3.1798). Therefore, it is also more potent than BBO-MLP and GOA-MLP.
Considering the time-efficiency, the SCE is classified as a quick optimizer. This algorithm is much faster than both the VSA and MVO used in this study, and the BBO and ALO used in the discussed research (optimization times of BBO and ALO were around 32,785 and 4273 s, respectively).

4. Conclusions

In this work, the efficiency of three novel optimizers including the vortex search algorithm, multi-verse optimizer, and shuffled complex evolution was investigated for a highly non-linear civil engineering problem. The algorithms were coupled with artificial neural network for the proper prediction of fresh concrete slump. From sensitivity analysis, it was derived that the SCE enjoys less complexity and, consequently, less computation time for training the ANN. Evaluation of the results, however, showed that the MVO is the most powerful algorithm in analyzing the relationship between the slump and concrete mixture ingredients. In the testing phase, the SCE emerged as the most accurate model. This indicates that the SCE-MLP can predict the slump of fresh concrete mixtures unseen to the model more reliably than the VSA-MLP and MVO-MLP. Overall, the results proved the efficiency of the tested algorithms for enhancing the accuracy of the ANN. The combination of the SCE and ANN can also be a rapid and promising approach for the early prediction of the concrete slump in civil engineering projects and could therefore provide contractors with a project planning advantage. However, there are interesting aspects that should be explored in future research. Trying a reduced dataset (after feature selection) and performing a comprehensive comparison among more recent metaheuristic optimizers coupled with benchmarks such as ANFIS and SVM could be of great interest.

Author Contributions

H.S.: methodology, writing—original draft preparation, resources, investigation. M.K.: software, investigation, data curation. M.L.N.: supervision, project administration, validation, funding acquisition; writing of final version. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Data used in this research was taken from a publicly available dataset accessible at http://archive.ics.uci.edu/ml/datasets/concrete+slump+test.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Begum, S.J.; Anjaneyulu, P.; Ratnam, M. A Study on Effect of Steel Fiber in Fly Ash Based Self-Compacting Concrete. IJIRST—Int. J. Innov. Res. Sci. Technol. 2018, 5, 95–99. [Google Scholar]
  2. Liu, W.; Guo, Z.; Wang, C.; Niu, S. Physico-mechanical and microstructure properties of cemented coal Gangue-Fly ash backfill: Effects of curing temperature. Constr. Build. Mater. 2021, 299, 124011. [Google Scholar] [CrossRef]
  3. Shi, T.; Liu, Y.; Zhang, Y.; Lan, Y.; Zhao, Q.; Zhao, Y.; Wang, H. Calcined Attapulgite Clay as Supplementary Cementing Material: Thermal Treatment, Hydration Activity and Mechanical Properties. Int. J. Concr. Struct. Mater. 2022, 16, 1–10. [Google Scholar] [CrossRef]
  4. Feng, J.; Chen, B.; Sun, W.; Wang, Y. Microbial induced calcium carbonate precipitation study using Bacillus subtilis with application to self-healing concrete preparation and characterization. Constr. Build. Mater. 2021, 280, 122460. [Google Scholar] [CrossRef]
  5. Chen, F.; Jin, Z.; Wang, E.; Wang, L.; Jiang, Y.; Guo, P.; Gao, X.; He, X. Relationship model between surface strain of concrete and expansion force of reinforcement rust. Sci. Rep. 2021, 11, 4208. [Google Scholar] [CrossRef]
  6. Shi, T.; Lan, Y.; Hu, Z.; Wang, H.; Xu, J.; Zheng, B. Tensile and Fracture Properties of Silicon Carbide Whisker-Modified Cement-Based Materials. Int. J. Concr. Struct. Mater. 2022, 16, 2. [Google Scholar] [CrossRef]
  7. Zhang, W.; Tang, Z.; Yang, Y.; Wei, J.; Stanislav, P. Mixed-mode debonding behavior between CFRP plates and concrete under fatigue loading. J. Struct. Eng. 2021, 147, 04021055. [Google Scholar] [CrossRef]
  8. Somala, S.N.; Karthikeyan, K.; Mangalathu, S. Time period estimation of masonry infilled RC frames using machine learning techniques. Structures 2021, 34, 1560–1566. [Google Scholar] [CrossRef]
  9. Xu, Y.; Zhang, M.; Zheng, B. Design of cold-formed stainless steel circular hollow section columns using machine learning methods. Structures 2021, 33, 2755–2770. [Google Scholar] [CrossRef]
  10. Wang, X.; Liu, Y.; Xin, H. Bond strength prediction of concrete-encased steel structures using hybrid machine learning method. Structures 2021, 32, 2279–2292. [Google Scholar] [CrossRef]
  11. Okere, C.; Onwuka, D.; Onwuka, S.; Arimanwa, J. Simplex-based Concrete mix design. IOSR J. Mech. Civ. Eng. 2013, 5, 46–55. [Google Scholar] [CrossRef]
  12. Ibearugbulem, O.; Ettu, L.; Ezeh, J.; Anya, U. A new regression model for optimizing concrete mixes. Int. J. Eng. Sci. Res. Technol. 2013, 2, 1735–1742. [Google Scholar]
  13. Chidiac, S.; Habibbeigi, F.; Chan, D. Slump and slump flow for characterizing yield stress of fresh concrete. ACI Mater. J. 2006, 103, 413. [Google Scholar]
  14. Zhang, W.; Tang, Z. Numerical modeling of response of CFRP–Concrete interfaces subjected to fatigue loading. J. Compos. Constr. 2021, 25, 04021043. [Google Scholar] [CrossRef]
  15. Chou, J.-S.; Tsai, C.-F.; Pham, A.-D.; Lu, Y.-H. Machine learning in concrete strength simulations: Multi-nation data analytics. Constr. Build. Mater. 2014, 73, 771–780. [Google Scholar] [CrossRef]
  16. Rafiei, M.H.; Khushefati, W.H.; Demirboga, R.; Adeli, H. Neural Network, Machine Learning, and Evolutionary Approaches for Concrete Material Characterization. ACI Mater. J. 2016, 113, 781–789. [Google Scholar] [CrossRef]
  17. Ali, A.; Zhang, C.; Bibi, T.; Zhu, L.; Cao, L.; Li, C.; Hsiao, P.-C. Investigation of five different low-cost locally available isolation layer materials used in sliding base isolation systems. Soil Dyn. Earthq. Eng. 2022, 154, 107127. [Google Scholar] [CrossRef]
  18. Xu, J.; Wu, Z.; Chen, H.; Shao, L.; Zhou, X.; Wang, S. Study on strength behavior of basalt fiber-reinforced loess by digital image technology (DIT) and scanning electron microscope (SEM). Arab. J. Sci. Eng. 2021, 46, 11319–11338. [Google Scholar] [CrossRef]
  19. Lu, N.; Wang, H.; Wang, K.; Liu, Y. Maximum probabilistic and dynamic traffic load effects on short-to-medium span bridges. Comput. Modeling Eng. Sci. 2021, 127, 345–360. [Google Scholar] [CrossRef]
  20. Chen, Y.; Lin, H.; Cao, R.; Zhang, C. Slope stability analysis considering different contributions of shear strength parameters. Int. J. Geomech. 2021, 21, 04020265. [Google Scholar] [CrossRef]
  21. Moayedi, H.; Mehrabi, M.; Bui, D.T.; Pradhan, B.; Foong, L.K. Fuzzy-metaheuristic ensembles for spatial assessment of forest fire susceptibility. J. Environ. Manag. 2020, 260, 109867. [Google Scholar] [CrossRef] [PubMed]
  22. Xie, S.-J.; Lin, H.; Chen, Y.-F.; Wang, Y.-X. A new nonlinear empirical strength criterion for rocks under conventional triaxial compression. J. Cent. South. Univ. 2021, 28, 1448–1458. [Google Scholar] [CrossRef]
  23. Cao, B.; Zhao, J.; Liu, X.; Arabas, J.; Tanveer, M.; Singh, A.K.; Lv, Z. Multiobjective Evolution of the Explainable Fuzzy Rough Neural Network with Gene Expression Programming. In IEEE Transactions on Fuzzy Systems; IEEE: Piscataway, NJ, USA, 2022. [Google Scholar]
  24. Tian, J.; Liu, Y.; Zheng, W.; Yin, L. Smog prediction based on the deep belief-BP neural network model (DBN-BP). Urban Clim. 2022, 41, 101078. [Google Scholar] [CrossRef]
  25. Wang, Y.; Zou, R.; Liu, F.; Zhang, L.; Liu, Q. A review of wind speed and wind power forecasting with deep neural networks. Appl. Energy 2021, 304, 117766. [Google Scholar] [CrossRef]
  26. Liu, Z.; Fang, L.; Jiang, D.; Qu, R. A Machine-learning Based Fault Diagnosis Method with Adaptive Secondary Sampling for Multiphase Drive Systems. In IEEE Transactions on Power Electronics; IEEE: Piscataway, NJ, USA, 2022. [Google Scholar]
  27. Zhan, C.; Dai, Z.; Soltanian, M.R.; Zhang, X. Stage-Wise Stochastic Deep Learning Inversion Framework for Subsurface Sedimentary Structure Identification. Geophys. Res. Lett. 2022, 49, e2021GL095823. [Google Scholar] [CrossRef]
  28. Xu, H.; Wang, X.-Y.; Liu, C.-N.; Chen, J.-N.; Zhang, C. A 3D root system morphological and mechanical model based on L-Systems and its application to estimate the shear strength of root-soil composites. Soil Tillage Res. 2021, 212, 105074. [Google Scholar] [CrossRef]
  29. Hoang, N.-D.; Pham, A.-D. Estimating Concrete Workability Based on Slump Test with Least Squares Support Vector Regression. J. Constr. Eng. 2016, 2016, 5089683. [Google Scholar] [CrossRef] [Green Version]
  30. Nguyen, C.H.; Tran, L.H.; Ho, K.N. Application of Neural Network to predict the workability Parameters of Self-Compacting Concrete. In CIGOS 2019, Innovation for Sustainable Infrastructure; Springer: Berlin/Heidelberg, Germany, 2020; pp. 1161–1166. [Google Scholar]
  31. Fan, Z.; Chiong, R.; Hu, Z.; Lin, Y. A fuzzy weighted relative error support vector machine for reverse prediction of concrete components. Comput. Struct. 2020, 230, 106171. [Google Scholar] [CrossRef]
  32. Amlashi, A.T.; Abdollahi, S.M.; Goodarzi, S.; Ghanizadeh, A.R. Soft computing based formulations for slump, compressive strength, and elastic modulus of bentonite plastic concrete. J. Clean. Prod. 2019, 230, 1197–1216. [Google Scholar] [CrossRef]
  33. Hammoudi, A.; Moussaceb, K.; Belebchouche, C.; Dahmoune, F. Comparison of artificial neural network (ANN) and response surface methodology (RSM) prediction in compressive strength of recycled concrete aggregates. Constr. Build. Mater. 2019, 209, 425–436. [Google Scholar] [CrossRef]
  34. Onikeku, O.; Shitote, S.M.; Mwero, J.; Adedeji, A.; Kanali, C. Compressive Strength and Slump Prediction of Two Blended Agro Waste Materials Concretes. Open Civil. Eng. J. 2019, 13, 118–128. [Google Scholar] [CrossRef]
  35. Mehrabi, M.; Moayedi, H. Landslide susceptibility mapping using artificial neural network tuned by metaheuristic algorithms. Environ. Earth Sci. 2021, 80, 1–20. [Google Scholar] [CrossRef]
  36. Mehrabi, M.; Pradhan, B.; Moayedi, H.; Alamri, A. Optimizing an adaptive neuro-fuzzy inference system for spatial prediction of landslide susceptibility using four state-of-the-art metaheuristic techniques. Sensors 2020, 20, 1723. [Google Scholar] [CrossRef] [Green Version]
  37. Sadowski, Ł.; Nikoo, M.; Shariq, M.; Joker, E.; Czarnecki, S. The nature-inspired metaheuristic method for predicting the creep strain of green concrete containing ground granulated blast furnace slag. Materials 2019, 12, 293. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  38. Baykasoğlu, A.; Öztaş, A.; Özbay, E. Prediction and multi-objective optimization of high-strength concrete parameters via soft computing approaches. Expert Syst. Appl. 2009, 36, 6145–6155. [Google Scholar] [CrossRef]
  39. Bui, D.T.; Ghareh, S.; Moayedi, H.; Nguyen, H. Fine-tuning of neural computing using whale optimization algorithm for predicting compressive strength of concrete. Eng. Comput. 2019, 37, 701–712. [Google Scholar]
  40. Carbas, S.; Artar, M. Optimum design of cold-formed steel frames via five novel nature-inspired metaheuristic algorithms under consideration of seismic loading. Structures 2021, 33, 4011–4030. [Google Scholar] [CrossRef]
  41. Luo, H.; Paal, S.G. Metaheuristic least squares support vector machine-based lateral strength modelling of reinforced concrete columns subjected to earthquake loads. Structures 2021, 33, 748–758. [Google Scholar] [CrossRef]
  42. Chandwani, V.; Agrawal, V.; Nagar, R. Modeling slump of ready mix concrete using genetic algorithms assisted training of Artificial Neural Networks. Expert Syst. Appl. 2015, 42, 885–893. [Google Scholar] [CrossRef]
  43. Nguyen, T.-D.; Tran, T.-H.; Hoang, N.-D. Prediction of interface yield stress and plastic viscosity of fresh concrete using a hybrid machine learning approach. Adv. Eng. Inform. 2020, 44, 101057. [Google Scholar] [CrossRef]
  44. Javid, A.A.S.; Naseri, H.; Ghasbeh, M.A.E. Estimating the Optimal Mixture Design of Concrete Pavements Using a Numerical Method and Meta-heuristic Algorithms. Iran. J. Sci. Technol. Trans. Civ. Eng. 2021, 45, 913–927. [Google Scholar] [CrossRef]
  45. Aydogmus, H.Y.; Erdal, H.; Karakurt, O.; Namli, E.; Turkan, Y.S.; Erdal, H. A comparative assessment of bagging ensemble models for modeling concrete slump flow. Comput. Concr. 2015, 16, 741–757. [Google Scholar] [CrossRef]
  46. Moayedi, H.; Kalantar, B.; Foong, L.K.; Tien Bui, D.; Motevalli, A. Application of three metaheuristic techniques in simulation of concrete slump. Appl. Sci. 2019, 9, 4340. [Google Scholar] [CrossRef] [Green Version]
  47. Yeh, I.-C. Modeling slump flow of concrete using second-order regressions and artificial neural networks. Cem. Concr. Compos. 2007, 29, 474–480. [Google Scholar] [CrossRef]
  48. American Society for Testing and Materials. Standard Test Method for Slump of Hydraulic Cement Concrete; ASTMC 143; ASTM International: West Conshohocken, PA, USA, 2005. [Google Scholar]
  49. Qiu, C.; Gong, S.; Gao, W. Three artificial intelligence-based solutions predicting concrete slump. UPB Sci. Bull. Ser. C 2019, 81, 2019. [Google Scholar]
  50. Duan, Q.; Gupta, V.K.; Sorooshian, S. Shuffled complex evolution approach for effective and efficient global minimization. J. Optim. Theory Appl. 1993, 76, 501–521. [Google Scholar] [CrossRef]
  51. Singer, S.; Nelder, J. Nelder-mead algorithm. Scholarpedia 2009, 4, 2928. [Google Scholar] [CrossRef]
  52. Gao, X.; Cui, Y.; Hu, J.; Xu, G.; Wang, Z.; Qu, J.; Wang, H. Parameter extraction of solar cell models using improved shuffled complex evolution algorithm. Energy Convers. Manag. 2018, 157, 460–479. [Google Scholar] [CrossRef]
  53. Doğan, B.; Ölmez, T. A new metaheuristic for numerical function optimization: Vortex Search algorithm. Inf. Sci. 2015, 293, 125–145. [Google Scholar] [CrossRef]
  54. Doğan, B.; Ölmez, T. Vortex search algorithm for the analog active filter component selection problem. AEU-Int. J. Electron. Commun. 2015, 69, 1243–1253. [Google Scholar] [CrossRef]
  55. Özkış, A.; Babalık, A. A novel metaheuristic for multi-objective optimization problems: The multi-objective vortex search algorithm. Inf. Sci. 2017, 402, 124–148. [Google Scholar] [CrossRef]
  56. Ali, W.; Qyyum, M.A.; Qadeer, K.; Lee, M. Energy optimization for single mixed refrigerant natural gas liquefaction process using the metaheuristic vortex search algorithm. Appl. Therm. Eng. 2018, 129, 782–791. [Google Scholar] [CrossRef]
  57. Dogan, B.; Ölmez, T. Modified off-lattice AB model for protein folding problem using the vortex search algorithm. Int. J. Mach. Learn. Comput. 2015, 5, 329. [Google Scholar] [CrossRef] [Green Version]
  58. Mirjalili, S.; Mirjalili, S.M.; Hatamlou, A. Multi-verse optimizer: A nature-inspired algorithm for global optimization. Neural Comput. Appl. 2016, 27, 495–513. [Google Scholar] [CrossRef]
  59. Faris, H.; Hassonah, M.A.; Ala’M, A.-Z.; Mirjalili, S.; Aljarah, I. A multi-verse optimizer approach for feature selection and optimizing SVM parameters based on a robust system architecture. Neural Comput. Appl. 2018, 30, 2355–2369. [Google Scholar] [CrossRef]
  60. Ewees, A.A.; El Aziz, M.A.; Hassanien, A.E. Chaotic multi-verse optimizer-based feature selection. Neural Comput. Appl. 2019, 31, 991–1006. [Google Scholar] [CrossRef]
  61. Azizi, M.; Ghasemi, S.A.M.; Ejlali, R.G.; Talatahari, S. Optimal tuning of fuzzy parameters for structural motion control using multiverse optimizer. Struct. Des. Tall Spec. Build. 2019, 28, e1652. [Google Scholar] [CrossRef]
  62. Fathy, A.; Rezk, H. Multi-verse optimizer for identifying the optimal parameters of PEMFC model. Energy 2018, 143, 634–644. [Google Scholar] [CrossRef]
  63. Moré, J.J. The Levenberg-Marquardt algorithm: Implementation and theory. In Numerical Analysis; Springer: Berlin/Heidelberg, Germany, 1978; pp. 105–116. [Google Scholar]
  64. Seyedashraf, O.; Mehrabi, M.; Akhtari, A.A. Novel approach for dam break flow modeling using computational intelligence. J. Hydrol. 2018, 559, 1028–1038. [Google Scholar] [CrossRef]
  65. Mehrabi, M. Landslide susceptibility zonation using statistical and machine learning approaches in Northern Lecco, Italy. Nat. Hazards 2021, 111, 901–937. [Google Scholar] [CrossRef]
Figure 1. Correlation matrix of the dataset (points are data and purple lines show their trend and column charts are histogram).
Figure 1. Correlation matrix of the dataset (points are data and purple lines show their trend and column charts are histogram).
Sustainability 14 04934 g001
Figure 2. Illustration of SCE flowchart.
Figure 2. Illustration of SCE flowchart.
Sustainability 14 04934 g002
Figure 3. Obtained objective functions for different complexities of the ensembles.
Figure 3. Obtained objective functions for different complexities of the ensembles.
Sustainability 14 04934 g003
Figure 4. Convergence behavior of the elite models of (a) VSA-MLP, (b) MVO-MLP, and (c) SCE-MLP.
Figure 4. Convergence behavior of the elite models of (a) VSA-MLP, (b) MVO-MLP, and (c) SCE-MLP.
Sustainability 14 04934 g004
Figure 5. Training errors obtained for (a) LM-MLP, (b) VSA-MLP, (c) MVO-MLP, and (d) SCE-MLP, respectively.
Figure 5. Training errors obtained for (a) LM-MLP, (b) VSA-MLP, (c) MVO-MLP, and (d) SCE-MLP, respectively.
Sustainability 14 04934 g005
Figure 6. Results obtained for the testing samples by (a,b) LM-MLP, (c,d) VSA-MLP, (e,f) MVO-MLP, and (g,h) SCE-MLP.
Figure 6. Results obtained for the testing samples by (a,b) LM-MLP, (c,d) VSA-MLP, (e,f) MVO-MLP, and (g,h) SCE-MLP.
Sustainability 14 04934 g006aSustainability 14 04934 g006b
Figure 7. Computation time required for implementing the hybrid models.
Figure 7. Computation time required for implementing the hybrid models.
Sustainability 14 04934 g007
Figure 8. Importance analysis of the dataset.
Figure 8. Importance analysis of the dataset.
Sustainability 14 04934 g008
Table 1. Statistical analysis of the used dataset.
Table 1. Statistical analysis of the used dataset.
Slump (cm)Cement (kg/m3)Slag (kg/m3)Water (kg/m3)Fly Ash (kg/m3)SP (kg/m3)FA (kg/m3)CA (kg/m3)
Minimum0.0137.00.0160.00.04.4640.6708.0
Maximum29.0374.0260.0240.0193.019.0902.01049.9
Mean18.0229.9149.0197.278.08.5739.6884.0
Standard deviation8.778.985.420.260.52.863.388.4
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Safayenikoo, H.; Khajehzadeh, M.; Nehdi, M.L. Novel Evolutionary-Optimized Neural Network for Predicting Fresh Concrete Slump. Sustainability 2022, 14, 4934. https://doi.org/10.3390/su14094934

AMA Style

Safayenikoo H, Khajehzadeh M, Nehdi ML. Novel Evolutionary-Optimized Neural Network for Predicting Fresh Concrete Slump. Sustainability. 2022; 14(9):4934. https://doi.org/10.3390/su14094934

Chicago/Turabian Style

Safayenikoo, Hamed, Mohammad Khajehzadeh, and Moncef L. Nehdi. 2022. "Novel Evolutionary-Optimized Neural Network for Predicting Fresh Concrete Slump" Sustainability 14, no. 9: 4934. https://doi.org/10.3390/su14094934

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