Skip to content

Make MCMCMultiProposal defaults constructible - #543

Open
BJMCox wants to merge 1 commit into
mainfrom
fix-533-mcmc-multiproposal-defaults
Open

Make MCMCMultiProposal defaults constructible#543
BJMCox wants to merge 1 commit into
mainfrom
fix-533-mcmc-multiproposal-defaults

Conversation

@BJMCox

@BJMCox BJMCox commented Aug 16, 2026

Copy link
Copy Markdown
Member

Fixes #533.

Normalize tuple proposal inputs to vectors and use RandomWalk as the backend-independent default. Existing proposal and picking-rule validation remains in place.

Main code: +18/-4.

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.13%. Comparing base (6e8795f) to head (4311d51).

Files with missing lines Patch % Lines
src/samplers/mcmc/mcmc_multiproposal.jl 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #543      +/-   ##
==========================================
+ Coverage   65.45%   67.13%   +1.68%     
==========================================
  Files         121      121              
  Lines        7060     7069       +9     
==========================================
+ Hits         4621     4746     +125     
+ Misses       2439     2323     -116     

☔ 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-533-mcmc-multiproposal-defaults branch 3 times, most recently from 2c8da81 to 148b4b2 Compare September 1, 2026 12:06
@BJMCox
BJMCox force-pushed the fix-533-mcmc-multiproposal-defaults branch from 148b4b2 to 4311d51 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.

Make MCMCMultiProposal defaults constructible

1 participant