Simultaneous Scheduler¶
-
class
SimultaneousScheduler
¶ Implementation of a scheduler. Runs steps synchronously
-
run
(model, progress_widget=None, collect_data=True)¶ - Run method
- param model
ABMOdel instance
- param progress_widget
FloatBarProgress instance
- return
None
-
run_step
(model, sim_round, step, progress_widget=None, collect_data=True)¶ - Run one step
- param sim_round
simulator round
- param dt
step of round
- param model
ABM Model instance
- param progress_widget
FloatBarProgress instance (ipywidgets)
- return
None
-