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

Ability to pass low-rank mass matrices #683

Open
twiecki opened this issue May 23, 2024 · 1 comment
Open

Ability to pass low-rank mass matrices #683

twiecki opened this issue May 23, 2024 · 1 comment

Comments

@twiecki
Copy link

twiecki commented May 23, 2024

Currently blackjax supports 2 types of mass matrices:

  1. diagonal
  2. full

It would be nice if it would also support low-rank matrices in the form of eigenvalues and eigenvectors.

CC @aseyboldt

@junpenglao
Copy link
Member

I guess you meant support low-rank mass matrix in window adaptation? As for HMC/NUTS low-rank is supported (user do need to construct the 2d metrics):

inverse_mass_matrix: Array,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants