Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create distinction between discrete and continuous systems #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant