Introduction

Tutorials

Interfaces


API Reference

public Polyparametric type

Poly{T<:Number, S<:Integer} <: DecaySchedule
Poly(;λ, p, max_iter)

A polynomial schedule decays with degree p. The output conforms to

λ / (1 - (t - 1) / max_iter)^p

Arguments

  • λ::Number: the base value
  • p::Integer: the degree of the polynomial
  • max_iter::Integer: the total number of iterations