-
@PierreMartinon As discussed: probable shift in `parse_DOCP_solution_dual` when retrieving the multipliers associated with the dynamics (= adjoints). Bug seem to be activated for problems with nonline…
-
Make enhancements and fixes to the linear algebra package. For example, we currently don't even have a proper definition for a Unitary matrix to be able to declare
U^{-1} = U^{\dag}
One minor iss…
-
Hello folks,
As noticed by @nogueirapeterson, we are experiencing numeric precision errors with `np.float64` in adjoint tests, he introduced this errors on Slack ([here](https://devitocodes.slack.…
-
Currently (Julia 1.4-DEV), broadcasting with Set produces a result that relies on iteration order of `Set` which is not meaningful:
```julia
julia> Set([1,2]) .+ Set([3,4])
2-element Array{Int64,…
-
## Description
This is a meta issue to list out the steps needed for static matrices (list is in no particular order). If I'm missing anything please make a comment and I'll update
- [x] A. Code…
-
Hi Chris!
Thanks for this cool package. I wonder what the intended scope of this package is, and how it compares to something like [Turing.jl](https://github.com/TuringLang/Turing.jl). Also if you …
-
OK, so this is pretty speculative as the reverse differentiation packages are not there yet, but let's dream for a moment. It would be awesome to be able to just use reverse-mode differentiation on co…
-
Sometimes I want to treat bit vectors as row vectors. A `StaticBitVector` can be wrapped in a `Transpose` type, but then most of the custom functionality of `StaticBitVectors` is lost. Another annoy…
-
It appears that ChainRules v1.58.1 and TemporalGPs v0.6.5 both define adjoints for static arrays.
Loading static arrays, chain rules, and temporalGPs in one session results in:
``julia
WARNING: …
-
First off, awesome idea/package! It's been quite useful in my own work.
I was really excited to use your package in conjunction with [StructArrays](https://github.com/piever/StructArrays.jl) but r…