https://github.com/GPflow/GPflow
Revision a2afceeb461bf3721007dacdd03c8cb6ce8248fc authored by sanket-kamthe on 30 August 2018, 09:23:09 UTC, committed by st-- on 30 August 2018, 09:23:09 UTC
Adds RBF cross covariance in expectations.
Previous implementation defaulted to quadrature expectations for cross co-variance when kernel and feature were not the same.
1 parent 0f6a5d3
Raw File
Tip revision: a2afceeb461bf3721007dacdd03c8cb6ce8248fc authored by sanket-kamthe on 30 August 2018, 09:23:09 UTC
RBF Cross-Covariance (#754)
Tip revision: a2afcee
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Emacs backups
*~

# Pycharm IDE directory
.idea

# IPython Notebooks
.ipynb_checkpoints

# VSCode
.vscode
back to top