-
Dear all,
I'm trying to work with toy ODE that is predator prey.
```
using DifferentialEquations, Plots, ParameterizedFunctions, Random, Distributions, Turing, StatsPlots
predator_prey = @ode…
-
Thanks for this beautiful package!
From the Readme and the blog I understood i) how to use a "normal" ODE as Flux layer (`diffeq_rd`), and ii) how to use a Flux layer to define an ODE (`neural_ode`…
-
We can hopefully get backward propagation using
newtype F a b = F (a -> ( b :* (b -> a) ))
We can add that to the two existing ADs. I'm not sure how to make it `Closed` though; it seems that…
-
Kicked off by this post: https://groups.google.com/forum/#!topic/julia-dev/pQG6bSglkjc, maybe the home page should get a redesign. This issue is a location for discussion and brainstorming ideas for s…
-
I, like 613 other people, was not accepted into this program. The main thing this camp really offers is mentorship and advice from intelligent and well experienced people. While I am certainly not as …
-
Hi,
i am a Phd Student at the Max Planck Institute Magdeburg.
I am working on numerical methods for large scale differential Riccati equations.
I want to use DifferentialEquations.jl to solve a …
-
Hello,
I added two validation scripts in the master branch. Both test the predictions of @osBiophys against neural data.
- `v_osBioPhysEyeMovements` script: This script tests predictions against dat…
-
Hey,
This is a feature request, not a bug report. I'm wondering how you'd feel about giving users easier control over the order of the equations within an `Equations` object. I'm thinking about giv…
-
In my application there is a need to save and restore the collapse/expand state of the tree. So, what I have is this in the document.ready handler:
```
$(function(){
if (sessionStorage.category_tre…