Rob Fitzgerald
Rob Fitzgerald
create new ReportTypes for CHARGE_PLUG_IN_EVENT, CHARGE_PLUG_OUT_EVENT, and CHARGE_SESSION_EVENT. create reports from - CHARGE_PLUG_IN_EVENT: DispatchStation. _enter_default_terminal_state (line 100) - CHARGE_PLUG_OUT_EVENT: ChargingBase/ChargingStation exit and _enter_default_terminal_state methods - CHARGE_SESSION_EVENT: created in the EventfulHandler...
a few histograms would improve understanding HIVE results, and this data could be collected in-the-loop of a HIVE simulation. ##### handler create a handler for these histograms. it should store...
when running the provided scenario (below, .zip), a few errors happen at the beginning of the simulation:  these only happen at the start. perhaps something strange in the interaction...
this is _pretty benign_ as the effect is just that vehicles stay in a `ReserveBase` state. that said, it pukes up a lot of warnings to the user:  this...
in hive, when a vehicle is updated on move, it runs exactly to the end of the time step. however, in a distributed setting, it may reach the partition boundary...
in hive-distributed, we run _p_ separate instances of HIVE which write to their own output file. in this setting, it may be helpful to tag each report row with it's...
currently, we build our readthedocs content when testing a pull request. this means we push changes to readthedocs any time someone updates a commit on an active PR. since this...
in order to properly run scenarios where requests opt in for pooling, a baseline pooling algorithm is needed. the [Alonso-Mora paper](https://www.pnas.org/doi/abs/10.1073/pnas.1611675114) that uses a graph filtration technique and linear programming...
we implemented a replanning algorithm from literature in hive-distributed which could be ported to the open source codebase. that solution used the network partitions as a target, so a hive-core...
HIVE should be able to support turn and signal costs of the form `Edge => Edge => (0, infinity]` to describe turn penalties and signal delays. our primary network data...