mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
Documentation
This commit is contained in:
parent
2f2f36fbc8
commit
3d90b1b3ff
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ class EPBase(object):
|
||||||
:type eta: float64
|
:type eta: float64
|
||||||
:param delta: damping EP updates factor.
|
:param delta: damping EP updates factor.
|
||||||
:type delta: float64
|
: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__()
|
super(EPBase, self).__init__()
|
||||||
self.always_reset = always_reset
|
self.always_reset = always_reset
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue