https://github.com/GPflow/GPflow
Revision 6a1abd4230b4fad999a037c10b0c365ebc3a5634 authored by Joe Hall on 21 November 2019, 16:09:52 UTC, committed by st-- on 21 November 2019, 16:09:52 UTC
Turns the Periodic kernel into a wrapper-kernel that takes any Stationary kernel as an argument `base` and turns it into a periodic version. Backwards-incompatible but more flexible and less code!
1 parent 9cdb2a2
History
Tip revision: 6a1abd4230b4fad999a037c10b0c365ebc3a5634 authored by Joe Hall on 21 November 2019, 16:09:52 UTC
Porting the generalized periodic kernel (#1158)
Tip revision: 6a1abd4
File Mode Size
__init__.py -rw-r--r-- 154 bytes
reference.py -rw-r--r-- 2.0 KB
test_broadcasted_conditionals.py -rw-r--r-- 8.5 KB
test_conditionals.py -rw-r--r-- 4.0 KB
test_config.py -rw-r--r-- 4.0 KB
test_coregion.py -rw-r--r-- 7.4 KB
test_deepcopy.py -rw-r--r-- 1.2 KB
test_expectations.py -rw-r--r-- 10.5 KB
test_features.py -rw-r--r-- 4.1 KB
test_gplvm.py -rw-r--r-- 4.3 KB
test_kernels.py -rw-r--r-- 18.5 KB
test_kldiv.py -rw-r--r-- 5.2 KB
test_likelihoods.py -rw-r--r-- 19.2 KB
test_logdensities.py -rw-r--r-- 4.0 KB
test_mcmc_helper.py -rw-r--r-- 3.2 KB
test_mean_functions.py -rw-r--r-- 11.2 KB
test_method_equivalence.py -rw-r--r-- 11.2 KB
test_methods.py -rw-r--r-- 9.4 KB
test_model.py -rw-r--r-- 1.5 KB
test_multioutput.py -rw-r--r-- 24.9 KB
test_multioutput_features.py -rw-r--r-- 2.2 KB
test_natural_gradient.py -rw-r--r-- 4.9 KB
test_notebooks.py -rw-r--r-- 2.8 KB
test_predict.py -rw-r--r-- 6.9 KB
test_printing.py -rw-r--r-- 16.7 KB
test_prior.py -rw-r--r-- 3.2 KB
test_quadrature.py -rw-r--r-- 2.9 KB
test_scaled_euclid_dist.py -rw-r--r-- 1.9 KB
test_training.py -rw-r--r-- 4.1 KB
test_uncertain_conditional.py -rw-r--r-- 9.4 KB
test_utilities.py -rw-r--r-- 1.6 KB
test_variational.py -rw-r--r-- 8.1 KB

back to top