Skip to content

Conversation

@soypat
Copy link
Contributor

@soypat soypat commented Aug 21, 2021

Below are the changes to the API:

Interfaces

  • Propagator -> DiscretePropagator
  • Model -> DiscreteModel
  • DiscreteModel -> DiscreteControlSystem (I think this change makes it much clearer about what this interface represents, as it has methods pertaining to control theory constructs while Model was just that, a model of a dynamical system)

sim package changes

  • BaseModel struct -> Discrete struct
  • Add Continuous struct and allow conversion of a continuous time system to discrete time via ToDiscrete. Will add ToContinous to allow for easy testing.

Overall the remaining changes were API updates.

@soypat soypat changed the title create distinction between discrete and continuous systems Create distinction between discrete and continuous systems Aug 21, 2021
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