Class ReversibleJumpCheckpoint

java.lang.Object
jdistlib.inference.ReversibleJumpCheckpoint

public final class ReversibleJumpCheckpoint extends Object
Exact in-memory RJ restart point including ragged state, schedule, adaptation, and RNG.
  • Constructor Details

    • ReversibleJumpCheckpoint

      public ReversibleJumpCheckpoint(ReversibleJumpState state, double logJoint, int completedIterations, RandomEngine random, String[] moveNames, double[] moveWeights, Map<String,double[]> adaptationState, boolean warmupComplete)
  • Method Details

    • state

      public ReversibleJumpState state()
    • logJoint

      public double logJoint()
    • completedIterations

      public int completedIterations()
    • random

      public RandomEngine random()
    • moveNames

      public String[] moveNames()
    • moveWeights

      public double[] moveWeights()
    • adaptationState

      public Map<String,double[]> adaptationState()
    • warmupComplete

      public boolean warmupComplete()