noether.core.schedules.custom

Classes

CustomSchedule

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.ScheduleBase

Custom schedule that simply returns the values provided in the constructor.

Example

schedule_config:
    kind: noether.core.schedules.CustomSchedule
    values:
        - 1.0e-3
        - 5.0e-4
        - 1.0e-4
Parameters:

config (noether.core.schemas.schedules.CustomScheduleConfig) – Configuration of the custom schedule. See CustomScheduleConfig for details.

values