The traffic time calculator has to be configured in the org.matsim.config.groups.SimulationConfigGroup. The old travel time calculator with a time slice size of 15 min is taken by default.
Things that have been changed:
- moved TrafficTimeCalculator to org.matsim.trafficmonitoring.TrafficTimeCalculatorArray
- added org.matsim.trafficmonitoring.AbstraceTrafficTimeCalculator
- added org.matsim.trafficmonitoring.TrafficTimeCalculatorHashMap
- org.matsim.controler.Controler
- org.matsim.config.groups.SimulationConfigGroup
- added junit test for org.matsim.trafficmonitoring.TrafficTimeCalculatorHashMap
- adapted old junit test for TrafficTimeCalculator
- Refactored several packages in playground
The new travel time calculator is slightly slower then the older one, but consumes only a fraction of memory. For questions or if you interested in more information about memory usage or runtime performance, please contact me!