laser.measles.biweekly.components.tracker_state
laser.measles.biweekly.components.tracker_state
laser.measles.biweekly.components.tracker_state.StateTracker(model, verbose=False, params=None)
Bases: BaseStateTracker
Atate tracking component.
Tracks disease state populations over time in agent-based models. Records detailed temporal dynamics of S, I, R compartments at the patch level.
Example:
1 2 3 4 5 6 7 8 9 10 11 | |
laser.measles.biweekly.components.tracker_state.StateTrackerParams
Bases: BaseStateTrackerParams
Parameters for State tracking component.
Inherits all parameters from BaseStateTrackerParams with ABM-specific defaults and validation.
Example:
1 2 3 4 5 | |