Menu

Code Commit Log


Commit Date  
[r332] by mrieser

fixed handling/re-throwing of exceptions.

2008-01-03 10:34:08 Tree
[r331] by mrieser

Consolidated all time functionality into org.matsim.utils.misc.Time, namely combined utils.misc.TimeFormatter and utils.misc.Time into one class, and moved constants and static methods from org.matsim.gbl.Gbl to org.matsim.utils.misc.Time. Added Test Case for the new Time class.

2008-01-03 10:28:46 Tree
[r330] by mrieser

fixed Javadocs, better handling of expected Exception during test.

2008-01-03 09:47:21 Tree
[r329] by laemmel

some new stuff

2008-01-02 17:53:01 Tree
[r328] by laemmel

removed outdated input data

2008-01-02 17:46:57 Tree
[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
Older >