https://github.com/GPflow/GPflow
Revision 0f6a5d35e2f0f58a36f3cfe22dd43be41265b26b authored by Joshua George Albert on 29 August 2018, 22:11:37 UTC, committed by st-- on 29 August 2018, 22:11:37 UTC
Adds a new feature MixedKernelSeparateMof (SharedIndependentMof subclass) for the most efficient code together with SeparateMixedMok.
1 parent fd6beaa
Raw File
Tip revision: 0f6a5d35e2f0f58a36f3cfe22dd43be41265b26b authored by Joshua George Albert on 29 August 2018, 22:11:37 UTC
Added MixedKernelSeparateMof (#830)
Tip revision: 0f6a5d3
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