Package jdistlib.inference
Class Inference
java.lang.Object
jdistlib.inference.Inference
Concise facade for reproducible multi-chain fitting.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Fitfit(Sampler sampler, LogDensity target, double[][] initialStates, SamplingOptions options, long seed, int parallelism) static Fitfit(Sampler sampler, LogDensity target, String modelIdentity, double[][] initialStates, SamplingOptions options, long seed, int parallelism) Fits with a stable caller-provided model/source identity included in the manifest hash.
-
Method Details
-
fit
public static Fit fit(Sampler sampler, LogDensity target, double[][] initialStates, SamplingOptions options, long seed, int parallelism) -
fit
public static Fit fit(Sampler sampler, LogDensity target, String modelIdentity, double[][] initialStates, SamplingOptions options, long seed, int parallelism) Fits with a stable caller-provided model/source identity included in the manifest hash.
-