Menu

Code Commit Log


Commit Date  
[r335] by laemmel

bug fixes:
- changed this.simNodesArrayCache = null; to this.simNodesArrayCache = new QueueNode[0];
- corrected output file path for evacuation_net.xml

extended test cases for evacuation simulation

2008-01-03 15:23:05 Tree
[r334] by vsp_nagel

added some more info to a error message ("not fatal")

2008-01-03 14:24:17 Tree
[r333] by vsp_nagel

Added info ("probably not fatal") to a comment.

2008-01-03 14:20:21 Tree
[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
Older >