Skip to content

Commit

Permalink
update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode authored Sep 26, 2024
1 parent 0665472 commit 3c0e2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ProbNumDiffEq.jl implements many of the methods referenced above and packages th
# Statement of need

Filtering-based probabilistic numerical ODE solvers have been an active field of research for the past decade, but their application in practical simulation and inference problems has been limited.
ProbNumDiffEq.jl aims to help close this gap.
ProbNumDiffEq.jl aims to bridge this gap.
ProbNumDiffEq.jl implements probabilistic numerical methods as performant, documented, and easy-to-use ODE solvers inside the well-established DifferentialEquations.jl ecosystem [@rackauckas2017differentialequations].
Thereby, the package benefits from the extensive testing, documentation, performance optimization, and functionality that DifferentialEquations.jl provides.
Users can easily find help and examples regarding many features that are not particular to ProbNumDiffEq.jl in the DifferentialEquations.jl documentation,
Expand All @@ -61,7 +61,7 @@ We also hope that by providing documented and performant implementations of publ
ProbNumDiffEq.jl is also the only software package in Julia, at the time of writing, that provides a comprehensive set of probabilistic numerical ODE solvers.
Outside of Julia, two other software packages provide a similar functionality.
ProbNum [@wenger2021probnum]
is a Python package that implements probabilistic numerical for various numerical problems, including linear systems, quadrature, and ODEs.
is a Python package that implements probabilistic numerical solution methods for various numerical problems, including linear systems, quadrature, and ODEs.
ProbNum particularly aims to facilitate rapid experimentation and accelerate the development of new methods [@wenger2021probnum].
It is therefore broader in scope and provides functionality not covered by ProbNumDiffEq.jl.
But, it also lacks some of the specialized ODE solvers available in ProbNumDiffEq.jl, and with its reliance on Python and NumPy [@numpy] and the lack of just-in-time compilation, it is also generally less performant.
Expand Down

0 comments on commit 3c0e2a3

Please sign in to comment.