public
SinExp
— parametric type
SinExp{F<:Number, T<:Sin{F}, S<:Exp{F}} <: CyclicSchedule
SinDecay2(λ0, λ1, period, γ)
SinDecay2(;λ0, λ1, period, γ)
A sine wave schedule with period
and an exponentially decaying amplitude.
The output conforms to
abs(λ0 - λ1) * Sin(t) * γ^(t - 1) + min(λ0, λ1)
where Sin(t)
is the cycle
of Sin
.
Arguments
λ0::Number
: the start valueλ1::Number
: the end valueperiod::Integer
: the periodγ::Number
: the decay rate