https://github.com/GPflow/GPflow
Revision 3f5cdd873c4df57737478d08119b92b4b92df37d authored by st-- on 13 February 2020, 11:37:15 UTC, committed by GitHub on 13 February 2020, 11:37:15 UTC
Previously, `Periodic` did not take active_dims, but the Kernel base class specifies active_dims as part of the interface, so this PR adds getter/setter that pass through to the base kernel, as well as accepting active_dims in the Periodic() constructor but raising an error when it is not consistent with base.active_dims.
1 parent 24426b3
History
Tip revision: 3f5cdd873c4df57737478d08119b92b4b92df37d authored by st-- on 13 February 2020, 11:37:15 UTC
Improve documentation and behaviour of Periodic kernel (#1231)
Tip revision: 3f5cdd8
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-- 964 bytes
kullback_leiblers.py -rw-r--r-- 4.7 KB
logdensities.py -rw-r--r-- 3.0 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.7 KB
versions.py -rw-r--r-- 177 bytes

back to top