As a follow up of #1 , I have finally decided to split my SwitchedSystems.jl package into an HybridSystems package and a SwitchOnSafety package.
The first one attempts to be a generic interface for HybridSystems.jl It allows both
- packages implementing an algorithm on hybrid systems like this package or SwitchOnSafety.jl to be easily accessible without needing to spend time on design a nice user friendly interface.
- For the user to have a consistent interface for different algorithms in Julia.
One way to think about it is that HybridSystems.jl is to hybrid systems what MathOptInterface is to optimization.
I would be interested to know what you think about it and whether you would like to use it for this package.
As a follow up of #1 , I have finally decided to split my SwitchedSystems.jl package into an HybridSystems package and a SwitchOnSafety package.
The first one attempts to be a generic interface for HybridSystems.jl It allows both
One way to think about it is that HybridSystems.jl is to hybrid systems what MathOptInterface is to optimization.
I would be interested to know what you think about it and whether you would like to use it for this package.