Jakob,

Thank you for your reply.

I have two follow-up questions.

  1.  If what affects the vehicle insertion is the occupancy of the lane that 
the vehicle is assigned on, what would be the reason that the vehicle count 
decreases for the same input volume (ex: 1500 veh/hr)? Shouldn't the number of 
inserted vehicle be the same for the same input volume?
  2.   I just re-ran one of the cases with the option --eager-insert as true. 
However, the vehicle count came out to be the same as before. The attached 
image is my sumocfg file in which I set the --eager-insert true. Is this right 
place and syntax to set this up?

Thank you!


________________________________
From: sumo-user <sumo-user-boun...@eclipse.org> on behalf of Jakob Erdmann 
<namdre.s...@gmail.com>
Sent: Sunday, September 26, 2021 12:07 PM
To: Sumo project User discussions <sumo-user@eclipse.org>
Subject: Re: [sumo-user] How vTypeDistribution works

Vehicles driving on one lane should generally not affect insertion on the other 
lane.
However, every time vehicle insertion on an edge fails because the edge is full 
in the insertion location (can easily happen in two consecutive seconds) no 
further insertions on that edge are attempted (even on other lanes).  You can 
test whether this is responsible for your observation by setting option 
--eager-insert (which keeps attempting insertion for each pending vehicle).
That page also describes other options for avoiding insertion failure.

regards,
Jakob

Am So., 26. Sept. 2021 um 17:32 Uhr schrieb Bae, Jong In 
<jba...@gatech.edu<mailto:jba...@gatech.edu>>:
Hello,

I have a 2-lane freeway to which the traffic is distributed as following:
Lane0: 1300 ~ 1500 veh/hr (increment by 100 veh/hr in each run)
Lane1: 0 ~ 500 veh/hr (increment by 100 veh/hr in each run)

And I counted the vehicles at the start of the lane for 3600 seconds.
The vehicle count is shown in 'vehicle count.png'.

Lane0_input and Lane1_input are the assigned values in the vehicle definition.
Lane0_observed and Lane1_observed are the vehicle counts from each run.

What I'm having issues with is the following:

  1.  It seems like Lane0_observed is decreasing as Lane1_input increases. Does 
this mean that when vehicles are released, the distance to the vehicles in the 
adjacent lane matters?
  2.  In Lane0_input: 1500 and Lane1_input: 0 case, Lane0_observed is only 
1,427 vehicles. Is this because of the headways from the leading vehicle in 
lane 0?

Thank you and please let me know if any further clarification is needed!


_______________________________________________
sumo-user mailing list
sumo-user@eclipse.org<mailto:sumo-user@eclipse.org>
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to