BaseConstantPopProcess#
- BaseConstantPopProcess(model, verbose=False, params=None)[source]#
A component to handle the birth events in a model with constant population - that is, births == deaths.
- model#
The model instance containing population and parameters.
- verbose#
Flag to enable verbose output. Default is False.
- Type:
bool
- initializers#
List of initializers to be called on birth events.
- Type:
list
- metrics#
DataFrame to holding timing metrics for initializers.
- Type:
DataFrame