Sebastian Hörl

Results 98 issues of Sebastian Hörl

I'm a bit lost with this problem right now. Here is a simple set-up of two unit tests in current MATSim master. They are exactly the same, but the second...

Fixes #3155. Anybody sees any issues with that? Letting CI run to see if this change causes any other issues.

This is a draft for introducing dynamic vehicle fleets in DVRP/DRT. The PR fixes #3086. Major changes: - `Fleet` is now an object with its own logic. In particular, it...

In an upcoming PR we want to implement peer-to-peer car-sharing in the `shared_mobility` contrib. The idea is that vehicle owners can either share with other individuals or contribute their (automated)...

This is a follow-up on #2730. There, functionality has been added to give more flexibility to manage stop times in DRT. In particular, we show that, currently, we can have...

decision item

At ABMTRANS we have shown an approach called "resource-constrained replanning". Basically, we follow this process: - Perform standard replanning procedure - Identify plans that are conflicting (for instance because they...

code sprint

I'm currently preparing our prebooking code for DRT and I noticed the following problem. The idea is that one can enable prebooking by adding two module overrides: ```java controller.addOverridingModule(PrebookingModule()); controller.addOverridingModule(ElectricPrebookingModule());...

bug
code sprint

I was already discussing this a bit with Marcel on the side, but I also create this issue to have some reminder for myself. Currently, loading the (pt2matsim-generated) transit schedule...

For further decoupling of Amodeus with MATSim, we should do some refactoring to remove `Amodeus*Task` from the Amodeus "core". I read a bit through the code, and basically these classes...

An (incomplete) list of things that still came to my mind during the last refactoring: - [ ] Define classes such as `VirtualNetworkReaderXml`, `VirtualNetworkReaderBinary`, `VirtualNetworkWriterX` and the same for `TravelData`...