noether.core.schedules.custom¶
Classes¶
Custom schedule that simply returns the values provided in the constructor. |
Module Contents¶
- class noether.core.schedules.custom.CustomSchedule(config)¶
Bases:
noether.core.schedules.base.ScheduleBaseCustom schedule that simply returns the values provided in the constructor.
Example
>>> schedule_config: >>> kind: noether.core.schedules.CustomSLchedule >>> values: >>> - 1.0e-3 >>> - 5.0e-4 >>> - 1.0e-4
Initialize the scheduler.
- Parameters:
overhang_percent – The percentage by which the schedule is artificially prolonged.
overhang_steps – The number of steps by which the schedule is artificially prolonged.
config (noether.core.schemas.schedules.CustomScheduleConfig)
- values¶