Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Using vTypeDistribution
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Thu, 20 May 2021 12:08:12 +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:X-MS-Exchange-SenderADCheck; bh=yhvI3j/A+KW+WXvS1iBoLqmBqhnE24dqg4b/haoNql8=; b=jR2wq5WWahXkkmUw4mOjfaDAgbSX0SRtDTJEE6+72XYRVYRqsqHYt5hZE4kjyrNvsjg2ps2wJnIM+EbXO3GGZ2EFXK//TO9N0spSJQR/47S/7xatBWjRy2uV7R013lDhRrok9wIZC2ySzAwREg7EeDgtaJsiVMzodnWjGs+nj3uEElYEamW7ZfwaOq0wuhDoRomcmbrjvZL8kao+CN2RMIc3YvtddNc5axLuj9B74qQMZfGWYtVI2S07XtSO1iLLuogXSA0C4I0Koeq9QJzqYyTA6I2+CBFSECf707FjngUs7Nm7h3mF6JzDajt5vQ7TO/KmhoQkzghAqKepC9m2rA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FguhPHf/T9CQHfAVQ9ab3RSW8P80qSGQlCDZATAq8nkLcoZfNeUUnD+ipjfY4x36Y5mC6HTZ4YYp5oBOUWI4LQEs7acnZTT4ERWgxvcTl48Nh/Jt5xJpgpxVd3mTzaeEiMfaElUj7CY+U2At9rcuPv9GD8qoypMYPVF0e1OGZmboyAgHG219sNlFMRfGXmx1YRlr4VZvgFScAmpRR9KDcJCWyoUFFyeQnTBOkqtSjeGOhZQBdWsxAA9CZ4GqSIQVqyuoSB+pHkppn2jO13z3g5hXBHQHdYIVUqDQ7RWj5SrDc3u4NgitT0kqex27oey8cwjCf+N7q5em1m1fS5YbMg==
  • 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>
  • Thread-index: AQHXTWkC9Fhv797TjEed/uBIDG/NaA==
  • Thread-topic: Using vTypeDistribution

Hello,

I have some questions about how using vTypeDistribution may introduce randomness in simulation even if the seed value and the random-depart-offset value were kept the same.
My experiment is a 2-lane highway. "HVexit" vehicles merge into lane 0 to exit the highway. 

The attached screenshot shows the vTypeDistributions in my experiment. The two vehicle types (AV and HV) have the identical properties. Thus, they should behave identically.

In my next experiment, my "HVexit" volume was kept the same and all the other volumes changed. However, the volume changes were made in a way that the total volume of each approach (thru and exit) as well as the total lane volume were kept the same.

In other words, the road conditions (lane volumes) were kept the same - it's just the vehicle compositions changed but the two vehicle types behave identically.
I would expect that these two experiments would have the exact same results. The seed value and the random-depart-offset value were kept the same.

However, the number of vehicles processed (completed their routes) and the average travel time of "HVexit" were slightly different.
I was wondering if using multiple vTypeDistirbution introduced randomness in the simulation.

I know my question was lengthy. Please let me know if I can clarify my question in any way.

Thank you so much in advance for your help!

Attachment: Screen Shot 2021-05-20 at 8.20.17 PM.png
Description: Screen Shot 2021-05-20 at 8.20.17 PM.png


Back to the top