Re: [sumo-user] Evolutionary Algorithm to remove jams (like MATSim)

2020-06-15 Thread Jakob Erdmann
Netconvert can read and write matsim networks. Also, check out https://sumo.dlr.de/docs/Tools/Import/MATSim.html Am Mo., 15. Juni 2020 um 14:48 Uhr schrieb Chris Abraham < chrisb...@gmail.com>: > Interesting. Thank you Jakob and Ilya for your comments. @Ilya: I don’t > use public transport, but

Re: [sumo-user] Evolutionary Algorithm to remove jams (like MATSim)

2020-06-15 Thread Chris Abraham
Interesting. Thank you Jakob and Ilya for your comments. |@Ilya|: I don’t use public transport, but I do use parking areas. Will let you know if I have any progress. It seems that I have two options to systematically improve the traffic flow: 1. modify |duaiterate.py| and implement some basic

Re: [sumo-user] Evolutionary Algorithm to remove jams (like MATSim)

2020-06-15 Thread Jakob Erdmann
There is currently no tool in sumo that would systematically adjust departure times to improve traffic flow. Am Mo., 15. Juni 2020 um 01:41 Uhr schrieb Илья Левашев < levashev1...@gmail.com>: > It looks like you need duaiterate.py, it iterates defined number of > iteration or unless changes

Re: [sumo-user] Evolutionary Algorithm to remove jams (like MATSim)

2020-06-14 Thread Илья Левашев
It looks like you need duaiterate.py, it iterates defined number of iteration or unless changes between iterations will small enough. However, I've got some problems using parking flows and public transit, unfortunately, I haven't fixed it. The second annoying thing is amount of output files you

[sumo-user] Evolutionary Algorithm to remove jams (like MATSim)

2020-06-14 Thread Chris Abraham
Hi everyone. MATSim (another agent-based simulator like SUMO) makes use of an Evolutionary Algorithm to optimise the demand to prevent unrealistic traffic jams. The software runs the simulation multiple times, and in each iteration, it slightly adjusts the times and routes of the trips,