Skip to content

Commit

Permalink
Remove Fenrir.jl from the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch authored Jul 17, 2024
1 parent c526f7c commit b648bc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ plot(sol.t, hcat(stds...)', color=["#CB3C33" "#389826" "#9558B2"]

- [probdiffeq](https://pnkraemer.github.io/probdiffeq/): Fast and feature-rich filtering-based probabilistic ODE solvers in JAX.
- [ProbNum](https://probnum.readthedocs.io/en/latest/): Probabilistic numerics in Python. It has not only probabilistic ODE solvers, but also probabilistic linear solvers, Bayesian quadrature, and many filtering and smoothing implementations.
- [Fenrir.jl](https://github.com/nathanaelbosch/Fenrir.jl): Parameter-inference in ODEs with probabilistic ODE solvers. This package builds on ProbNumDiffEq.jl to provide a negative marginal log-likelihood function, which can then be used with an optimizer or with MCMC for parameter inference.

0 comments on commit b648bc6

Please sign in to comment.