NoBirthsProcess#
- class NoBirthsProcess(model, verbose=False, params=None)[source]#
Bases:
BaseVitalDynamicsProcessComponent for setting the population of the patches to not have births.
Initialize the component.
- Parameters:
model (
BaseLaserModel) – The model instance this component belongs to.verbose (
bool) – Whether to enable verbose output. Defaults to False.