Package jdistlib.inference
Class ManyShortChains
java.lang.Object
jdistlib.inference.ManyShortChains
Deterministic many-short-chain execution using common-initialization superchains.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ManyShortChainsResultrun(Sampler sampler, LogDensity target, double[][] superchainInitialStates, int chainsPerSuperchain, SamplingOptions options, long baseSeed, int parallelism) static ManyShortChainsResultrun(Sampler sampler, LogDensity target, SuperchainPlan plan, SamplingOptions options, long baseSeed, int parallelism)
-
Method Details
-
run
public static ManyShortChainsResult run(Sampler sampler, LogDensity target, double[][] superchainInitialStates, int chainsPerSuperchain, SamplingOptions options, long baseSeed, int parallelism) -
run
public static ManyShortChainsResult run(Sampler sampler, LogDensity target, SuperchainPlan plan, SamplingOptions options, long baseSeed, int parallelism)
-