https://github.com/GPflow/GPflow
Revision a00cc3b37543450ca275889713b7bf6418cc219b authored by st-- on 12 March 2020, 12:09:42 UTC, committed by GitHub on 12 March 2020, 12:09:42 UTC
Adds option to pass `K_cholesky` to kullback_leiblers.gauss_kl() for the unwhitened case, instead of `K`. It prevents the double cost of inverting `K` twice, in both conditionals and gauss_kl.
1 parent dd6c59b
History
Tip revision: a00cc3b37543450ca275889713b7bf6418cc219b authored by st-- on 12 March 2020, 12:09:42 UTC
Minor performance improvement: pass Cholesky of K to gauss_kl (#1306)
Tip revision: a00cc3b
File Mode Size
conditionals
config
covariances
expectations
inducing_variables
kernels
likelihoods
models
optimizers
utilities
__init__.py -rw-r--r-- 1.0 KB
base.py -rw-r--r-- 10.2 KB
ci_utils.py -rw-r--r-- 1.1 KB
kullback_leiblers.py -rw-r--r-- 5.1 KB
logdensities.py -rw-r--r-- 3.1 KB
mean_functions.py -rw-r--r-- 5.8 KB
probability_distributions.py -rw-r--r-- 1.7 KB
py.typed -rw-r--r-- 27 bytes
quadrature.py -rw-r--r-- 7.5 KB
versions.py -rw-r--r-- 177 bytes

back to top