EpochType#

class liesel.goose.epoch.EpochType(value)[source]#

Bases: enum.IntEnum

Indicates which MCMC phase the epoch is part of.

Methods

is_adaptation(epoch_type)

Returns True if the epoch is part of the adaptation phase.

is_warmup(epoch_type)

Returns True if the epoch is part of the warmup phase.

Attributes

INITIAL_VALUES

FAST_ADAPTATION

SLOW_ADAPTATION

BURNIN

POSTERIOR