-
**Submitting author:** @omalled (Daniel O'Malley)
**Repository:** https://github.com/OrchardLANL/DPFEHM.jl
**Branch with paper.md** (empty if default branch):
**Version:** v0.1.1
**Editor:** @jed…
-
When I run this code:
```julia
using OrdinaryDiffEq, DiffEqFlux
using Optimization, OptimizationOptimisers, OptimizationOptimJL
using ComponentArrays, Lux, Plots, Random, StatsBase
using Delimite…
-
Hi,
First of all, Excelent package! Looking forward to test it.
I was looking at the code, and I saw the zygote dependency, and that dependency is only used for the `@adjoint` macro. That macro is…
-
In connection with what we're doing here at Aarhus, I want to start integrating guarded features with this language; this is a good example of where we'd want user-configurable flags as in RedPRL/alga…
-
This function throws "internal compiler error: Segmentation fault" using the example workflow in the vignette. Full error message:
Compiling Stan program...
In file included from stan/lib/stan_mat…
-
The section "Custom Adjoints" (or, in fact, the "Home" section, or the README on Github) doesn't clearly describe what an "adjoint" is in Zygote's (or mathematical) terms, and what `@adjoint` _should_…
-
found this when defining Zygote adjoints
```julia
Zygote.@adjoint function LinearAlgebra.tr(x)
tr(x), function (Δ)
# blabla
end
end
```
`Δ` is undefined here
version: 0…
-
See https://discourse.julialang.org/t/mul-matrix-matrix-uppertriangular-is-really-slow/69368. CC @Luapulu
`mul!` doesn’t use BLAS when the second matrix is an `AbstractTriangular`:
```julia
julia…
-
I want to autodiff through a complex ODE (the Schrödinger equation) with solution `v(t) = exp(1.0im * t * H)`, where `H` is a matrix. The problem is inherently complex. I encountered issues, so I trie…
-
@JuliaRegistrator register