-
After https://github.com/domluna/JuliaFormatter.jl/pull/729, the default nesting in the SciML style of functions with many arguments became hard to read, e.g.,
```julia
function alg_cache(alg::Fi…
-
MWE:
```julia
using Flux
ann = Chain(Dense(5, 50, tanh), Dense(50, 4))
p, st = Flux.destructure(ann)
u0 = rand(5)
using Zygote
function dudt_(u, p, t)
st(p)([u..., 1f1])
end
out, bac…
-
The links in the readme to Fourier neural operator (https://github.com/SciML/NeuralOperators.jl/blob/main/src/model.jl), Markov neural operator (https://github.com/SciML/NeuralOperators.jl/blob/main/s…
-
The tutorial: https://docs.sciml.ai/ModelingToolkit/stable/examples/remake/ is very useful for understanding the new parameter setup, but it would be nice if it could show a way for users to specify a…
-
I'm not sure this branch is doing anything:
https://github.com/SciML/OrdinaryDiffEq.jl/blob/dc0e1e733fdd79a6c643cbd0c4f4be03c934cb91/lib/OrdinaryDiffEqExtrapolation/src/algorithms.jl#L50-L57
The lpa…
-
The logo on the top left at `https://docs.sciml.ai/Overview/dev/` goes to `https://docs.sciml.ai/https:/sciml.ai`, which is a broken link.
-
https://docs.sciml.ai/DiffEqDocs/stable/types/ode_types/#Example-Problems has several broken links under the "Source" buttons in the lower right of each box, for example the first such button is https…
liamh updated
9 months ago
-
See https://github.com/SciML/Sundials.jl/issues/420
Update 2024-01-27 this fix is now in the current release of Sundials.jl v4.23.2
Please undo the workaround below with:
julia> ] # packa…
-
The SciML ecosystem strongly prefers Lux.jl (see https://github.com/SciML/DiffEqFlux.jl README)
it would be nice if Transformers.jl could also be put on top of Lux.jl
-
**Suggestion**
In Lecture 3, "Tuples are contravariant and heterogeneously typed with a parameter per internal object." should be read as "Tuples are *covariant*...".
**Identification**
https://…