nickolasclarke / dispatch

A discrete-event simulation (DES) model for simulating deployment of EV bus fleets, using GTFS data
2 stars 0 forks source link

Refactor Sim.py #9

Closed nickolasclarke closed 5 years ago

nickolasclarke commented 5 years ago
  1. Remove the ABM stuff
    • remove charger queues, etc.
  2. Figure out a way to walk through a block of trips
    • send buses to and from depots until the block is exhausted
nickolasclarke commented 5 years ago

solved by c38a186