Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Consider non-timeseries parameters to be ContinuousTimeseries#3794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ChrisRackauckas wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromcontinuousparmaeter

Conversation

@ChrisRackauckas
Copy link
Member

This does a few things. First of all itfixesSciML/SciMLBase.jl#1061 by making parameters plot as lines. But secondly, it treats parameters the same way as variables, which is a requirement if we want to make it simpler for the compiler to change things from the state to parameters.

This does a few things. First of all itfixesSciML/SciMLBase.jl#1061 by making parameters plot as lines. But secondly, it treats parameters the same way as variables, which is a requirement if we want to make it simpler for the compiler to change things from the state to parameters.
@github-actions
Copy link
Contributor

Benchmark Results (Julia vlts)

Time benchmarks
master7905b6a...master /7905b6a...
ODEProblem0.0827 ± 0.0068 s0.0835 ± 0.0059 s0.991 ± 0.11
init0.0621 ± 0.0021 ms0.0599 ± 0.0016 ms1.04 ± 0.045
large_parameter_init/ODEProblem0.701 ± 0.0098 s0.733 ± 0.023 s0.957 ± 0.033
large_parameter_init/init0.111 ± 0.0024 ms0.11 ± 0.0021 ms1.01 ± 0.029
mtkcompile0.0346 ± 0.00076 s0.0344 ± 0.0016 s1.01 ± 0.052
time_to_load5.56 ± 0.029 s5.53 ± 0.026 s1.01 ± 0.007
Memory benchmarks
master7905b6a...master /7905b6a...
ODEProblem0.59 M allocs: 20.1 MB0.591 M allocs: 20.1 MB0.998
init0.908 k allocs: 0.0479 MB0.908 k allocs: 0.0479 MB1
large_parameter_init/ODEProblem4.58 M allocs: 0.176 GB4.61 M allocs: 0.177 GB0.991
large_parameter_init/init1.75 k allocs: 0.0874 MB1.75 k allocs: 0.0874 MB1
mtkcompile0.233 M allocs: 8.68 MB0.233 M allocs: 8.68 MB1
time_to_load0.153 k allocs: 14.5 kB0.153 k allocs: 14.5 kB1

@github-actions
Copy link
Contributor

Benchmark Results (Julia v1)

Time benchmarks
master7905b6a...master /7905b6a...
ODEProblem0.0796 ± 0.006 s0.0812 ± 0.0057 s0.981 ± 0.1
init0.0558 ± 0.012 ms0.049 ± 0.012 ms1.14 ± 0.38
large_parameter_init/ODEProblem0.731 ± 0.046 s0.729 ± 0.04 s1 ± 0.084
large_parameter_init/init0.0976 ± 0.012 ms0.0977 ± 0.012 ms0.999 ± 0.18
mtkcompile0.033 ± 0.00039 s0.0338 ± 0.00038 s0.974 ± 0.016
time_to_load5.38 ± 0.0065 s5.38 ± 0.034 s1 ± 0.0064
Memory benchmarks
master7905b6a...master /7905b6a...
ODEProblem0.58 M allocs: 18.9 MB0.58 M allocs: 18.9 MB1
init0.818 k allocs: 0.0319 MB0.818 k allocs: 0.0319 MB1
large_parameter_init/ODEProblem4.65 M allocs: 0.168 GB4.66 M allocs: 0.168 GB0.997
large_parameter_init/init1.66 k allocs: 0.0712 MB1.66 k allocs: 0.0712 MB1
mtkcompile0.233 M allocs: 8.09 MB0.233 M allocs: 8.08 MB1
time_to_load0.159 k allocs: 11.2 kB0.159 k allocs: 11.2 kB1

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Ability to plot parameters

2 participants

@ChrisRackauckas

[8]ページ先頭

©2009-2025 Movatter.jp