https://github.com/GPflow/GPflow
Revision af89b6da49983f8487bab350dc64f2277903d500 authored by st-- on 22 August 2018, 10:26:46 UTC, committed by GitHub on 22 August 2018, 10:26:46 UTC
Stationary kernels are now implemented by K_r2 as a function of the scaled square distance or K_r as a function of the scaled Euclidean distance, see the docstrings for details. scaled_square_dist and scaled_euclid_dist are deprecated, and square_dist and euclid_dist are removed. RBF is now an alias for SquaredExponential.
1 parent 51e17ae
History
Tip revision: af89b6da49983f8487bab350dc64f2277903d500 authored by st-- on 22 August 2018, 10:26:46 UTC
Cleaning up stationary kernel implementations (#827)
Tip revision: af89b6d
File Mode Size
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 286 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 811 bytes
.pylintrc -rw-r--r-- 14.6 KB
.travis.yml -rw-r--r-- 672 bytes
Dockerfile -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 166 bytes
README.md -rw-r--r-- 5.5 KB
RELEASE.md -rw-r--r-- 6.9 KB
codecov.yml -rw-r--r-- 268 bytes
contributing.md -rw-r--r-- 7.3 KB
docs_require.txt -rw-r--r-- 404 bytes
notebooks l--------- 21 bytes
roadmap.md -rw-r--r-- 506 bytes
run_tests.sh -rwxr-xr-x 896 bytes
setup.py -rw-r--r-- 2.3 KB

README.md

back to top