BaseInitializeEquilibriumStatesProcess#
- class BaseInitializeEquilibriumStatesProcess(model, verbose=False, params=None)[source]#
Bases:
BasePhaseInitialize S, R states of the population in each of the model states by rough equilibrium of R0.
Initialize the component.
- Parameters:
model (
BaseLaserModel) – The model instance this component belongs to.verbose (
bool) – Whether to enable verbose output. Defaults to False.