public
Inv
— parametric type
Inv{T<:Number, S<:Integer} <: DecaySchedule
Inv(;λ, γ, p)
A decay schedule that inversely decays with rate γ
.
The output conforms to
λ / (1 + (t - 1) * γ)^p
Arguments
λ::Number
: the base value
γ::Number
: the decay rate
p::Integer
: the degree of decay