Introduction

Tutorials

Interfaces


API Reference

public Expparametric type

Exp{T<:Number} <: DecaySchedule
Exp(;λ, γ)

A exponential decay schedule at rate γ. The output conforms to

λ * γ^{t - 1}

Arguments:

  • λ::Number: the base value
  • γ::Number: the decay rate