public Exp — parametric type Exp{T}(start, decay) Exp(;λ, γ) A exponential decay schedule at rate γ. The output conforms to λ * γ^{t - 1} Arguments: start/λ: the base value decay/γ: the decay rate