matsim-org / matsim-code-examples

A repository containing code examples around MATSim
GNU General Public License v3.0
79 stars 175 forks source link

MATsim compatible with independent route-planning algorithm? #500

Open mattjweist opened 3 years ago

mattjweist commented 3 years ago

Hi,

I'm brand new to MATsim. I have a route-planning algorithm, written in Python, which takes current traffic data and provides an optimal route with charging stops and speeds for each link. I want to simulate this on a macro scale, where each electric vehicle has its own start and end position and thus its own optimal route. Would this sort of simulation be appropriate for MATsim?

Thanks, Matt

HawkTom commented 3 years ago

Hi,

I also have such a similar problem. May I ask if you have tested your algorithm in MATSim successfully?

Best, Hao

mattjweist commented 3 years ago

Hi, I haven't implemented my algorithm, but I think it should work with some additional programming. One would have to use the output of the algorithm to generate a population.xml file. The charging logic would take some additional work.