Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Verbose output

I use randomtrips.py to create random trips. I use the command below to generate trips.

 python randomTrips.py -n ./RoutingSim1.net.xml -o ./RoutingSim1.rou.xml -e 20 --route-file .RoutingSimRoute1.rou.xml --validate true

Thanks

On Wed, Mar 25, 2020, 01:56 Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
How did you define/generate your trips?


Am Mi., 25. März 2020 um 03:54 Uhr schrieb Raheleh Zarei <raheleh.zarei@xxxxxxxxx>:
Hello,

I have an issue regarding the information that I receive in verbose mode. Referring to this page, https://sumo.dlr.de/docs/Simulation/Output.html, average route length, and average trip duration should be the average length of all the trips that happened during the simulation and the same for trip duration. I expect to have a bigger number for these parameters when I run the simulation with more number of trips (cars) for the same network. It means average travel length and average travel time should be bigger when I have 20 trips than when I have 10 trips. But the output that I have from SUMO right now is reverse.
Would you please help me with this?

Thank you,
Raheleh

--
RAZ
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top