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
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 283 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 828 bytes
.pylintrc -rw-r--r-- 14.6 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 182 bytes
Makefile -rw-r--r-- 597 bytes
README.md -rw-r--r-- 9.3 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 9 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.5 KB
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.5 KB
tests_requirements.txt -rw-r--r-- 219 bytes

README.md

back to top