mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
[var_dtc] constant jitter 1e-10
This commit is contained in:
parent
11cc5d16f4
commit
85ae035e32
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class VarDTC(LatentFunctionInference):
|
||||||
For efficiency, we sometimes work with the cholesky of Y*Y.T. To save repeatedly recomputing this, we cache it.
|
For efficiency, we sometimes work with the cholesky of Y*Y.T. To save repeatedly recomputing this, we cache it.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
const_jitter = 1e-6
|
const_jitter = 1e-10
|
||||||
def __init__(self, limit=1):
|
def __init__(self, limit=1):
|
||||||
#self._YYTfactor_cache = caching.cache()
|
#self._YYTfactor_cache = caching.cache()
|
||||||
from ...util.caching import Cacher
|
from ...util.caching import Cacher
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue