-
Consider porting all of the following:
- [x] 2-Category.agda
- [x] 2-Category/Categories.agda
- [x] Adjunction.agda
- [x] Adjunction/Composition.agda
- [x] Adjunction/CompositionLaws.agda
- [x…
-
As we discussed, it would be nice to eventually set up support in Meep for [adjoint method](https://math.mit.edu/~stevenj/18.336/adjoint.pdf) calculations of parameter sensitivies for topology optimiz…
-
First of all thank you for all of the work that went into this!
I've been trying to get the gist of DiffEqFlux and I'm having a hard time solving a seemingly trivial problem: I'm trying to solve a Ne…
-
The FO_Thermo_Wet_Bed test is failing in some of the nightlies:
http://cdash.sandia.gov/CDash-2-3-0/testDetails.php?test=4725617&build=86690
http://cdash.sandia.gov/CDash-2-3-0/testDetails.php?te…
-
According to the discussion in
https://github.com/under-Peter/OMEinsum.jl/pull/17#discussion_r290195796
There are some examples in Zygote source code about defining `@adjoint!`.
Since how gradien…
-
Circuitscape.jl tests pass (with 1 known error) on 1.3-rc5 and earlier releases. However on master (Julia Version 1.4.0-DEV.512 Commit 5516f40839 (2019-11-20 18:41 UTC)), I noticed more test failures.…
-
I'm trying to use custom types following http://fluxml.ai/Zygote.jl/dev/adjoints/#Custom-Types-1 , but I can't override the adjoint of getproperty.
s.E doesn't work where as getproperty(s,:E) does w…
-
Moving this discussion here from #29. We currently have a consistent way of treating complex numbers that's useful in the case of real-valued output (for gradient descent) but not always aligned with …
-
When multiplying Dense matrices by sparse vectors the speed seems to degrade too much if the dense matrix is an adjoint.
```julia
percent_nonzeros = 0.01
W = rand(15000, 2);
x_sp = sprand(15000…
-
Hi,
I want to solve a PDE on a cube and the periodic conditions are imposed on all three opposite face pairs. This equation has a trivial constant solution and I can attach a NullSpace in PETSc sol…