[ep] now calling exact inference instead of copying code

This commit is contained in:
Max Zwiessele 2015-09-11 15:47:07 +01:00
parent 79bfbfc776
commit 8132084de6
7 changed files with 56 additions and 75 deletions

View file

@ -258,4 +258,4 @@ class Bernoulli(Likelihood):
return Ysim.reshape(orig_shape)
def exact_inference_gradients(self, dL_dKdiag,Y_metadata=None):
pass
return np.zeros(self.size)