JuliaGaussianProcesses / Stheno.jl

Probabilistic Programming with Gaussian processes in Julia
Other
340 stars 26 forks source link

Introduce BaseKernel type #101

Closed willtebbutt closed 4 years ago

willtebbutt commented 4 years ago

Creates a distinction between Kernels that comprise other Kernels, and Kernels that don't. This is inline with stuff in KernelFunctions.jl, and moves Stheno closer to compatibility.