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
Raw File
Tip revision: 6a1abd4230b4fad999a037c10b0c365ebc3a5634 authored by Joe Hall on 21 November 2019, 16:09:52 UTC
Porting the generalized periodic kernel (#1158)
Tip revision: 6a1abd4
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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