-
Hi patrick,
Just want to know how to use diffrax to solve forward-backward SDE like this which proposed in this [paper](http://arxiv.org/abs/1804.07010):
In these equations, there are 3 evolvi…
-
Design a concurrency + gonum framework to meet the formalism requirements and write this up in markdown.
-
## Related Reference
- Softky W R, Koch C. [The highly irregular firing of cortical cells is inconsistent with temporal integration of random EPSPs](https://www.jneurosci.org/content/jneuro/13/1/334…
-
Song Y, Ermon S. [Generative modeling by estimating gradients of the data distribution](https://proceedings.neurips.cc/paper/2019/file/3001ef257407d5a371a96dcd947c7d93-Paper.pdf).
Yang Song. [Generat…
-
Thanks for the project! I'm facing some trouble running it. I'm getting very serious drifts in odometry when running on the [subt](https://github.com/osrf/subt) simulator(ignition gazebo).
https://…
-
Hi there! Thanks so much for your package. I'm trying to implement a drift-diffusion model with additional source/sink terms in 2-4 space dimensions. More specifically:
![image](https://user-imag…
-
I’m trying to compare the longitudinal diffusion values from our detector to the ones in the literature + the ones modelled by NEST.
If I plot the function used in NEST I get something like this:
…
-
I have a function that repetitively creates a device (let's say a 1D diode) with varying parameters. Since this is a function, it tries to generate meshes ("dio") and devices ("MyDevice") with the sam…
-
Hello. I am new to the Ichthyop framework and please forgive me if the question I am about to ask has already been asked. I have globcurrent velocities (in netcdf format) which I want to use to advect…
-
Hi Patrick,
I want to implement a coupled ODE of the sort :
```
dx/dt = f(x) + y
dy/dt = g(y)
```
I was wondering if it were the same without bigging deeper in the code of ```Multiterm``…