DualAvgState#
- class liesel.goose.da.DualAvgState(error_sum, log_avg_step_size, mu)[source]#
Bases:
objectThe state of the dual averaging algorithm.
Methods
from_step_size(step_size)Initializes a dual averaging state for
step_size.Attributes
The error sum of the acceptance probability.
The logarithm of the average step size.
The bias of the step size proposals.