Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

nathanaelbosch/probabilistic-exponential-integrators

Repository files navigation

Probabilistic Exponential Integrators - Experiments

Figure 2

This repo contains the experiment code for the paper "Probabilistic Exponential Integrators", accepted at NeurIPS 2023.


The functionality of the paper is implemented in the ProbNumDiffEq.jl package. It provides a range of fast probabilistic ODE solvers for first- and second-order ODEs and DAEs - and also probabilistic exponential integrators. Check out the getting started and the probabilistic exponential integrators tutorials!


Running the experiments

The experiments are located in ./experiments/. Code should be run from the root directory directly.

First open julia, activate the local environment, and instantiate it to install all the packages:

julia> ]
(v1.9) pkg> activate .
(v1.9) pkg> instantiate

and you can quit the pkg environment by hitting backspace.

To run a julia script from the Julia REPL,

julia> include("experiments/1_logistic/run.jl")

Reference

@inproceedings{bosch2023probabilistic,
  title={Probabilistic Exponential Integrators},
  author={Nathanael Bosch and Philipp Hennig and Filip Tronarp},
  booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
  year={2023},
  url={https://openreview.net/forum?id=2dx5MNs2Ip}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages