ksuit.schedules.step.interval

Classes

StepIntervalSchedule

A scheduler that progresses at fixed intervals and increases or decreases by some factor at these intervals.

Module Contents

class ksuit.schedules.step.interval.StepIntervalSchedule(config)

Bases: ksuit.schedules.base.ScheduleBase

A scheduler that progresses at fixed intervals and increases or decreases by some factor at these intervals.

Initialize the scheduler.

Parameters:

config (ksuit.schemas.scheduler.StepIntervalScheduleConfig) – Configuration for the step interval schedule.

Example: >>> schedule_config: >>> kind: ksuit.schedules.StepIntervalSchedule >>> start_value: 1.0 >>> factor: 0.5 >>> update_interval: 0.01

start_value
factor
update_interval