Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How vTypeDistribution works
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Sun, 26 Sep 2021 16:38:48 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=gatech.edu; dmarc=pass action=none header.from=gatech.edu; dkim=pass header.d=gatech.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=PKSBVA0ta7TtDsyptuUUJ01NITUd292VMROwi3pK9KY=; b=W2vLiTBaY8CtYmuxrcHyfH3m7KGVNa7LvCCBAseEecmmWRtCltxwQKOJMZ1E4o9BPrQ9N+ZWneBmdNYsg+jS1r8Whf2i5iRCZ0bfEF3v0KTphq3FlAf94K9QI0W1nG5MP6gyVyWgIEZ/wsymkQFqPBQcEwd0wFw/EgFFse++A74cBo0VGFnM49T13/NX8Z3bkWENcPLgyfzRTcZR6dT4EO9KNYL0i1czO8gxUtbH7Plg+9QLcjUO2t3bWfBVjAkJz/fkUH8pgKprNfrLZAQbq85UQ4+6iuDN7XI9SDLLV2uNcio6FAJzjC/utID3DNUnbjN+dxH57vc3KE/DRKZ2vA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=D5WEC08PZ0MNJHxgxFPnPi7zwPzjwKt5Q5jpf+CaeIEjhC15iI2l2jumish6Ad97BqI7ENJps11OCSkHmgvXO5TSJ93MXhpAarcjySg32JghP3kSWC9Kbk+YZreXp8O6OqON9AmIhqxSM9aKT3MH06v6RSAFF2b13EvIVK0pMOUCW/3t9Vun2Hx3sD51AqZRYqZ7XShEawjZALsy428MOX3igRjoxHY1SpuxI7By9FYH/eEJC96kOXWRCsAA5uth7fTqo2mCh1XwpzlCxt2hRoOJ82gR/E9zFfBWRhe3dP6lTpFgkKT49Z0T0VymgtabBWY5TN5W3xOhVWXO1ugbbQ==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: e56f752c-5223-c719-a61f-9a9d9ad019ee
  • Thread-index: AQHXsumEwAvnZL0Vk0ei+n37HZIkBKu2e4GAgAAGz+8=
  • Thread-topic: [sumo-user] How vTypeDistribution works

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-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Sunday, September 26, 2021 12:07 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
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 <jbae42@xxxxxxxxxx>:
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@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Attachment: setting.PNG
Description: setting.PNG


Back to the top