ksuit.schedules.step.interval ============================= .. py:module:: ksuit.schedules.step.interval Classes ------- .. autoapisummary:: ksuit.schedules.step.interval.StepIntervalSchedule Module Contents --------------- .. py:class:: StepIntervalSchedule(config) Bases: :py:obj:`ksuit.schedules.base.ScheduleBase` A scheduler that progresses at fixed intervals and increases or decreases by some factor at these intervals. Initialize the scheduler. :param config: Configuration for the step interval schedule. Example: >>> schedule_config: >>> kind: ksuit.schedules.StepIntervalSchedule >>> start_value: 1.0 >>> factor: 0.5 >>> update_interval: 0.01 .. py:attribute:: start_value .. py:attribute:: factor .. py:attribute:: update_interval