| Commit | Date | |
|---|---|---|
| 2008-01-01 15:37:49 | Tree | |
|
[r314]
by
mrieser
removed org.matsim.controler.IterationCleanup. The class wasn't in use any more for over a year, support for it in the Controler was removed a long time ago, and the structure how it was implemented/integrated into the Controler was out-dated as well... |
2008-01-01 14:39:26 | Tree |
|
[r313]
by
mrieser
added org.matsim.utils.charts, some simple classes to generate basic charts with a simplified API. |
2008-01-01 11:03:26 | Tree |
| 2008-01-01 11:01:01 | Tree | |
| 2008-01-01 10:59:43 | Tree | |
|
[r310]
by
mrieser
Replaced PriorityQueueBucket (PQB) in Dijkstra with regular java.util.PriorityQueue (PQ), as the PQB was actually slower than the regular PQ. As the PQB was passed as parameter to many methods, lot of other classes that intherited from Dijkstra had to be changed as well. The interface KeyComparator was only used by PQB and could be removed afterwards. In the ReRouting-TestCase, one single plan had a different route, but with the same travel time, which may be due to a sorting issue with similar keys, handled differently between PQB and PQ. Similarly, the Snapshot of the RouterVis had changed, but visually it still displays the same. |
2007-12-31 10:20:21 | Tree |
| 2007-12-31 10:13:27 | Tree | |
|
[r308]
by
mrieser
Use clone() on arrays when returning them in public getters/setters, as not to expose internal data structures to the outside. |
2007-12-31 09:52:15 | Tree |
| 2007-12-31 09:50:54 | Tree | |
|
[r306]
by
mrieser
moved all classes for the bottleneck-analysis (de palma et al) into a subpackage in the playground. |
2007-12-31 09:49:21 | Tree |