/DiffEqBenchmarks.jl

Benchmarks for the DiffEq Solvers

Primary LanguageJupyter Notebook

DiffEqBenchmarks.jl

Join the chat at https://gitter.im/JuliaDiffEq/Lobby

DiffEqBenchmarks.jl holds Jupyter notebooks showing the benchmarks for the JuliaDiffEq ecosystem.

Viewing the Notebooks Locally

To view the notebooks locally and interact with the contents, use the following commands (requires IJulia):

Pkg.clone("https://github.com/JuliaDiffEq/DiffEqBenchmarks.jl")
using IJulia
notebook(dir=Pkg.dir("DiffEqBenchmarks"))

Table of Contents

The notebooks can be viewed remotely on Github or via nbviewer

The following tests were developed for the paper Adaptive Methods for Stochastic Differential Equations via Natural Embeddings and Rejection Sampling with Memory. These notebooks track their latest developments.