Next Article in Journal
A Perspective on Terahertz Next-Generation Wireless Communications
Previous Article in Journal
Factors Affecting the Performance of Recommender Systems in a Smart TV Environment
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Intelligent Model for the Prediction of Bond Strength of FRP Bars in Concrete: A Soft Computing Approach

1
Department of Civil and Environmental Engineering, Michigan State University, East Lansing, MI 48824, USA, [email protected] (H.B.)
2
Department of Computer Science and Engineering, Michigan State University, East Lansing, MI 48824, USA
3
Department of Civil and Environmental Engineering, University of Pittsburgh, Pittsburgh, PA 15260, USA
*
Author to whom correspondence should be addressed.
Technologies 2019, 7(2), 42; https://doi.org/10.3390/technologies7020042
Submission received: 15 April 2019 / Revised: 1 June 2019 / Accepted: 4 June 2019 / Published: 6 June 2019

Abstract

:
Accurate prediction of bond behavior of fiber reinforcement polymer (FRP) concrete has a pivotal role in the construction industry. This paper presents a soft computing method called multi-gene genetic programming (MGGP) to develop an intelligent prediction model for the bond strength of FRP bars in concrete. The main advantage of the MGGP method over other similar methods is that it can formulate the bond strength by combining the capabilities of both standard genetic programming and classical regression. A number of parameters affecting the bond strength of FRP bars were identified and fed into the MGGP algorithm. The algorithm was trained using an experimental database including 223 test results collected from the literature. The proposed MGGP model accurately predicts the bond strength of FRP bars in concrete. The newly defined predictor variables were found to be efficient in characterizing the bond strength. The derived equation has better performance than the widely-used American Concrete Institute (ACI) model.

1. Introduction

Corrosive environments for reinforcing steel bars in concrete structures may lead to severe deterioration. Controlling the corrosion of steel reinforcement has been a major concern for researchers and engineers. To deal with this issue, a number of studies have been focused on replacing steel rebars with fiber reinforcement polymer (FRP) bars [1,2,3]. The FRP bars offer several advantages including a non-corrosive nature, high tensile strength, light weight, fatigue resistance, nonmagnetic electrical insulation, and small creep deformation [4]. The bond strength between the FRP bars and concrete is one of the crucial factors in reinforced concrete structures. Accurate prediction of the bond strength between FRP bars and concrete is important to design reliable concrete structures. Over the past few decades, numerous studies have been conducted to determine the primary factors that affect the FRP bond behavior via either beam tests or direct pullout tests [5,6,7,8,9,10]. These studies have presented practical models for estimating the bond strength of FRP bars in concrete. Some of the key parameters in these models are concrete compressive strength, concrete cover, bar diameter, bar position, bar surface, and embedment length. Reports have shown that the bond strength predicted by the standard design equations such as the American Concrete Institute (ACI) model is a conservative estimation of the real values [11].
Over the last two decades, various soft computing techniques such as Artificial Neural Networks (ANNs), Decision Trees, Fuzzy Logic (FL), Adaptive Neuro Fuzzy Inference Systems (ANFIS), and Support Vector Machines (SVM) have been increasingly implemented to tackle civil engineering problems [12,13,14,15,16,17,18]. Some of these techniques have also been utilized for the prediction of the bond strength and shear capacity of the FRP bars in concrete. Coelho et al. [19] presented the effectiveness of two soft computing algorithms (ANN and SVM) in analyzing the bond behavior of FRP systems inserted in the cover of concrete elements, which is commonly known as the near-surface mounted (NSM) technique. The ANN and SVM models were found to be robust and more accurate than the guideline models. Koroglu [20] developed an ANN and the regression analysis model to predict the bond strength of FRP bars in concrete. The ANN model made accurate estimations of the bond strength of FRP bars in concrete and gave better result than the ACI and the Canadian Standards Association (CSA) models. Bashir and Ashour [21] deployed ANNs to estimate the shear capacity of concrete members. These members were reinforced longitudinally with FRP bars without any shear reinforcement. It was found that the ANN model can predict the shear capacity of FRP reinforced concrete members with acceptable accuracy [21]. However, one of the major disadvantages of the previously published soft computing methods is that they are not capable of providing practical prediction equations. Genetic Programming (GP) is an alternative approach that can overcome this limitation [22,23]. GP generates simplified prediction equations without assuming a prior form of the relationship [24,25,26,27,28,29]. This method has been successfully applied to the behavioral modeling of FRP concrete. For instance, Kara [30] proposed a GP model to predict the concrete shear strength of FRP-reinforced concrete slender beams without stirrups. The GP model outperformed nearly all of the shear strength equations provided by current standard codes [30].
Multi-Gene Genetic Programming (MGGP) is a fairly new branch of the classical GP [31]. Unlike standard regression methods, MGGP does not require simplifying assumptions in developing the models. Despite the remarkable prediction capabilities of the MGGP approach [31], there is only limited research focusing on the application of MGGP to civil engineering tasks. The main goal of this study is to explore the potential of the MGGP method for predicting the bond strength of FRP bars in concrete. A number of predictor variables were identified to formulate the bond strength [32,33,34,35,36,37]. The proposed MGGP model was compared with the widely-used ACI model. Based on the results, the MGGP model can reliably be employed for pre-design purposes.

2. Genetic Programming

GP is a soft computing method capable of creating computer programs to solve a problem by simulating the biological evolution of living organisms. GP uses genetic operators similar to those of Genetic Algorithms (GA). The difference is that a GA would give an optimized solution as a string of numbers, while the solution generated by GP is a computer program representing a model of the system behavior [22,23].

Multi-Gene Genetic Programming

While the traditional GP representation is based on evaluating a single tree expression (the model), an individual in MGGP is derived from several expression trees [38]. Each model evolved by MGGP is a weighted linear combination of the outputs of several GP trees. The trees are called “genes.” Figure 1 shows a typical program evolved by MGGP. The input variables of the model are x 1 , x 2 , and x 3 and the function set is arithmetic operations such as plus, minus, multiplication and protected division. The model is linear in the parameters with respect to coefficients d 0 , d 1 , and d 2 , despite using nonlinear terms. In practice, the maximum allowable number of genes (Gmax) for a model and the maximum tree depth (Dmax) of any gene can be specified by the user. Therefore, very good control over the maximum complexity of an evolved model can be exerted. Enforcing rigid tree depth restrictions (i.e., maximum depths of 4 or 5 nodes) usually results in the evolution of relatively compact models. The evolved models are linear combinations of low-order nonlinear transformations of the predictor variables [31]. Figure 2 depicts the block diagram of MGGP.
An ordinary least squares analysis is performed on the training data in order to obtain the linear coefficients. However, it is possible to embed a multi-gene approach within a partial least squares method [38].
The initial population generated by MGGP contains GP trees with different randomly generated genes. In addition to traditional GP recombination operators, MGGP uses a tree crossover operator, called two-point high level crossover, which is used to acquire and delete genes [31].
As an example, assume that two parent programs evolved by MGGP contain three (Gene 1, Gene 2, and Gene 3) and four genes (Gene 4, Gene 5, Gene 6, and Gene 7). The genes enclosed by the crossover points are denoted by { } as follows: (Gene 1 {Gene 2 Gene 3}) and (Gene 4 {Gene 5 Gene 6 Gene 7}). Thus, during crossover, the genes are exchanged to create two new programs: (Gene 1, Gene 5, Gene 6, Gene 7) and (Gene 4, Gene 2, Gene 3). In MGGP, standard GP subtree crossover is referred to as low level crossover. In this case, a gene is chosen randomly from each parent individual. Then, the standard subtree crossover is applied, and the created trees replace the parent trees in the unaltered individual in the next generation. There are also different types of mutation in MGGP such as subtree mutation, mutation of constants using additive Gaussian perturbations, or setting a randomly selected constant to zero [31].

3. Data Acquisition

An experimental database of 223 test results for bond strength of the FRP concrete was collected from the literature and was utilized to develop the MGGP model [39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54]. The database is provided in Appendix A. The parameters involved in the model development were the cover the bar surface (Surf), bar position (Pos), bar diameter ( d b ), concrete cover to bar diameter ratio ( c / d b ), bar embedment length to bar diameter ratio ( l d / d b ), and concrete compressive strength ( f c ), and the bond strength ( τ b ) as the single output parameter. The maximum, minimum, mean, median, and standard deviation of these variables are shown in Table 1. Numbers 1 and 2 for the bar position variable indicate top and bottom location of the FRP bars in the beam bond test, respectively. Additionally, numbers 1, 2, and 3 for the bar surface variable show helical lugged surfaces, which are spiral wrapped and sand coated for FRP bars, respectively.
According to Banzhaf et al. [22], an efficient approach to prevent overfitting is to test other individuals from the run on a validation set to find a better generalizer. This technique was used in this study to improve the generalization of the models. For this purpose, the available data sets were randomly divided into training, testing, and validation subsets. The training data were used for learning (genetic evolution). The validation data were used to specify the generalization capability of the evolved programs on data they did not train on (model selection). In other words, the training and validation data sets were used to select the best evolved programs. This technique provides decent results as long as the models perform well on the training data sets [22]. The validation data were finally used to measure the performance of the models obtained by MGGP on data that played no role in building the models. The selection was such that the maximum, minimum, mean, and standard deviation of parameters were consistent in training, testing, and validation data sets. Out of 223 available data points, 157, 33, and 33 records were used for the training, testing, and validation of the models, respectively.

4. Model Development

The MGGP optimal parameter settings are shown in Table 2. As seen in this table, various parameters are involved in the MGGP predictive algorithm. The parameter selection affects the model generalization capability of MGGP. These parameters were selected based on some previously suggested values [32,33] after an extensive trial-and-error approach. The right population size and number of generations often depend on the problem complexity and on the number of possible solutions. A fairly large population size and number of generations were tested in this study to find models with minimal errors. Programs were run until automatically terminated. The maximum allowable number of genes in an individual and the maximum tree depth directly determine the complexity of solutions. After performing a number of simulations, these parameters were set to best trade-off values between the running time and the complexity of the evolved solutions.
The GPTIPS toolbox [31] in conjunction with subroutines coded in MATLAB, was used to implement MGGP. The fitness function evaluates expressions to find the best encoded expressions [38]. The default GPTIPS multi-gene symbolic regression fitness function, which includes the root mean squared error, was used to minimize the loss function. The best MGGP models were selected based on their fitness value on the training and testing data and on the simplicity of the models [55]. The correlation coefficient (R), Mean Absolute Error (MAE), and Root-Mean-Squared Error (RMSE) were used to evaluate the performance of models. R, MAE, and RMSE were calculated using the following equations.
R   =   i = 1 n ( h i h i ¯ ) ( t i t i ¯ ) i = 1 n ( h i h i ¯ ) i = 1 n ( t i t i ¯ ) 2
MAE   =   i = 1 n | h i t i | n
RMSE   =   i = 1 n ( h i t i ) 2 n
where h i and t i are the measured and calculated output values for the i-th output, respectively. h i ¯ and t i ¯ are the average of the measured and calculated outputs, respectively, and n is the number of samples.

5. Results and Discussions

5.1. The MGGP-Based Formulation for Bond Strength

Table 3 shows the individual genes of the model evolved by MGGP. These genes are automatically summed and then simplified by the GPTIPS code to generate the following optimal MGGP prediction model for the bond strength of FRP bars in concrete.
τ   ( Mpa )   =   0.0665   f c     0.189   d b   +   0.0406   l d / d b   +   2.26   In ( c   d b / l d   d b )     0.0665 ( c / d b ) 3     4.16   In ( 2 surf   +   l d / d b   +   ( f c   ×   l d / d b )   +   0.00558   In ( l d / d b )   +   0.0175 ( pos   l d / d b )     0.00108   ( f c ) 2   +   39.8
A comparison of the MGGP-predicted versus the experimental bond strength is shown in Figure 3. As seen, the MGGP model can predict the target values with a high degree of accuracy. It can be observed from these figures that the prediction performance has improved on the testing data.
The statistical significance of each of the eight genes of the derived model is visualized in Figure 4. According to Figure 4a, the weight (coefficient) of the bias term is higher than that of other genes. This indicates a high contribution of the bias term in the proposed model. Figure 4b depicts the degree of significance for each gene evaluated when using p-values. As seen, the contribution of genes to an explanation of variations in bond strength is quite high, since their relevant p-values are very low and close to 0. The statistical significance of the first and forth gene (Gene 1 and Gene 4) is higher than that of the other genes.
Figure 5 presents the population of the evolved models in terms of their complexity (number of nodes) as well as their fitness. The generated models that perform relatively well and are much less complex than the best model in the population, can be identified in this figure. The best model in the population is highlighted with a red circle. Each green circle represents a model that is not strongly dominated by other models in the population in terms of fitness and model complexity.

5.2. Comparative Study

In order to have an idea about the predictive power of the MGGP model, a comparative study was performed in this study. Accordingly, the performance of the MGPP model was benchmarked against the following equation proposed by the ACI [56].
τ b = ( f c   ( 0.332   +   0.025   c / d b   +   8.3   d b / l d )
where, c / d b is the concrete cover to bar diameter ratio, d b / l d is the bar diameter to bar embedment length ratio, f c is the concrete compressive strength, and τ b is the bond strength of FRP bars in concrete. As seen, some of the parameters of the ACI formula ( f c , c / d b , and d b / l d ) have been included in the MGGP model. Figure 6a,b shows the performance indices of the MGGP and ACI models in terms of MAE and RMSE. The MGGP model has notably lower error values than the ACI equation.
A comparison of the measured and predicted bond strength by the MGGP and ACI models is shown in Figure 7. As can be seen, the proposed MGGP accurately predicts the bond strength. The ACI equation estimations are more conservative values. Figure 8 and Figure 9 illustrate a comparison of the experimental/ predicted bond strength by the MGGP and ACI models, respectively. The predictions lie above or below the target line (experimental/ predicted = 1). As can be observed, the MGGP predictions are closer to the target line when compared to the ACI code equation. The averages of the experimental/predicted bond strength are equal to 1.02 and 1.19 for the MGGP and ACI models, respectively.

6. Conclusion and Future Directions

In this study, a promising extension of the classical GP called MGGP was employed to predict the bond strength of FRP bars in concrete. A design equation was developed for the prediction of FRP bond strength using a database of 223 experimental bond beam tests. The MGGP model provides accurate predictions of the bond strength and notably outperforms the ACI model. Using the MGGP approach, the bond strength of FRP bars in concrete can be estimated without carrying out a sophisticated and time-consuming laboratory test. The proposed model can be easily retrained and improved to make more accurate predictions for a wider range of parameters by including data of other test conditions. In this context, future research can be focused on developing new models for the bond strength of Aramid fiber reinforced polymer (AFRP), carbon fiber reinforced polymer (CFRP), and glass fiber reinforced polymer (GFRP) reinforcing bars. MGGP is very robust in nonlinear relationships modeling. However, the underlying assumption that the input parameters are reliable is not always the case. Since fuzzy logic can provide a systematic method to deal with imprecise and incomplete information, the process of developing hybrid fuzzy and MGGP models can be a suitable topic for further studies. Hybridizing MGGP with optimization algorithms such as Tabu Search can also be investigated to improve the proficiency of MGGP.

Author Contributions

H.B., K.B., and A.H.A. developed the approach and performed simulations. W.B. and N.L. provided technical advice. All authors contributed equally when preparing this manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. The database used for the model development [39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54].
Table A1. The database used for the model development [39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54].
Test No.PosSurf d b   ( m m ) f c   ( M p a ) c / d b l d / d b   τ b   ( M p a )
12218.4439.06624.795.26
2219.5329.81210.6711.5
32128.5847.33423.113.8
42319.143.031.6836.653.28
5221029.0541011.89
62112.739.949.3207.36
72319.139.942.0936.653.28
82119.0528.943.7515.35
92115.7544.36324.194.29
102315.939.942.5244.032.95
11119.53494168.2
122115.7544.36224.194.1
132312.743.032.5262.994.71
142215.8828.944.47.512.26
15119.5349621.337
162115.7544.36224.193.74
172315.9492.0131.454.04
182112.749.985.41304.6
19221029.384405.1
202219.338.69213.166.11
212219.6643.56219.385.02
222219.6643.56325.844.92
232319.139.942.0936.653.3
242112.751.989.34207.5
25229.6834.93415.759.58
262110.635.051.8975.472.2
27229.6829.81210.511.07
282219.338.69213.166.74
291218.4447.61624.794.96
30131049.142.5159.3
311115.8844.362472.12
322218.4447.61624.795.58
332219.6643.56319.384.81
34239.539.943.3784.215.16
35219.5349621.336.2
362112.731.022.3697.241.65
372212.728.945.5517.76
38226.3546.513.12781.52
392112.751.985.41207.5
402112.737.959.341012.29
411119.0547.756244.8
422112.736.979.31014.45
43221025.141016
44221030.144209
45221026.6342011.4
462115.7544.36320.165
472110.640.21.8961.323
48221031.8142012.3
492219.6643.56225.844.61
502112.730.913.41010.56
51239.540.963.3752.635.8
52221031.253.82012.09
532115.7544.36324.194.74
542115.7544.36324.194.64
552110.640.21.8961.322.6
562212.728.945.57.515.15
572219.6643.56319.386.3
582227.4144.62627.83.43
591227.4144.62627.83.57
602110.635.051.8970.753.3
612115.7544.36275.811.7
621119.0543.563157.58
63239.543.033.3768.425.69
642115.7544.36220.164.84
652115.7544.36320.165.14
662115.7544.36224.194.26
672115.931.021.8997.172.31
682319.139.942.0936.652.8
69119.5335.054168.9
702219.6643.56319.385.79
712110.638.321.8976.424
72229.6848.86415.759.3
732112.731.022.3678.741.96
74226.3546.513.12781.01
75239.540.963.3752.635.3
762218.4439.06422.045.62
772115.931.021.8954.722.64
782215.8828.944.4518.87
79219.53494169.3
802219.6643.56319.386.02
812112.755.069.34207.41
822115.7544.36320.164.98
83221026.6341013.61
842319.0523.433.77.514.8
852115.7544.36220.165.06
862112.728.945.5519.14
872115.7544.36220.164.72
88239.539.944.2152.636.91
89239.543.033.3784.213.74
90239.539.944.2168.425.69
912115.931.021.8942.453.14
922112.739.949.31012.25
932219.6643.56225.844.53
942115.7544.36275.811.65
952219.6643.56325.844.64
962219.0528.943.7510
97226.3546.513.12780.76
982315.939.942.5231.454.04
99226.3546.513.12781.9
1002110.635.051.8966.042.1
1012219.6643.56225.845.37
102129.6848.86415.758.15
103221631.252.38209.59
1042115.8828.944.4517.35
1052112.739.949.341014.49
106221036.843.81013.39
1072115.7544.36324.194.45
10813849.143.13155.77
1092112.728.945.5521
1102219.6643.56225.845.33
1112128.5827.5623.5615.19
1122119.0539.196245.1
1132312.739.943.1562.994.71
114226.3546.513.12781.75
115131049.142.5157.8
1162115.7544.36220.164.55
117221028.8441013.41
1182119.0528.943.7516.87
119221032.383.81510.09
1202112.728.945.57.517.29
121221027.254406.99
122219.5335.05621.337.8
1232112.739.949.34516.49
1242115.7544.36316.135.97
125221039.313.8209.6
1262112.730.913.4168.67
1272115.7544.36224.194.71
1282219.6643.56219.384.86
129229.6834.936217.55
130131049.142.5158.45
131221032.383.81510.4
1322212.730.913.41012.27
13321831.0252011.01
1342219.338.69213.167.15
1352115.7543.56220.164.83
136219.5335.054169.9
1372119.0539.19421.335.4
1382219.6643.56319.384.96
139221029.4841015
1402212.728.945.5519.35
141131149.142.27157.47
1421115.8844.36312.58.61
143239.539.944.2152.635.3
1442312.739.943.1539.376
1452319.139.942.0941.883.3
1462110.640.21.8961.323.7
147239.539.944.2152.634.78
1482213.4638.69210.389.69
149239.540.963.3752.634.78
1502115.931.021.8954.722.44
1512110.635.051.8966.044.4
1522227.4139.69627.83.79
1532115.7544.36320.165.59
1541128.5847.33626.673.6
155219.5349210.6712.1
1562110.640.21.8961.323.9
1572219.6643.56232.33.41
1582219.6643.56219.384.68
1592115.7544.36316.136.15
1602115.7544.36324.194.31
1612219.338.69213.166.31
162221031.254209.39
1632115.7544.36316.136.11
1642119.0547.75421.335.2
1652128.5839.69626.673.6
1662119.0528.943.77.514.39
167129.6834.93415.758.53
1681227.4139.69627.83.84
1692219.338.69213.166.46
1702315.943.032.0144.032.95
1712119.0547.756244.9
1721119.0539.196245.2
1732112.731.022.3636.223.73
1742112.751.849.3304.61
175221041.473.8159
1762112.737.959.3207.5
177239.539.944.2184.213.74
1782219.6643.56325.845
17921831.0251510.2
1802115.7544.36275.811.07
1812319.139.942.0926.183.6
182239.540.963.37115.794.76
18313849.143.13158.38
1841115.8844.363157.11
185221031.253.82011.39
1862115.7544.36275.811.41
187131349.141.92154.96
188221033.1842010.6
189221641.472.381511.89
1902115.7544.36324.194.43
1912115.7543.56220.165.28
1922219.0528.943.7516.6
1932115.7544.36316.135.65
1942112.755.065.41207.41
1952219.6643.56219.385.3
196221028.9442010.61
1971128.5839.69626.673.6
1982319.139.942.0957.592.56
199239.539.944.2184.215.16
2002112.731.022.3697.241.63
201131049.142.5157.37
2022115.7544.36220.165.23
2032112.749.989.34304.6
204229.6848.866216.19
2052219.6643.56219.385.37
2062319.140.961.6826.183.6
2072115.7544.36275.810.97
2082115.7543.56220.164.66
2091227.4139.69424.13.94
210221639.312.38209.2
211131249.142.08157.54
2122319.139.943.6636.652.9
2132115.7544.36275.811.22
2141218.4439.06624.795.35
2152219.6643.56325.844.75
2162115.7544.36316.137.35
2171128.5844.76219.563.8
218239.539.944.2168.425.13
2192115.7544.36220.162.57
2202110.635.051.8966.043
221129.6829.81210.511.94
2222115.7544.36320.165.85
2232319.140.961.6857.592.56

References

  1. Cosenza, E.; Manfredi, G.; Realfonzo, R. Behavior and modeling of bond of FRP rebar to concrete. J. Compos. Constr. 1987, 1, 40–45. [Google Scholar] [CrossRef]
  2. Edwards, A.D.; Yannopoulos, P.J. Local bond stress to slip relationship for hot rolled deformed bars and mild steel plain bars. ACI J. 1979, 7, 405–419. [Google Scholar]
  3. Galati, N.; Nanni, A.; Dharani, L.R.; Focacci, F.; Aiello, M.A. Thermal effects on bond between FRP rebars and concrete. Compos. Manuf. A 2006, 37, 1223–1230. [Google Scholar] [CrossRef]
  4. Hao, Q.D.; Wang, B.; Ou, J.P. Fiber reinforced polymer rebar’s application to civil engineering. Concrete 2006, 9, 38–40. [Google Scholar]
  5. Benmokrane, B.; Tighiouart, B. Bond strength and load concrete. ACI Mater. J. 1996, 93, 254–259. [Google Scholar]
  6. Makitani, E.; Irisawa, I.; Nishiura, N. Investigation of bond in concrete member with fiber reinforced plastic bars. Fiber-Reinf.-Plast. Reinf. Concr. Struct.-Int. Symp. 1993, 138, 315–331. [Google Scholar]
  7. Mazaheripour, H.; Barros, J.A.; Sena-Cruz, J.M.; Pepe, M.; Martinelli, E. Experimental study on bond performance of GFRP bars in self-compacting steel fiber reinforced concrete. Compos. Struct. 2013, 95, 202–212. [Google Scholar] [CrossRef]
  8. Okelo, R.; Yuan, R.L. Bond strength of fiber reinforced polymer rebars in normal strength concrete. J. Compos. Constr. 2005, 9, 203–213. [Google Scholar] [CrossRef]
  9. Yan, F.; Lin, Z.; Zhang, D.; Gao, Z.; Li, M. Experimental study on bond durability of glass fiber reinforced polymer bars in concrete exposed to harsh environmental agents: Freeze-thaw cycles and alkaline-saline solution. Compos. Part B Eng. 2017, 116, 206–421. [Google Scholar] [CrossRef]
  10. Yan, F.; Lin, Z.B. Bond durability assessment and long-term degradation prediction for GFRP bars to fiber-einforced concrete under saline solutions. Compos. Struct. 2017, 161, 393–406. [Google Scholar] [CrossRef]
  11. Ametrano, D. Bond Characteristics of Glass Fiber Reinforced Polymer Bars Embedded in High Performance and Ultra-High-Performance Concrete. Master’s Thesis, Ryerson University, Toronto, ON, Canada, 2011; pp. 1–132. [Google Scholar]
  12. Dahou, Z.; Sbartai, Z.M.; Castel, A.; Ghomari, F. Artificial neural network model for steel-concrete bond prediction. Eng. Struct. 2009, 31, 1724–1733. [Google Scholar] [CrossRef]
  13. Golafshani, E.M.; Rahai, A.; Sebt, M.H.; Akbarpour, H. Prediction of bond strength of spliced steel bars in concrete using artificial neural network and fuzzy logic. Constr. Build. Mater. 2012, 36, 411–418. [Google Scholar] [CrossRef]
  14. Nehdi, M.; EI Chabib, H.; EI Naggar, M.H. Predicting performance of self-compacting concrete mixtures using artificial neural networks. ACI Mater. J. 2001, 98, 394–401. [Google Scholar]
  15. Parsaie, A.; Azamathulla, H.M.; Haghiabi, A.H. Prediction of discharge coefficient of cylindrical weir–gate using GMDH-PSO. ISH J. Hydraul. Eng. 2018, 24, 116–123. [Google Scholar] [CrossRef]
  16. Azamathulla, H.M.; Haghiabi, A.H.; Parsaie, A. Prediction of side weir discharge coefficient by support vector machine technique. Water Sci. Technol. Water Supply 2016, 16, 1002–1016. [Google Scholar] [CrossRef]
  17. D’Angelo, G.; Laracca, M.; Rampone, S. Automated eddy current non-destructive testing through low definition Lissajous figures. In Proceedings of the 2016 IEEE Metrology for Aerospace (MetroAeroSpace), Florence, Italy, 22–23 June 2016; pp. 280–285. [Google Scholar]
  18. D’Angelo, G.; Laracca, M.; Rampone, S.; Betta, G. Fast eddy current testing defect classification using lissajous figures. IEEE Trans. Instrum. Meas. 2018, 67, 821–830. [Google Scholar] [CrossRef]
  19. Coelho, M.R.F.; Sena-Cruz, J.M.; Neves, L.A.C.; Pereira, M.; Cortez, P.; Miranda, T. Using data mining algorithms to predict the bond strength of NSM FRP systems in concrete. Constr. Build. Mater. 2016, 126, 484–495. [Google Scholar] [CrossRef]
  20. Köroğlu, M.A. Artificial neural network for predicting the flexural bond strength of FRP bars in concrete. Sci. Eng. Compos. Mater. 2018, 26, 12–29. [Google Scholar] [CrossRef]
  21. Bashir, R.; Ashour, A. Neural network modelling for bars. J. Compos. B 2012, 43, 3198–3207. [Google Scholar] [CrossRef]
  22. Banzhaf, W.; Nordin, P.; Keller, R.; Francone, F. Genetic Programming—An Introduction; Morgan Kaufmann: San Francisco, CA, USA, 1998. [Google Scholar]
  23. Koza, J.R. Genetic Programming-on the Programming of Computers by Means of Natural Selection; MIT Press: Cambridge, MA, USA, 1993. [Google Scholar]
  24. Alavi, A.H.; Gandomi, A.H. A robust data mining approach for formulation of geotechnical engineering systems. Eng. Comput. 2011, 28, 242–274. [Google Scholar] [CrossRef]
  25. Alavi, A.H.; Gandomi, A.H.; Modaresnezhad, M.; Mousavi, M. New ground-motion prediction equations using multi expression programing. J. Earthq. Eng. 2011, 15, 511–536. [Google Scholar] [CrossRef]
  26. Gandomi, A.H.; Alavi, A.H. Expression programming techniques for formulation of structural engineering systems. In Metaheuristic Applications in Structures and Infrastructures; Newnes: Burlington, MA, USA, 2013; pp. 439–455. [Google Scholar]
  27. Gandomi, A.H.; Alavi, A.H.; Sahab, M.G. New formulation for compressive strength of CFRP confined concrete cylinders using linear genetic programming. Mater. Struct. 2010, 43, 963–983. [Google Scholar] [CrossRef]
  28. Mohammadi Bayazidi, A.; Wang, G.G.; Bolandi, H.; Alavi, A.H.; Gandomi, A.H. Multigene genetic programming for estimation of elastic modulus of concrete. Math. Probl. Eng. 2014. [Google Scholar] [CrossRef]
  29. Sarveghadi, M.; Gandomi, A.H.; Bolandi, H.; Alavi, A.H. Development of prediction models for shear strength of SFRCB using a machine learning approach. Neural Comput. Appl. 2015. [Google Scholar] [CrossRef]
  30. Kara, I.F. Prediction of shear strength of FRP-reinforced concrete beams without stirrups based on genetic programming. Adv. Eng. Softw. 2011, 42, 295–304. [Google Scholar] [CrossRef]
  31. Searson, D.P. GPTIPS: Genetic Programming and Symbolic Regression for MATLAB; Newcastle University Library: Newcastle upon Tyne, UK, 2009. [Google Scholar]
  32. Gandomi, A.H.; Alavi, A.H. A new multi-gene genetic programming approach to nonlinear system modeling—Part I: Materials and structural engineering problems. Neural Comput. Appl. 2012, 21, 171–187. [Google Scholar] [CrossRef]
  33. Gandomi, A.H.; Alavi, A.H. A new multi-gene genetic programming approach to non-linear system modeling—Part II: Geotechnical and earthquake engineering problems. Neural Comput. Appl. 2012, 21, 189–201. [Google Scholar] [CrossRef]
  34. Muduli, P.K.; Das, S.K. CPT-based seismic liquefaction potential evaluation using multi-gene genetic programming approach. Indian Geotech. J. 2014, 44, 86–93. [Google Scholar] [CrossRef]
  35. Rezaei, M.; Eftekhari, M.; Mahin, S.; Ranjbar, M. A CO2-oil minimum miscibility pressure model based on multi-gene genetic programming. Energy Explor. Exploit. 2013, 31, 607–622. [Google Scholar] [CrossRef]
  36. Mousavi, S.M.; Aminian, P.; Gandomi, A.H.; Alavi, A.H.; Bolandi, H. A new predictive model for compressive strength of HPC using gene expression programming. Adv. Eng. Softw. 2012, 45, 105–114. [Google Scholar] [CrossRef]
  37. Golafshani, E.M.; Rahai, A.; Sebt, M.H. Artificial neural network and genetic programming for predicting the bond strength of GFRP bars in concrete. Mater. Struct. 2015, 48, 1581–1602. [Google Scholar] [CrossRef]
  38. Searson, D.P.; Leahy, D.E.; Willis, M.J. GPTIPS: An open source genetic programming toolbox for multigene symbolic regression. In Proceedings of the International Multi-Conference of Engineers and Computer Scientists (IMECS ’10), Hong Kong, China, 17–19 March 2010; pp. 77–80. [Google Scholar]
  39. Aly, R.; Benmokrane, B. Bond splitting strength of lap splicing of GFRP bars in concrete. In Proceedings of the 33rd Annual General Conference of the Canadian Society for Civil Engineering, Toronto, ON, Canada, 2–4 June 2010. [Google Scholar]
  40. Aly, R.; Benmokrane, B.; Ebead, U. Tensile lap splicing of fibre-reinforced polymer reinforcing bars in concrete. ACI Struct. J. 2006, 103, 857–864. [Google Scholar]
  41. Cosenza, E.; Manfredi, G.; Pecce, M.; Realfonzo, R. Bond between glass fiber reinforced plastic reinforcing bars and concrete-experimental analysis. ACI SP Int. Symp. FRP Reinf. Concr. 1999, 188, 347–358. [Google Scholar]
  42. DeFreese, J.M.; Wollmann, R.C.L. Glass Fiber Reinforced Polymer Bars as Top Mat Reinforcement for Bridge Decks; Contract Report for Virginia Transportation Research Council: Charlottesville, VA, USA, 2002. [Google Scholar]
  43. Ehsani, M.R.; Saadatmanesh, H.; Tao, S. Bond of GFRP rebars to ordinary-strength concrete. ACI IntSympon Non-Met. Contin. Reinf. 1993, 138, 333–346. [Google Scholar]
  44. Ehsani, M.R.; Saadatmanesh, H.; Tao, S. Design recommendations for bond of GFRP rebars to concrete. J. Struct. Eng. 1996, 122, 247–254. [Google Scholar] [CrossRef]
  45. Kanakubo, T.; Yonemaru, K.; Fukuyama, H.; Fujisawa, M.; Sonobe, Y. Bond performance of concrete members reinforced with FRP bars. Fiber-Reinf.-Plast. Reinf. Concr. Struct.-Int. Symp. 1993, 138, 767–788. [Google Scholar]
  46. Maji, A.; Orozco, A.L. Prediction of bond failure and deflection of carbon fiber reinforced plastic reinforced concrete beams. Exp. Mech. 2005, 45, 35–41. [Google Scholar] [CrossRef]
  47. Okelo, R. Realistic bond strength of FRP rebars in NSC from beam specimens. J. Aerosp. Eng. 2007, 20, 133–140. [Google Scholar] [CrossRef]
  48. Pecce, M.; Manfredi, G.; Realfonzo, R.; Cosenza, E. Experimental and analytical evaluation of bond properties of GFRP bars. J. Mater. Civ. Eng. 2001, 13, 282–290. [Google Scholar] [CrossRef]
  49. Shield, C.K.; French, C.W.; Retika, A. Thermal and mechanical fatigue effects on GFRP rebar-concrete bond. In Proceedings of the Third International Symposium on Non-Metallic Reinforcement for Concrete Structures, Sapporo, Japan, 14–16 October 1997; pp. 381–388. [Google Scholar]
  50. Shield, C.K.; French, C.W.; Hanus, J.P. Bond of glass fiber reinforced plastic reinforcing bar for consideration in bridge decks. ACI SP Int. Symp. FRP Reinf. Concr. 1999, 188, 393–406. [Google Scholar]
  51. Thamrin, R.; Kaku, T. Bond behaviour of CFRP bars in simply supported reinforced concrete beam with hanging region. J. Compos. Constr. 2007, 11, 129–137. [Google Scholar] [CrossRef]
  52. Tughiouart, B.; Benmokrane, B.; Geo, D. Investigation of bond in concrete member with fiber reinforced polymer (FRP) bars. Constr. Build. Mater. 1998, 12, 453–462. [Google Scholar] [CrossRef]
  53. Tughiouart, B.; Benmokrane, B.; Mukhopadhyaya, P. Bond strength of glass FRP rebar splices in beams under static loading. Constr. Build. Mater. 1999, 13, 383–392. [Google Scholar] [CrossRef]
  54. Won, J.P.; Park, G.G.; Kim, H.H.; Lee, S.W.; Jang, C.I. Effect of fibers on the bonds between FRP reinforcing bars and high-strength concrete. Compos. Part B Eng. 2008, 39, 747–755. [Google Scholar] [CrossRef]
  55. Gandomi, A.H.; Alavi, A.H.; Sahab, M.G.; Arjmandi, P. Formulation of elastic modulus of concrete using linear genetic programming. J. Mech. Sci. Technol. 2010, 24, 1273–1278. [Google Scholar] [CrossRef]
  56. American Concrete Institute. ACI Committee 440.1R-06 (2006) Guide for the Design and Construction of Structural Concrete Reinforced with FRP Bars; American Concrete Institute: Farmington Hills, MI, USA, 2006. [Google Scholar]
Figure 1. A typical multi-gene GP model.
Figure 1. A typical multi-gene GP model.
Technologies 07 00042 g001
Figure 2. The MGGP block diagram.
Figure 2. The MGGP block diagram.
Technologies 07 00042 g002
Figure 3. MGGP Prediction versus experimental bonding strength of (a) training data (b) testing data, and (c) validation data.
Figure 3. MGGP Prediction versus experimental bonding strength of (a) training data (b) testing data, and (c) validation data.
Technologies 07 00042 g003
Figure 4. Statistical properties of the evolved MGGP model on the training data (a) Gene Weights (b) P-Value (low = significant).
Figure 4. Statistical properties of the evolved MGGP model on the training data (a) Gene Weights (b) P-Value (low = significant).
Technologies 07 00042 g004
Figure 5. Population of the evolved models in terms of their complexity and fitness.
Figure 5. Population of the evolved models in terms of their complexity and fitness.
Technologies 07 00042 g005
Figure 6. (a) RMSE of the MGGP and ACI models. (b) MAE of the MGGP and ACI models.
Figure 6. (a) RMSE of the MGGP and ACI models. (b) MAE of the MGGP and ACI models.
Technologies 07 00042 g006
Figure 7. Bond strength predictions using the MGGP and ACI models.
Figure 7. Bond strength predictions using the MGGP and ACI models.
Technologies 07 00042 g007
Figure 8. Experimental to MGGP-predicted bond strength rations.
Figure 8. Experimental to MGGP-predicted bond strength rations.
Technologies 07 00042 g008
Figure 9. Experimental to ACI-predicted bond strength rations.
Figure 9. Experimental to ACI-predicted bond strength rations.
Technologies 07 00042 g009
Table 1. Parameters involved in the model development.
Table 1. Parameters involved in the model development.
VariablesMinMaxMeanMedianSTD
Surf131.1610.44
Pos121.2510.43
d b   ( mm ) 6.352110.548.52.88
c / d b 1.689.343.5831.82
l d / d b 3.56115.7930.1420.1623.01
f c   ( Mpa ) 23.4355.0640.0440.26.72
τ b   ( Mpa ) 0.76216.795.34.15
Table 2. Parameter setting for the MGGP algorithm.
Table 2. Parameter setting for the MGGP algorithm.
ParameterSetting
Function set+, −, /, √, ln, square, cubic power
Population size 1000
Number of generations 500
Max number of genes8
Max tree depth6
Tournament size 12
Elitism 0.01% of population
Crossover events0.85
Mutation events 0.1
Probability of pareto to tournament0.2
Table 3. Individual genes in the MGGP model.
Table 3. Individual genes in the MGGP model.
TermValue
Bias4.67
Gene 1 0.00558   ln ( l d / d b )   +   0.0174   pos   l d / d b  
Gene 2−0.00108 ( f c ) 2
Gene 30.0665 f c − 0.133 l d / d b − 0.0665 ( c / d b ) 3 + 0.249
Gene 4−4.16ln(2surf + l d / d b + ( f c × l d / d b )
Gene 50.174 l d / d b
Gene 62.26ln( c   d b / l d   d b )
Gene 7−0.189   d b
Gene 834.9

Share and Cite

MDPI and ACS Style

Bolandi, H.; Banzhaf, W.; Lajnef, N.; Barri, K.; Alavi, A.H. An Intelligent Model for the Prediction of Bond Strength of FRP Bars in Concrete: A Soft Computing Approach. Technologies 2019, 7, 42. https://doi.org/10.3390/technologies7020042

AMA Style

Bolandi H, Banzhaf W, Lajnef N, Barri K, Alavi AH. An Intelligent Model for the Prediction of Bond Strength of FRP Bars in Concrete: A Soft Computing Approach. Technologies. 2019; 7(2):42. https://doi.org/10.3390/technologies7020042

Chicago/Turabian Style

Bolandi, Hamed, Wolfgang Banzhaf, Nizar Lajnef, Kaveh Barri, and Amir H. Alavi. 2019. "An Intelligent Model for the Prediction of Bond Strength of FRP Bars in Concrete: A Soft Computing Approach" Technologies 7, no. 2: 42. https://doi.org/10.3390/technologies7020042

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