BauhausLuftfahrt / MATSim-UAM

Extension for MATSim to allow for the inclusion of aerial passenger-carrying vehicles, i.e. a station- and network-bound transport mode that requires station access and egress trips with conventional ground-based modes.
https://bauhausluftfahrt.github.io/MATSim-UAM/
GNU General Public License v3.0
21 stars 29 forks source link

New mode choice model that always takes the fastest mode for every trip #9

Closed Aitanm closed 5 years ago

Aitanm commented 5 years ago

-Add a mode choice model that between all possible modes for every trip always takes the fastest one

RRothfeld commented 5 years ago

Has this issue been completed by your fastestModeChoice developments?

Aitanm commented 5 years ago

Has this issue been completed by your fastestModeChoice developments?

Yes. The fastestModeChoice developments deleted all reference to the other mode choice models (Munich, Jakarta, etc.), and instead of using utility for choice it uses travel times. Parameters from the CustomModeChoiceParameters can still be passed as argument in the command line. However, the user has no option regarding mode choice for now, it HAS to use this model. I believe this last option will be addressed in Issue #7.