tensorflow / tensorflow/probability
Provide a resimulation Metropolis TransitionKernel
Open
Nobody has claimed this yet.
enhancement
good first issue
mcmc
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Idea for usage:
kernel = tfp.mcmc.ResimulationMetropolis(
target_log_prob_fn=...,
proposal_dist=tfp.some.distribution,
seed=124)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides only a proposed ResimulationMetropolis usage example and names no files, tests, or entry points. Begin by clarifying the intended resimulation behavior and how it differs from existing transition kernels; done requires an agreed API and tests covering the specified behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100