Package jdistlib.inference
Class ReversibleJumpCheckpoint
java.lang.Object
jdistlib.inference.ReversibleJumpCheckpoint
Exact in-memory RJ restart point including ragged state, schedule, adaptation, and RNG.
-
Constructor Summary
ConstructorsConstructorDescriptionReversibleJumpCheckpoint(ReversibleJumpState state, double logJoint, int completedIterations, RandomEngine random, String[] moveNames, double[] moveWeights, Map<String, double[]> adaptationState, boolean warmupComplete) -
Method Summary
-
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
-
logJoint
public double logJoint() -
completedIterations
public int completedIterations() -
random
-
moveNames
-
moveWeights
public double[] moveWeights() -
adaptationState
-
warmupComplete
public boolean warmupComplete()
-