CN103699933A - Traffic signal timing optimization method based on minimum spanning tree clustering genetic algorithm - Google Patents

Traffic signal timing optimization method based on minimum spanning tree clustering genetic algorithm Download PDF

Info

Publication number
CN103699933A
CN103699933A CN201310652912.2A CN201310652912A CN103699933A CN 103699933 A CN103699933 A CN 103699933A CN 201310652912 A CN201310652912 A CN 201310652912A CN 103699933 A CN103699933 A CN 103699933A
Authority
CN
China
Prior art keywords
ijk
population
spanning tree
individuality
minimum spanning
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310652912.2A
Other languages
Chinese (zh)
Other versions
CN103699933B (en
Inventor
杨新武
薛慧斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin Jinhang Computing Technology Research Institute
Original Assignee
Beijing University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing University of Technology filed Critical Beijing University of Technology
Priority to CN201310652912.2A priority Critical patent/CN103699933B/en
Publication of CN103699933A publication Critical patent/CN103699933A/en
Application granted granted Critical
Publication of CN103699933B publication Critical patent/CN103699933B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a traffic signal timing optimization method based a minimum spanning tree clustering genetic algorithm. The optimization method comprises the following steps: performing individual coding, initializing data, and setting parameters; conducting population initialization; calculating the individual fitness value in the populations; performing the minimum spanning tree clustering on the populations; selecting individuals in the populations to participate in the genetic operation; carrying out the crossover and mutation operation on the selected individuals; repeatedly iterating until the optimal timing in corresponding periods is obtained. By performing the minimum spanning tree clustering on the populations, individuals in the populations have high similarity, the similarity among the populations is relatively low, the population diversity can be maintained through the intersection of the populations, and the premature convergence phenomenon is inhibited; the optimization method is used for optimizing the single timing of a single intersection, effective timing time can be obtained, and the queuing vehicles in front of the intersection is reduced.

Description

Traffic Signal Timing optimization method based on minimum spanning tree cluster genetic algorithm
Technical field
The invention belongs to the optimization problem of municipal traffic control signal timing, a kind of genetic algorithm based on cluster of concrete employing is optimized it, is a kind of method of utilizing computer technology, genetic algorithm, clustering method to realize city Single Intersection signal timing dial is controlled.
Background technology
Urban transportation is the lifeblood of urban economy life, is the sign of weighing a urban civilization progress, for the development of urban economy and the raising of living standards of the people, plays a very important role.In China, along with economic sustainable development, urbanization process is accelerated, and motor vehicle is possessed an increase fast, and traffic trip amount constantly increases, and urban transportation is supplied with wretched insufficiency, and disparities between supply and demand intensify.Take Beijing as example, and Beijing vehicle guaranteeding organic quantity has been broken through 2,000,000 at present, and urban road annual growth rate is 3%, and vehicle growth rate is 15%, and vehicle flowrate annual growth rate has reached 18%.
As the important component part of city traffic network, crossing is the bottleneck of road passage capability and the multiple ground of traffic jam and accident.The traffic congestion in city, major part is that this causes wagon flow to be interrupted, accident increases because the traffic capacity of crossing is not enough or do not make full use of and cause, incurs loss through delay seriously.Motor vehicle in big city in intown running time approximately 1/3rd for level-crossing; And U.S.'s traffic hazard approximately has the crossing that occurs in over half.As can be seen here, the management of crossing being carried out to science is the important subject of traffic control engineering with controlling, and is the important measures that ensure the traffic safety of crossing and give full play to the traffic capacity of crossing, is the effective way that solves urban transport problems.
At present, the signal controller of most domestic crossing derives from SCOOT (the Split Cycle and Offset Optimization Teclmiquel) system of Britain, SCAT (Sydney Coordinated Adaptive Traffic) system and Japanese capital three systems of Australia, all adopts timing controlled and adaptive control.These methods are being widely used after improving.
At present, the control system of China's signal be take single-point control as main, so the signal timing dial research to Single Intersection has a lot: the multiphase traffic signal real-time control method of dividing based on state that the people such as He Zhaocheng propose, the Webster split algorithm that the people such as Zhang Cuicui adopt is optimized control to model, and Mu Haibo etc. have proposed the control method based on Petir net etc.Non-linear, ambiguity and uncertainty due to traffic, the optimization problem of intersection signal timing generally can be summed up as non-protruding nonlinear problem, traditional optimization method often adopts algebraic method and graphical method etc., these methods can not find its globally optimal solution well, and genetic algorithm is a kind of search technique based on natural selection and evolution, be widely used in optimization problem, so genetic algorithm is also widely used in the signal timing dial optimization problem of traffic control.The human hairs such as Song Xuehua understand the Single Intersection signal timing dial optimization method based on genetic algorithm, the genetic algorithm adopting in this invention is standard genetic algorithm, wherein selection strategy has added optimum reserved strategy, but standard genetic algorithm local search ability is not strong, easily be absorbed in early Convergent Phenomenon, so standard is lost to algorithm in the present invention, improve, introduce Clustering, improve the search capability of genetic algorithm, can effectively avoid early Convergent Phenomenon.
Summary of the invention
The object of the invention is to propose a kind of genetic algorithm based on minimum spanning tree cluster for the control of city Single Intersection signal timing dial, the queuing vehicle number of take before crossing carries out signal timing dial optimization as optimization aim, realizes the optimal control of traffic signals.
Cluster genetic algorithm of the present invention (Clustering Genetic Algorithm, CGA) in, introduce population Clustering, wherein individual distance is from adopting conventional Euclidean distance to calculate, by minimum spanning tree clustering algorithm, population is divided and sorted out, in interlace operation, use the individuality belonging to a different category to carry out single-point intersection, because the individual distance in different classes of is from greatly, similarity is little, can make like this offspring population producing maintain diversity, thereby suppress the generation of prematurity Convergent Phenomenon.
A traffic signal optimization timing method based on minimum spanning tree cluster genetic algorithm, comprises the following steps:
Step 1, carries out individuality coding, initialization data also, setup parameter.
Initialization Population Size, sets individual lengths, crossover probability P cand variation probability P m.
Step 2, carries out initialization of population.
Step 3, calculates fitness value individual in population.
Using after Single Intersection every phase place in one-period finishes and queue up vehicle fleet as optimization aim on this phase place clearance track, the objective function in genetic algorithm, is also fitness function.
Step 4, carries out minimum spanning tree cluster to population.
(1) calculate the Euclidean distance between individuality, form the non-directed graph of having the right.
(2) with Prim algorithm, obtain the minimum spanning tree of non-directed graph.
(3) determine the disconnected limit threshold value of minimum spanning tree.
(4) limit of traversal minimum spanning tree, the limit that weight is greater than to threshold value is removed, and forms a forest.
(5) degree of depth traversal forest, preserves individual segregation.
Step 5, the individual genetic manipulation of participating in selected population.
The individual roulette that adopts in population is selected to two individualities, if two individualities do not belong to same class, two individualities are chosen, participate in and in genetic manipulation, produce offspring's individuality; If two individualities belong to same class, judge two individual fitness value sizes, the individuality that fitness value is large is eliminated, reselect, until the individuality of choosing belongs to inhomogeneity.
Step 6, the individuality that step 5 is selected carries out crossover and mutation operation.
Step 7, repeated execution of steps four~six, obtains the best timing in corresponding cycle.
Compared with prior art, the present invention has the following advantages:
1. by population is carried out to minimum spanning tree cluster, make the individuality in species there is very high similarity, and similarity between species is lower, utilizes the intersection between species can maintain population diversity, suppresses prematurity Convergent Phenomenon;
2. apply the present invention to the optimization of Single Intersection signal timing dial, can obtain the effective timing time, reduce the queuing vehicle number before crossing.
Accompanying drawing explanation
Fig. 1 is the wagon flow distribution plan of Single Intersection;
Fig. 2 is the Signal Phase Design figure that applies Single Intersection in the present invention, in figure: the first phase place is that East and West direction is kept straight on and turned right; The second phase place is that East and West direction is turned left; Third phase position is to keep straight on and turn right in north-south; The 4th phase place is to turn left in north-south;
Fig. 3 is the main flow chart of method involved in the present invention;
Fig. 4 is minimum spanning tree clustering algorithm process flow diagram in method main flow chart involved in the present invention.
Embodiment
Below in conjunction with the drawings and specific embodiments, the present invention will be further described.
The present invention adopts four phase places, three lane design methods, and as shown in Figure 1, as shown in Figure 2, the main flow chart of method involved in the present invention as shown in Figure 3, comprises the following steps the Signal Phase Design figure of Single Intersection the wagon flow distribution plan of Single Intersection:
Step 1, carries out individuality coding, initialization data, and setup parameter.
(1) individual coding
In Traffic Signal Timing optimization problem, by solve objective function (take let pass the queuing vehicle fleet of letting pass on track on track be performance index) after respective phase state, obtain the signal timing dial of current period, it is the green time under each phase place, so the individuality here represents the combination of green time.Use t ithe green time that represents i phase place in order to keep the validity of offspring's individuality of generation, adopts 3 ageings simultaneously, and individual coding form is: < t 1t 2t 3>, encodes with scale-of-two.
(2) initialization data
Population Size is initialized as popszie, and each offspring produces the population of popsize size.
(3) setup parameter
Set crossover probability P cbe 0.8, variation probability P mbe 0.01,21 of individual lengths.
Step 2, carries out initialization of population.
The random popsize of generation 21 individual populations that form.
Step 3, calculates fitness value individual in population.
Using after Single Intersection every phase place in one-period finishes and queue up vehicle fleet as optimization aim on this phase place clearance track, the objective function in genetic algorithm, is also fitness function, and its expression formula is:
S ^ = min s = min &Sigma; i = 1 3 &Sigma; j = 1 4 &Sigma; k = 1 3 p ijk * ( s ijk l + &lambda; ijk * t i + &lambda; ijk * ( T - &Sigma; i = 1 3 t i ) - p ijk * u ijk * t i - p ijk * u ijk * ( T - &Sigma; i = 1 3 t i ) )
s . t : t 1 + t 2 + t 3 + t 4 = T 6 &le; t i &le; T - 18 ( i = 1,2,3,4 )
In formula, T is the Cycle Length of Single Intersection signal controlling; t irepresent the timing of crossing four phase places, i=1,2,3,4; λ ijkthe vehicle arrival rate that represents i phase place j direction k track, j=1,2,3,4, represent respectively four Way ins, westwards, southwards and northwards eastwards,, k=1,2,3, representative is turned left, is kept straight on and turns right three tracks respectively; u ijkthe vehicle clearance rate that represents i phase place j direction k track;
Figure BDA0000430578800000041
be l week after date, vehicle queue's number in i phase place j direction k track, expression formula is:
s ijk l = s ijk l - 1 + &lambda; ijk * t i - p ijk * u ijk * t i , s ijk l - 1 + &lambda; ijk * t i &GreaterEqual; u ijk * t i 0 , s ijk l - 1 + &lambda; ijk * t i < u ijk * t i
In formula, p ijkrepresent clearance state matrix, its expression formula is:
p ijk = { ( 0,1,1 ) ( 0,0,0 ) ( 0,1,1 ) ( 0,0,0 ) } { ( 0,0,0 ) ( 0,1,1 ) ( 0,0,0 ) ( 0,1,1 ) } { ( 1,0,0 ) ( 0,0,0 ) ( 1,0,0 ) ( 0,0,0 ) } { ( 0,0,0 ) ( 1,0,0 ) ( 0,0,0 ) ( 1,0,0 )
In formula, the corresponding track under " 0 " expression respective phase is in forbidding clearance state, and the corresponding track under " 1 " expression respective phase is in clearance state.
This is the constrained optimization problem of having ready conditions, so adopt 3 timing combination conducts body one by one in individuality coding, is convenient to like this Design and implementation of algorithm.
It should be noted that, in algorithm is realized, in the time of each calculating fitness value, because the arrival of vehicle all can exist all the time, so transfer except recording current phase place the queuing vehicle number of runway, also to record vehicle queue's number in other track, so just realistic, meanwhile, scale-of-two individuality is decoded into the decimal system just can calculate.
Step 4, carries out minimum spanning tree cluster to population, and process flow diagram as shown in Figure 4, comprises following content:
(1) Euclidean distance between popsize individuality of calculating, as the weight on two individual limits of setting up, forms the non-directed graph of having the right.
(2) utilize Prim algorithm to obtain the minimum spanning tree of this non-directed graph.
(3) determine the disconnected limit threshold value δ * M of minimum spanning tree, M is the average weight on popsize-1 bar limit in minimum spanning tree, and δ is one and is greater than 0 regulatory factor that is less than 1, gets 0.999 here.
(4) by the limit cutting off in spanning tree, classify: from minimum spanning tree starting point, start traversal, the limit that weight is greater than to threshold value is removed, and forms a forest, and the limit that belongs to same tree just belongs to same class.
(5) forest is carried out to degree of depth traversal, each class is recorded to preservation, the individuality in every class is sorted according to fitness value size simultaneously.
Step 5, the individual genetic manipulation of participating in selected population.
The individual roulette that adopts in population is selected to two individualities, if two individualities do not belong to same class, two individualities are chosen, participate in and in genetic manipulation, produce offspring's individuality; If two individualities belong to same class, judge two individual fitness value sizes, the individuality that fitness value is large is eliminated, reselect, until the individuality of choosing belongs to inhomogeneity.
Step 6, the individuality that step 5 is selected carries out crossover and mutation operation.
Crossover and mutation operation is the key in genetic algorithm, the cluster genetic algorithm designing due to the present invention is applied in Single Intersection signal timing dial optimization problem, only need to obtain the timing combination of vehicle number minimum of queuing up, so adopt the crossover and mutation operation in standard genetic algorithm here.
Interlace operation, adopts single-point to intersect, and the random intersection position that produces, organizes the gene position between parent individuality mutually, forms two new individualities.
Mutation operation, to intersecting two individualities of rear generation, makes a variation with certain probability, and 0 becomes 1, or 1 become 0, and after variation, producing individuality also needs to judge whether to meet t after decoding icondition, if met, be classified to population of future generation, until produce size, be the offspring population of popsize, the parent population operating as the next generation; If do not met, directly eliminate the new individuality producing, unison counter does not add up, and guarantees finally to produce popsize offspring individual.
Step 7, repeated execution of steps four~six, obtains the best timing in corresponding cycle.
While reaching evolutionary generation gen=120, stop calculating, obtain best timing and be applied to traffic control, then carry out again the timing of next cycle length and calculate.
Provide experimental result of the present invention below.
In order to prove the validity of the method for the invention in Single Intersection signal timing dial is controlled, adopt respectively CGA of the present invention, SGA(Standard Genetic Algorithm, standard genetic algorithm) and classic method Single Intersection signal timing dial is optimized, each optimizing process calculates the timing in 10 cycles.Experimental result is as shown in table 1.
The result contrast of table 1CGA and classic method and SGA
Figure BDA0000430578800000051
As shown in Table 1, the queue length that adopts CGA method of the present invention to obtain is not only significantly less than the queue length that classic method obtains, and is also less than the queue length that adopts SGA method to obtain.Therefore, compared with prior art, the present invention can obtain the more effective timing time, reduces the queuing vehicle number before crossing, effectively improves the traffic capacity of Single Intersection.

Claims (3)

1. the traffic signal optimization timing method based on minimum spanning tree cluster genetic algorithm, comprises the following steps:
Step 1, carries out individuality coding, initialization data, and setup parameter;
The described individual combination that represents green time; Use t ithe green time that represents i phase place, for keeping the validity of offspring's individuality of generation, adopts 3 ageings, and individual coding form is: < t 1t 2t 3>, encodes with scale-of-two; Described initialization data is initialized as popszie by Population Size, and each offspring produces the population of popsize size; Described setup parameter comprises: set crossover probability P cbe 0.8, variation probability P mbe 0.01,21 of individual lengths;
Step 2, carries out initialization of population, produces at random popsize 21 the individual populations that form;
Step 3, calculates fitness value individual in population;
Step 4, carries out minimum spanning tree cluster to population;
Step 5, the individual genetic manipulation of participating in selected population;
The individual roulette that adopts in population is selected to two individualities, if two individualities do not belong to same class, two individualities are chosen, participate in and in genetic manipulation, produce offspring's individuality; If two individualities belong to same class, judge two individual fitness value sizes, the individuality that fitness value is large is eliminated, reselect, until the individuality of choosing belongs to inhomogeneity;
Step 6, the individuality that step 5 is selected carries out crossover and mutation operation;
Interlace operation, adopts single-point to intersect, and the random intersection position that produces, organizes the gene position between parent individuality mutually, forms two new individualities;
Mutation operation, to intersecting two individualities of rear generation, makes a variation with certain probability, and 0 becomes 1, or 1 become 0, and after variation, producing individuality also needs to judge whether to meet t after decoding icondition, if met, be classified to population of future generation, until produce size, be the offspring population of popsize, the parent population operating as the next generation; If do not met, directly eliminate the new individuality producing, unison counter does not add up, and guarantees finally to produce popsize offspring individual;
Step 7, repeated execution of steps four~six, obtains the best timing in corresponding cycle;
It is characterized in that, the method that described step 4 is carried out minimum spanning tree cluster to population is as follows:
(1) Euclidean distance between popsize individuality of calculating, as the weight on two individual limits of setting up, forms the non-directed graph of having the right;
(2) utilize Prim algorithm to obtain the minimum spanning tree of this non-directed graph;
(3) determine the disconnected limit threshold value of minimum spanning tree;
(4) by the limit cutting off in spanning tree, classify: from minimum spanning tree starting point, start traversal, the limit that weight is greater than to threshold value is removed, and forms a forest, and the limit that belongs to same tree just belongs to same class;
(5) forest is carried out to degree of depth traversal, each class is recorded to preservation, the individuality in every class is sorted according to fitness value size simultaneously.
2. a kind of traffic signal optimization timing method based on minimum spanning tree cluster genetic algorithm according to claim 1, is characterized in that, the method that described step 3 is calculated ideal adaptation degree value in population is as follows:
Using after Single Intersection every phase place in one-period finishes and queue up vehicle fleet as optimization aim on this phase place clearance track, the objective function in genetic algorithm, is also fitness function, and its expression formula is:
S ^ = min s = min &Sigma; i = 1 3 &Sigma; j = 1 4 &Sigma; k = 1 3 p ijk * ( s ijk l + &lambda; ijk * t i + &lambda; ijk * ( T - &Sigma; i = 1 3 t i ) - p ijk * u ijk * t i - p ijk * u ijk * ( T - &Sigma; i = 1 3 t i ) )
s . t : t 1 + t 2 + t 3 + t 4 = T 6 &le; t i &le; T - 18 ( i = 1,2,3,4 )
In formula, T is the Cycle Length of Single Intersection signal controlling; t irepresent the timing of crossing four phase places, i=1,2,3,4; λ ijkthe vehicle arrival rate that represents i phase place j direction k track, j=1,2,3,4, represent respectively four Way ins, westwards, southwards and northwards eastwards, k=1,2,3, representative is turned left, is kept straight on and turns right three tracks respectively; u ijkthe vehicle clearance rate that represents i phase place j direction k track;
Figure FDA0000430578790000023
be l week after date, vehicle queue's number in i phase place j direction k track, expression formula is:
s ijk l = s ijk l - 1 + &lambda; ijk * t i - p ijk * u ijk * t i , s ijk l - 1 + &lambda; ijk * t i &GreaterEqual; u ijk * t i 0 , s ijk l - 1 + &lambda; ijk * t i < u ijk * t i
In formula, p ijkrepresent clearance state matrix, its expression formula is:
p ijk = { ( 0,1,1 ) ( 0,0,0 ) ( 0,1,1 ) ( 0,0,0 ) } { ( 0,0,0 ) ( 0,1,1 ) ( 0,0,0 ) ( 0,1,1 ) } { ( 1,0,0 ) ( 0,0,0 ) ( 1,0,0 ) ( 0,0,0 ) } { ( 0,0,0 ) ( 1,0,0 ) ( 0,0,0 ) ( 1,0,0 )
In formula, the corresponding track under " 0 " expression respective phase is in forbidding clearance state, and the corresponding track under " 1 " expression respective phase is in clearance state.
3. a kind of traffic signal optimization timing method based on minimum spanning tree cluster genetic algorithm according to claim 1, it is characterized in that, described disconnected limit threshold value is δ * M, M is the average weight on popsize-1 bar limit in minimum spanning tree, δ is one and is greater than 0 regulatory factor that is less than 1, gets 0.999.
CN201310652912.2A 2013-12-05 2013-12-05 Traffic Signal Timing optimization method based on minimum spanning tree cluster genetic algorithm Active CN103699933B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310652912.2A CN103699933B (en) 2013-12-05 2013-12-05 Traffic Signal Timing optimization method based on minimum spanning tree cluster genetic algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310652912.2A CN103699933B (en) 2013-12-05 2013-12-05 Traffic Signal Timing optimization method based on minimum spanning tree cluster genetic algorithm

Publications (2)

Publication Number Publication Date
CN103699933A true CN103699933A (en) 2014-04-02
CN103699933B CN103699933B (en) 2016-07-06

Family

ID=50361455

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310652912.2A Active CN103699933B (en) 2013-12-05 2013-12-05 Traffic Signal Timing optimization method based on minimum spanning tree cluster genetic algorithm

Country Status (1)

Country Link
CN (1) CN103699933B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104700634A (en) * 2015-03-19 2015-06-10 北京工业大学 Adjacent intersection road coordinate control method based on minimum spanning tree clustering improved genetic algorithm
CN104809895A (en) * 2015-04-19 2015-07-29 北京工业大学 Adjacent intersection arterial road coordinate control model and optimization method thereof
CN105894222A (en) * 2014-12-16 2016-08-24 重庆邮电大学 Logistics distribution path optimization method
CN106097733A (en) * 2016-08-22 2016-11-09 青岛大学 A kind of traffic signal optimization control method based on Policy iteration and cluster
US10255805B1 (en) 2018-01-29 2019-04-09 Volkswagen Ag Traffic signal emulation using genetic algorithm
CN110442143A (en) * 2019-07-05 2019-11-12 北京航空航天大学 A kind of unmanned plane situation data clustering method based on combination multiple target dove group's optimization

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070257817A1 (en) * 2006-05-08 2007-11-08 Ivoice, Inc. Traffic signal system with countdown signaling and with advertising and/or news message
CN101587647A (en) * 2009-06-25 2009-11-25 北京航空航天大学 Networked public transport priority signal coordinating control method
CN103150911A (en) * 2013-02-07 2013-06-12 江苏大学 Method for optimizing signal timing of single intersection based on genetic algorithm

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070257817A1 (en) * 2006-05-08 2007-11-08 Ivoice, Inc. Traffic signal system with countdown signaling and with advertising and/or news message
CN101587647A (en) * 2009-06-25 2009-11-25 北京航空航天大学 Networked public transport priority signal coordinating control method
CN103150911A (en) * 2013-02-07 2013-06-12 江苏大学 Method for optimizing signal timing of single intersection based on genetic algorithm

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
万伟 等: "基于遗传算法的单交叉口信号优化控制", 《计算机工程》 *
何东晓 等: "复杂网络社区挖掘_基于聚类融合的遗传算法", 《自动化学报》 *
徐立鸿 等: "一种基于家庭聚类思想的遗传算法", 《信息与控制》 *
李密青 等: "一种基于最小生成树的多目标进化算法", 《计算机研究与发展》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105894222A (en) * 2014-12-16 2016-08-24 重庆邮电大学 Logistics distribution path optimization method
CN104700634A (en) * 2015-03-19 2015-06-10 北京工业大学 Adjacent intersection road coordinate control method based on minimum spanning tree clustering improved genetic algorithm
CN104809895A (en) * 2015-04-19 2015-07-29 北京工业大学 Adjacent intersection arterial road coordinate control model and optimization method thereof
CN104809895B (en) * 2015-04-19 2017-09-08 北京工业大学 The arterial road coordinate control model and its optimization method of Adjacent Intersections
CN106097733A (en) * 2016-08-22 2016-11-09 青岛大学 A kind of traffic signal optimization control method based on Policy iteration and cluster
CN106097733B (en) * 2016-08-22 2018-12-07 青岛大学 A kind of traffic signal optimization control method based on Policy iteration and cluster
US10255805B1 (en) 2018-01-29 2019-04-09 Volkswagen Ag Traffic signal emulation using genetic algorithm
CN110442143A (en) * 2019-07-05 2019-11-12 北京航空航天大学 A kind of unmanned plane situation data clustering method based on combination multiple target dove group's optimization

Also Published As

Publication number Publication date
CN103699933B (en) 2016-07-06

Similar Documents

Publication Publication Date Title
CN103699933A (en) Traffic signal timing optimization method based on minimum spanning tree clustering genetic algorithm
CN109840641B (en) Method for quickly optimizing train multi-section operation curve
CN104575021B (en) Distributed model predictive control method based on neighborhood Optimizing City road network system
CN107180282B (en) Energy-saving optimization method for multiple trains in high peak time period
CN103148862B (en) Low carbon discharge constraint influence considered traffic mode and path selection method
CN109002902A (en) Subregion multistage fresh agricultural products dynamic vehicle method for optimizing route
CN103942419B (en) Hybrid intelligent optimization method
CN104809895A (en) Adjacent intersection arterial road coordinate control model and optimization method thereof
CN106846834A (en) A kind of traffic control optimization method based on deep learning
CN104485004A (en) Signal control method combining main trunk road bidirectional dynamic green wave and secondary trunk road semi-induction
CN108288095A (en) A kind of subway train energy conservation optimizing method based on golden section genetic algorithm
CN107472302A (en) Energy-saving operating method between a kind of train station
CN102903038B (en) Based on smallclothes Logistics Distribution Method and the system of user trajectory
CN106384521A (en) Single-intersection traffic signal optimization control method based on public transport priority
CN102682155A (en) Network analysis micro-simulation system for urban road traffic
CN104952261A (en) Single intersection traffic signal optimizing control method
CN110427690A (en) A kind of method and device generating ATO rate curve based on global particle swarm algorithm
Zhao et al. Traffic signal control with deep reinforcement learning
CN104751652B (en) Green ripple optimized algorithm based on genetic algorithm
Yi-Fei et al. Research on polling based traffic signal control strategy with fuzzy control
CN104809889B (en) Traffic Signal Timing optimization method based on principal component analysiss improved adaptive GA-IAGA
Wang et al. Cell transmission model based traffic signal timing in oversaturated conditions
Yang et al. Acyclic real-time traffic signal control based on a genetic algorithm
Pu et al. Optimization of train energy saving based on golden ratio genetic algorithm
Qiao et al. Optimization of bidirectional green wave of traffic systems on urban arterial road

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20200916

Address after: 300000 No. 357, free trade road, Airport Economic Zone, Dongli District, Tianjin

Patentee after: TIANJIN JINHANG INSTITUTE OF COMPUTING TECHNOLOGY

Address before: 100089 Beijing Haidian District Huayuan Road No. 2 peony building 4 floor 1424 room

Patentee before: Beijing Zhonglian Technology Service Co.,Ltd.

Effective date of registration: 20200916

Address after: 100089 Beijing Haidian District Huayuan Road No. 2 peony building 4 floor 1424 room

Patentee after: Beijing Zhonglian Technology Service Co.,Ltd.

Address before: 100124 Chaoyang District, Beijing Ping Park, No. 100

Patentee before: Beijing University of Technology

TR01 Transfer of patent right