-
Dear author:
I would like to extend my heartfelt congratulations on your paper being accepted at NeurIPS 2024! This is an incredible achievement, and it’s clear that your work, WeatherGFT, has made a…
-
https://arxiv.org/abs/2007.04504 from @jessebett . Have you thought about using TaylorSeries.jl for a Julia implementation?
-
Hello, I was wondering if the code currently supports solving a BVP of the form $L(u) = v,$ where $L$ is some differential operator, $u(x,y), v(x,y) \in \mathbb{R}^2$ and $x$ and $y$ are scalar coordi…
-
Hi, great work, and thanks for the code!
I was wondering if the following is possible.
I have a system of ODEs (two ODEs):
`x_state = f(x, t, theta)`
`0 = d {g(x, t, phi)} / dx`
Simply …
ojus1 updated
2 years ago
-
I'm currently implementing a model where some species evolve according to ODEs and some according to the SSA. This causes some reactions to have variable rates (due to the ODEs), even if their rate on…
-
Would this be able to pull large ODEs from model objects?
In particular, ones used in the MRGsolve package?
-
@isaacsas had an interesting point that since concentrations and amounts should always be positive, why not add PositiveDomain on them by default? @TorkelE you had some example problems that were hitt…
-
#### Summary:
In Pred1_general_solver.hpp, pred1 calls pmetrics_solver as:
```
pred_V = pmetrics_solver(f, init_vector, InitTime_d, EventTime_d, theta, rate_d, idummy);
```
Right now, all the par…
-
I've looked through the code and help pages, but I can't find a simple way to be able to simulate the means and covariances of the LNA over time - the simulation just returns draws from the LNA (at le…
-
Hello, I have a question regarding an error that I am facing when solving systems of ODEs with more than 32 equations:
you can take a look at this [other github issue](https://github.com/SciML/Cata…