Re: [sumo-user] warm-up period for simulation

2022-01-20 Thread Jakob Erdmann
The first is much simpler whereas the second might help to save time on warmup period (by reusing the saved state for multiple runs) at the price of reduced variation between runs. Am Fr., 21. Jan. 2022 um 08:06 Uhr schrieb Royal Bhandari < royalbhanda...@gmail.com>: > Hello Jakob, > > I am looki

Re: [sumo-user] warm-up period for simulation

2022-01-20 Thread Royal Bhandari
Hello Jakob, I am looking at the edgebasedmeasures. Out of the above two mentioned techniques, does one have the advantage over the other? Regards, Royal On Fri, Jan 21, 2022 at 12:10 AM Jakob Erdmann wrote: > Some outputs allow setting the begin of the analysis period explicitly: > https://su

Re: [sumo-user] warm-up period for simulation

2022-01-20 Thread Jakob Erdmann
Some outputs allow setting the begin of the analysis period explicitly: https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html (attr begin). Alternatively, you can save the simulation after it has some vehicles and then start your analysis with a simulation loaded from

[sumo-user] warm-up period for simulation

2022-01-20 Thread Royal Bhandari
Hello all, Is there an option in SUMO to specify the warm-up period before considering the results? For example, I have an input flow of 1000 vphr but I want to input that flow in a network that already has some vehicles running. Should I change my analysis period or is there any other way around?