Introduction

Tutorials

Interfaces


API Reference

private decayfunction

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.