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

Step with partial data in Composite model #128

Open
5 tasks
teubert opened this issue Dec 4, 2023 · 0 comments
Open
5 tasks

Step with partial data in Composite model #128

teubert opened this issue Dec 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@teubert
Copy link
Contributor

teubert commented Dec 4, 2023

Requirement Text
The Composite model shall be able to update any of the member models upon receipt of enough data for that model.

Background Information
Right now composite model will implement all at once, which requires all of the data. There are use cases where you would want to step forward with only part of the data.

For example, with a composite model of an aircraft flight with controller, power model, and battery. In that case you might be getting data for the battery at a higher frequency than the position, and we would want to be able to use that data.

Suggested Solution
If values are None for inputs, skip that update? Question: Is this valid? - it will depend on the model.

DoD

  • Implement feature
  • Add to example
  • Add tests
  • update documentation
  • Add to change notes for next release
@teubert teubert added the enhancement New feature or request label Dec 4, 2023
@teubert teubert added this to the v1.7 milestone Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant