Conference PaperPDF Available

Evaluation of Rutting Potential of Asphalt Mixtures Using Linear Genetic Programming

Authors:

Figures

Evaluation of Rutting Potential of Asphalt Mixtures Using Linear Genetic
Programming
M.R. Mirzahosseini, A.H. Alavi
College of Civil Engineering, Iran University of Science & Technology, Tehran, Iran
F. Moghadas Nejad
Department of Civil and Environmental Engineering, Amirkabir University of Technology, Tehran, Iran
A.H. Gandomi
The Highest Prestige Scientific and Professional National Foundation, National Elites Foundation, Tehran, Iran
M. Ameri
College of Civil Engineering, Iran University of Science & Technology, Tehran, Iran
ABSTRACT: Rutting has been considered as the most serious distresses in flexible pavement for
many years. Flow number obtained from uniaxial dynamic creep test is an explanatory index for the
evaluation of rutting potential of asphalt mixtures. This is a pioneer study that presents a promising
variant of genetic programming, namely linear genetic programming (LGP) to predict the flow number
of dense asphalt-aggregate mixtures. Generalized LGP-based models were constructed to relate the
flow number of Marshall specimens to the coarse and fine aggregate contents, percentage of air voids,
percentage of voids in mineral aggregate, Marshall stability and flow. The comprehensive
experimental database used for the development of the models was established upon a series of
uniaxial dynamic creep tests conducted in this study. The contributions of the parameters affecting the
flow number were determined through a sensitivity analysis. A multiple least squares regression
(MLSR) analysis was performed using the same variables and same data sets to benchmark the LGP
models. For more verification, a subsequent parametric study was conducted and the trends of the
results were confirmed with the results of previous studies. The results indicate that the proposed LGP
models are capable of effectively evaluating the flow number of asphalt mixtures. The LGP models
are found to be significantly more accurate than the MLSR model.
KEY WORDS: Rutting, Flow number, Linear genetic programming, Regression Analysis, Marshall
mix design.
1 INTRODUCTION
Permanent deformation is one of the considerable load-associated distress types affecting the
performance of asphalt concrete pavements. The repetitive action of traffic loads results in
accumulation of permanent deformations in asphalt pavements (Kalosh 2001). Permanent deformation
is one of the major causes of pavement rutting. Rutting in asphalt pavement develops progressively
with increasing numbers of load application. It usually appears as longitudinal depression in the wheel
paths accompanied by small upheavals to the side (Pardhan 1995). Evaluation of rutting potential of
asphalt mix has been the focus of much research in pavement engineering over the last decades. The
available rutting evaluation procedures are generally categorized into three main groups: (1)
mechanistic-empirical modeling approaches, (2) advanced constitutive modeling approaches, and (3)
development of a simple performance test to identify the rutting potential of mixtures during design
based on measured fundamental engineering properties and response (Kim 2008). A comprehensive
description of these procedures can be found in Kim (2008). Majority of the available permanent
deformation models in the literature are empirical or semi-mechanistic with limited fundamental
material characterization. Unsatisfactory correlations with actual field performance are the common
result. Some of the empirical models are derived from limited sets of materials and environmental
conditions. Thus, they lack robustness and are not transferable to other conditions.
The time to tertiary flow failure is thought to be a good indicator of the rutting resistance of a given
mixture (Kim 2008). This can be quantified via the flow number as measured in a repeated load
permanent deformation test. Dynamic creep test is found to be one of the best methods among
different methods of assessing permanent deformation potential of asphalt mixtures (Kaloush and
Witczak 2002). The curve of accumulated strain against number of load cycles is the most important
output of the dynamic creep test. Witczak et al. (2002) defined the flow number as loading cycle
number where tertiary deformation starts. Flow number is more analogous to field conditions since
loading of pavement is not continuous. The dynamic creep test is a sensitive and costly test and it is
not always possible to conduct the test. Therefore, developing a relationship between the flow
numbers obtained from the dynamic creep test and parameters from Marshall mix design leads to
considerable savings in construction cost and time.
By extending developments in computational software and hardware, several alternative computer-
aided data mining approaches have been developed. Artificial neural networks (ANNs) are the most
widely used pattern recognition procedures. There has been some research with the specific objective
of applying ANNs to the evaluation of asphalt pavements performance characteristics (e.g., Tarefder et
al. 2005). Despite the acceptable performance of ANNs, they usually do not provide a better
understanding of the nature of the derived relationship between the different interrelated input and
output data. Another alternative approach, which is based on the data alone to determine the structure
and parameters of the model, is known as genetic programming (GP) (Koza 1992). GP may generally
be defined as a supervised machine learning technique that searches a program space instead of a data
space (Banzhaf et al. 1998). In recent years, a particular subset of GP with a linear structure similar to
the DNA molecule in biological genomes namely, linear genetic programming (LGP) (Brameier and
Banzhaf, 2007) has emerged. LGP is a machine learning approach that evolves the programs of an
imperative language or machine language instead of the traditional tree-based GP (Koza, 1992)
expressions of a functional programming language. There have been some scientific efforts directed at
applying LGP to the civil engineering tasks (e.g., Gandomi et al. 2009a,b). LGP can substantially be
useful in deriving empirical models for characterizing the rutting behavior by directly extracting the
knowledge contained in the experimental data.
In this study, the LGP approach was utilized to evaluate the rutting potential of dense asphalt
mixtures in the form of the flow number. The proposed correlations were developed based on several
uniaxial dynamic creep tests on standard Marshall specimens conducted at Iran University of Science
and Technology civil engineering laboratories. The experimental database covers a wide range of
aggregate gradation. A linear regression analysis was performed to benchmark the LGP-based
correlations.
2 GENETIC PROGRAMMING
GP is a symbolic optimization technique that creates computer programs to solve a problem using the
principle of Darwinian natural selection (Koza 1992).GP was introduced by Koza as an extension of
the genetic algorithms (GAs), in which programs are represented as tree structures and expressed in
the functional programming language LISP (Koza 1992).In GP, a random population of individuals
(trees) is created to achieve high diversity. The symbolic optimization algorithms present the potential
solutions by structural ordering of several symbols. A comprehensive description of GP can be found
in Koza (1992). LGP is a linear variant of GP. The linear variants of GP make a clear distinction
between the genotype and the phenotype of an individual. Thus, the individuals are represented as
linear strings that are decoded and expressed like nonlinear entities (trees).
2.1 Linear Genetic Programming
LGP is a subset of GP that has been emerged recently. LGP has some main differences with the
traditional tree-based GP, there are. Linear genetic programs (LGPs) have graph-based functional
structures and evolve in an imperative programming language C/C ++ and machine code ather than in
expressions of a functional programming language like LISP (Brameier and Banzhaf, 2007). Unlike
the tree-based GP, structurally noneffective codes coexist with effective codes in LGPs. Noneffective
code in genetic programs which is referred to as “intron”, represents instructions without any influence
on the program behavior. Structural introns act as a protection that reduces the effect of variation on
the effective code. The introns allow variations to remain neutral in terms of fitness change (Brameier
and Banzhaf, 2007). Because of the imperative program structure in LGP, these noneffective
instructions can be identified efficiently. This allows the corresponding effective instructions to be
extracted from a program during runtime. Since, only effective programs are executed, evaluation can
be accelerated significantly (see Figure 1).
Figure 1: Elimination of noneffective code in LGP. Only effective programs are executed (Brameier
and Banzhaf, 2007).
The instructions from imperative languages are restricted to operations that accept a minimum number
of constants or memory variables, called registers (r), and assign the result to a destination register,
e.g., r0 := r1 + 1. Automatic Induction of Machine code by Genetic Programming (AIMGP) is a
particular form of LGP. In AIMGP evolved programs are stored as linear strings of native binary
machine code, which are directly executed by the processor. The absence of an interpreter and
complex memory handling results in a significant speedup in AIMGP execution compared to tree-
based GP. This machine-code-based LGP approach searches for the computer program and the
constants at the same time. Descriptions of basic parameters and steps used to direct the search for a
linear genetic program can be found in Brameier and Banzhaf (2007).
3 EVALUATION OF RUTTING POTENTIAL AND ANALYSIS
Evaluation of field rutting potential of asphalt mix has traditionally been a complicated task. In order
to provide accurate assessment of the rutting potential of asphalt mix, the effects of several influencing
factors should be incorporated into the model development. In the following subsections, first, the
factors governing rutting potential are analyzed. Next, the details of developing the models including
the database description, and comparison of the performance of the LGP and regression-based models
are presented.
Population
Intron
Elimination
Fitness
Evaluatio
Individual Effective Program
3.1 Analysis of Internal Factors Affecting Rutting
The internal factors affecting rutting can be divided into three basic categories of aggregate, bitumen
and asphalt mixture characteristics (Sousa et al. 1991). Mineral aggregates constitute the rate of 90-
95% of mixture weight and 75-85% of mixture volume of asphalt mixtures and perform as skeleton
and bearing member in it (Topal and Sengoz 2004). Therefore, the physical and mineralogical
properties of mineral aggregate have noticeable effects on quality and characteristics of asphalt
mixtures (Sousa et al. 1991).
Binder is one of the fundamental components of asphalt mixtures and is used as a cohesive material
to bond the aggregates. Rutting propensity of the asphalt mixture is significantly affected by the
stiffness of the binder. Many researchers have recognized the importance of the binder in contribution
to the permanent deformation behavior of an asphalt aggregate mixture (Pardhan 1995, Pirabarooban
et al. 2003). With increase in binder stiffness, mixture stiffens, and therefore, resistance to rutting
increases (Sousa et al. 1991).
Optimum amount of bitumen obtained from mix design methods may have an appreciable influence
on the capability of asphalt mixture to resist permanent deformation (Sousa et al. 1991). The mixture
air voids are negatively correlated with the asphalt binder content. The higher the asphalt binder
content is in the mixture, the lower the air voids content is (Lavin 2003). VMA is important in the
sense that it allows room for enough asphalt binder to make a durable mixture plus enough room for
air voids to ensure a stable mixture (Lavin 2003). It is widely known that the rutting resistance of
mixture increases as the air void and VMA decrease (Sousa et al. 1991, Pardhan 1995). Stability of an
asphalt pavement is the most important property of the asphalt-aggregate mixtures in the wearing
course design. The Marshall quotient is calculated as the ratio of stability to flow. This ratio is an
indicator of the mix stiffness, resistance to shear stress, permanent deformation and hence rutting of
the bitumen concrete (Hinislioglu and Agar 2004).
3.2 Experimental Study and Data Preprocessing
On the basis of the results of the previous research (Kaloush and Witczak 2002), the dynamic creep
test was chosen as an appropriate laboratory method to investigate the rutting potential of dense
bituminous mixtures. Results of this experimental study were used in the development of the LGP-
based models. Uniaxial dynamic creep test has been used to determine the rutting potential of asphalt
mixtures for many years. Universal Testing Machine (UTM-5) was utilized to conduct the tests. The
aggregates employed in the construction of asphalt samples were crushed aggregates and prepared
from the gravel and sand mines of Rigzar Asphalt Factory located in the Shahryar road, Karaj, Iran.
The used fillers were river materials and obtained from Makadam-e Shargh Asphalt Factory, Semnan
road, Iran. Also, bitumen with the penetration of 60/70 was supplied by Tehran Refinery and
Pasarghad Oil Company, Tehran, Iran. In this research, the rutting behavior of asphalt mixtures
constructed by 9 grading has been investigated. Among different grading systems presented by Code
234 of Iran Management and Planning Organization (IAHC 2000), upper, middle and lower limits of
grading no. 3, 4 and 5, which cover a wide range of grading, were selected in this research. In order to
control the quality of aggregates, a number of tests such as Los Angeles abrasion, crushed percentage
and determination of specific weight of coarse aggregate, fine aggregate and filler were conducted.
Some tests such as penetration test, ductility test, and determination of softening point and unit weight
of bitumen were performed. The samples were constructed based on the Marshall method (ASTM
D1559 1993). The percentage of used bitumen was selected in a way that the optimal amount of
bitumen to be in the mean range of percentage. A total of 270 samples were constructed and tested in
this research. After conducting the Marshall stability test on half of the samples, Rice test was
performed to determine the percentage of air void of the samples. Voids in mineral aggregate (VMA)
was determined and eventually final VMA was obtained by taking the average of three samples. After
conducting dynamic creep test on the samples, the flow numbers were determined. The final flow
numbers were obtained by taking the average of three samples.
The database includes the measurements of coarse aggregate (C), fine aggregate (S), filler, air voids
(Va), VMA, bitumen, Marshall stability (M), Marshall flow (F) and flow number (Fn). The descriptive
statistics of the data used in this study are given in Table 1. It is noteworthy that some of the above
variables are fundamentally interdependent. This interdependency can cause problems in analysis as it
will tend to exaggerate the strength of relationships between the variables. Filler is calculated by
subtracting the sum of coarse and fine aggregate from 100. Hence, it has been excluded from the
models. Coarse and fine aggregate could potentially have been excluded rather than filler. They were
retained as traditionally they have been more frequently used indicators of rutting and also have more
favorable distributions of values. Out of the 270 samples constructed and tested herein, the final 118
flow number values were extracted by taking the average of three samples.
Table 1: Descriptive Statistics of variables used in the model development.
Parameter Influencing Variables Output
C (%) S (%) Va (%) VMA (%) M (KN) F (mm) Fn
Mean 57.31 37.15 4.54 16.55 10.16 3.50 227
Standard Error 1.32 1.04 0.14 0.13 0.19 0.06 13.25
Range 48 39 7.06 5.84 12.57 2.65 488
Minimum 33 18 1.71 13.20 2.73 2.10 22
Maximum 81 57 8.77 19.04 15.30 4.75 510
3.3 LGP-Based Models for Flow Number of Asphalt Mix
In this study, the LGP technique was employed to obtain meaningful relationships between the flow
number of asphalt mixes and the factors affect mixture resistance to permanent deformation. The most
important factors representing the rutting behavior were selected based on an extensive trial study and
literature review. Consequently, the flow number (Fn) predictive models were considered to be as
follows:
()
=F
M
VMAV
S
C
fFLog an ,,, (1)
where,
C/S: Coarse aggregate to fine aggregate ratio
Va (%): Percentage of air voids
VMA (%): Percentage of voids in mineral aggregate
M/F: Marshall stability to flow ratio (Marshall quotient)
C/S represents grain size distribution, and Va, VMA and M/F are asphalt mixture characteristics. Va
has highly negative correlation with the asphalt binder content. Hence, it can also be considered as a
representative of the binder content. VMA is actually a property of aggregates in the mixture. Changes
in the aggregates gradation or shape provide significant changes in VMA (Lavin 2003). For the LGP
modeling, a computer software called Discipulus (Conrads et al. 2004) was used. This software works
on the basis of the AIMGP approach. After completing a project, the single solutions are combined
into team solutions (Brameier and Banzhaf, 2007) to produce better results and the evolved programs
are written in Java, C, or Intel assembler code, automatically. The resulting code may be linked to the
optimizer and compiled or it may be compiled into a DLL or COM object and called from the
optimization routines. Discipulus interactive evaluator mode was employed to run the resulting C
c
s
L
a
c
f
f
o
r
t
h
u
t
o
w
o
d
c
c
T
T
F
w
F
c
odes evol
v
s
election w
i
L
GP param
e
a
lso after a
c
ontributes
f
requency
v
f
requency v
a
o
f the best
r
andomly d
i
h
e generali
z
u
sed to
m
e
a
o
obtain a
w
ere consi
d
o
f paramete
r
d
ata, 60 dat
a
apability
o
c
orrelation
c
T
able 2. Pa
r
The pred
i
T
he freque
n
F
igure 4. A
c
w
ith the oth
e
F
igure 2: Pr
1
2
3
1
(a)
Log of Predicted Flow Number
Log o
f
v
ed by LG
P
i
ll affect th
e
e
ters were
s
trial and
e
to the fitn
e
v
alues of
i
a
lue equal
t
thirty pro
g
i
vided into
z
ation capa
b
a
sure the pe
r
consistent
d
d
ered. The
s
r
s were co
n
a
are select
o
f the LG
P
c
oefficient
(
r
ameter sett
i
i
ction resul
n
cy values
c
cording t
o
e
r inputs.
edicted ver
s
2
f
Measured Flow
R
=
M
S
M
A
T
P
. Various
e
generaliz
a
s
elected ba
s
e
rror appro
e
ss of the
L
i
nput para
m
t
o 1.00 for
a
g
rams evol
v
training, v
a
b
ility of th
e
r
formance
o
d
ata divisi
o
s
election w
a
n
sistent in t
h
ed for trai
n
P
models.
(
R), mean s
q
i
ngs for the
ts obtained
of input p
a
o
these figu
r
s
us experi
m
3
Number
=
0.974
S
E = 0.008
A
E = 0.071
T
raining
Paramet
e
Functio
n
Populati
o
Maximu
m
Initial p
r
Crossov
e
Homolo
g
Mutatio
n
Block m
u
Instructi
o
Data mu
t
Number
LGP invo
l
a
tion capa
b
s
ed on som
e
ach. In or
d
L
GP progr
a
m
eters in t
h
a
n input in
d
v
ed by L
G
a
lidation an
e
evolved p
r
o
f the LGP
o
n, several
a
s such tha
t
h
e training,
n
ing, 29 dat
a
In order t
q
uare error
LGP algor
i
by the LG
P
a
rameters
o
r
es, the flo
w
m
ental flow
1
2
3
1
(b)
Log of Predicted Flow Number
Log o
f
er
n
set
o
n size
m
program
r
ogram size
e
r rate (%)
g
ous cross
o
n
rate %)
u
tation rate
o
n mutatio
n
t
ation rate
(
of demes
l
ved para
m
b
ility of th
e
e
previousl
y
d
er to eval
u
a
ms that co
n
h
e flow n
u
d
icates that
t
G
P. For the
d testing s
u
r
ograms on
single and
combinatio
t
the maxi
m
validation
a
for valid
a
o evaluate
(MSE) an
d
i
thm
P
single a
n
o
f the flo
w
w
number
i
number usi
2
f
Measured Flow
N
R
=
M
S
M
A
V
a
size
o
ver (%)
(%)
n
rate (%)
(
%)
m
eters are
s
e
LGP-
b
ase
d
y
suggeste
d
u
ate how
m
n
tain them
u
mber pre
d
t
his input
v
LGP anal
u
bsets. The
data they d
team mod
e
ns of the t
r
m
um, mini
m
and testing
a
tion and 2
9
the perfo
r
d
mean abs
o
n
d team mo
d
w
number p
i
s more se
n
ng the LG
P
3
N
umber
=
0.962
S
E = 0.009
A
E = 0.078
a
lidation
Settings
+, -, ×, /,
500-5000
256
80
50, 95
95
90
30
30
40
20
s
hown in
T
d
models.
T
d
values (G
a
m
any times
(importan
c
d
iction mo
d
v
ariable has
ysis, the d
validation
d
id not train
e
ls on a set
o
r
aining, va
l
m
um, mean
data sets.
O
9
data for t
e
r
mance of
o
lute error (
M
d
els are sh
o
redictive
m
n
sitive to C
/
P
single sol
u
1
2
3
1
(c)
Log of Predicted Flow Number
Log of
, sin, cos
T
able 2. T
h
T
o develop
a
ndomi et
a
each inpu
t
c
e of input
d
els were
been appe
a
eveloped
d
d
ata are us
e
on. The te
s
o
f unseen
d
l
idation an
d
and stand
a
O
ut of the
a
e
sting the g
e
the propo
M
AE) wer
e
o
wn in Fig
u
m
odels are
p
/
S and V
M
u
tion.
2
Measured Flow
N
R
=
M
S
M
A
T
h
e paramet
e
the model
s
a
l. 2009) a
n
t
paramete
r
parameters
obtained.
A
a
red in 100
%
d
atabase w
a
e
d to speci
f
s
ting data a
r
d
ata. In ord
e
d
testing se
t
a
rd deviati
o
a
vailable 11
e
neralizati
o
sed model
s
e
used.
u
res 2 and
3
p
resented
i
M
A compar
e
3
N
umber
=
0.969
S
E = 0.012
A
E = 0.081
T
esting
e
r
s
,
n
d
r
s
),
A
%
a
s
f
y
r
e
e
r
t
s
o
n
8
o
n
s
,
3
.
i
n
e
d
F
F
3
I
m
p
c
b
L
a
r
4
C
v
F
L
d
N
e
a
s
B
t
h
t
h
F
igure 3: Pr
F
igure 4: Fr
3
.4 Regress
i
n the conv
e
m
odel. In t
h
p
erformed
t
c
lassical st
a
b
ecause of
i
L
GP. Evie
w
a
nalysis. Fo
r
r
esult by th
e
4
COMPA
R
C
ompariso
n
v
isualized i
n
F
igures 2,
3
L
GP single
d
emonstrat
e
N
o rational
e
ncompass
t
a
comparati
v
In additi
o
s
olutions in
B
esides, th
e
h
e most in
f
h
e literatur
e
1
2
3
1
(a)
Log of Predicted Flow Number
L
o
edicted ver
s
equency v
a
i
on-Based
M
e
ntional m
a
h
is study,
t
o have an
a
tistical ap
p
i
ts interesti
n
w
s softwar
e
r
mulation
o
e
MLSR an
a
(
F
Log
R
ISONS O
F
n
s of the f
l
n
Figures
5
3
and 5 tha
t
solution
o
e
that both
o
model to
p
t
he influen
c
v
e study be
t
o
n to the
Java, C, o
r
e
frequency
f
luencing v
a
e
that are i
n
2
o
g of Measured F
l
s
us experi
m
a
lues of inp
u
M
odel for F
a
terial mod
e
a multivar
i
idea about
p
roach. Th
e
n
g nature.
T
e
package
(
o
f the flow
n
a
lysis is as
g
)
-0.489
3
F
n
=
F
THE FLO
W
l
ow numb
e
5
(a)–(c). C
o
t
the best t
e
o
n the tra
i
o
f the LGP
p
redict the
c
ing variabl
e
t
ween the r
e
acceptable
r
assembler
values of
d
a
riables on
t
n
close agr
e
3
l
ow Number
R = 0.987
MSE = 0.004
MAE = 0.051
Training
0.0
0.2
0.4
0.6
0.8
1.0
Frequency
C
m
ental flow
u
t paramete
r
low Numb
e
e
ling proce
s
i
able least
the predic
t
e
LSR met
h
T
he MLSR
(
Maravall
a
n
umber, F
n
,
g
iven
b
elo
w
0.0019 -
3
V
S
C
W
NUMB
E
e
r predicti
o
o
mparing t
h
e
am soluti
o
i
ning, vali
d
single and
flow num
b
e
s consider
e
e
sults of th
i
accuracy,
code that
c
d
ifferent in
p
t
he rutting
p
e
ement wit
h
1
2
3
1
(b)
Log of Predicted Flow Number
Lo
C
/S
V
number usi
r
s of the L
G
e
r of Aspha
s
s, regressi
o
squares re
g
t
ive power
h
od is exte
n
model wa
s
a
nd Gome
z
in terms o
f
w
:
0.1490 - V
M
V
a
E
R PREDI
C
o
ns obtaine
d
h
e perform
a
o
n evolved
d
ation, test
i
team solut
b
er of asph
a
e
d in this s
t
i
s research
a
the LGP
s
c
an be imp
l
p
uts present
p
otential o
f
h
this obse
r
2
g of Measured F
l
R
M
M
V
a (%) V
M
ng the LG
P
G
P-
b
ased fl
o
lt Mix
o
n analysis
g
ression (
M
of the LG
P
n
sively us
e
s
develope
d
z
2004) w
a
f
C/S, V
a
(
%
0.0639 -
M
M
A
C
TIVE MO
D
d
by the
m
a
nce of the
by LGP h
a
i
ng and w
h
i
ons perfor
m
a
lt mixes
h
t
udy. There
f
a
nd those o
f
s
ingle and
l
emented i
n
ed in Figur
e
f
asphalt mi
x
r
vation. So
u
3
l
ow Number
R
= 0.983
M
SE = 0.004
M
AE = 0.053
Validation
M
A (%)
M
P
team solu
t
o
w number
is an impo
r
M
LSR) (R
y
P
techniqu
e
e
d in regre
s
d
using the
a
s used to
%
), VMA (
%
5.7881 +
F
M
D
ELS
m
odels on
LGP mod
e
a
s produce
d
h
ole of d
a
m
superior
h
as been de
v
f
ore, it was
f
previous
s
team mod
e
n
TurboC i
n
e
4 indicat
e
x
tures. The
r
u
sa et al. (
1
1
2
3
1
(c)
Log of Predicted Flow Number
Lo
g
M
/F
t
ion.
predictive
m
r
tant tool f
o
y
an 1997)
a
e
, in comp
a
s
sion analy
s
same input
perform t
h
%
), and M/
F
the whole
e
ls, it can
b
d
better res
u
a
ta. The re
s
than the
M
v
eloped ye
not possib
l
s
tudies.
e
ls provid
e
n
the C++
e
e
that C/S a
n
r
e are earli
e
1
991) state
d
2
g
of Measured F
l
m
odels.
o
r building
a
nalysis w
a
a
rison with
s
is primari
l
variables
a
h
e regressi
o
F
for the be
s
(
5
of data a
r
b
e seen fro
m
u
lts than t
h
s
ults clear
l
M
LSR mode
t that wou
l
l
e to condu
c
e
transpare
n
e
nvironme
n
n
d VMA a
r
e
r findings
i
d
that amo
n
3
l
ow Number
R = 0.974
MSE = 0.009
MAE = 0.084
Testing
a
a
s
a
l
y
a
s
o
n
s
t
5
)
r
e
m
h
e
l
y
l.
l
d
c
t
n
t
n
t.
r
e
i
n
n
g
the influential mixture properties, aggregate characteristics are particularly important contributors to
permanent deformation resistance. Elliott (1991) showed that the fine-coarse and coarse-fine gradation
variations had the greatest impact on mix properties. Also, the amount and stiffness of the asphalt or
modified asphalt binder, which is directly correlated with VMA, are important. With lower asphalt
contents and stiffer binders improved resistance to permanent deformation is provided (Sousa et al.
1991).
Figure 5: A comparison of the ratio between the predicted and experimental flow number values using
different models.
5 PARAMETRIC ANALYSIS
For further verification of the proposed models, a parametric study was performed using the LGP
evolved solutions. Figures 6(a)–(d) present the predicted values of the flow number (Fn) obtained by
the LGP-based models as a function of each parameter. The tendency of the Fn prediction to C/S, Va
(%), VMA (%), and M/F can be determined according to these figures.
Figure 6: Flow number parametric analysis in the LGP-based models.
As can be seen in Figure 6, Fn continuously decreases due to increasing C/S. This is an expected case
from the pavement engineering viewpoint. It is well known that increase in the fine aggregate and
filler content will stiffen the total asphalt mixture, leading to higher Marshall stability values and
better resistance to permanent deformation. The results of parametric analysis state that increases in Va
significantly decrease Fn. This is also an expected case since the specimens with higher Va become
less dense. In other words, increases in Va leads to less aggregate particles interlock and internal
friction in the mixture. These result in less shear resistance for the asphalt mixture which increases the
deformation of the mix caused by loading (Lavin 2003). As VMA values increase, the specimens
become less resistant to applied loads. This can be attributed to the increase of bitumen percent in the
sample. In general, increase in the bitumen percent corresponds to increase in the rutting potential and
softening of the sample. This is verified completely by Figure 6(c). The results of several studies
0.6
0.8
1.0
1.2
1.4
1.6
1.8
2.0
1 11 21 31 41 51 61 71 81 91 101 111
Measured / Predicted
Sam
p
le Number
LGP (Single Solution)
(R = 0.970, MSE = 0.009, MAE = 0.075)
(a)
0.6
0.8
1.0
1.2
1.4
1.6
1.8
2.0
1 11 21 31 41 51 61 71 81 91 101 111
Measured / Predicted
Sam
p
le Number
(b)
LGP (Team Solution)
(R = 0.982, MSE = 0.005, MAE = 0.060)
0.6
0.8
1.0
1.2
1.4
1.6
1.8
2.0
1 11 21 31 41 51 61 71 81 91 101 111
Measured / Predicted
Sam
p
le Number
(c)
MLSR
(R = 0.920, MSE = 0.023, MAE = 0.117)
0
200
400
600
800
1000
012345
Fn
(a) LGP (Single Solution)
LGP (Team Solution)
C/S
0
50
100
150
200
250
300
1357911
Fn
(b) LGP (Single Solution)
LGP (Team Solution)
Va(%)
0
200
400
600
800
12 14 16 18 20
Fn
(c) LGP (Single Solution)
LGP (Team Solution)
VMA
(
%
)
0
100
200
300
400
500
0246
Fn
(d) LGP (Single Solution)
LGP (Team Solution)
M/F
indicate that resistance against permanent deformation increases as Va and VMA decrease (e.g., Sousa
et al. 1991, Pardhan 1995, Lavin 2003).
As can be seen in Figure 6(d), increases in M/F increase Fn. The results of parametric analysis for
M/F are also in acceptable agreement with the results presented by previous researchers. Based on the
previous studies, a higher M/F value indicates a high stiffness mix with a greater ability to spread the
applied load. Therefore, the pavements being more resistant to permanent deformation are obtained
(Nicholls 1998, Hinislioglu and Agar 2004, Lavin 2003). The above considerations confirm that the
developed LGP models are robust and can be used with confidence.
6 CONCLUSIONS
In this study, a new variant of GP, namely LGP is utilized to assess the rutting resistance of asphalt-
aggregate mixtures. On the basis of an extensive trial study and literature review, the coarse aggregate
to fine aggregate ratio (C/S), air voids (Va), voids in mineral aggregate (VMA) and Marshall quotient
(M/F) were identified to be used as the predictor parameters. Several uniaxial dynamic creep tests on
standard Marshall specimens carried out in the laboratory environment to develop a comprehensive
database. The LGP-based models were benchmarked against the developed multivariable linear
regression model. The following conclusions can be derived from the results presented in this
research:
It was observed that the LGP models are capable of predicting the flow number of asphalt mixtures
with high accuracy. The LGP team solution provides superior performance compared with the
single solution. Due to nonlinearity in rutting behavior, the proposed nonlinear LGP single and
team solutions produce considerably better outcomes over the linear regression-based model
developed with the same variables as inputs.
Unlike majority of the previous studies on constitutive modeling of rutting, the proposed models
simultaneously take into account the role of several important factors representing the rutting
behavior.
In addition to the acceptable accuracy, LGPs are white-box models, that is, they provide the
transparent programs of an imperative language or machine language. LGP evolved solutions in C,
Java and assembler codes for flow number prediction are available from the authors. These models
can be used for routine design practice in that they were derived from tests on mixtures with a wide
range of aggregate gradation and properties.
A major advantage of LGP for determining the flow number lies in its powerful ability to model the
mechanical behavior without any prior assumptions whatsoever regarding material behavior.
The contribution of each input parameter in the LGP models was evaluated through a sensitivity
analysis. C/S and VMA were found to be more effective to explain the variations of the flow
number compared with the other mixture properties.
The sensitivity of the proposed correlations to the variation of influencing parameters was evaluated
through a parametric study. The results were supported by the results presented by other
researchers.
A major distinction of the LGP approach is that for a specific type of asphalt mixture and for
predetermined testing conditions, the flow number can accurately be estimated without carrying out
destructive, sophisticated and time-consuming laboratory tests with UTM or any similar testing
equipment. Thus, the rutting potential can be explored by this means in a perfect manner.
As more data become available, including those for other types of asphalt mixtures and test
conditions, the proposed models can be improved to make more accurate predictions for a wider
range.
REFERENCES
ASTM, 1993. Standard Test Method for Resistance to Plastic Flow of Bituminous Mixtures Using
Marshall Apparatus. ASTM D1559.
Brameier, M., Banzhaf, W., 2007. Linear Genetic Programming. Springer Science + Business Media,
LLC, New York.
Conrads, M., Dolezal, O., Francone, F.D., Nordin, P., 2004. Discipulus_fast genetic programming
based on AIM learning technology. Register Machine Learning Technologies Inc.: Littleton, CO.
Elliott, R. P., Ford, J. R., M. C., Ghanim, M., Tu, Y. F., 1991. Effect of aggregate gradation variation
on asphalt concrete mix properties. Transportation Research Record, 1317, 1-12.
Gandomi, A. H., Alavi, A. H., Kazemi, S., Alinia, M. M., 2009a. Behavior Appraisal of Steel Semi-
Rigid Joints Using Linear Genetic Programming. Journal of Constructional Steel Research, 65(8-
9), 1738-1750.
Gandomi, A. H., Alavi, A. H., Sahab M. G., 2009b. New Formulation for Compressive Strength of
CFRP Confined Concrete Cylinders Using Linear Genetic Programming. Materials and Structures,
in press.
Hinislioglu, S., Agar, E., 2004. Use of waste high density polyethylene as bitumen modifier in asphalt
concrete mix. Materials Letters, 58(3-4), 267-271.
IAHC, 2000. Iran highway Asphalt Code. No. 234, 2000. Iran Ministry of Road and Transportation,
Management and Planning Organization, Iran, ISBN: 964-425-369-8.
Kaloush, K. E., 2001. Sample Performance Test for Permanent Deformation of Asphalt Mixtures.
Ph.D. thesis, Arizona State Univ.
Kaloush, K. E., Witczak, M. W., 2002. Tertiary ow characteristics of asphalt mixtures. Journal of the
Association of Asphalt Paving Technologists, 71, 278–306.
Kim, Y. R., (2008). Modeling of asphalt concrete (1st Ed.), chapter 11, McGraw-Hill, New York.
Koza, J. 1992., Genetic programming, on the programming of computers by means of natural
selection. MIT Press, Cambridge (MA).
Lavin, P., 2003. Asphalt pavements: a practical guide to design, production and maintenance for
engineers and architects, Spon, London.
Maravall, A., Gomez, V. 2004. EViews Software, Ver. 5, Quantitative Micro Software, LLC, Irvine
CA.
Nicholls, C., 1998. Asphalt Surfacings: a Guide to Asphalt Surfacings and Treatments Used for the
Surface Course of Road Pavements. E & FN Spon, London, New York.
Pardhan, M. M., 1995. Permanent Deformation Characteristics of Asphalt-Aggregate Mixture Using
Varied Material and Modeling Procedure with Marshall Method. Ph.D. thesis, Montana Univ.
Pirabarooban, S., Zaman, M., Tarefder, R. A., 2003. Evaluation of Rutting Potential in Asphalt Mixes
Using Finite Element Modeling. Annual Conference of the Transportation Association of Canada,
St. John’s, Newfoundland and Labrador, 1-16.
Ryan, T. P. 1997. Modern Regression Methods, Wiley, New York (NY).
Sousa, J. B., Craus, J., Monismith, C. L., 1991. Summary Report on Permanent Deformation in
Asphalt Concrete. Strategic Highway Research Program (SHRP), National Research Council,
Institute of Transportation Studies, University of California, Berkeley.
Tarefder R. A., White, L., Zaman, M., 2005. Neural Network Model for Asphalt Concrete
Permeability. Journal of Materials in Civil Engineering, 17(1), 19–27
Topal, A., Sengoz, B., 2005. Determination of Fine Aggregate Angularities in Relation with the
Resistance to Rutting of Hot mix Asphalt. Construction and Building Materials, 19(2), 155-163.
Witczak, M. W., Kaloush, K., Pellinen, T., El-Basyouny, M., Von Quintus, H., 2002. Simple
Performance Test for Superpave Mix Design. NCHRP Rep. 465, National Research Council,
Transportation Research Board. Washington, DC.
... The functions can contain basic mathematical operators (+, −, *, /) or any other user-defined functions, whereas the terminals engineering materials. (Baykasoglu et al. 2008, Mirzahosseini et al. 2010, Alavi and Gandomi 2011, Alkroosh and Nikraz, 2011, Gandomi et al. 2011a, Kara 2011, Sarıdemir 2011, 2014, Gandomi and Alavi 2012. One advantage of the GEP technique is that the creation of genetic diversity is extremely simplified (Gandomi and Roke 2015). ...
Article
The dynamic modulus (E*) among asphalt mixtures’ mechanical property parameters not only is important for asphalt mixtures’ pavement design but also in determining asphalt mixtures’ pavement performance associated with pavement response. Based on the principle of gene expression programming (GEP) algorithm, this paper explored two different GEP approach models, namely: GEP-I and GEP-II to predict the E* of hot mix asphalt (HMA) and mixtures containing recycled asphalt shingles, respectively. In this paper, The GEP-I was developed from a large database containing 2750 test data points from 205 unaged laboratory-blended HMA mixtures including 34 modified binders, and the GEP-II model was developed using the E* database containing 1701 sets of experimental data from 4 different demonstration projects. Both the GEP-I model and GEP-II model were compared with other E* prediction models. A sensitivity analysis of each model parameter was conducted by correlating these parameters with dynamic modulus. Both the GEP-I model and GEP-II model showed significantly higher prediction accuracy compared with the existing regression models and could easily be established. It is expected that these two GEP models could lead to more accurate characterisation of the asphalt mixtures’ E*, resulting in better performance prediction.
Article
Full-text available
This paper proposes an alternative approach for predicting the flexural resistance and initial rotational stiffness of semi-rigid joints in steel structures using Linear Genetic Programming (LGP). Three types of steel beam-column joints i.e. endplates, welded, and end bolted joints with angles are investigated. Models are constructed by utilizing test results available in the literature. The accuracy of the proposed models is verified by comparing the outcomes to the experimental results. LGP models are further compared to the corresponding design code (Eurocode 3), reference values and several existing models. The results demonstrate that the LGP based models in most cases provide superior performance than other models.
Article
Full-text available
This paper proposes a new approach for the formulation of compressive strength of carbon fiber reinforced plastic (CFRP) confined concrete cylinders using a promising variant of genetic programming (GP) namely, linear genetic programming (LGP). The LGP-based models are constructed using two different sets of input data. The first set of inputs comprises diameter of concrete cylinder, unconfined concrete strength, tensile strength of CFRP laminate and total thickness of utilized CFRP layers. The second set includes unconfined concrete strength and ultimate confinement pressure which are the most widely used parameters in the CFRP confinement existing models. The models are developed based on experimental results collected from the available literature. The results demonstrate that the LGP-based formulas are able to predict the ultimate compressive strength of concrete cylinders with an acceptable level of accuracy. The LGP results are also compared with several CFRP confinement models presented in the literature and found to be more accurate in nearly all of the cases. Moreover, the formulas evolved by LGP are quite short and simple and seem to be practical for use. A subsequent parametric study is also carried out and the trends of the results have been confirmed via some previous laboratory studies. KeywordsCFRP confinement-Linear genetic programming-Formulation-Concrete compressive strength
Article
Full-text available
The purpose of this study is to investigate the possibility of using various plastic wastes containing High Density Polyethylene as polymer additives to asphalt concrete. It was investigated that the influence of HDPE-modified binder obtained by various mixing time, mixing temperature and HDPE content on the Marshall Stability, flow and Marshall Quotient (Stability to flow ratio). The binders used in Hot Mix Asphalt (HMA) were prepared by mixing the HDPE in 4–6% and 8% (by the weight of optimum bitumen content) and AC-20 at temperatures of 145–155 and 165 °C and 5–15 and 30 min of mixing time. HDPE-modified asphalt concrete results in a considerable increase in the Marshall Stability (strength) value and a Marshall Quotient value (resistance to deformation). Four percent HDPE, 165°C of mixing temperature and 30 min of mixing time were determined as optimum conditions for Marshall Stability, flow and Marshall Quotient (MQ). MQ increased 50% compared to control mix. It can be said that waste HDPE-modified bituminous binders provide better resistance against permanent deformations due to their high stability and high Marshall Quotient and it contributes to recirculation of plastic wastes as well as to protection of the environment.
Article
A test for permanent deformation evaluation to be used within the Superpave volumetric mixture design procedure was discussed. Two tertiary flow parameters stood out in the study - the flow number of repetitions from a repeated load test, and the flow time from a static creep test. These parameters were found to have excellent correlation with field rut depth. Several concepts such as failure strains, plastic strain ratio, volume change and constant compliance at failure were studied in the testing program.
Article
Rutting in asphalt pavements continues to create problems for pavement agencies. One factor that has been identified in determining asphalt pavement rutting susceptibility is the fine aggregate angularity (FAA) in the asphalt aggregate mix. The aim of this study is to investigate the angularity of fine aggregate produced in Turkey and to draw the attention of design engineers to this subject. To examine the relative effect of angularity of fine aggregate on the passing time through an orifice, material was obtained from 30 different sources which represent a wide range of materials used in Turkey. This collection offered a variety of geometric irregularities. The aggregates included 4 natural sands and 26 crushed aggregates. ASTM C128 “Specific Gravity Test of Fine Aggregate” and AFNOR P18-564 “Determination of Flow Rate of Fine Aggregate” which has been adopted by AFNOR were performed on each sample. Rutting tests were then performed on four different aggregate samples which had different FAA values and which were crushed by different crusher types. Test results bring to light that factors like the mineralogical properties of the fine aggregate and the crusher type must be considered in determining the angularity of fine aggregate. Also rutting test results showed that higher FAA values increased resistance to rutting of hot-mix asphalt.
Article
In this study, a four-layer feed-forward neural network is constructed and applied to determine a mapping associating mix design and testing factors of asphalt concrete samples with their performance in conductance to flow or permeability. To generate data for the neural network model, a total of 100 field cores from 50 different mixes (two replicate cores per mix) are tested in the laboratory for permeability and mix volumetric properties. The significant factors that affect asphalt permeability are identified using simple and multiple regression analysis. The analyses results show that permeability of an asphalt concrete is affected mainly by five factors: (1) air void (V-a); (2) the grain size through which 10% materials pass (d(10)); (3) the grain size through which 30% materials pass (d(30)); (4) saturation, or the CoreLok Infiltration Coefficient (CIC); and (5) effective asphalt to dust ratio (P-be/P-0.075). The significant factors are then used to define the domain of a neural network. Regardless of the significant factors included in defining the domain of such a mapping, a principle component analysis is performed to ascertain the most significant of these factors. The network is trained using the Levenberg-Marquardt algorithm. Using randomly generated synaptic weights to initialize the training algorithm, histograms are compiled and outputs are estimated. Excellent agreement is observed between simulation and laboratory data. It is believed that the developed NN model will be a useful tool in the study of asphalt pavement construction and maintenance.