caveat.data.augment
DiscreteJitter(step_size, jitter=0)
#
DiscreteSingleJitter(step_size, jitter=0)
#
ScheduleAugment()
#
SequenceJitter(jitter=0.1)
#
Bases: ScheduleAugment
Augment a sequence by adding jitter to the duration of each activity. Note that jitter defines the maximum delay or advance of the activity duration as a proportion. But note that during normalisation of the total plan duration this can be exceeded.
PARAMETER | DESCRIPTION |
---|---|
jitter
|
activity duration maximum delta. Defaults to 0.1.
TYPE:
|