Hi all, I'm using Sumo for a traffic lights optimization project.
I'm currently taking over someone else's code for the Sumo-based simulation module. We're using the average stopping time metric as a measurement of traffic fluidity and to that end, the other developer was forced to use TraCI instead of xml files to exchange data with Sumo (TL programs in, vehicle logs out). The reason was that, I think, the information wasn't complete in the regular xml output to compute the metric. The problem is that the optimization loop is way way slower with TraCI than it was with simple file based data communication (around 30 times slower). It's critical because we want to make as many calls as possible to Sumo to achieve good optimization within a limited time window. Hence my question(s): can one compute the average stopping time metric (average over all vehicles having been or still being present during the simulation for a given time window) ? I have two options in mind: a) modifying Sumo options so one has everything needed in the output files to compute the metric from scratch and b) somehow retrieving this admittedly classical metric already calculated by Sumo... Thanks in advance, Yann Semet ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
