Package jdistlib.inference
Interface ProgressListener
- All Known Implementing Classes:
WarmupTrace
public interface ProgressListener
Lightweight callback invoked after a completed sampler transition.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(int completed, int total, boolean warmup, IterationStats statistics)
-
Method Details
-
update
-