theogf / AugmentedGaussianProcesses.jl

Gaussian Process package based on data augmentation, sparsity and natural gradients
https://theogf.github.io/AugmentedGaussianProcesses.jl/dev/
Other
135 stars 9 forks source link

Adapt to new InducingPoints.jl API #114

Closed theogf closed 2 years ago

theogf commented 2 years ago

This uses inducingpoints(alg, x kwargs...) instead of initZ(alg, x; kwargs...)

simsurace commented 2 years ago

Closes #115