private
decay
— function
decay(s::T, t) where T<:DecaySchedule
Concrete subtypes of DecaySchedule
must implement this function for T
.
Given s
, decay(s, t)
should return the value of the decay function at iteration t
.
private
decay
— function
decay(s::T, t) where T<:DecaySchedule
Concrete subtypes of DecaySchedule
must implement this function for T
.
Given s
, decay(s, t)
should return the value of the decay function at iteration t
.