-
Hi to everyone,
first of all, thank you very much for all your work.
I am implementing a macroeconomic model with multiple agents, and the new multiagent feature is very useful. However, recent ch…
-
Fails:
```
julia> @model function gdemo()
μ ~ Normal(0, 1) # Our prior is a standard normal
x .~ Normal(μ, 1) # Our data follows a normal distribution
return nothi…
-
It is mentioned in the [manual](https://lux.csail.mit.edu/stable/manual/nested_autodiff) that "You can use `Zygote.jacobian` as well but ForwardDiff tends to be more efficient here".
Switching to Zy…
-
## Code sample
I provide a minimal repo with 40 lines of code for this issue: https://github.com/TOPbuaa/mini_test_rand.
## Summary
When I use rand inside a struct with the same seed, the res…
-
[Project: Add wasm32-unknown-unknown support (WASM) #93](https://github.com/alexcrichton/bzip2-rs/pull/93) is a candidate to bring WASM support
-
> Julia Extension: Please contact us! Your extension just crashed with a bug that we have been trying to replicate for a long time. You could help the development team a lot by contacting us at http…
-
It seems as though the C library supports testing random streams using unsigned 32 integers. However the `TestU01.Unif01.create_extern_gen_int32` function expected signed 32bit integers. This seems to…
-
The inplace Lux functions currently fail because it constructs a matrix
```julia
using Reactant, Lux, Random
using Test
# Generate some data for the XOR problem: vectors of length 2, as column…
-
Hi,
this line is scalar indexing in a pullback:
https://github.com/SciML/SciMLSensitivity.jl/blob/1997fb1a2c288f3da37f61c7b0894eb4e42c5cd6/src/derivative_wrappers.jl#L899
This means you can't diff …
-
### Background and motivation
#47085, merged for .NET 6, introduced some impressive upgrades to the algorithm behind `System.Random`. The new algorithm is dramatically faster, and it also doesn't h…