JaxGaussianProcesses / GPJax

Gaussian processes in JAX.
https://docs.jaxgaussianprocesses.com/
Apache License 2.0
436 stars 51 forks source link

Cleanup src #419

Closed thomaspinder closed 9 months ago

thomaspinder commented 9 months ago

Type of changes

Checklist

Description

Tighten up the underlying codebase by removing aspects of the code that are either incongruent with the entire API, or introduce too much boilerplate code for their returned utility. The code being removed is deeply woven into the source code, so adding deprecations is not possible.

Notes:

Issue Number: N/A