-
The Julia implementation does finally support this, see
https://github.com/SciML/GlobalSensitivity.jl/pull/133/files#
-
- `modelingtoolkitize` the `DAEProblem` (https://github.com/SciML/ModelingToolkit.jl/issues/866)
- Use symbolic jacobian and sparsity on modelingtoolkitized DAEProblem (https://github.com/SciML/Model…
-
So far there where a few issues with the Runge-Kutta-Nyström solvers concerning their accuracy:
- https://github.com/SciML/DifferentialEquations.jl/issues/726
- https://github.com/SciML/Differenti…
-
Currently the type for the `sqdt` parameter of `SDEIntegrator` is `tType`, which is the same as the type for `dt`.
https://github.com/SciML/StochasticDiffEq.jl/blob/0cd915e95485a62e31368c90201f79d06…
-
## WIP PRs
- [ ] ~#665 -- Attempts to compile Lux models to XLA. While more generally scoped to allow models that cannot be compiled via Reactant, this is particularly hard because we need to give ow…
-
Why are there 2 methods for doing custom linear solves:
https://docs.sciml.ai/LinearSolve/dev/advanced/custom/
https://docs.sciml.ai/LinearSolve/dev/advanced/developing/
it is not clear to me when …
-
Couldn't figure out how to do the correcf dispatching with sciml sensitivity stuff. We don't need to enable different sensitivity algorithms yet, just get the dispatching working correctly.
To get…
-
It looks like currently only RNG -based sampling is supported. As discussed in https://github.com/SciML/Integrals.jl/issues/11 Cuba supports using QMC. It is also supported in https://github.com/ranja…
-
IMO, there should be alignment between “Recommended Methods” section in docs and the polyalgorithms. For example, the polyalgorithm doesn't include GPU solvers, but they are recommended. Or `Feagin14`…
-
It might make sense to layout some potential updates here that would make the workflow nicer and more consistent with other SciML libraries, but be breaking. JumpProcesses has a lot of historical cruf…