Skip to content

Commit

Permalink
Merge 9b4ca7c into 7ce1c39
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberface committed Oct 20, 2021
2 parents 7ce1c39 + 9b4ca7c commit b27e64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gaussian-process-priors/script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ kernels = [
LinearKernel(),
compose(PeriodicKernel(), ScaleTransform(0.2)),
NeuralNetworkKernel(),
GibbsKernel(; lengthscale=x -> sum(exp sin, x)),
]
plot(
[visualize(k) for k in kernels]...;
Expand Down

0 comments on commit b27e64e

Please sign in to comment.