Hi,

as part of my research, I have created a Sumo network and implemented a speed 
adaption algorithm. Now I would like to evaluate this algorithm for different 
traffic densities, for example 100, 500 and 1000 veh/h.

To do so, I use the following commands to generate the traffic.


  *   randomtrips.py -n Network.net.xml -b 0 -e 3600 --fringe-factor 10 -p 3.6 
-o random.trips.xml
     *   Formula: -b t0 -e t1 -p ((t1 - t0) / n) --> To let n vehicles depart 
between times t0 and t1
  *   duarouter -n Network.net.xml --route-files random.trips.xml -o 
random.rou.xml --ignore-errors

However, with "duarouter" I do not get the desired number of vehicles per hour, 
because some vehicles are filtered out due to invalid routes.
Is there any way to avoid this so that I can directly get the desired number of 
vehicles per hour (with valid routes) using a specific command?


Thanks and best regards,

AS



_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to