Class SigmoidSchedule

    • Constructor Detail

      • SigmoidSchedule

        public SigmoidSchedule​(ScheduleType scheduleType,
                               double initialValue,
                               double gamma,
                               int stepSize)
    • 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