Introduction

Schedule cheatsheet

Tutorials

Interface


API Reference

public Expparametric type

Exp{T}(start, decay)
Exp(;λ, γ)

A exponential decay schedule at rate γ. The output conforms to

λ * γ^{t - 1}

Arguments:

  • start/λ: the base value
  • decay/γ: the decay rate