Package jdistlib.inference
Class Pathfinder
java.lang.Object
jdistlib.inference.Pathfinder
Multi-path quasi-Newton Gaussian approximation with mixture scoring and PSIS resampling.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PathfinderFitfit(DifferentiableLogDensity target, double[][] initialStates, PathfinderOptions options, RandomEngine random)
-
Method Details
-
fit
public static PathfinderFit fit(DifferentiableLogDensity target, double[][] initialStates, PathfinderOptions options, RandomEngine random)
-