| Commit | Date | |
|---|---|---|
| 2009-06-03 11:03:31 | Tree | |
|
[r7249]
by
komeiste
Code optimization of implementation of KTI Year 3 scoring function such that the number of logarithms that have to be computed is minimized. |
2009-06-03 10:39:53 | Tree |
| 2009-06-03 09:33:46 | Tree | |
|
[r7247]
by
komeiste
- Significant JGAP performance improvement by replacing chromosome equality check via costly compareTo()-methods with hash code computation and comparison, and hash code caching. |
2009-06-03 09:28:06 | Tree |
|
[r7246]
by
mrieser
replaced the last places where the deprecated method NetworkFactory.createRoute(Mode) was used and removed the method from the class. |
2009-06-03 08:43:13 | Tree |
| 2009-06-03 08:41:29 | Tree | |
|
[r7244]
by
mrieser
bugfix: create correct route-types for pt-routes. Before, even for walk- or pt-legs, a route for TransportMode.car was created. |
2009-06-03 08:20:19 | Tree |
| 2009-06-03 06:54:21 | Tree | |
|
[r7242]
by
mrieser
bugfix: only remove shutdown-hook when we're doing a regular shutdown. If an unexpected shutdown is going on, this usually means that the shutdown-hook already was triggered, so it can't be removed during the shutdown itself. |
2009-06-02 22:40:11 | Tree |
|
[r7241]
by
mrieser
bugfix: no longer crash if we find a non-NetworkRoute. In those cases, just simulate teleportation for the DEQSim by only giving start- and endlink and adding the correct time for the next departure. Not really nice, but the likely best thing one can come up with handling a simulation that doesn't support teleportation, except crashing. |
2009-06-02 22:25:34 | Tree |