Commit | Date | |
---|---|---|
[r8403]
by
mrieser
make private member scenarioData final to ensure it's always initialized after the constructor is run. |
2009-08-16 18:40:19 | Tree |
[r8402]
by
mrieser
removed 2 of the 6 (!) public constructors in Controler to make things a bit more clearly. |
2009-08-16 18:23:41 | Tree |
2009-08-15 20:21:22 | Tree | |
[r8400]
by
mrieser
changed a assertEquals(Double, Double) to assertEquals(double, double, EPSILON). With Java 6, the test failed for me before because the last digit was different of the two double values. |
2009-08-15 08:09:14 | Tree |
[r8399]
by
mrieser
make use of PseudoRemovePriorityQueue for Dijkstra and AStar-variants to speed up the Router. The test org.matsim.core.router.RoutingTest is now 40-80% faster (depending on Java version and algorithm) on my machine. Changed RouterVisTest-reference file as the order of nodes with the same priority/time are now returned in different order. |
2009-08-15 07:41:57 | Tree |
[r8398]
by
mrieser
A simple re-implementation of a priority queue that offers a much better performance for remove(Object) operations than the standard PriorityQueue, but uses more memory to manage the data. Including Tests |
2009-08-15 07:37:38 | Tree |
[r8397]
by
mrieser
replace reference file, so it works on build server. Only difference is, that scores written to the plans file now sometimes have on digit more. It seems, there is a difference between some JDK's on the number of digits written out for double values. |
2009-08-15 07:36:38 | Tree |
2009-08-15 07:35:34 | Tree | |
2009-08-14 16:37:25 | Tree | |
[r8394]
by
grether
added exclude for <exclude>org/matsim/core/mobsim/jdeqsim/TestDESStarter_Berlin.java</exclude> |
2009-08-14 15:10:40 | Tree |