Menu

Code Commit Log


Commit Date  
[r327] by laemmel

belongs to the last commit ...

2008-01-02 17:44:01 Tree
[r326] by laemmel

Introduced a new travel time calculator based on a HashMap. This implementation is useful if one wants to take smaller time slices for the travel time recording (e.g. bin sizes of 5min or even 1min). To keep the usage of the travel time calculators handy, both calculators are derived from org.matsim.trafficmonitoring.AbstractTravelTimeCalculator.
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!

2008-01-02 17:36:57 Tree
[r325] by mrieser

fixed QuadTree import statements after its move to utils.collections.

2008-01-02 14:58:47 Tree
[r324] by mrieser

moved test for QuadTree from utils.misc to utils.collections

2008-01-02 14:42:07 Tree
[r323] by mrieser

Code cleanup. Replaced some Object-Types with basic types (e.g. "false" instead of Boolean.FALSE).

2008-01-02 13:21:35 Tree
[r322] by vsp_strippgen

QuadTree moved to utils.collections

2008-01-02 12:56:57 Tree
[r321] by vsp_strippgen

minor changes to data handling

2008-01-02 12:47:00 Tree
[r320] by laemmel

bugfix

2008-01-02 10:34:22 Tree
[r319] by mrieser

Test Cases for the different PlanSelectors in org.matsim.replanning.selectors.

2008-01-02 09:23:37 Tree
[r318] by mrieser

added option to create chart into ScoreStats.

2008-01-02 08:24:40 Tree
Older >