Sebastian Persson

Results 6 issues of Sebastian Persson

**Is your feature request related to a problem? Please describe.** As noted in the docs directly calling `adjoint_sensitivities` can be more efficient, and it is what we for example do...

Thanks for this package. I tried the example in the README with `progress=true` (on Julia 1.10 and AdvancedHMC v0.6.1): ```julia using AdvancedHMC, ForwardDiff using LogDensityProblems using LinearAlgebra # Define the...

**Is your feature request related to a problem? Please describe.** Sometimes when parameter estimating ODE-models, or when importing a model in the SBML format, event time-points are dependent on model...

Thanks for this package, great that Julia has a pathfinder implementation! Regarding the issue, when running `multipathfinder` for a hard to integrate ODE model, for one of the initial points...

Thanks for this interesting package! For a Bayesian inference problem for an ODE model in biology I would like to test Pigeon.jl. As explorer I would like to use `AutoMALA`...

**Describe the bug 🐞** When I create a `SDEProblem` from a `SDEFunction` I built via a `SDESystem` I get sefault when trying to solve an `EnsembleProblem` for large enough `trajectories`....

bug