Package jdistlib.inference
Class InitialStates
java.lang.Object
jdistlib.inference.InitialStates
Deterministic validation, constrained initialization, and bounded retry helpers.
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]named(BayesianModel model, Map<String, double[]> constrained) static double[]retry(LogDensity target, double[] center, double radius, int maximumAttempts, RandomEngine random)
-
Method Details
-
named
-
retry
public static double[] retry(LogDensity target, double[] center, double radius, int maximumAttempts, RandomEngine random)
-