-
_Enzyme.jl -- Reverse mode diff'n on LLVM IR for Julia_, [https://www.youtube.com/watch?v=gFfePK44ICk](https://www.youtube.com/watch?v=gFfePK44ICk)
This talk was very hard to do, I guess timestamps…
-
How much of the categories library works when truncation is removed from the definition of category?
The reason I ask is because I would like to use some of this category theory, but I can't since …
-
The underlying problem is that we need to represent the generated `f(du,u,p,t)` in a way where `p` can hold the necessary parameters while also being a valid object for the optimal control. Without th…
-
#### Summary:
Originally reported by @avehtari using a larger model. This is breaks sampling behavior when using `STANCFLAGS=--O1`
#### Reproducible Steps:
```stan
transformed data {
in…
-
I'm not certain if this is an issue with bridgestan or coming from somewhere else in the toolchain, but if I install gxx from conda-forge, install bridgestan from pypi, and then compile a model reques…
-
[Differentiation Notation](https://en.wikipedia.org/wiki/Notation_for_differentiation)
- Leibniz's notation: $\frac{d^nf}{dx^n}$, $df=f'(x) \cdot dx$
- Lagrange's notation: $f^{(n)}(x)$
- D-notat…
-
Discussion landed at a few concrete tasks to help with mitigating how confusing global phase in simulation can be:
- [x] #1370
- [x] #1388
- [x] #1450
- [x] https://github.com/qir-alliance/qir-r…
-
This bug is an unexpected consequence of https://github.com/aesara-devs/aesara/pull/928 and rewrites that make certain assumptions: https://github.com/aesara-devs/aesara/issues/1089#issuecomment-12915…
-
I want to create a custom model, that holds two Lux.Chains within. The following Code demonstates this:
```julia
using ComponentArrays,Zygote,Lux,StableRNGs,ForwardDiff
# Create reproducible rn…
-
https://github.com/stan-dev/rstan/pull/887 is huge and I think the PR thread will eventually become impossible to follow. So I am opening this issue where you can post anything that is missing in the …