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