FluxML/ParameterSchedulers.jl

Compose schedules

darsnack opened this issue · 0 comments

It would be good to implement a compose function that allows combining different scheduling policies into one. The default rule can be multiplicative composition, but new policies can extend the function to define other forms of composition. The rules like SinExp can be defined by composing Exp(Sin(t)).