-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
The todo item is marked as complete does not reflect the main branch, but sunxd/v0.10 branch.
Issues to Address
- CompatHelper: bump compat for JuliaSyntax to 1, (keep existing compat) #287
- Clarify imported functions can be used in BUGS model #294
-
conditionis doing too much: maybe separate it intocondition+create sub-model for#252 - Correctness issue with MHFromPrior sampler #250
- [feature request] one-arg
tempered_evaluate#260 - Add
Aquatests #285 - Add a test for parallel and distributed sampling #118
- Rename
register_primativetobugs_primative#302 (by @arnavk23) -
offor specifying parameter type #324
Refactoring
- Graph: more correctness tests
- Gibbs: improve performance and make the implementation more clear
-
(future)LogDensityProblems.logdensity_and_gradientprobably can be implemented withDifferentiationInterfaceand thus simplify code related toADgradientWrapper(we would still need to be compatible with the latter, but introduce aget_modelfunction)
More Tests
-
Properly test AD packages:(opt for better documentation)- currently the story is: use
ReverseDiff (compiled)for performance when evaluating with graph,MooncakeorEnzymewith the generated source because the generated source mutates. It'll be better to make this clear by printing instructions after the model compilation.
- currently the story is: use
Documentation
- Update with the new Julia
modelmacro syntax - Use DifferentiationInterface and Mooncake in documentation
- There should be a section on picking AD backends
- Source Generation: make clear it only work with parameter transformation and with Mooncake
Others
- Remove
archivefolder and find alternative home for some of the idea here
Metadata
Metadata
Assignees
Labels
No labels