Class RampSchedule

    • Field Detail

      • baseSchedule

        protected final ISchedule baseSchedule
      • numIter

        protected final int numIter
    • Constructor Detail

      • RampSchedule

        public RampSchedule​(ISchedule baseSchedule,
                            int numIter)
    • 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