JuliaGaussianProcesses / KernelFunctions.jl

Julia package for kernel functions for machine learning
https://juliagaussianprocesses.github.io/KernelFunctions.jl/stable/
MIT License
266 stars 32 forks source link

Use `Fill` for `ConstantKernel` #433

Closed theogf closed 2 years ago

theogf commented 2 years ago

Using Fill instead of fill improves the performance but https://github.com/JuliaArrays/FillArrays.jl/issues/170 needs to be solved first. Related PR: #432