ksuit.schedules.custom_schedule =============================== .. py:module:: ksuit.schedules.custom_schedule Classes ------- .. autoapisummary:: ksuit.schedules.custom_schedule.CustomSchedule Module Contents --------------- .. py:class:: CustomSchedule(config) Bases: :py:obj:`ksuit.schedules.base.ScheduleBase` Custom schedule that simply returns the values provided in the constructor. .. rubric:: Example >>> schedule_config: >>> kind: ksuit.schedules.CustomSLchedule >>> values: >>> - 1.0e-3 >>> - 5.0e-4 >>> - 1.0e-4 Initialize the scheduler. :param overhang_percent: The percentage by which the schedule is artificially prolonged. :param overhang_steps: The number of steps by which the schedule is artificially prolonged. .. py:attribute:: values