https://github.com/baggepinnen/seetodee.jl
A small step for dynamics, a giant leap for SciML
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Keywords
Repository
A small step for dynamics, a giant leap for SciML
Basic Info
Statistics
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 1
- Releases: 15
Topics
Metadata Files
README.md
SeeToDee
SeeToDee implements low-overhead, nonlinear variants of the classical c2d function from ControlSystems.jl.
Given a continuous-time dynamics function
math
\dot x = f(x, u, p, t)
this package contains integrators that convert the continuous-time dynamics into a discrete-time dynamics function
math
x_{t+T_s} = f(x_t, u_t, p, t)
that advances the state from time $t$ to time $t+T_s$, with a Zero-order-Hold (ZoH) assumption on the input $u$.
The integrators in this package focus on
- Low overhead for single-step integration, i.e., no solution handling, no interpolation, nothing fancy at all.
- Fixed time step. All integrators are non-adaptive, i.e., the integrators do not change their step size using error control. This typically makes the integrator have a more predictable runtime. It also reduces overhead without affecting accuracy in situations when the fixed step-size is small in relation to what would be required to meet the desired accuracy.
- Dirt-simple interface, i.e., you literally use the integrator as a function x⁺ = f(x, u, p, t) that you can call in a loop etc. to perform simulations.
- Inputs are first class, i.e., the signature of the dynamics take input signals (such as controlled inputs or disturbance inputs) as arguments.
- Most things are manual. Want to simulate a trajectory? Write a loop!
Owner
- Name: Fredrik Bagge Carlson
- Login: baggepinnen
- Kind: user
- Location: Lund, Sweden
- Website: baggepinnen.github.io
- Twitter: baggepinnen
- Repositories: 59
- Profile: https://github.com/baggepinnen
Control systems, system identification, signal processing and machine learning
GitHub Events
Total
- Create event: 13
- Commit comment event: 9
- Release event: 4
- Watch event: 5
- Delete event: 36
- Issue comment event: 5
- Push event: 35
- Pull request event: 13
Last Year
- Create event: 13
- Commit comment event: 9
- Release event: 4
- Watch event: 5
- Delete event: 36
- Issue comment event: 5
- Push event: 35
- Pull request event: 13
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Fredrik Bagge Carlson | b****n@g****m | 36 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 16
- Average time to close issues: 1 day
- Average time to close pull requests: about 12 hours
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 5.33
- Average comments per pull request: 0.0
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 9
- Average time to close issues: 4 days
- Average time to close pull requests: about 2 hours
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- baggepinnen (2)
- ufechner7 (1)
- JuliaTagBot (1)
Pull Request Authors
- baggepinnen (23)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 20 total
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 15
juliahub.com: SeeToDee
A small step for dynamics, a giant leap for SciML
- Documentation: https://docs.juliahub.com/General/SeeToDee/stable/
- License: MIT
-
Latest release: 1.7.0
published 7 months ago
Rankings
Dependencies
- actions/checkout v3 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- actions/checkout v2 composite
- julia-actions/setup-julia latest composite