-
Notifications
You must be signed in to change notification settings - Fork 42
How to make sav cruising #24
Comments
You can enable rebalancing in the Drt config group. Just add these to your drt parameter set under the multimodeDrtConfigGroup module (see also the attached photo)
Here we just use the default rebalancing strategy. You can change those parameters or change to other strategies. You can find all the implemented rebalancing strategies MATSim in the drt package in the matsim-lib: You may also write your own rebalancing strategies if you want. |
Here you can find a couple of papers that discuss the implemented rebalancing strategies (and their parameters): https://vsp.berlin/publications/vspwp/ (search for "rebalancing" etc.) |
@michalmac , @luchengqi7 I was able not to rebalance system because I was using robotaxi module. Additionally, I have a question. When I run a simulation in the DRT module, the type of DRT is defaultVehicleType. |
Please have a look at this example: BTW. In this example we do not provide drt vehicle files for each drt service, instead we use the "standard" matsim input file with vehicles: https://github.com/matsim-org/matsim-libs/blob/master/examples/scenarios/dvrp-grid/one_shared_taxi_matsim_vehicles.xml. This file format is more flexible so we can store additional attributes. |
I want to move my SAV to an area with high demand when there are no requests.
How do I change the configuration file?
The text was updated successfully, but these errors were encountered: