mgpopinjay/pev-simulation

Changing Simulation Time Steps

Closed this issue · 1 comments

The simulation currently progresses in time by "jumping" to the next request time in the queue. This limits our decision making abilities to these specific request times.

Instead, the simulation should progress in small, consistent time steps. This allows us to update the system more often and it facilitates the use of more complex algorithms in the simulation.

Resolved by replacing most comparisons to request time with comparisons to sim time.