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
core
models
multioutput
params
saver
training
__init__.py -rw-r--r-- 1.7 KB
_settings.py -rw-r--r-- 5.7 KB
_version.py -rw-r--r-- 597 bytes
actions.py -rw-r--r-- 11.9 KB
conditionals.py -rw-r--r-- 16.5 KB
decors.py -rw-r--r-- 7.2 KB
dispatch.py -rw-r--r-- 435 bytes
expectations.py -rw-r--r-- 39.1 KB
features.py -rw-r--r-- 5.7 KB
gpflowrc -rw-r--r-- 483 bytes
kernels.py -rw-r--r-- 27.9 KB
kullback_leiblers.py -rw-r--r-- 3.8 KB
likelihoods.py -rw-r--r-- 23.8 KB
logdensities.py -rw-r--r-- 3.3 KB
mean_functions.py -rw-r--r-- 5.4 KB
misc.py -rw-r--r-- 7.4 KB
priors.py -rw-r--r-- 4.5 KB
probability_distributions.py -rw-r--r-- 1.7 KB
quadrature.py -rw-r--r-- 9.7 KB
session_manager.py -rw-r--r-- 4.4 KB
test_util.py -rw-r--r-- 3.5 KB
transforms.py -rw-r--r-- 12.5 KB

back to top