Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Different probability flows between simulations
  • From: Andras Bondor <andras.bondor@xxxxxxxxxxxx>
  • Date: Wed, 21 Oct 2020 13:36:05 +0000
  • Accept-language: hu-HU, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=aimotive.com; dmarc=pass action=none header.from=aimotive.com; dkim=pass header.d=aimotive.com; 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=dEQ/zy2hzp4Pe1NSWANFA6sDRTC5BiN3cvxzMPwKpWk=; b=BQXUddlfIRrzL023tpgtI+OxVDKMYdBH/nwVHqAtLf+ip7aSkSeRr5tFgoSCFgTFaetyoolJdtLwOoZKiW4XM4mE7fo5Nmu6ZjORh4CJdfG/XTq2OEk4MX7LsQROXzcIYv7QRiqbuU8zjuF2B0ikIJhQNk/L5fgwW/qCrzWVNDN9S6aVxQAIcUnqTdmM1ucsJKKulQNt4UD49Z112hPuP8U1x3WV8HaFIrja2nhswA/nJ/ShKfccASe55m4BR+/n2eIIslJH7eNiOcq4D+RbmPmIAQX0FWks235x1yUyUSxp3BsfDrsuhUKKRYG1DvvNYM+vhb7E4BE2osxGeFkuvA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bfG3oiRTMtYmF4Q39tZeRe28hjztisBhBT4LIoByUbAHb9qKSea58PVCj1uwlKp1aFIiRmcUNjuZUQ9t5hYEARK9LoWMkIzZtg0HwfHeBIQNsS+2mh9K7N/dWP5tfYTJhsBzvnIfd12FVm+qLCgqU+ghf2lIIRoWBjsP5VY6jxP5mWR4JRVGgLWGlrvLixsJ0PBn5wUsKUBDP2/tT09A6l3CCwFWxZv7GOGZ/6fdoiU5RWdJz65sJBycFHXeuhFdjYRG2IBHTuYBaXGLcuBXnSZKlrSK6SsN0KLpEX9XIoYxPxyRvus0uGZSIhWXoFZk54vmG4QUU34//ubSwbv2hg==
  • 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: AQHWp6xAKc5LKpOuTESo/JrcDWh7tKmiDpv7
  • Thread-topic: [sumo-user] Different probability flows between simulations

Hi Tiago,

Maybe initializing the simulation with a different random seed would solve your issue:

Andras

Feladó: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx>, meghatalmazó: Tiago Silva <tiago.silva1230@xxxxxxxxx>
Elküldve: 2020. október 21., szerda 15:14
Címzett: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Tárgy: [sumo-user] Different probability flows between simulations
 
hello, 

I'm generating a flow of vehicles with probability='0.3' as seen in the code below:

 <flow id='flow_2' color="0,0,1" begin='0' end='4500' probability='0.3' type='vehicleType_1'>
          <route edges='5to1 1to3'/>
</flow>


It works correctly and generates the random flows I need during the simulation. However, I noticed that if I execute the simulation again it will generate the same random flow as the previous execution. Can you tell me if this is the expected behavior of random flow? I need to generate different flows in each simulation execution. Is there any way to do this?

Thanks in advance!

--
Att.
Tiago Alves Silva


This e-mail and any files transmitted with it contain confidential and may contain privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized use, copying, disclosure or distribution of the material in this e-mail is strictly forbidden.


Back to the top