ksuit.schedules.base.increasing_progress_schedule ================================================= .. py:module:: ksuit.schedules.base.increasing_progress_schedule Classes ------- .. autoapisummary:: ksuit.schedules.base.increasing_progress_schedule.IncreasingProgressSchedule Module Contents --------------- .. py:class:: IncreasingProgressSchedule(config) Bases: :py:obj:`ksuit.schedules.base.progress_schedule.ProgressSchedule` Base class for schedules that monotonically increase in value over time. Initialize the scheduler. :param start_value: The initial and thus minimum value of the scheduler. :param max_value: The final and thus maximum value of the scheduler.