Hi Alex, Am 18.10.2014 um 17:52 schrieb Manuel Montero perarnau montero: > Has anyone > made a python script to run Traci several times? > I have a scenario where some > flows and turn definitions are unknown, so I need to guess these parameters, > run the simulation and compare that with the base case.
I am not sure whether I correctly understand what you are trying to achieve. If you just want to start multiple simulations with different input parameters there is no need to use TraCI. Just generate the input files with a script, make sure they write to different output files and start them from your script. TraCI only comes into play i you need online interaction with the running simulation and the process is not much different then, just spawn multiple sumo processes one after the other (or even parallel). Best regards, Michael ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
