-
Hello,
I realize it might be too early for Windows support, but I didn't see an existing issue on this.
In case it hasn't been tested yet, I just wanted to point out that I encountered the following…
-
https://doi.org/10.1093/bioinformatics/btx680
>MOTIVATION:
Annotation of enzyme function has a broad range of applications, such as metagenomics, industrial biotechnology, and diagnosis of enzyme …
-
This could be implemented in a similar way to [`DifferentiateWith`](https://github.com/gdalle/DifferentiationInterface.jl/blob/8077dce045055f76b28adc67c334dbb62ce79a3e/DifferentiationInterface/src/mis…
-
| Metadata | |
| -------- | --- |
| Owner(s) | @ZuseZ4 |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang/lang-team) |
| Goal…
-
#### Current behavior:
8 genes are discovered to be uncorrelated with their corresponding reactions in `Androgen metabolism` and `Prostaglandin biosynthesis`.
| Gene| UniProtID| Reaction| GP…
-
I am on Julia 1.10.3 and Enzyme main (5fc23099cdac3dbdfa9d413ee3f17b34759bb6f2). The following works:
```julia
struct A1{T}
x::T
end
struct B{T}
as::T
end
function f1(x, ::Val{AT})…
-
So @jumerckx and I had this nice discussion on Slack in which we came to the conclusion that we can use Julia's type-inference to select which control-flow statements (I'm thinking of `if` but `for` o…
-
First, let me say that I'm extremely excited about having automatic differentiation like this in Rust --- thank you for your hard work on everything!
I'm trying to compile from a clean checkout of …
-
#### Current behavior:
18 genes are discovered to be uncorrelated with their corresponding reactions in `Retinol metabolism`/`Riboflavin metabolism`
| Gene| UniProtID| Reaction| GPR| Cor…
-
Currently, Enzyme.jl's reverse mode autodiff doesn't work correctly with Bumper.jl because if you give it a `Duplicated` buffer, it'll `+=` accumulate results into the duplicated buffer making the ans…