VitalDynamicsProcess#
- class VitalDynamicsProcess(model, verbose=False, params=None)[source]#
Bases:
BaseVitalDynamicsProcessProcess for simulating vital dynamics in the ABM model with MCV1 and constant birth and mortality rates (not age-structured).
Initialize the component.
- Parameters:
model – The model instance this component belongs to.
verbose (
bool) – Whether to enable verbose output. Defaults to False.