Package jdistlib.inference
Interface GradientProvider
- All Known Implementing Classes:
BayesianModel,ModelEvaluator,ReverseModeLogDensity
public interface GradientProvider
Reports whether a differentiable target uses analytic rather than fallback gradients.
-
Method Summary
-
Method Details
-
hasAnalyticGradient
boolean hasAnalyticGradient()
-