Package jdistlib.inference
Class WarmupSchedule
java.lang.Object
jdistlib.inference.WarmupSchedule
Stan-style fast/slow/final warmup schedule with expanding metric windows.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintresolve(int warmup) Resolves the requested schedule to a particular warmup length.static WarmupScheduleint
-
Constructor Details
-
WarmupSchedule
public WarmupSchedule(int initialBuffer, int terminalBuffer, int initialWindow)
-
-
Method Details
-
stanDefault
-
initialBuffer
public int initialBuffer() -
terminalBuffer
public int terminalBuffer() -
initialWindow
public int initialWindow() -
resolve
Resolves the requested schedule to a particular warmup length.
-