JaxGaussianProcesses / GPJax

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

feat: Migrate PyTree to Equinox or Flax #420

Closed thomaspinder closed 3 weeks ago

thomaspinder commented 9 months ago

Feature Request

To reduce the amount of code required to maintain in GPJax, we should explore migrating our PyTree module to either Equinox or Flax. Aspects to consider would be

Relevant libraries