Class StepSchedule

    • Constructor Detail

      • StepSchedule

        public StepSchedule​(ScheduleType scheduleType,
                            double initialValue,
                            double decayRate,
                            double step)
    • Method Detail

      • valueAt

        public double valueAt​(int iteration,
                              int epoch)
        Specified by:
        valueAt in interface ISchedule
        Parameters:
        iteration - Current iteration number. Starts at 0
        epoch - Current epoch number. Starts at 0
        Returns:
        Value at the current iteration/epoch for this schedule