SwitchOnSafety
Julia Package for computing [controlled] invariant sets of Hybrid Systems using Sum Of Squares Programming
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 12 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org, sciencedirect.com, springer.com, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.4%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Julia Package for computing [controlled] invariant sets of Hybrid Systems using Sum Of Squares Programming
Basic Info
Statistics
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 7
- Releases: 13
Topics
Metadata Files
README.md
Switch On Safety (SOS)
| Documentation | Build Status | Zenodo |
|:-----------------:|:----------------:|:----------------------:|
| |
|
|
|
|
| |
This packages implements methods for computing invariant sets using Sum Of Squares Programming. It supports: * Systems defined in MathematicalSystems.jl. * Hybrid Systems defined in HybridSystems.jl.
It also includes utilities for approximation the Joint Spectral Radius.
Installation
The package currently requires Julia v1.0, you can download it here.
Once Julia is installed, simply launch the REPL an type
julia
] add SwitchOnSafety
Examples
Example notebooks are available in the examples folder.
We link them below with the literature.
Reproducing
The linked notebooks reproduce the results of the following papers:
- [LTJ18] B. Legat, P. Tabuada, R. M. Jungers. Computing controlled invariant sets for hybrid systems with applications to model-predictive control, IFAC-PapersOnLine, Volume 51, Issue 16, 2018, Pages 193-198, ISSN 2405-8963, https://doi.org/10.1016/j.ifacol.2018.08.033: Figure 4 and 5, Figure 6.
- [LJP17] B. Legat, R. M. Jungers, and P. A. Parrilo. Certifying unstability of Switched Systems using Sum of Squares Programming, arXiv preprint arXiv:1710.01814, 2017: running example, Example 4.3.
Exploring
The linked notebooks explores the examples of the following papers using this package:
- [AJPR14] A. Ahmadi, R. Jungers, P. Parrilo and M. Roozbehani, Joint spectral radius and path-complete graph Lyapunov functions. SIAM J. CONTROL OPTIM 52(1), 687-717, 2014: Example 5.4.
- [AP12] A. Ahmadi, and P. Parrilo Joint spectral radius of rank one matrices and the maximum cycle mean problem. CDC, 731-733, 2012: Example 2.1.
- [AS98] Ando, T. and Shih, M.-h. Simultaneous Contractibility. SIAM Journal on Matrix Analysis & Applications, 1998, 19, 487: construction.
- [BTV03] V. D. Blondel, J. Theys and A. A. Vladimirov. An elementary counterexample to the finiteness conjecture, SIAM Journal on Matrix Analysis and Applications, 2003. 24, 963-970: the counterexample.
- [GZ05] N. Guglielmi and M. Zennaro. Polytope norms and related algorithms for the computation of the joint spectral radius. 44th IEEE Conference on Decision and Control, and European Control Conference, 2005, pp. 3007-3012: Section V.
- [GZ08] N. Guglielmi and M. Zennaro. An algorithm for finding extremal polytope norms of matrix families. Linear Algebra and its Applications, 2008, 428(10), 2265-2282: Section 5.
- [GP13] N. Guglielmi and V. Protasov. Exact computation of joint spectral characteristics of linear operators. Foundations of Computational Mathematics 13.1, 2013, 37-97. Example 1. Example 2.
- [HMST11] K. G. Hare, I. D Morris, N. Sidorov and J. Theys, An explicit counterexample to the Lagarias–Wang finiteness conjecture. Advances in Mathematics, 2011, 226(6), 4667-4701: the counterexample.
- [JCG14] R. Jungers, A. Cicone and N. Guglielmi, Lifted polytope methods for computing the joint spectral radius. SIAM Journal on Matrix Analysis and Applications, SIAM, 2014, 35, 391-410: Example 6.1, Example 6.3.
- [PJ08] P. Parrilo and A. Jadbabaie. Approximation of the joint spectral radius using sum of squares. Linear Algebra and its Applications, Elsevier, 2008, 428, 2385-2402: Example 2.8, Example 5.4.
- [P17] M. Philippe. Path-Complete Methods and Analysis of Constrained Switching Systems Doctoral dissertation, UCLouvain, 2017: Example 2.50, Example 2.52.
- [PEDJ16] M. Philippe, R. Essick, G. E. Dullerud and R. M. Jungers. Stability of discrete-time switching systems with constrained switching sequences. Automatica, 72:242-250, 2016: Section 4,
How to cite
For the soslyapb and sosbuildsequence functions, cite:
bibtex
@Article{legat2020certifying,
author = {Legat, Beno\^it and Parrilo, Pablo A. and Jungers, Rapha\"el M.},
journal = {{SIAM} Journal on Control and Optimization},
title = {Certifying Unstability of Switched Systems Using Sum of Squares Programming},
year = {2020},
month = jan,
number = {4},
pages = {2616--2638},
volume = {58},
doi = {10.1137/18M1173460},
publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})},
}
and for the lower bound obtained by soslyapb, see:
bibtex
@Article{legat2019entropy,
author = {Beno\^it Legat and Pablo A. Parrilo and Rapha\"el M. Jungers},
title = {An entropy-based bound for the computational complexity of a switched system},
journal = {IEEE Transactions on Automatic Control},
year = {2019},
doi = {10.1109/TAC.2019.2902625},
publisher = {IEEE},
}
For the getis and fillis! functions with ellipsoids or polysets, cite:
bibtex
@InProceedings{legat2018computing,
author = {Beno\^it Legat and Paulo Tabuada and Rapha\"el M. Jungers},
title = {Computing controlled invariant sets for hybrid systems with applications to model-predictive control},
year = {2018},
volume = {51},
number = {16},
pages = {193--198},
note = {6th IFAC Conference on Analysis and Design of Hybrid Systems ADHS 2018},
doi = {https://doi.org/10.1016/j.ifacol.2018.08.033},
issn = {2405-8963},
journal = {IFAC-PapersOnLine},
keywords = {Controller Synthesis, Set Invariance, LMIs, Scalable Methods},
url = {http://www.sciencedirect.com/science/article/pii/S2405896318311480},
}
or with piecewise semi-ellipsoids, cite:
bibtex
@Article{legat2020piecewise,
author = {Beno{\^\i}t Legat and Sa{\v{s}}a V. Rakovi{\'c} and Rapha{\"e}l M. Jungers},
journal = {{IEEE} Control Systems Letters},
title = {Piecewise Semi-Ellipsoidal Control Invariant Sets},
year = {2021},
month = jul,
number = {3},
pages = {755--760},
volume = {5},
doi = {10.1109/LCSYS.2020.3005326},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
Owner
- Name: Benoît Legat
- Login: blegat
- Kind: user
- Location: Boston, MA, USA
- Company: LIDS, MIT
- Website: blegat.github.io
- Repositories: 48
- Profile: https://github.com/blegat
Citation (CITATION.bib)
@Article{legat2020certifying,
author = {Legat, Beno\^it and Parrilo, Pablo A. and Jungers, Rapha\"el M.},
journal = {{SIAM} Journal on Control and Optimization},
title = {Certifying Unstability of Switched Systems Using Sum of Squares Programming},
year = {2020},
month = jan,
number = {4},
pages = {2616--2638},
volume = {58},
doi = {10.1137/18M1173460},
publisher = {Society for Industrial {\&} Applied Mathematics ({SIAM})},
}
@InProceedings{legat2018computing,
author = {Beno\^it Legat and Paulo Tabuada and Rapha\"el M. Jungers},
title = {Computing controlled invariant sets for hybrid systems with applications to model-predictive control},
year = {2018},
volume = {51},
number = {16},
pages = {193--198},
note = {6th IFAC Conference on Analysis and Design of Hybrid Systems ADHS 2018},
doi = {https://doi.org/10.1016/j.ifacol.2018.08.033},
issn = {2405-8963},
journal = {IFAC-PapersOnLine},
keywords = {Controller Synthesis, Set Invariance, LMIs, Scalable Methods},
url = {http://www.sciencedirect.com/science/article/pii/S2405896318311480},
}
@Article{legat2020piecewise,
author = {Beno{\^\i}t Legat and Sa{\v{s}}a V. Rakovi{\'c} and Rapha{\"e}l M. Jungers},
journal = {{IEEE} Control Systems Letters},
title = {Piecewise Semi-Ellipsoidal Control Invariant Sets},
year = {2021},
month = jul,
number = {3},
pages = {755--760},
volume = {5},
doi = {10.1109/LCSYS.2020.3005326},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{legat2019entropy,
author = {Beno\^it Legat and Pablo A. Parrilo and Rapha\"el M. Jungers},
title = {An entropy-based bound for the computational complexity of a switched system},
journal = {IEEE Transactions on Automatic Control},
year = {2019},
doi = {10.1109/TAC.2019.2902625},
publisher = {IEEE},
}
GitHub Events
Total
Last Year
Committers
Last synced: about 3 years ago
All Time
- Total Commits: 296
- Total Committers: 5
- Avg Commits per committer: 59.2
- Development Distribution Score (DDS): 0.034
Top Committers
| Name | Commits | |
|---|---|---|
| Benoît Legat | b****t@g****m | 286 |
| github-actions[bot] | 4****]@u****m | 7 |
| Julia TagBot | 5****t@u****m | 1 |
| femtocleaner[bot] | f****]@u****m | 1 |
| Cláudio Gomes | c****s@g****m | 1 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 7
- Total pull requests: 56
- Average time to close issues: about 4 hours
- Average time to close pull requests: 2 months
- Total issue authors: 4
- Total pull request authors: 6
- Average comments per issue: 1.71
- Average comments per pull request: 0.59
- Merged pull requests: 27
- Bot issues: 0
- Bot pull requests: 35
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 15 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
- blegat (3)
- clagms (2)
- JuliaTagBot (1)
- BotYue (1)
Pull Request Authors
- github-actions[bot] (36)
- blegat (20)
- realharryhero (2)
- femtocleaner[bot] (1)
- clagms (1)
- JuliaTagBot (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 1 total
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 14
juliahub.com: SwitchOnSafety
Julia Package for computing [controlled] invariant sets of Hybrid Systems using Sum Of Squares Programming
- Documentation: https://docs.juliahub.com/General/SwitchOnSafety/stable/
- License: MIT
-
Latest release: 0.3.0
published over 1 year ago
Rankings
Dependencies
- JuliaRegistries/TagBot v1 composite
- actions/cache v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2 composite
- julia-actions/setup-julia latest composite
