Package jdistlib.inference
Class WarmupTrace
java.lang.Object
jdistlib.inference.WarmupTrace
- All Implemented Interfaces:
ProgressListener
Progress listener retaining lightweight step-size and schedule traces.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentries()voidupdate(int completedIterations, int totalIterations, boolean warmup, IterationStats statistics)
-
Constructor Details
-
WarmupTrace
-
-
Method Details
-
update
public void update(int completedIterations, int totalIterations, boolean warmup, IterationStats statistics) - Specified by:
updatein interfaceProgressListener
-
entries
-