NN, GLIDE and hybrid NN. Teo et al (2010)
introduced genetic algorithm in their paper to
optimise the traffic flow control. Choy et al (2006)
also made use of GA to optimise the parameters of
fuzzy controller used in their distributive multi-agent
traffic signal controller. Ahmad et al (2014) first
proposed an earliest deadline (EDF) based
scheduling to reduce urban traffic congestion.
In this paper, the adaptive signal control of
bottleneck subzone is described as a nonlinear
optimization problem, and solved using a BP Neural
Network based Grey Qualitative Reinforment
Learning algorithm (BP-GQRL), which can handle
the uncertainty in traffic flow control system and
alleviate traffic congestion spread. Grey qualitative
theory has been successful in robot navigation
applications and qualitative simulation applications
(Shujie et al, 2011; Yuanliang et al, 2008; Chunlin et
al, 2008; Yuanliang et al, 2004).
The remainder of the paper is organized as
follows: Section 2 describes the mathematical model
of the problem. Section 3 describes the proposed
BP-GQRL algorithm in detail. The simulations are
carried out in section 4 to verify the effectiveness
and robustness of our method, and section 5
concludes our work.
2 PROBLEM DESCRIPTION
Any traffic signal control bottleneck subzone can be
defined as a collection of sections of roads. A typical
bottleneck subzone topology diagram is shown in
Figure 1. Road carrying capacity is determined by
the length of road and the effective lengths of the
vehicles. When not considering the interaction
between the subzones, we can say that the current
bottleneck subzone is independent. Some sections
with small traffic pressure, whose carrying
capacities are considered to be +∞, do not require
monitoring their carrying capacitites, and are called
"ordinary sections". Accordingly, other sections are
called "bottleneck sections". Our optimization goal
is to minimize the average number of carrying
vehicles of bottleneck sections and limit the number
of carrying vehicles of each bottleneck section
within an acceptable range.
Assuming the set of bottleneck sections of
subzone is R
R
|
i 1,2,⋯,N
, N is the number
of bottleneck sections. According to the traveling
directions of flow, one bottleneck section R
can be
divided into two links: input link R
L
,
|j
1,2,⋯,N
and output link R
L
,
|k
1,2,⋯,N
(As shown in Figure 1, there are four
input links and four output links). L
,
is the inlet
lane j of R
and N
is the number of inlet lanes of R
.
L
,
is the outlet lane k of R
and N
is the
number of outlet lanes of R
. The vehicle flows in
input link and output link are determined by the
traffic signal control schemes of the upstream and
downstream signal controllers. The changes of the
carrying vehicles in the links are the direct reflection
of the control effect.
Supposing that ft,i is the number of carrying
vehicles of bottleneck section R
at time t, f
t,i,j
is the instantaneous passing vehicle number of inlet
lane L
in,k
i
, and f
t,i,j is the instantaneous passing
vehicle number of outlet lane L
,
. f
t,i,j
and
f
t,i,k can be obtained from the traffic flow
detectors laying at the inlet and outlet sections,
respectively. The detectors may be coil detectors,
video detectors, microwave detectors or any other
types of detectors. According to road traffic
conservation, ftt,i can be calculated by the
following equation (1):
tt,i
t,i
t,i,j
dt
t,i,k
dt
(1)
The objective function of bottleneck control
optimization is:
min
1
N
STA
t,i
STA
t,i
f
t,i
U
i
s.t. FMIN
t,i
FMAX
,∀t,i;
(2)
where U
i
is the saturated flow of R
(which is the
maximum carrying capacity of the section, an
inherent attribute of the road, and whose value can
be selected by experience), STA
t,i
is the saturation
of R
(which reflects the traffic state of the section),
and FMIN
and FMAX
are the wanted lower and
upper limits of the number of carrying vehicles of R
,
respectively. Pt is the dynamic traffic timing plan,
namely the combination of the signal lights state and
vehicles release time (including the transition time,
such as the green flash time and the yellow light
time) of each stage of each intersection in the
bottleneck subzone.
ICPRAM2015-InternationalConferenceonPatternRecognitionApplicationsandMethods
296