Modifier and Type | Class and Description |
---|---|
static class |
WarmUpTracker.Builder
The Builder to construct a
WarmUpTracker . |
static class |
WarmUpTracker.Mode
An enum that enumerates the types of warm-up modes for a
WarmUpTracker . |
Modifier and Type | Method and Description |
---|---|
static WarmUpTracker.Builder |
builder()
Creates a new builder.
|
float |
getNewValue(int numUpdate)
Fetches the value after the given number of steps/updates.
|
public static WarmUpTracker.Builder builder()
public float getNewValue(int numUpdate)
getNewValue
in interface Tracker
numUpdate
- the total number of steps/updatesBuilder