-
Hey everyone,
I was surprised that none of the univariate methods use derivatives. I did a little research and found a method published by [Davidson](https://epubs.siam.org/doi/abs/10.1137/0801001)…
-
how Margus minimizes automata - reduction of nondeterministic symbolic automata
-
MWE:
```julia
module MWE
import Bijectors, Enzyme, Distributions, LinearAlgebra
function f(θ)
layer = Bijectors.PlanarLayer(θ[1:2], θ[3:4], θ[5:5])
flow = Bijectors.transformed(Distributions.…
-
MWE:
```julia
julia> module MWE
import Bijectors, Enzyme, Distributions, LinearAlgebra
function f(θ)
layer = Bijectors.PlanarLayer(θ[1:2], θ[3:4], θ[5:5])
flow = B…
-
**Problem description**
Currently, the basic event data included in explicit subscriptions (for eg. in device-roaming-status-subscriptions.yaml
) includes the device info. Do we need to send back th…
-
http://acm.math.spbu.ru/~sk1/courses/1819s_au3/conspect/conspect.pdf
-
The `optimize` method is necessary to mutualize code for maximization and minimization. However, it could be made private because its use may be ambiguous.
For instance, the `minimize` parameter be…
-
First of all, I would like to thank all the contributors to this library!
For our project, we've been searching for a Coq library of monad theory and among few alternatives we chose `monae`.
Curre…
eupp updated
11 months ago
-
MWE:
```julia
import Enzyme
import Distributions
import Random
import PDMats
import LinearAlgebra
import StableRNGs
rng = StableRNGs.StableRNG(23)
m = Random.randn(rng, 3, 3)
m = PDMats.PDMat(m'*m + 5…
-
[2wpa.pdb.txt](https://github.com/openmm/openmm/files/13319836/2wpa.pdb.txt)
The following energy minimization ends at a state with max. absolute force element = 7.6e7 kJ/mol/nm.
When I use my o…