Abstract base class for parameter schedules.
Subclasses must implement __call__.
-
abstractmethod __call__(epoch)[source]
Return the scheduled value at epoch (0-based).
- Parameters:
- epochint
Current epoch index, starting from 0.
- Returns:
- float
Scheduled parameter value.