public
Poly
— parametric type
Poly{T, S<:Integer}(start, degree, max_iter)
Poly(;λ, p, max_iter)
A polynomial schedule decays with degree p
.
The output conforms to
λ / (1 - (t - 1) / max_iter)^p
Arguments
start
/λ
: the base value
degree
/p::Integer
: the degree of the polynomial
max_iter::Integer
: the total number of iterations