Skip to content

Commit

Permalink
Add an issue template for new sampler request
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Sep 19, 2022
1 parent 20a1e2b commit e47caed
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/sampler_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: New sampler
about: Request the implementation of a new sampler.
title: ''
labels: ''
assignees: ''
---

<!--
Before suggesting a new sampler, please make sure this hasn't already been suggested by searching through the past issues and the PR tracker.
-->

### Presentation of the new sampler

<!--
Assume that we know nothing about this sampler. Please give us as much information as possible so we can judge it fairly. That includes (but is not limited to):
- Academic article
- Blog posts
- Implementations
- Personnal experience with the algorithm
-->

### How does it compare to other algorithms in blackjax?

<!--
How does it compare in terms of
- Performance
- Generality
- Complexity
-->

### Where does it fit in blackjax

<!--
Please explain to us why you are suggesting this algorithm for integration with blackjax.
-->

### Are you willing to open a PR?

<!--
Tell us whether you are willing to implement the algorithm yourself, and if so if you can share a design plan.
-->

<!-- Thanks for contributing! -->

0 comments on commit e47caed

Please sign in to comment.