Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] one simple question

Question:  
Does it mean that  traffic lights are also an  indirect factor that affects the rerouting route choice, in other word, the traffic lights control model  are considered  in the rerouting algorithm by SUMO. Because the traffic light control model affects  the edge travel time? 
yes.


Question:

1) Float=0 (-device. rerouting. adaptation-weight =0) which means  DO NOT  take the previous speed information into the consideration

yes


2) Prior value=the last three (--device.rerouting.adaptation-steps=((meanspeed in 599s-600s) +(,meanspeed in 598s-599s)+(meanspeed in 597s-598s))/3
For 599s-600s, 598s-599s, 597s-598s is determined by the --device.rerouting.adaptation-interval = 1
    If  we set --device. rerouting. adaptation-interval = 2 we need the mean speed of  598s-600s 596s-598s 594s-596s

Almost. It will be averaged from steps 594, 596, 598 (the intermediate values are ignored)




All the commands below are mentioned above determine the travel speeds which give to SUMO to take as as reference to simulate the travel time . The travel time will then be got by summing every edge length divided by the travel speed for each edge mentioned above.

IS THAT RIGHT?

Yes.




Back to the top