Skip to content

Conversation

ChrisRackauckas
Copy link
Owner

Continuing SciML#3857

Beyond the arguments listed below, this constructor accepts all keyword arguments
supported by the DifferentialEquations.jl `solve` function. For a complete list
and detailed descriptions, see the [DifferentialEquations.jl solve documentation](https://docs.sciml.ai/DiffEqDocs/stable/basics/common_solver_opts/).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change

Copy link

Benchmark Results (Julia v1)

Time benchmarks
master 6bbf4f4... master / 6bbf4f4...
ODEProblem 0.0793 ± 0.0049 s 0.0788 ± 0.0024 s 1.01 ± 0.069
init 0.049 ± 0.012 ms 0.0486 ± 0.012 ms 1.01 ± 0.34
large_parameter_init/ODEProblem 0.707 ± 0.026 s 0.704 ± 0.026 s 1.01 ± 0.053
large_parameter_init/init 0.0998 ± 0.011 ms 0.0997 ± 0.011 ms 1 ± 0.16
mtkcompile 0.0338 ± 0.00061 s 0.033 ± 0.00046 s 1.02 ± 0.023
time_to_load 5.68 ± 0.027 s 5.69 ± 0.048 s 1 ± 0.0097
Memory benchmarks
master 6bbf4f4... master / 6bbf4f4...
ODEProblem 0.579 M allocs: 18.9 MB 0.578 M allocs: 18.8 MB 1
init 0.815 k allocs: 0.0318 MB 0.815 k allocs: 0.0318 MB 1
large_parameter_init/ODEProblem 4.68 M allocs: 0.169 GB 4.68 M allocs: 0.169 GB 1
large_parameter_init/init 1.66 k allocs: 0.0712 MB 1.66 k allocs: 0.0712 MB 1
mtkcompile 0.233 M allocs: 8.08 MB 0.232 M allocs: 8.09 MB 0.999
time_to_load 0.159 k allocs: 11.2 kB 0.159 k allocs: 11.2 kB 1

Copy link

Benchmark Results (Julia vlts)

Time benchmarks
master 6bbf4f4... master / 6bbf4f4...
ODEProblem 0.0813 ± 0.0064 s 0.0822 ± 0.0067 s 0.988 ± 0.11
init 0.0608 ± 0.0017 ms 0.0611 ± 0.0015 ms 0.995 ± 0.036
large_parameter_init/ODEProblem 0.697 ± 0.0037 s 0.698 ± 0.015 s 0.999 ± 0.022
large_parameter_init/init 0.112 ± 0.0024 ms 0.112 ± 0.0024 ms 0.996 ± 0.03
mtkcompile 0.0337 ± 0.00081 s 0.0337 ± 0.00061 s 1 ± 0.03
time_to_load 5.59 ± 0.052 s 5.63 ± 0.011 s 0.993 ± 0.0095
Memory benchmarks
master 6bbf4f4... master / 6bbf4f4...
ODEProblem 0.588 M allocs: 20 MB 0.588 M allocs: 20 MB 1
init 0.908 k allocs: 0.0479 MB 0.908 k allocs: 0.0479 MB 1
large_parameter_init/ODEProblem 4.64 M allocs: 0.178 GB 4.61 M allocs: 0.177 GB 1.01
large_parameter_init/init 1.75 k allocs: 0.0874 MB 1.75 k allocs: 0.0874 MB 1
mtkcompile 0.233 M allocs: 8.64 MB 0.233 M allocs: 8.64 MB 1
time_to_load 0.153 k allocs: 14.5 kB 0.153 k allocs: 14.5 kB 1

@ChrisRackauckas ChrisRackauckas merged commit 30234c6 into master Jul 31, 2025
19 of 50 checks passed
@ChrisRackauckas ChrisRackauckas deleted the ChrisRackauckas-patch-5 branch July 31, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant