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
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top