SciML / BoundaryValueDiffEq.jl

Boundary value problem (BVP) solvers for scientific machine learning (SciML)
Other
41 stars 31 forks source link

Up compats #146

Closed avik-pal closed 6 months ago

github-actions[bot] commented 6 months ago

Benchmark Results

master 34bb729e7e5191... t[master]/t[34bb729e7e5191...]
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = false) 1.72 ± 0.12 ms 1.75 ± 0.11 ms 0.981
Simple Pendulum/IIP/MultipleShooting(10, Tsit5; grid_coarsening = true) 3.17 ± 0.2 ms 3.2 ± 0.19 ms 0.99
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = false) 0.0483 ± 0.0031 s 0.0494 ± 0.0029 s 0.976
Simple Pendulum/IIP/MultipleShooting(100, Tsit5; grid_coarsening = true) 1 ± 0.011 s 1.03 ± 0.0068 s 0.978
Simple Pendulum/IIP/Shooting(Tsit5()) 0.168 ± 0.014 ms 0.172 ± 0.013 ms 0.978
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = false) 4.01 ± 0.29 ms 4.01 ± 0.31 ms 0.999
Simple Pendulum/OOP/MultipleShooting(10, Tsit5; grid_coarsening = true) 7.08 ± 3.8 ms 7.16 ± 3.8 ms 0.99
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = false) 0.118 ± 0.0046 s 0.122 ± 0.0039 s 0.973
Simple Pendulum/OOP/MultipleShooting(100, Tsit5; grid_coarsening = true) 4.26 ± 0.02 s 4.37 ± 0.044 s 0.974
Simple Pendulum/OOP/Shooting(Tsit5()) 0.661 ± 0.052 ms 0.682 ± 0.056 ms 0.97
time_to_load 7.74 ± 0.054 s 7.72 ± 0.017 s 1

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).