-
**Provide the solver name**
Laplace Gillespie Solver
**Link a paper or provide a reference for the described solver**
https://arxiv.org/abs/1601.01490
**Describe a usecase of the solver**
The…
-
Hello! I was trying to run the main.py, however, I found that the `Solver` was missing, which I believe contained the codes for the DRNet.
Would you kindly take a look and update the codes?
-
Tested in `rocker/r-ver`.
## pak devel
``` r
install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/devel/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
#> In…
pat-s updated
4 hours ago
-
-
I'm not sure if it's a bug or if I'm doing something wrong. I have a larger model with about 150 nodes where the solver stops working after about 1 minute working. I have tried to identify the problem…
-
Hi, apologies for the naive question. Is there any reason (other than performance) for the `IntCst` type to always be i32? Would it make sense to have numbers base on `i64` or even arbitrary numbers t…
-
### 🚀 The feature, motivation and pitch
Many libraries, such as `qpsolvers` provide solvers for solving quadratic programming using various methods from the literature.
A [quadratic programming pr…
-
-
There's lots proposals for a constraint syntax, not at all centralised so I'm adding to the chaos with another proposal
There's my original non-solver constraints write up https://github.com/KittyCAD…
-
I am able to use different implicit ODE solvers and they works well most of the times with my Solid Oxide Fuel Cell (SOFC) model developed in VoronoiFVM. I would like to simulate the impedance of SOFC…