BasePopulationTracker#
- class BasePopulationTracker(model, verbose=False, params=None)[source]#
Bases:
BasePhaseTracks the population size of each patch at each time tick.
Initialize the component.
- Parameters:
model (
BaseLaserModel) – The model instance this component belongs to.verbose (
bool) – Whether to enable verbose output. Defaults to False.