Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed Feb 19, 2024
1 parent 65bbbe7 commit 89abf42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contribs/vsp/src/main/java/playground/vsp/ev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ and if there is a charger on the home link, it does not search for a suitable ac
The final SoC at the end of the iteration is maintained and transferred as the initial SoC to the next iteration.

For this to work, vehicles that represent an EV need to be attached to a vehicle type that is tagged as EV by providing a specific attribute (see `MATSimVehicleWrappingEVSpecificationProvider.class`).
By default, _all_ of these (electric) vehicles are planned by to potentially get charged according to the above described logic.
However, one can prevent this on the vehicle level by `UrbanEVUtils.setChargingDuringActivities(vehicle, false)` when defining the input.

## A few notes to the current state of this package (and it's issues and TODOs)

Expand Down

0 comments on commit 89abf42

Please sign in to comment.