Skip to content

Allow multivariate proposal distributions in RandomWalk - #557

Open
BJMCox wants to merge 2 commits into
mainfrom
fix-549-multivariate-random-walk
Open

Allow multivariate proposal distributions in RandomWalk#557
BJMCox wants to merge 2 commits into
mainfrom
fix-549-multivariate-random-walk

Conversation

@BJMCox

@BJMCox BJMCox commented Aug 16, 2026

Copy link
Copy Markdown
Member

Fixes #549.

Accept dimension-matched multivariate distributions directly as RandomWalk proposals while preserving measure normalization.

Main code: +2/-6.

@BJMCox BJMCox self-assigned this Aug 16, 2026
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.44%. Comparing base (6e8795f) to head (b861977).

Files with missing lines Patch % Lines
src/samplers/mcmc/mh_sampler.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #557      +/-   ##
==========================================
- Coverage   65.45%   65.44%   -0.01%     
==========================================
  Files         121      121              
  Lines        7060     7061       +1     
==========================================
  Hits         4621     4621              
- Misses       2439     2440       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BJMCox
BJMCox force-pushed the fix-549-multivariate-random-walk branch 2 times, most recently from 2c273c0 to 28ae251 Compare September 1, 2026 12:06
@BJMCox
BJMCox force-pushed the fix-549-multivariate-random-walk branch from 28ae251 to b861977 Compare September 1, 2026 12:29
@BJMCox
BJMCox marked this pull request as ready for review September 1, 2026 12:33
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.

Allow multivariate proposal distributions in RandomWalk

1 participant