laser.measles.biweekly.params
params
Parameters for the biweekly model.
BiweeklyParams
Bases: BaseModelParams
Parameters for the biweekly compartmental measles model (14-day timesteps).
Inherits all fields from
BaseModelParams. Each tick
represents 14 days, and the model tracks three SIR states (no explicit
Exposed compartment).
Attributes:
| Name | Type | Description |
|---|---|---|
num_ticks |
int
|
Number of biweekly simulation steps (e.g., 26 ≈ 1 year, 130 ≈ 5 years). |
seed |
int
|
Random seed for reproducibility. Default: |
start_time |
str
|
Simulation start in |
verbose |
bool
|
Print detailed logging. Default: |
Examples:
1 | |
states
property
SIR state names: ["S", "I", "R"].
time_step_days
property
Duration of one tick in days (always 14 for the biweekly model).