Getting Started
Reference Documentation
Advanced Topics
Examples
API Documentation
specific_scheduler
Polynomial decreasing step size schedule.
Implements the original proposal of a polynomial step size schedule \(\epsilon = a(b + n)^{\gamma}\).
a (Array) – Scale of all step sizes
Array
b (Array) – Stabilization constant
gamma (Array) – Decay constant
Returns triplet as described above.