EpochType#
- class liesel.goose.EpochType(*values)[source]#
Bases:
IntEnumIndicates which MCMC phase the epoch is part of.
Methods
is_adaptation(epoch_type)Returns
Trueif the epoch is part of the adaptation phase.is_warmup(epoch_type)Returns
Trueif the epoch is part of the warmup phase.Attributes