pyro-ppl / brmp

Bayesian Regression Models in Pyro
Apache License 2.0
70 stars 8 forks source link

Move shared default inference arguments to public inference methods. #31

Closed null-a closed 5 years ago

null-a commented 5 years ago

This change moves the default inference arguments that are shared across back ends to the methods of the GenerateResult class. The idea is that by doing so we make them easier to document, as these methods are part of the public interface.

Tests pass locally.