diff --git a/GPy/inference/latent_function_inference/expectation_propagation.py b/GPy/inference/latent_function_inference/expectation_propagation.py index 2393eb67..b2a3d4b6 100644 --- a/GPy/inference/latent_function_inference/expectation_propagation.py +++ b/GPy/inference/latent_function_inference/expectation_propagation.py @@ -20,6 +20,9 @@ class EPBase(object): :type eta: float64 :param delta: damping EP updates factor. :type delta: float64 + :param always_reset: setting to always reset the approximation at the beginning of every inference call. + :type always_reest: boolean + """ super(EPBase, self).__init__() self.always_reset = always_reset