fixed vector parameters should be possible
Open
@mcfreund is already working on this.
Since Nov 2, 2025.
enhancement
- Dominant language
- Python
- Stars
- 124
- Forks
- 24
- Avg merge
- 19h 32m
- Merged PRs (30d)
- 60
Description
We allow parameters to be passed as fixed `float`, in which case they are taken out of the graph of random variables and are just fixed in the likelihood.
Somehow we do not allow parameters to be fixed as vectors however, which is likely because it necessitated some special logic and was pushed down the priority list some time in the past.
This functionality is increasingly requested by users however and needs to move up the deck now.
@mcfreund kindly volunteered to take a look with our help.
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.
Assessment
This issue has not been assessed yet.