Re: [sumo-user] Regarding duaiterate.py

2024-05-28 Thread Jakob Erdmann via sumo-user
add option --skip-first-routing Am Di., 28. Mai 2024 um 08:11 Uhr schrieb Rohan Verma via sumo-user < sumo-user@eclipse.org>: > Dear community, > While running duaiterate.py, I have been providing a .rou.xml file with > only from and to attributes. However, I wish to provide an initial solution

[sumo-user] Regarding duaiterate.py

2024-05-28 Thread Rohan Verma via sumo-user
Dear community, While running duaiterate.py, I have been providing a .rou.xml file with only from and to attributes. However, I wish to provide an initial solution to the algorithm, i.e., the first route choice is provided, and the next route choice is based on it. Kindly help on how to achieve

Re: [sumo-user] Regarding duaiterate.py

2024-05-16 Thread Rohan Verma via sumo-user
The initial path is the "fastest-path-in-the-empty-network". I have a small network and I have tried up to 20 iterations but the average travel time never reaches close to initial solution. Thanks and regards, On Thu, May 16, 2024 at 3:35 PM Jakob Erdmann via sumo-user < sumo-user@eclipse.org>

Re: [sumo-user] Regarding duaiterate.py

2024-05-16 Thread Jakob Erdmann via sumo-user
1. No, during the iteration itself but you can view any single iteration afterwards by loading the .sumocfg file in the iteration folder 2. It's not common but still possible if the "fastest-path-in-the-empty-network"-routes happen to be the best. Though eventually, the iterations should

[sumo-user] Regarding duaiterate.py

2024-05-16 Thread Rohan Verma via sumo-user
Dear community, I tried DUA using duaiterate.py and I had two doubts. Any help on these would be greatly appreciated. 1. Is it possible to use SUMO-GUI instead of SUMO while using duaiterate.py? 2. My first iteration has the minimum average travel time for the whole simulation and the subsequent