JaxGaussianProcesses / JaxLinOp

Linear Operators in JAX.
Apache License 2.0
12 stars 0 forks source link

dev: Take full advantage of linear operators and kernel computation. #26

Open daniel-dodd opened 1 year ago

daniel-dodd commented 1 year ago

Currently, we only take advantage of savings for computing the kernel gram matrix, and computing a gram solve in GP predictions.

We neglect:

Suggestion would be to create an abstract Gaussian distribution class with its covariance function defined as a linear operator. We could then define efficient schemes for computing the pdf, sampling and calculating KL divergences.

thomaspinder commented 1 year ago

Can this issue be closed now?