Interface SparseSubsetProgressListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SparseSubsetProgressListener
Progress callback for one restartable sparse RJMCMC segment.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(int segmentCompleted, int segmentTotal, long totalCompleted, boolean warmup, SparseSubsetIterationStats statistics)
     
  • Method Details

    • update

      void update(int segmentCompleted, int segmentTotal, long totalCompleted, boolean warmup, SparseSubsetIterationStats statistics)