Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Migrate PyTree to Equinox or Flax #420

Open
thomaspinder opened this issue Nov 28, 2023 · 0 comments
Open

feat: Migrate PyTree to Equinox or Flax #420

thomaspinder opened this issue Nov 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@thomaspinder
Copy link
Collaborator

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

  • Ease of defining the parameters' support e.g., the variance is defined on the strictly positive real line
  • State of parameters' value e.g., as leaves in the PyTree (as currently) or as a stateful objects (as in Flax)
  • Compatability with wider ecosystems i.e., optimistix, BlackJax, NumPyro

Relevant libraries

@thomaspinder thomaspinder added enhancement New feature or request help wanted Extra attention is needed labels Nov 28, 2023
@thomaspinder thomaspinder self-assigned this Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant