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

Remove transform from MCLMC #623

Merged
merged 6 commits into from
Dec 10, 2023

Conversation

reubenharry
Copy link
Contributor

@reubenharry reubenharry commented Dec 10, 2023

MCLMC had previously carried around transformed_position in its info, which is both unnecessary and at odds with the design of blackjax.

Now removed, and tests and tuning appropriately changed.

Close #615

Copy link

codecov bot commented Dec 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4ae2faf) 99.22% compared to head (7328225) 99.26%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #623      +/-   ##
==========================================
+ Coverage   99.22%   99.26%   +0.03%     
==========================================
  Files          57       57              
  Lines        2581     2582       +1     
==========================================
+ Hits         2561     2563       +2     
+ Misses         20       19       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@junpenglao junpenglao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you!

@junpenglao junpenglao merged commit e05b5fe into blackjax-devs:main Dec 10, 2023
7 checks passed
junpenglao pushed a commit that referenced this pull request Mar 12, 2024
* ADD TRANSFORM

* ADD TRANSFORM

* ADD DOCSTRING AND TEST

* REMOVE TRANSFORMED_X FROM INFO

* REMOVE TRANSFORMED_X FROM INFO
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

Successfully merging this pull request may close these issues.

Remove transform from MCLMC, and place it in run_inference_loop
2 participants