Package jdistlib.inference
Class HybridSamplerDiagnostics
java.lang.Object
jdistlib.inference.HybridSamplerDiagnostics
Per-kernel acceptance and support diagnostics for a hybrid schedule.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleacceptanceRate(int kernel) longaccepts(int kernel) longattempts(int kernel) intkernelName(int kernel) longsupportRejections(int kernel)
-
Method Details
-
kernelCount
public int kernelCount() -
kernelName
-
attempts
public long attempts(int kernel) -
accepts
public long accepts(int kernel) -
supportRejections
public long supportRejections(int kernel) -
acceptanceRate
public double acceptanceRate(int kernel)
-