DAKernelState# class liesel.goose.da.DAKernelState(*args, **kwargs)[source]# Bases: Protocol A protocol for a kernel state with dual averaging support. For an introduction to dual averaging, see the blog post by Colin Carroll [1] and the Stan Reference Manual [2]. Attributes step_size The step size of the kernel. da_state The internal state of the dual averaging algorithm.