From 3d90b1b3ffb5a61cc36a7ba398fa696c1bddfcc7 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 20 Nov 2015 15:52:19 +0200 Subject: [PATCH] Documentation --- .../latent_function_inference/expectation_propagation.py | 3 +++ 1 file changed, 3 insertions(+) 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