https://github.com/GPflow/GPflow
Revision 1e936e01df1c3ba7645cf8a6327262ee3e7b46cf authored by Mark van der Wilk on 30 March 2020, 12:08:03 UTC, committed by GitHub on 30 March 2020, 12:08:03 UTC
We had a report of numerical problems when the tolerance was 1e-40. So in GPflow 1 it got changed to 1e-36, but this wasn't ported to GPflow 2, hence why we're fixing it now.
1 parent 792201d
History
Tip revision: 1e936e01df1c3ba7645cf8a6327262ee3e7b46cf authored by Mark van der Wilk on 30 March 2020, 12:08:03 UTC
Increased tolerance for sqrt in kernels K_r2. (#1388)
Tip revision: 1e936e0
File Mode Size
conditionals
config
covariances
expectations
inducing_variables
kernels
likelihoods
models
optimizers
utilities
__init__.py -rw-r--r-- 1.1 KB
base.py -rw-r--r-- 10.7 KB
ci_utils.py -rw-r--r-- 1.3 KB
kullback_leiblers.py -rw-r--r-- 5.8 KB
logdensities.py -rw-r--r-- 3.3 KB
mean_functions.py -rw-r--r-- 5.8 KB
monitor.py -rw-r--r-- 12.2 KB
probability_distributions.py -rw-r--r-- 1.7 KB
py.typed -rw-r--r-- 27 bytes
quadrature.py -rw-r--r-- 7.7 KB
versions.py -rw-r--r-- 177 bytes

back to top