laser.measles.compartmental.params
laser.measles.compartmental.params
Parameters for the compartmental SEIR model with daily timesteps.
laser.measles.compartmental.params.CompartmentalParams
Bases: BaseModelParams
Parameters for the compartmental SEIR model with daily timesteps.
All fields are inherited from :class:BaseModelParams. Key fields:
Attributes:
| Name | Type | Description |
|---|---|---|
num_ticks |
int
|
Number of daily simulation steps (e.g., 365 = 1 year). |
seed |
int
|
Random seed for reproducibility. Default: 20250314. |
start_time |
str
|
Simulation start in |
verbose |
bool
|
Print detailed logging. Default: False. |
Example::
1 2 | |